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.24.313.1 5,601 3/13/2024
1.24.228.1 15,724 2/29/2024
1.24.221.1 7,824 2/22/2024
1.24.214.3 2,285 2/20/2024
1.24.214.2 5,539 2/15/2024
1.24.214.1 542 2/15/2024
1.24.207.2 6,232 2/9/2024
1.24.131.2 5,373 2/2/2024
1.24.124.1 6,697 1/25/2024
1.24.117.1 8,037 1/17/2024
1.24.110.1 6,772 1/10/2024
1.24.103.1 6,745 1/3/2024
1.23.1227.1 3,548 12/29/2023
1.23.1220.1 4,983 12/20/2023
1.23.1213.1 1,793 12/14/2023
1.23.1206.1 2,210 12/6/2023
1.23.1129.1 1,834 11/30/2023
1.23.1122.1 2,152 11/22/2023
1.23.1115.1 2,112 11/16/2023
1.23.1108.3 411 11/14/2023
1.23.1108.1 1,806 11/8/2023
1.23.1101.1 2,012 11/1/2023
1.23.1025.1 1,677 10/25/2023
1.23.1018.1 2,381 10/18/2023
1.23.1011.1 1,955 10/11/2023
1.23.1004.1 1,979 10/4/2023
1.23.927.1 1,632 9/27/2023
1.23.920.2 1,939 9/20/2023
1.23.913.2 2,044 9/14/2023
1.23.906.1 3,961 9/6/2023
1.23.830.1 1,668 8/30/2023
1.23.823.1 1,750 8/23/2023
1.23.809.1 2,870 8/10/2023
1.23.726.1 3,821 7/26/2023
1.23.719.1 1,705 7/19/2023
1.23.712.1 2,190 7/12/2023
1.23.628.1 2,597 6/30/2023
1.23.621.1 3,160 6/22/2023
1.23.614.1 1,959 6/15/2023
1.23.607.1 1,669 6/8/2023
1.23.517.1 4,766 5/18/2023
1.23.510.1 1,960 5/11/2023
1.23.503.1 1,541 5/3/2023
1.23.426.3 1,103 4/27/2023
1.23.419.1 1,195 4/19/2023
1.23.412.1 1,185 4/12/2023
1.23.405.1 481 4/11/2023
1.23.322.1 3,201 3/22/2023
1.23.315.1 2,100 3/15/2023
1.23.308.1 1,283 3/9/2023
1.23.301.1 1,761 3/1/2023
1.23.222.1 1,482 2/22/2023
1.23.215.1 1,047 2/15/2023
1.23.208.1 1,120 2/8/2023
1.23.201.1 1,944 2/1/2023
1.23.125.1 2,177 1/25/2023
1.23.118.1 1,445 1/18/2023
1.23.111.1 1,404 1/11/2023
1.23.104.1 979 1/4/2023
1.22.1221.1 1,295 12/21/2022
1.22.1214.1 1,589 12/14/2022
1.22.1207.1 1,178 12/8/2022
1.22.1130.1 1,306 12/1/2022
1.22.1123.1 1,397 11/23/2022
1.22.1116.1 1,511 11/16/2022
1.22.1109.1 1,513 11/9/2022
1.22.1102.1 1,464 11/2/2022
1.22.1026.2 1,604 10/27/2022
1.22.1026.1 209 10/26/2022
1.22.1019.1 4,378 10/19/2022
1.22.1012.1 1,209 10/13/2022
1.22.1005.1 1,366 10/5/2022
1.22.921.1 5,902 9/21/2022
1.22.914.1 2,104 9/14/2022
1.22.907.1 2,458 9/7/2022
1.22.831.1 2,087 9/1/2022
1.22.824.1 2,466 8/25/2022
1.22.727.1 1,485 8/22/2022
1.22.720.1 13,645 7/20/2022
1.22.713.1 4,780 7/13/2022
1.22.706.1 4,640 7/6/2022
1.22.629.1 4,057 6/29/2022
1.22.622.1 4,423 6/22/2022
1.22.615.1 4,079 6/15/2022
1.22.608.1 3,911 6/9/2022
1.22.601.1 2,382 6/1/2022
1.22.525.1 2,046 5/25/2022
1.22.518.1 2,794 5/18/2022
1.22.511.1 2,923 5/11/2022
1.22.504.1 3,539 5/6/2022
1.22.420.1 34,902 4/20/2022
1.22.413.1 2,675 4/14/2022
1.22.406.1 1,702 4/6/2022
1.22.323.1 2,511 3/24/2022
1.22.316.1 1,376 3/16/2022
1.22.309.1 1,544 3/9/2022
1.22.216.1 4,035 2/16/2022
1.22.209.1 1,528 2/9/2022
1.22.202.1 1,497 2/2/2022
1.22.126.1 1,486 1/26/2022
1.22.119.2 1,550 1/20/2022
1.22.119.1 311 1/19/2022
1.22.112.1 1,574 1/12/2022
1.22.105.1 2,194 1/5/2022
1.21.1229.1 2,152 12/29/2021
1.21.1222.1 2,112 12/22/2021
1.21.1215.1 2,197 12/15/2021
1.21.1208.1 4,795 12/8/2021
1.21.1124.2 13,076 11/24/2021
1.21.1117.2 5,553 11/18/2021
1.21.1110.1 4,818 11/11/2021
1.21.1103.1 6,358 11/3/2021
1.21.1027.1 4,658 10/28/2021
1.21.1013.1 9,126 10/15/2021
1.21.1006.3 1,078 10/6/2021
1.21.922.1 5,288 9/22/2021
1.21.915.1 1,847 9/16/2021
1.21.908.1 4,632 9/8/2021
1.21.901.1 694 9/7/2021
1.21.825.1 3,113 8/25/2021
1.21.804.1 11,853 8/5/2021
1.21.728.1 4,066 7/28/2021
1.21.721.1 2,683 7/21/2021
1.21.714.1 3,211 7/14/2021
1.21.707.1 2,950 7/7/2021
1.21.630.1 4,572 7/1/2021
1.21.616.1 9,040 6/16/2021
1.21.609.2 1,125 6/11/2021
1.21.602.1 4,516 6/2/2021
1.21.526.2 4,340 5/26/2021
1.21.519.2 3,326 5/20/2021
1.21.512.1 5,028 5/12/2021
1.21.505.1 4,957 5/6/2021
1.21.428.1 6,254 4/28/2021
1.21.421.2 5,062 4/21/2021
1.21.414.2 5,585 4/14/2021
1.21.407.1 5,522 4/7/2021
1.21.331.1 5,805 3/31/2021
1.21.317.1 10,309 3/18/2021
1.21.224.1 16,036 2/25/2021
1.21.203.1 10,300 2/3/2021
1.21.127.1 4,918 1/27/2021
1.21.120.1 5,575 1/20/2021
1.21.113.1 3,789 1/14/2021
1.20.1223.1 10,936 12/23/2020
1.20.1216.1 4,846 12/16/2020
1.20.1209.1 5,272 12/9/2020
1.20.1202.1 4,781 12/2/2020
1.20.1125.1 4,870 11/25/2020
1.20.1118.1 10,703 11/18/2020
1.20.1111.1 35,285 11/11/2020
1.20.1104.1 34,979 11/4/2020
1.20.1028.1 29,142 10/28/2020
1.20.1021.1 32,829 10/21/2020
1.20.1016.1 4,558 10/16/2020
1.20.1014.1 35 10/14/2020
1.20.1007.1 12,219 10/7/2020
1.20.930.1 48 9/30/2020
1.20.923.1 36 9/23/2020
1.20.916.1 8,544 9/16/2020
1.20.909.1 31,821 9/9/2020
1.20.902.1 36,419 9/2/2020
1.20.805.1 180,490 8/5/2020
1.20.730.2 31,491 7/30/2020
1.20.723.1 34,884 7/23/2020
1.20.716.1 30,714 7/16/2020
1.20.603.1 228,476 6/3/2020
1.0.5.128 133,023 5/8/2020
1.0.4.39 (current version) 167,500 4/14/2020
Show less