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.910.1 5,447 9/11/2025
1.25.903.2 3,523 9/8/2025
1.25.903.1 4,441 9/4/2025
1.25.827.1 7,079 8/28/2025
1.25.806.1 20,848 8/8/2025
1.25.730.1 8,961 7/30/2025
1.25.723.2 4,406 7/25/2025
1.25.723.1 1,295 7/24/2025
1.25.716.1 7,287 7/16/2025
1.25.709.1 5,500 7/10/2025
1.25.702.1 19,377 7/4/2025
1.25.611.1 16,391 6/12/2025
1.25.604.1 5,836 6/5/2025
1.25.528.1 3,933 5/28/2025
1.25.521.1 4,324 5/21/2025
1.25.514.1 3,320 5/15/2025
1.25.509.1 3,345 5/9/2025
1.25.430.1 5,219 4/30/2025
1.25.423.1 3,519 4/24/2025
1.25.416.1 4,290 4/16/2025
1.25.409.1 1,276 4/14/2025
1.25.402.1 6,290 4/3/2025
1.25.326.1 6,019 3/27/2025
1.25.319.1 6,235 3/21/2025
1.25.312.1 7,421 3/12/2025
1.25.305.1 9,109 3/5/2025
1.25.226.1 11,524 2/26/2025
1.25.219.3 2,139 2/26/2025
1.25.219.2 11,012 2/20/2025
1.25.212.2 14,233 2/14/2025
1.25.212.1 4,940 2/12/2025
1.25.205.1 14,374 2/6/2025
1.25.129.3 14,971 1/31/2025
1.25.129.2 4,951 1/30/2025
1.25.129.1 3,319 1/29/2025
1.25.122.2 5,698 1/27/2025
1.25.122.1 14,751 1/22/2025
1.25.115.1 21,500 1/15/2025
1.25.108.1 19,663 1/8/2025
1.24.1218.1 51,922 12/18/2024
1.24.1211.1 11,677 12/12/2024
1.24.1204.1 11,856 12/4/2024
1.24.1127.1 10,781 11/27/2024
1.24.1120.1 11,743 11/20/2024
1.24.1113.1 11,898 11/13/2024
1.24.1106.3 8,131 11/9/2024
1.24.1106.1 16,722 11/6/2024
1.24.1016.1 36,334 10/17/2024
1.24.1002.1 35,248 10/2/2024
1.24.904.1 68,522 9/5/2024
1.24.828.1 19,312 8/29/2024
1.24.731.1 78,124 8/1/2024
1.24.724.1 28,579 7/24/2024
1.24.717.1 16,181 7/17/2024
1.24.710.3 12,787 7/11/2024
1.24.703.1 11,690 7/4/2024
1.24.626.1 14,681 6/26/2024
1.24.619.1 12,144 6/20/2024
1.24.612.1 11,990 6/12/2024
1.24.605.1 9,268 6/6/2024
1.24.529.1 12,747 5/29/2024
1.24.522.1 10,241 5/22/2024
1.24.515.2 8,310 5/15/2024
1.24.515.1 994 5/14/2024
1.24.424.1 57,188 4/24/2024
1.24.417.1 9,513 4/18/2024
1.24.403.1 16,434 4/4/2024
1.24.313.1 30,317 3/13/2024
1.24.228.1 15,929 2/29/2024
1.24.221.1 8,034 2/22/2024
1.24.214.3 2,299 2/20/2024
1.24.214.2 5,577 2/15/2024
1.24.214.1 563 2/15/2024
1.24.207.2 6,282 2/9/2024
1.24.131.2 5,609 2/2/2024
1.24.124.1 6,717 1/25/2024
1.24.117.1 8,154 1/17/2024
1.24.110.1 8,271 1/10/2024
1.24.103.1 7,519 1/3/2024
1.23.1227.1 3,639 12/29/2023
1.23.1220.1 5,015 12/20/2023
1.23.1213.1 1,914 12/14/2023
1.23.1206.1 2,219 12/6/2023
1.23.1129.1 1,948 11/30/2023
1.23.1122.1 2,162 11/22/2023
1.23.1115.1 2,660 11/16/2023
1.23.1108.3 418 11/14/2023
1.23.1108.1 1,817 11/8/2023
1.23.1101.1 2,044 11/1/2023
1.23.1025.1 1,705 10/25/2023
1.23.1018.1 2,391 10/18/2023
1.23.1011.1 1,981 10/11/2023
1.23.1004.1 2,198 10/4/2023
1.23.927.1 1,648 9/27/2023
1.23.920.2 1,947 9/20/2023
1.23.913.2 2,097 9/14/2023
1.23.906.1 4,352 9/6/2023
1.23.830.1 1,680 8/30/2023
1.23.823.1 1,816 8/23/2023
1.23.809.1 2,886 8/10/2023
1.23.726.1 3,854 7/26/2023
1.23.719.1 1,716 7/19/2023
1.23.712.1 2,200 7/12/2023
1.23.628.1 2,639 6/30/2023
1.23.621.1 3,236 6/22/2023
1.23.614.1 1,970 6/15/2023
1.23.607.1 1,682 6/8/2023
1.23.517.1 4,776 5/18/2023
1.23.510.1 1,974 5/11/2023
1.23.503.1 1,555 5/3/2023
1.23.426.3 1,119 4/27/2023
1.23.419.1 1,202 4/19/2023
1.23.412.1 1,195 4/12/2023
1.23.405.1 520 4/11/2023
1.23.322.1 3,233 3/22/2023
1.23.315.1 2,112 3/15/2023
1.23.308.1 1,295 3/9/2023
1.23.301.1 1,769 3/1/2023
1.23.222.1 1,489 2/22/2023
1.23.215.1 1,054 2/15/2023
1.23.208.1 1,129 2/8/2023
1.23.201.1 1,962 2/1/2023
1.23.125.1 2,187 1/25/2023
1.23.118.1 1,459 1/18/2023
1.23.111.1 1,420 1/11/2023
1.23.104.1 989 1/4/2023
1.22.1221.1 1,307 12/21/2022
1.22.1214.1 1,697 12/14/2022
1.22.1207.1 1,194 12/8/2022
1.22.1130.1 1,313 12/1/2022
1.22.1123.1 1,407 11/23/2022
1.22.1116.1 1,539 11/16/2022
1.22.1109.1 1,524 11/9/2022
1.22.1102.1 1,471 11/2/2022
1.22.1026.2 1,626 10/27/2022
1.22.1026.1 222 10/26/2022
1.22.1019.1 5,673 10/19/2022
1.22.1012.1 1,225 10/13/2022
1.22.1005.1 1,376 10/5/2022
1.22.921.1 5,909 9/21/2022
1.22.914.1 2,111 9/14/2022
1.22.907.1 2,465 9/7/2022
1.22.831.1 2,094 9/1/2022
1.22.824.1 2,473 8/25/2022
1.22.727.1 1,492 8/22/2022
1.22.720.1 13,658 7/20/2022
1.22.713.1 4,787 7/13/2022
1.22.706.1 4,647 7/6/2022
1.22.629.1 4,065 6/29/2022
1.22.622.1 4,430 6/22/2022
1.22.615.1 4,086 6/15/2022
1.22.608.1 3,920 6/9/2022
1.22.601.1 2,390 6/1/2022
1.22.525.1 2,053 5/25/2022
1.22.518.1 2,801 5/18/2022
1.22.511.1 2,930 5/11/2022
1.22.504.1 3,546 5/6/2022
1.22.420.1 69,853 4/20/2022
1.22.413.1 2,683 4/14/2022
1.22.406.1 1,709 4/6/2022
1.22.323.1 2,519 3/24/2022
1.22.316.1 1,383 3/16/2022
1.22.309.1 1,551 3/9/2022
1.22.216.1 4,045 2/16/2022
1.22.209.1 1,536 2/9/2022
1.22.202.1 1,504 2/2/2022
1.22.126.1 1,493 1/26/2022
1.22.119.2 1,557 1/20/2022
1.22.119.1 318 1/19/2022
1.22.112.1 1,590 1/12/2022
1.22.105.1 2,201 1/5/2022
1.21.1229.1 2,168 12/29/2021
1.21.1222.1 2,121 12/22/2021
1.21.1215.1 2,206 12/15/2021
1.21.1208.1 4,804 12/8/2021
1.21.1124.2 13,087 11/24/2021
1.21.1117.2 5,562 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,666 10/28/2021
1.21.1013.1 9,135 10/15/2021
1.21.1006.3 1,086 10/6/2021
1.21.922.1 5,295 9/22/2021
1.21.915.1 1,854 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,863 8/5/2021
1.21.728.1 4,073 7/28/2021
1.21.721.1 2,690 7/21/2021
1.21.714.1 3,218 7/14/2021
1.21.707.1 2,957 7/7/2021
1.21.630.1 4,579 7/1/2021
1.21.616.1 9,047 6/16/2021
1.21.609.2 1,132 6/11/2021
1.21.602.1 4,523 6/2/2021
1.21.526.2 4,347 5/26/2021
1.21.519.2 3,336 5/20/2021
1.21.512.1 5,035 5/12/2021
1.21.505.1 4,964 5/6/2021
1.21.428.1 6,261 4/28/2021
1.21.421.2 5,069 4/21/2021
1.21.414.2 5,592 4/14/2021
1.21.407.1 5,530 4/7/2021
1.21.331.1 5,814 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,310 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,016 12/23/2020
1.20.1216.1 4,854 12/16/2020
1.20.1209.1 5,280 12/9/2020
1.20.1202.1 4,789 12/2/2020
1.20.1125.1 4,878 11/25/2020
1.20.1118.1 10,713 11/18/2020
1.20.1111.1 35,295 11/11/2020
1.20.1104.1 34,989 11/4/2020
1.20.1028.1 29,152 10/28/2020
1.20.1021.1 32,839 10/21/2020
1.20.1016.1 4,566 10/16/2020
1.20.1014.1 43 10/14/2020
1.20.1007.1 12,229 10/7/2020
1.20.930.1 56 9/30/2020
1.20.923.1 44 9/23/2020
1.20.916.1 8,552 9/16/2020
1.20.909.1 31,831 9/9/2020
1.20.902.1 36,429 9/2/2020
1.20.805.1 180,500 8/5/2020
1.20.730.2 31,502 7/30/2020
1.20.723.1 34,895 7/23/2020
1.20.716.1 30,753 7/16/2020
1.20.603.1 228,486 6/3/2020
1.0.5.128 133,033 5/8/2020
1.0.4.39 (current version) 167,511 4/14/2020
Show less