Microsoft365DSC

1.20.916.1

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

Minimum PowerShell version

5.1

There is a newer prerelease version of this module available.
See the version list below for details.

Installation Options

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

Install-Module -Name Microsoft365DSC -RequiredVersion 1.20.916.1

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

Install-PSResource -Name Microsoft365DSC -Version 1.20.916.1

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

Assert-M365DSCBlueprint Assert-M365DSCTemplate Compare-M365DSCConfigurations Export-M365DSCConfiguration New-M365DSCDeltaReport New-M365DSCReportFromConfiguration New-M365DSCStubFiles Set-M365DSCAgentCertificateConfiguration Test-M365DSCAgent Test-M365DSCDependenciesForNewVersions

Functions

Test-M365DSCAgent Format-EXOParams Get-TimeZoneNameFromID Get-TimeZoneIDFromName Get-TeamByGroupID Get-TeamByName Convert-M365DscHashtableToString New-EXOAntiPhishPolicy New-EXOSafeAttachmentRule New-EXOSafeLinksRule Set-EXOAntiPhishPolicy Confirm-ImportedCmdletIsAvailable Set-EXOSafeAttachmentRule Set-EXOSafeLinksRule Compare-PSCustomObjectArrays Test-Microsoft365DSCParameterState Export-M365DSCConfiguration Get-M365DSCTenantDomain Get-M365DSCOrganization New-M365DSCConnection Get-SPOAdministrationUrl Get-M365TenantName Split-ArrayByBatchSize Split-ArrayByParts Invoke-M365DSCCommand Get-SPOUserProfilePropertyInstance ConvertTo-SPOUserProfilePropertyInstanceString Install-M365DSCDevBranch Get-AllSPOPackages Remove-NullEntriesFromHashtable Assert-M365DSCTemplate Assert-M365DSCBlueprint Test-M365DSCDependenciesForNewVersions Update-M365DSCDependencies Set-M365DSCAgentCertificateConfiguration Format-M365ServicePrincipalData Remove-EmptyValue Update-M365DSCExportAuthenticationResults Get-M365DSCExportContentForResource Test-M365DSCNewVersionAvailable Get-M365DSCComponentsForAuthenticationType Get-M365DSCAllResources SectionChanged Show-M365DSCGUI SelectComponentsForMode Set-M365DSCGUIResourcesAvailability Get-M365DSCExportGUIAllControls Start-M365DSCConfigurationExtract New-M365DSCLogEntry Add-M365DSCEvent Get-ApplicationInsightsTelemetryClient Add-M365DSCTelemetryEvent Set-M365DSCTelemetryOption Get-M365DSCTelemetryOption New-M365DSCStubFiles New-M365DSCConfigurationToHTML Get-IconPath New-M365DSCConfigurationToExcel New-M365DSCReportFromConfiguration Compare-M365DSCConfigurations Get-M365DSCResourceKey New-M365DSCDeltaReport

DSCResources

AADApplication AADGroupsNamingPolicy AADGroupsSettings AADMSGroup AADMSGroupLifecyclePolicy AADServicePrincipal 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 PlannerBucket PlannerPlan PlannerTask 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 SPOOrgAssetsLibrary SPOPropertyBag SPOSearchManagedProperty SPOSearchResultSource SPOSharingSettings SPOSite SPOSiteAuditSettings SPOSiteDesign SPOSiteDesignRights SPOSiteGroup SPOSiteScript SPOStorageEntity SPOTenantCdnEnabled SPOTenantCDNPolicy SPOTenantSettings SPOTheme SPOUserProfileProperty TeamsCallingPolicy TeamsChannel TeamsChannelsPolicy TeamsClientConfiguration TeamsEmergencyCallingPolicy TeamsEmergencyCallRoutingPolicy TeamsGuestCallingConfiguration TeamsGuestMeetingConfiguration TeamsGuestMessagingConfiguration TeamsMeetingBroadcastConfiguration TeamsMeetingBroadcastPolicy TeamsMeetingConfiguration TeamsMeetingPolicy TeamsMessagingPolicy TeamsPstnUsage TeamsTeam TeamsTenantDialPlan TeamsUpgradeConfiguration TeamsUpgradePolicy TeamsUser TeamsVoiceRoutingPolicy

Dependencies

Release Notes

* EXOApplicationAccessPolicy
           * Added some error handling around the
             Get-ApplicationAccessPolicy cmdlet
             (Issue #702);
         *EXOSharedMailbox
           * Fixed an issue where Aliases were not properly removed
             (Issue #749);
         * TeamsCallingPolicy
           * Added support for the AllowWebPSTNCalling and Description
             properties;
         * TeamsChannel
           * Fixed an error in the Export when trying to connect using
             only an Azure AD Application without any credentials
             (Issue #754);
         * TeamsClientConfiguration
           * Added support for the AllowEgnyte property
           (Issue #744);
         * TeamsUser
           * Fixed an issue where for large tenants the Export could
             failed due to a percentage of completion greater than
             100% for the Write-Progress
             (Issue #722);
         * MISC
           * Fixed an issue where the OD checkbox was always disabled
             in the GUI;
           * Changed the logic of the Unselect All button in the GUI
             so that it doesn't unselect the authentication checkboxes;
           * Fixed an issue where SPOHubSite was left selected in the
             Export GUI even when unselecting the entire SPO Workload
             (Issue #735);
           * Fixed an issue where if no Destination Path was provided
             after an export, it would fail. It now defaults to the
             current location
             (Issue #698);
           * Fixed issue SCSensitivityLabel on EncryptionRightsDefinitions parameters
             format (Issue #758)
         * DEPENDENCIES
           * MSCloudLoginAssistant Updated to 1.0.33;

FileList

Version History

Version Downloads Last updated
2026.1007... 39 9/25/2026
1.26.909.1 30,694 9/11/2026
1.26.902.1 12,568 9/3/2026
1.26.826.1 12,401 8/27/2026
1.26.819.1 13,896 8/20/2026
1.26.812.1 14,186 8/13/2026
1.26.805.2 9,949 8/7/2026
1.26.729.2 16,080 7/30/2026
1.26.729.1 655 7/30/2026
1.26.722.1 12,930 7/22/2026
1.26.715.1 12,772 7/15/2026
1.26.708.1 13,628 7/8/2026
1.26.701.1 12,029 7/2/2026
1.26.617.1 33,574 6/17/2026
1.26.603.1 44,349 6/3/2026
1.26.527.1 23,796 5/28/2026
1.26.520.1 15,853 5/20/2026
1.26.506.2 22,996 5/7/2026
1.26.506.1 2,136 5/6/2026
1.26.422.1 25,341 4/24/2026
1.26.408.1 29,354 4/10/2026
1.26.318.1 48,973 3/20/2026
1.26.311.1 13,929 3/13/2026
1.26.218.1 50,025 2/18/2026
1.26.211.1 16,784 2/11/2026
1.26.128.1 38,610 1/28/2026
1.26.121.1 16,259 1/22/2026
1.26.114.1 19,135 1/15/2026
1.25.1203.2 45,338 12/4/2025
1.25.1112.1 21,849 11/12/2025
1.25.1015.1 30,579 10/16/2025
1.25.1001.1 14,643 10/2/2025
1.25.910.1 27,002 9/11/2025
1.25.903.2 3,621 9/8/2025
1.25.903.1 4,471 9/4/2025
1.25.827.1 7,502 8/28/2025
1.25.806.1 21,353 8/8/2025
1.25.730.1 9,850 7/30/2025
1.25.723.2 4,438 7/25/2025
1.25.723.1 1,311 7/24/2025
1.25.716.1 7,388 7/16/2025
1.25.709.1 5,533 7/10/2025
1.25.702.1 19,888 7/4/2025
1.25.611.1 17,248 6/12/2025
1.25.604.1 10,247 6/5/2025
1.25.528.1 4,046 5/28/2025
1.25.521.1 5,254 5/21/2025
1.25.514.1 3,535 5/15/2025
1.25.509.1 3,349 5/9/2025
1.25.430.1 5,262 4/30/2025
1.25.423.1 3,588 4/24/2025
1.25.416.1 4,324 4/16/2025
1.25.409.1 1,280 4/14/2025
1.25.402.1 9,069 4/3/2025
1.25.326.1 6,024 3/27/2025
1.25.319.1 6,252 3/21/2025
1.25.312.1 7,432 3/12/2025
1.25.305.1 9,405 3/5/2025
1.25.226.1 11,560 2/26/2025
1.25.219.3 2,144 2/26/2025
1.25.219.2 11,204 2/20/2025
1.25.212.2 14,273 2/14/2025
1.25.212.1 4,960 2/12/2025
1.25.205.1 14,406 2/6/2025
1.25.129.3 14,972 1/31/2025
1.25.129.2 4,957 1/30/2025
1.25.129.1 3,354 1/29/2025
1.25.122.2 5,700 1/27/2025
1.25.122.1 14,762 1/22/2025
1.25.115.1 21,662 1/15/2025
1.25.108.1 19,677 1/8/2025
1.24.1218.1 52,170 12/18/2024
1.24.1211.1 11,719 12/12/2024
1.24.1204.1 11,865 12/4/2024
1.24.1127.1 10,820 11/27/2024
1.24.1120.1 11,747 11/20/2024
1.24.1113.1 11,900 11/13/2024
1.24.1106.3 8,504 11/9/2024
1.24.1106.1 16,764 11/6/2024
1.24.1016.1 36,377 10/17/2024
1.24.1002.1 37,688 10/2/2024
1.24.904.1 71,252 9/5/2024
1.24.828.1 19,319 8/29/2024
1.24.731.1 84,646 8/1/2024
1.24.724.1 37,419 7/24/2024
1.24.717.1 17,076 7/17/2024
1.24.710.3 12,790 7/11/2024
1.24.703.1 11,693 7/4/2024
1.24.626.1 14,698 6/26/2024
1.24.619.1 12,149 6/20/2024
1.24.612.1 11,992 6/12/2024
1.24.605.1 9,274 6/6/2024
1.24.529.1 12,751 5/29/2024
1.24.522.1 10,243 5/22/2024
1.24.515.2 8,320 5/15/2024
1.24.515.1 996 5/14/2024
1.24.424.1 57,284 4/24/2024
1.24.417.1 9,516 4/18/2024
1.24.403.1 16,445 4/4/2024
1.24.313.1 30,380 3/13/2024
1.24.228.1 15,961 2/29/2024
1.24.221.1 8,165 2/22/2024
1.24.214.3 2,301 2/20/2024
1.24.214.2 5,580 2/15/2024
1.24.214.1 567 2/15/2024
1.24.207.2 6,285 2/9/2024
1.24.131.2 7,170 2/2/2024
1.24.124.1 6,720 1/25/2024
1.24.117.1 8,163 1/17/2024
1.24.110.1 8,274 1/10/2024
1.24.103.1 7,522 1/3/2024
1.23.1227.1 3,645 12/29/2023
1.23.1220.1 5,018 12/20/2023
1.23.1213.1 1,917 12/14/2023
1.23.1206.1 2,229 12/6/2023
1.23.1129.1 1,951 11/30/2023
1.23.1122.1 2,166 11/22/2023
1.23.1115.1 2,665 11/16/2023
1.23.1108.3 422 11/14/2023
1.23.1108.1 1,823 11/8/2023
1.23.1101.1 2,047 11/1/2023
1.23.1025.1 1,710 10/25/2023
1.23.1018.1 2,394 10/18/2023
1.23.1011.1 1,987 10/11/2023
1.23.1004.1 2,202 10/4/2023
1.23.927.1 1,652 9/27/2023
1.23.920.2 1,950 9/20/2023
1.23.913.2 2,100 9/14/2023
1.23.906.1 4,713 9/6/2023
1.23.830.1 1,697 8/30/2023
1.23.823.1 1,827 8/23/2023
1.23.809.1 2,889 8/10/2023
1.23.726.1 3,859 7/26/2023
1.23.719.1 1,739 7/19/2023
1.23.712.1 2,202 7/12/2023
1.23.628.1 2,642 6/30/2023
1.23.621.1 3,250 6/22/2023
1.23.614.1 1,973 6/15/2023
1.23.607.1 1,687 6/8/2023
1.23.517.1 4,778 5/18/2023
1.23.510.1 1,980 5/11/2023
1.23.503.1 1,558 5/3/2023
1.23.426.3 1,122 4/27/2023
1.23.419.1 1,205 4/19/2023
1.23.412.1 1,198 4/12/2023
1.23.405.1 523 4/11/2023
1.23.322.1 3,239 3/22/2023
1.23.315.1 2,117 3/15/2023
1.23.308.1 1,298 3/9/2023
1.23.301.1 1,771 3/1/2023
1.23.222.1 1,494 2/22/2023
1.23.215.1 1,059 2/15/2023
1.23.208.1 1,131 2/8/2023
1.23.201.1 1,965 2/1/2023
1.23.125.1 2,192 1/25/2023
1.23.118.1 1,462 1/18/2023
1.23.111.1 1,427 1/11/2023
1.23.104.1 993 1/4/2023
1.22.1221.1 1,313 12/21/2022
1.22.1214.1 1,702 12/14/2022
1.22.1207.1 1,200 12/8/2022
1.22.1130.1 1,320 12/1/2022
1.22.1123.1 1,416 11/23/2022
1.22.1116.1 1,551 11/16/2022
1.22.1109.1 1,534 11/9/2022
1.22.1102.1 1,477 11/2/2022
1.22.1026.2 1,629 10/27/2022
1.22.1026.1 225 10/26/2022
1.22.1019.1 5,680 10/19/2022
1.22.1012.1 1,228 10/13/2022
1.22.1005.1 1,384 10/5/2022
1.22.921.1 5,912 9/21/2022
1.22.914.1 2,114 9/14/2022
1.22.907.1 2,468 9/7/2022
1.22.831.1 2,098 9/1/2022
1.22.824.1 2,476 8/25/2022
1.22.727.1 1,495 8/22/2022
1.22.720.1 13,666 7/20/2022
1.22.713.1 4,791 7/13/2022
1.22.706.1 4,650 7/6/2022
1.22.629.1 4,068 6/29/2022
1.22.622.1 4,439 6/22/2022
1.22.615.1 4,089 6/15/2022
1.22.608.1 3,927 6/9/2022
1.22.601.1 2,393 6/1/2022
1.22.525.1 2,055 5/25/2022
1.22.518.1 2,804 5/18/2022
1.22.511.1 2,933 5/11/2022
1.22.504.1 3,549 5/6/2022
1.22.420.1 81,042 4/20/2022
1.22.413.1 2,686 4/14/2022
1.22.406.1 1,713 4/6/2022
1.22.323.1 2,522 3/24/2022
1.22.316.1 1,386 3/16/2022
1.22.309.1 1,554 3/9/2022
1.22.216.1 4,048 2/16/2022
1.22.209.1 1,539 2/9/2022
1.22.202.1 1,506 2/2/2022
1.22.126.1 1,496 1/26/2022
1.22.119.2 1,559 1/20/2022
1.22.119.1 320 1/19/2022
1.22.112.1 1,595 1/12/2022
1.22.105.1 2,203 1/5/2022
1.21.1229.1 2,177 12/29/2021
1.21.1222.1 2,123 12/22/2021
1.21.1215.1 2,208 12/15/2021
1.21.1208.1 4,806 12/8/2021
1.21.1124.2 13,089 11/24/2021
1.21.1117.2 5,566 11/18/2021
1.21.1110.1 4,828 11/11/2021
1.21.1103.1 6,368 11/3/2021
1.21.1027.1 4,669 10/28/2021
1.21.1013.1 9,137 10/15/2021
1.21.1006.3 1,088 10/6/2021
1.21.922.1 5,296 9/22/2021
1.21.915.1 1,856 9/16/2021
1.21.908.1 4,641 9/8/2021
1.21.901.1 705 9/7/2021
1.21.825.1 3,120 8/25/2021
1.21.804.1 11,865 8/5/2021
1.21.728.1 4,074 7/28/2021
1.21.721.1 2,692 7/21/2021
1.21.714.1 3,220 7/14/2021
1.21.707.1 2,959 7/7/2021
1.21.630.1 4,581 7/1/2021
1.21.616.1 9,049 6/16/2021
1.21.609.2 1,134 6/11/2021
1.21.602.1 4,525 6/2/2021
1.21.526.2 4,349 5/26/2021
1.21.519.2 3,338 5/20/2021
1.21.512.1 5,037 5/12/2021
1.21.505.1 4,965 5/6/2021
1.21.428.1 6,263 4/28/2021
1.21.421.2 5,070 4/21/2021
1.21.414.2 5,594 4/14/2021
1.21.407.1 5,532 4/7/2021
1.21.331.1 5,818 3/31/2021
1.21.317.1 10,320 3/18/2021
1.21.224.1 16,056 2/25/2021
1.21.203.1 10,312 2/3/2021
1.21.127.1 4,928 1/27/2021
1.21.120.1 5,585 1/20/2021
1.21.113.1 3,800 1/14/2021
1.20.1223.1 11,250 12/23/2020
1.20.1216.1 4,855 12/16/2020
1.20.1209.1 5,284 12/9/2020
1.20.1202.1 4,792 12/2/2020
1.20.1125.1 4,882 11/25/2020
1.20.1118.1 10,716 11/18/2020
1.20.1111.1 35,297 11/11/2020
1.20.1104.1 34,992 11/4/2020
1.20.1028.1 29,156 10/28/2020
1.20.1021.1 32,842 10/21/2020
1.20.1016.1 4,567 10/16/2020
1.20.1014.1 46 10/14/2020
1.20.1007.1 12,231 10/7/2020
1.20.930.1 59 9/30/2020
1.20.923.1 47 9/23/2020
1.20.916.1 (current version) 8,557 9/16/2020
1.20.909.1 31,834 9/9/2020
1.20.902.1 36,437 9/2/2020
1.20.805.1 180,504 8/5/2020
1.20.730.2 31,504 7/30/2020
1.20.723.1 34,898 7/23/2020
1.20.716.1 30,758 7/16/2020
1.20.603.1 228,493 6/3/2020
1.0.5.128 133,037 5/8/2020
1.0.4.39 167,514 4/14/2020
Show less