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.26.603.1 40,479 6/3/2026
1.26.527.1 23,608 5/28/2026
1.26.520.1 14,257 5/20/2026
1.26.506.2 22,893 5/7/2026
1.26.506.1 2,124 5/6/2026
1.26.422.1 24,768 4/24/2026
1.26.408.1 29,190 4/10/2026
1.26.318.1 48,670 3/20/2026
1.26.311.1 13,720 3/13/2026
1.26.218.1 49,837 2/18/2026
1.26.211.1 16,748 2/11/2026
1.26.128.1 36,648 1/28/2026
1.26.121.1 16,231 1/22/2026
1.26.114.1 19,126 1/15/2026
1.25.1203.2 44,988 12/4/2025
1.25.1112.1 21,720 11/12/2025
1.25.1015.1 30,394 10/16/2025
1.25.1001.1 14,640 10/2/2025
1.25.910.1 26,736 9/11/2025
1.25.903.2 3,616 9/8/2025
1.25.903.1 4,467 9/4/2025
1.25.827.1 7,197 8/28/2025
1.25.806.1 21,218 8/8/2025
1.25.730.1 9,830 7/30/2025
1.25.723.2 4,435 7/25/2025
1.25.723.1 1,308 7/24/2025
1.25.716.1 7,367 7/16/2025
1.25.709.1 5,531 7/10/2025
1.25.702.1 19,730 7/4/2025
1.25.611.1 17,031 6/12/2025
1.25.604.1 9,033 6/5/2025
1.25.528.1 4,042 5/28/2025
1.25.521.1 5,253 5/21/2025
1.25.514.1 3,388 5/15/2025
1.25.509.1 3,347 5/9/2025
1.25.430.1 5,255 4/30/2025
1.25.423.1 3,567 4/24/2025
1.25.416.1 4,316 4/16/2025
1.25.409.1 1,279 4/14/2025
1.25.402.1 7,820 4/3/2025
1.25.326.1 6,023 3/27/2025
1.25.319.1 6,251 3/21/2025
1.25.312.1 7,430 3/12/2025
1.25.305.1 9,402 3/5/2025
1.25.226.1 11,556 2/26/2025
1.25.219.3 2,143 2/26/2025
1.25.219.2 11,151 2/20/2025
1.25.212.2 14,265 2/14/2025
1.25.212.1 4,959 2/12/2025
1.25.205.1 14,394 2/6/2025
1.25.129.3 14,971 1/31/2025
1.25.129.2 4,956 1/30/2025
1.25.129.1 3,338 1/29/2025
1.25.122.2 5,699 1/27/2025
1.25.122.1 14,760 1/22/2025
1.25.115.1 21,661 1/15/2025
1.25.108.1 19,674 1/8/2025
1.24.1218.1 52,158 12/18/2024
1.24.1211.1 11,709 12/12/2024
1.24.1204.1 11,862 12/4/2024
1.24.1127.1 10,818 11/27/2024
1.24.1120.1 11,746 11/20/2024
1.24.1113.1 11,899 11/13/2024
1.24.1106.3 8,133 11/9/2024
1.24.1106.1 16,763 11/6/2024
1.24.1016.1 36,375 10/17/2024
1.24.1002.1 36,961 10/2/2024
1.24.904.1 71,230 9/5/2024
1.24.828.1 19,315 8/29/2024
1.24.731.1 82,818 8/1/2024
1.24.724.1 35,345 7/24/2024
1.24.717.1 16,827 7/17/2024
1.24.710.3 12,789 7/11/2024
1.24.703.1 11,692 7/4/2024
1.24.626.1 14,687 6/26/2024
1.24.619.1 12,148 6/20/2024
1.24.612.1 11,991 6/12/2024
1.24.605.1 9,271 6/6/2024
1.24.529.1 12,749 5/29/2024
1.24.522.1 10,242 5/22/2024
1.24.515.2 8,319 5/15/2024
1.24.515.1 995 5/14/2024
1.24.424.1 57,273 4/24/2024
1.24.417.1 9,515 4/18/2024
1.24.403.1 16,444 4/4/2024
1.24.313.1 30,360 3/13/2024
1.24.228.1 15,956 2/29/2024
1.24.221.1 8,037 2/22/2024
1.24.214.3 2,300 2/20/2024
1.24.214.2 5,579 2/15/2024
1.24.214.1 566 2/15/2024
1.24.207.2 6,284 2/9/2024
1.24.131.2 7,020 2/2/2024
1.24.124.1 6,718 1/25/2024
1.24.117.1 8,162 1/17/2024
1.24.110.1 8,273 1/10/2024
1.24.103.1 7,521 1/3/2024
1.23.1227.1 3,644 12/29/2023
1.23.1220.1 5,017 12/20/2023
1.23.1213.1 1,915 12/14/2023
1.23.1206.1 2,227 12/6/2023
1.23.1129.1 1,950 11/30/2023
1.23.1122.1 2,164 11/22/2023
1.23.1115.1 2,662 11/16/2023
1.23.1108.3 420 11/14/2023
1.23.1108.1 1,820 11/8/2023
1.23.1101.1 2,046 11/1/2023
1.23.1025.1 1,707 10/25/2023
1.23.1018.1 2,393 10/18/2023
1.23.1011.1 1,986 10/11/2023
1.23.1004.1 2,200 10/4/2023
1.23.927.1 1,650 9/27/2023
1.23.920.2 1,949 9/20/2023
1.23.913.2 2,099 9/14/2023
1.23.906.1 4,621 9/6/2023
1.23.830.1 1,688 8/30/2023
1.23.823.1 1,826 8/23/2023
1.23.809.1 2,888 8/10/2023
1.23.726.1 3,857 7/26/2023
1.23.719.1 1,736 7/19/2023
1.23.712.1 2,201 7/12/2023
1.23.628.1 2,641 6/30/2023
1.23.621.1 3,249 6/22/2023
1.23.614.1 1,972 6/15/2023
1.23.607.1 1,685 6/8/2023
1.23.517.1 4,777 5/18/2023
1.23.510.1 1,979 5/11/2023
1.23.503.1 1,557 5/3/2023
1.23.426.3 1,121 4/27/2023
1.23.419.1 1,204 4/19/2023
1.23.412.1 1,197 4/12/2023
1.23.405.1 522 4/11/2023
1.23.322.1 3,235 3/22/2023
1.23.315.1 2,116 3/15/2023
1.23.308.1 1,297 3/9/2023
1.23.301.1 1,770 3/1/2023
1.23.222.1 1,492 2/22/2023
1.23.215.1 1,058 2/15/2023
1.23.208.1 1,130 2/8/2023
1.23.201.1 1,964 2/1/2023
1.23.125.1 2,189 1/25/2023
1.23.118.1 1,461 1/18/2023
1.23.111.1 1,423 1/11/2023
1.23.104.1 991 1/4/2023
1.22.1221.1 1,309 12/21/2022
1.22.1214.1 1,699 12/14/2022
1.22.1207.1 1,196 12/8/2022
1.22.1130.1 1,314 12/1/2022
1.22.1123.1 1,410 11/23/2022
1.22.1116.1 1,541 11/16/2022
1.22.1109.1 1,526 11/9/2022
1.22.1102.1 1,473 11/2/2022
1.22.1026.2 1,628 10/27/2022
1.22.1026.1 224 10/26/2022
1.22.1019.1 5,679 10/19/2022
1.22.1012.1 1,227 10/13/2022
1.22.1005.1 1,381 10/5/2022
1.22.921.1 5,911 9/21/2022
1.22.914.1 2,113 9/14/2022
1.22.907.1 2,467 9/7/2022
1.22.831.1 2,096 9/1/2022
1.22.824.1 2,475 8/25/2022
1.22.727.1 1,494 8/22/2022
1.22.720.1 13,665 7/20/2022
1.22.713.1 4,790 7/13/2022
1.22.706.1 4,649 7/6/2022
1.22.629.1 4,067 6/29/2022
1.22.622.1 4,431 6/22/2022
1.22.615.1 4,088 6/15/2022
1.22.608.1 3,922 6/9/2022
1.22.601.1 2,391 6/1/2022
1.22.525.1 2,054 5/25/2022
1.22.518.1 2,803 5/18/2022
1.22.511.1 2,932 5/11/2022
1.22.504.1 3,548 5/6/2022
1.22.420.1 81,041 4/20/2022
1.22.413.1 2,685 4/14/2022
1.22.406.1 1,712 4/6/2022
1.22.323.1 2,520 3/24/2022
1.22.316.1 1,385 3/16/2022
1.22.309.1 1,553 3/9/2022
1.22.216.1 4,047 2/16/2022
1.22.209.1 1,538 2/9/2022
1.22.202.1 1,505 2/2/2022
1.22.126.1 1,494 1/26/2022
1.22.119.2 1,558 1/20/2022
1.22.119.1 319 1/19/2022
1.22.112.1 1,594 1/12/2022
1.22.105.1 2,202 1/5/2022
1.21.1229.1 2,171 12/29/2021
1.21.1222.1 2,122 12/22/2021
1.21.1215.1 2,207 12/15/2021
1.21.1208.1 4,805 12/8/2021
1.21.1124.2 13,088 11/24/2021
1.21.1117.2 5,563 11/18/2021
1.21.1110.1 4,826 11/11/2021
1.21.1103.1 6,366 11/3/2021
1.21.1027.1 4,667 10/28/2021
1.21.1013.1 9,135 10/15/2021
1.21.1006.3 1,087 10/6/2021
1.21.922.1 5,295 9/22/2021
1.21.915.1 1,855 9/16/2021
1.21.908.1 4,639 9/8/2021
1.21.901.1 704 9/7/2021
1.21.825.1 3,119 8/25/2021
1.21.804.1 11,864 8/5/2021
1.21.728.1 4,073 7/28/2021
1.21.721.1 2,691 7/21/2021
1.21.714.1 3,219 7/14/2021
1.21.707.1 2,958 7/7/2021
1.21.630.1 4,580 7/1/2021
1.21.616.1 9,048 6/16/2021
1.21.609.2 1,133 6/11/2021
1.21.602.1 4,524 6/2/2021
1.21.526.2 4,348 5/26/2021
1.21.519.2 3,337 5/20/2021
1.21.512.1 5,036 5/12/2021
1.21.505.1 4,964 5/6/2021
1.21.428.1 6,262 4/28/2021
1.21.421.2 5,069 4/21/2021
1.21.414.2 5,593 4/14/2021
1.21.407.1 5,531 4/7/2021
1.21.331.1 5,817 3/31/2021
1.21.317.1 10,319 3/18/2021
1.21.224.1 16,054 2/25/2021
1.21.203.1 10,311 2/3/2021
1.21.127.1 4,926 1/27/2021
1.21.120.1 5,583 1/20/2021
1.21.113.1 3,797 1/14/2021
1.20.1223.1 11,195 12/23/2020
1.20.1216.1 4,854 12/16/2020
1.20.1209.1 5,281 12/9/2020
1.20.1202.1 4,790 12/2/2020
1.20.1125.1 4,879 11/25/2020
1.20.1118.1 10,714 11/18/2020
1.20.1111.1 35,295 11/11/2020
1.20.1104.1 34,990 11/4/2020
1.20.1028.1 29,154 10/28/2020
1.20.1021.1 32,840 10/21/2020
1.20.1016.1 4,566 10/16/2020
1.20.1014.1 44 10/14/2020
1.20.1007.1 12,229 10/7/2020
1.20.930.1 57 9/30/2020
1.20.923.1 45 9/23/2020
1.20.916.1 8,555 9/16/2020
1.20.909.1 31,832 9/9/2020
1.20.902.1 36,433 9/2/2020
1.20.805.1 180,502 8/5/2020
1.20.730.2 31,503 7/30/2020
1.20.723.1 34,897 7/23/2020
1.20.716.1 30,757 7/16/2020
1.20.603.1 228,488 6/3/2020
1.0.5.128 133,034 5/8/2020
1.0.4.39 (current version) 167,512 4/14/2020
Show less