Microsoft365DSC

1.0.4.39

This DSC module is used to configure and monitor Microsoft tenants, including SharePoint Online, Exchange, Teams, etc.

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name Microsoft365DSC -RequiredVersion 1.0.4.39

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name Microsoft365DSC -Version 1.0.4.39

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2020 Microsoft Corporation. All rights reserved.

Package Details

Author(s)

  • Microsoft Corporation

Tags

DesiredStateConfiguration DSC DSCResourceKit DSCResource Microsoft365

Cmdlets

Export-M365DSCConfiguration Assert-M365DSCTemplate

Functions

Format-EXOParams Get-TimeZoneNameFromID Get-TimeZoneIDFromName Get-TeamByGroupID Get-TeamByName Convert-M365DscHashtableToString New-EXOAntiPhishPolicy New-EXOAntiPhishRule New-EXOHostedContentFilterRule New-EXOSafeAttachmentRule New-EXOSafeLinksRule Set-EXOAntiPhishRule Set-EXOAntiPhishPolicy Set-EXOHostedContentFilterRule Confirm-ImportedCmdletIsAvailable Set-EXOSafeAttachmentRule Set-EXOSafeLinksRule Compare-PSCustomObjectArrays Test-Microsoft365DSCParameterState Export-M365DSCConfiguration Get-SPOAdministrationUrl Split-ArrayByBatchSize Split-ArrayByParts Invoke-M365DSCCommand Get-SPOUserProfilePropertyInstance ConvertTo-SPOUserProfilePropertyInstanceString Install-M365DSCDevBranch Get-AllSPOPackages Remove-NullEntriesFromHashtable Assert-M365DSCTemplate SectionChanged Show-M365DSCGUI SelectComponentsForMode Start-M365DSCConfigurationExtract New-M365DSCLogEntry Add-M365DSCEvent Get-ApplicationInsightsTelemetryClient Add-M365DSCTelemetryEvent Set-M365DSCTelemetryOption Get-M365DSCTelemetryOption Get-M365StubFiles

DSCResources

AADGroupsNamingPolicy AADGroupsSettings AADMSGroupLifecyclePolicy EXOAcceptedDomain EXOActiveSyncDeviceAccessRule EXOAddressBookPolicy EXOAddressList EXOAntiPhishPolicy EXOAntiPhishRule EXOApplicationAccessPolicy EXOAtpPolicyForO365 EXOAvailabilityAddressSpace EXOAvailabilityConfig EXOCASMailboxPlan EXOClientAccessRule EXODkimSigningConfig EXOEmailAddressPolicy EXOGlobalAddressList EXOHostedConnectionFilterPolicy EXOHostedContentFilterPolicy EXOHostedContentFilterRule EXOHostedOutboundSpamFilterPolicy EXOInboundConnector EXOIntraOrganizationConnector EXOMailboxSettings EXOMailTips EXOMalwareFilterPolicy EXOMalwareFilterRule EXOManagementRole EXOMobileDeviceMailboxPolicy EXOOfflineAddressBook EXOOnPremisesOrganization EXOOrganizationConfig EXOOrganizationRelationship EXOOutboundConnector EXOOwaMailboxPolicy EXOPartnerApplication EXOPolicyTipConfig EXORemoteDomain EXORoleAssignmentPolicy EXOSafeAttachmentPolicy EXOSafeAttachmentRule EXOSafeLinksPolicy EXOSafeLinksRule EXOSharedMailbox EXOSharingPolicy O365AdminAuditLogConfig O365Group O365OrgCustomizationSetting O365User ODSettings PPPowerAppsEnvironment SCAuditConfigurationPolicy SCCaseHoldPolicy SCCaseHoldRule SCComplianceCase SCComplianceSearch SCComplianceSearchAction SCComplianceTag SCDeviceConditionalAccessPolicy SCDeviceConfigurationPolicy SCDLPCompliancePolicy SCDLPComplianceRule SCFilePlanPropertyAuthority SCFilePlanPropertyCategory SCFilePlanPropertyCitation SCFilePlanPropertyDepartment SCFilePlanPropertyReferenceId SCFilePlanPropertySubCategory SCRetentionCompliancePolicy SCRetentionComplianceRule SCSensitivityLabel SCSupervisoryReviewPolicy SCSupervisoryReviewRule SPOAccessControlSettings SPOApp SPOHomeSite SPOHubSite SPOPropertyBag SPOSearchManagedProperty SPOSearchResultSource SPOSharingSettings SPOSite SPOSiteAuditSettings SPOSiteDesign SPOSiteDesignRights SPOSiteGroup SPOStorageEntity SPOTenantCDNPolicy SPOTenantSettings SPOTheme SPOUserProfileProperty TeamsCallingPolicy TeamsChannel TeamsChannelsPolicy TeamsClientConfiguration TeamsEmergencyCallingPolicy TeamsEmergencyCallRoutingPolicy TeamsGuestCallingConfiguration TeamsGuestMeetingConfiguration TeamsGuestMessagingConfiguration TeamsMeetingBroadcastConfiguration TeamsMeetingBroadcastPolicy TeamsMeetingConfiguration TeamsMeetingPolicy TeamsMessagingPolicy TeamsTeam TeamsUpgradeConfiguration TeamsUpgradePolicy TeamsUser

Dependencies

Release Notes

* Re-branding to Microsoft365DSC
           * All components re-branded;
         * AADMSGroupLifecyclePolicy
           * Initial Release;
         * AADGroupsNamingPolicy
           * Initial Release;
         * AADGroupsSettings
           * Initial Release;
         * AADMSGroupLifecyclePolicy
           * Initial Release;
         * SCAuditConfigurationPolicy
           * Fix issue with the Remove scenario;
         * SCDLPCompliancePolicy
           * Fix issue with the Remove scenario;
         * SCFilePropertyAuthority
           * Fix issue with the Remove scenario;
         * SCFilePlanPropertyCategory
           * Fix issue with the Remove scenario;
         * SCFilePlanPropertyCitation
           * Fix issue with the Remove scenario;
         * SCFilePlanPropertyDepartment
           * Fix issue with the Remove scenario;
         * SCFilePlanPropertyReferenceId
           * Fix issue with the Remove scenario;
         * SCFilePlanPropertySubCategory
           * Fix issue with the Remove scenario;
         * SCRetentionCompliancePolicy
           * Fix issue with Teams Policy in the Get;
         * SPOPropertyBag
           * Fixed an issue where false positive drifts were being detected;
         * SPOSiteAuditSettings
           * Generalized the URL not to capture hardcoded dmomains;
         * SPOSiteGroup
           * Fixed an issue where now, groups with Null owners are not extracted;
           * Generalized the URL not to capture hardcoded dmomains;
         * TeamsCallingPolicy
           * Removed the AllowCalling parameter since it is no longer supported;
           * Fixed an issue with Policies without tags in their name (e.g. Global);
         * TeamsMessagingPolicy
           * Fixed and issue where the Global policy was always flagged as having
             a drift;
         * TeamsUpgradePolicy
           * Initial Release;
         * M365DSCUtil
           * Added the new Assert-M365DSCTemplate cmdlet to assess remote templates;
         * ReverseDSC
           * Change to allow ComponentsToExtract without the chck prefix;
           * Introduction of Extraction Modes and Visual Indicators;
           * Major refactoring, having UI dynamic and items displayed by
             Resources names;
         * Metadata
           * Updated Microsoft.PowerApps.Administration.PowerShell to 2.0.56;
           * Updated MicrosoftTeams dependency to 1.0.5;
           * Updated MSCloudLoginAssistant dependency to 1.0.6;
           * Updated SharePointPnPPowerShellOnline dependency to 3.20.2004.0;

FileList

Version History

Version Downloads Last updated
1.25.514.1 2,168 5/15/2025
1.25.509.1 3,290 5/9/2025
1.25.430.1 5,081 4/30/2025
1.25.423.1 3,495 4/24/2025
1.25.416.1 4,201 4/16/2025
1.25.409.1 1,265 4/14/2025
1.25.402.1 6,223 4/3/2025
1.25.326.1 5,777 3/27/2025
1.25.319.1 5,583 3/21/2025
1.25.312.1 7,259 3/12/2025
1.25.305.1 8,997 3/5/2025
1.25.226.1 11,504 2/26/2025
1.25.219.3 2,133 2/26/2025
1.25.219.2 10,810 2/20/2025
1.25.212.2 14,219 2/14/2025
1.25.212.1 4,932 2/12/2025
1.25.205.1 14,355 2/6/2025
1.25.129.3 14,968 1/31/2025
1.25.129.2 4,949 1/30/2025
1.25.129.1 3,304 1/29/2025
1.25.122.2 5,696 1/27/2025
1.25.122.1 14,742 1/22/2025
1.25.115.1 21,496 1/15/2025
1.25.108.1 19,652 1/8/2025
1.24.1218.1 51,845 12/18/2024
1.24.1211.1 11,663 12/12/2024
1.24.1204.1 11,854 12/4/2024
1.24.1127.1 10,753 11/27/2024
1.24.1120.1 11,719 11/20/2024
1.24.1113.1 11,781 11/13/2024
1.24.1106.3 8,125 11/9/2024
1.24.1106.1 16,687 11/6/2024
1.24.1016.1 36,281 10/17/2024
1.24.1002.1 34,958 10/2/2024
1.24.904.1 65,992 9/5/2024
1.24.828.1 19,310 8/29/2024
1.24.731.1 74,873 8/1/2024
1.24.724.1 24,494 7/24/2024
1.24.717.1 15,461 7/17/2024
1.24.710.3 12,783 7/11/2024
1.24.703.1 11,686 7/4/2024
1.24.626.1 14,680 6/26/2024
1.24.619.1 11,819 6/20/2024
1.24.612.1 11,987 6/12/2024
1.24.605.1 9,264 6/6/2024
1.24.529.1 12,746 5/29/2024
1.24.522.1 10,240 5/22/2024
1.24.515.2 8,309 5/15/2024
1.24.515.1 993 5/14/2024
1.24.424.1 57,143 4/24/2024
1.24.417.1 9,512 4/18/2024
1.24.403.1 16,427 4/4/2024
1.24.313.1 30,289 3/13/2024
1.24.228.1 15,920 2/29/2024
1.24.221.1 8,032 2/22/2024
1.24.214.3 2,298 2/20/2024
1.24.214.2 5,576 2/15/2024
1.24.214.1 562 2/15/2024
1.24.207.2 6,280 2/9/2024
1.24.131.2 5,601 2/2/2024
1.24.124.1 6,716 1/25/2024
1.24.117.1 8,151 1/17/2024
1.24.110.1 8,270 1/10/2024
1.24.103.1 7,517 1/3/2024
1.23.1227.1 3,636 12/29/2023
1.23.1220.1 5,014 12/20/2023
1.23.1213.1 1,913 12/14/2023
1.23.1206.1 2,218 12/6/2023
1.23.1129.1 1,943 11/30/2023
1.23.1122.1 2,161 11/22/2023
1.23.1115.1 2,595 11/16/2023
1.23.1108.3 417 11/14/2023
1.23.1108.1 1,812 11/8/2023
1.23.1101.1 2,041 11/1/2023
1.23.1025.1 1,702 10/25/2023
1.23.1018.1 2,390 10/18/2023
1.23.1011.1 1,980 10/11/2023
1.23.1004.1 2,197 10/4/2023
1.23.927.1 1,647 9/27/2023
1.23.920.2 1,946 9/20/2023
1.23.913.2 2,096 9/14/2023
1.23.906.1 4,230 9/6/2023
1.23.830.1 1,679 8/30/2023
1.23.823.1 1,815 8/23/2023
1.23.809.1 2,885 8/10/2023
1.23.726.1 3,850 7/26/2023
1.23.719.1 1,715 7/19/2023
1.23.712.1 2,199 7/12/2023
1.23.628.1 2,635 6/30/2023
1.23.621.1 3,213 6/22/2023
1.23.614.1 1,968 6/15/2023
1.23.607.1 1,681 6/8/2023
1.23.517.1 4,772 5/18/2023
1.23.510.1 1,973 5/11/2023
1.23.503.1 1,554 5/3/2023
1.23.426.3 1,118 4/27/2023
1.23.419.1 1,201 4/19/2023
1.23.412.1 1,194 4/12/2023
1.23.405.1 506 4/11/2023
1.23.322.1 3,232 3/22/2023
1.23.315.1 2,111 3/15/2023
1.23.308.1 1,294 3/9/2023
1.23.301.1 1,768 3/1/2023
1.23.222.1 1,488 2/22/2023
1.23.215.1 1,053 2/15/2023
1.23.208.1 1,128 2/8/2023
1.23.201.1 1,961 2/1/2023
1.23.125.1 2,185 1/25/2023
1.23.118.1 1,458 1/18/2023
1.23.111.1 1,419 1/11/2023
1.23.104.1 988 1/4/2023
1.22.1221.1 1,306 12/21/2022
1.22.1214.1 1,696 12/14/2022
1.22.1207.1 1,186 12/8/2022
1.22.1130.1 1,312 12/1/2022
1.22.1123.1 1,406 11/23/2022
1.22.1116.1 1,528 11/16/2022
1.22.1109.1 1,520 11/9/2022
1.22.1102.1 1,470 11/2/2022
1.22.1026.2 1,625 10/27/2022
1.22.1026.1 220 10/26/2022
1.22.1019.1 5,671 10/19/2022
1.22.1012.1 1,216 10/13/2022
1.22.1005.1 1,374 10/5/2022
1.22.921.1 5,908 9/21/2022
1.22.914.1 2,110 9/14/2022
1.22.907.1 2,464 9/7/2022
1.22.831.1 2,093 9/1/2022
1.22.824.1 2,472 8/25/2022
1.22.727.1 1,491 8/22/2022
1.22.720.1 13,657 7/20/2022
1.22.713.1 4,786 7/13/2022
1.22.706.1 4,646 7/6/2022
1.22.629.1 4,063 6/29/2022
1.22.622.1 4,429 6/22/2022
1.22.615.1 4,085 6/15/2022
1.22.608.1 3,919 6/9/2022
1.22.601.1 2,389 6/1/2022
1.22.525.1 2,052 5/25/2022
1.22.518.1 2,800 5/18/2022
1.22.511.1 2,929 5/11/2022
1.22.504.1 3,545 5/6/2022
1.22.420.1 62,204 4/20/2022
1.22.413.1 2,682 4/14/2022
1.22.406.1 1,708 4/6/2022
1.22.323.1 2,518 3/24/2022
1.22.316.1 1,382 3/16/2022
1.22.309.1 1,550 3/9/2022
1.22.216.1 4,044 2/16/2022
1.22.209.1 1,535 2/9/2022
1.22.202.1 1,503 2/2/2022
1.22.126.1 1,492 1/26/2022
1.22.119.2 1,556 1/20/2022
1.22.119.1 317 1/19/2022
1.22.112.1 1,588 1/12/2022
1.22.105.1 2,200 1/5/2022
1.21.1229.1 2,159 12/29/2021
1.21.1222.1 2,120 12/22/2021
1.21.1215.1 2,204 12/15/2021
1.21.1208.1 4,802 12/8/2021
1.21.1124.2 13,085 11/24/2021
1.21.1117.2 5,560 11/18/2021
1.21.1110.1 4,825 11/11/2021
1.21.1103.1 6,365 11/3/2021
1.21.1027.1 4,665 10/28/2021
1.21.1013.1 9,134 10/15/2021
1.21.1006.3 1,085 10/6/2021
1.21.922.1 5,294 9/22/2021
1.21.915.1 1,853 9/16/2021
1.21.908.1 4,638 9/8/2021
1.21.901.1 703 9/7/2021
1.21.825.1 3,118 8/25/2021
1.21.804.1 11,862 8/5/2021
1.21.728.1 4,072 7/28/2021
1.21.721.1 2,689 7/21/2021
1.21.714.1 3,217 7/14/2021
1.21.707.1 2,956 7/7/2021
1.21.630.1 4,578 7/1/2021
1.21.616.1 9,046 6/16/2021
1.21.609.2 1,131 6/11/2021
1.21.602.1 4,522 6/2/2021
1.21.526.2 4,346 5/26/2021
1.21.519.2 3,335 5/20/2021
1.21.512.1 5,034 5/12/2021
1.21.505.1 4,963 5/6/2021
1.21.428.1 6,260 4/28/2021
1.21.421.2 5,068 4/21/2021
1.21.414.2 5,591 4/14/2021
1.21.407.1 5,529 4/7/2021
1.21.331.1 5,813 3/31/2021
1.21.317.1 10,318 3/18/2021
1.21.224.1 16,053 2/25/2021
1.21.203.1 10,309 2/3/2021
1.21.127.1 4,925 1/27/2021
1.21.120.1 5,582 1/20/2021
1.21.113.1 3,796 1/14/2021
1.20.1223.1 10,966 12/23/2020
1.20.1216.1 4,853 12/16/2020
1.20.1209.1 5,279 12/9/2020
1.20.1202.1 4,788 12/2/2020
1.20.1125.1 4,877 11/25/2020
1.20.1118.1 10,712 11/18/2020
1.20.1111.1 35,294 11/11/2020
1.20.1104.1 34,988 11/4/2020
1.20.1028.1 29,151 10/28/2020
1.20.1021.1 32,838 10/21/2020
1.20.1016.1 4,565 10/16/2020
1.20.1014.1 42 10/14/2020
1.20.1007.1 12,228 10/7/2020
1.20.930.1 55 9/30/2020
1.20.923.1 43 9/23/2020
1.20.916.1 8,551 9/16/2020
1.20.909.1 31,830 9/9/2020
1.20.902.1 36,428 9/2/2020
1.20.805.1 180,499 8/5/2020
1.20.730.2 31,501 7/30/2020
1.20.723.1 34,894 7/23/2020
1.20.716.1 30,750 7/16/2020
1.20.603.1 228,485 6/3/2020
1.0.5.128 133,032 5/8/2020
1.0.4.39 (current version) 167,510 4/14/2020
Show less