DscConfig.M365

0.7.0

DSC composite resource for https://github.com/dsccommunity/DscWorkshop

Minimum PowerShell version

5.1

Installation Options

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

Install-Module -Name DscConfig.M365

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

Install-PSResource -Name DscConfig.M365

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

Copyright the DSC Community contributors. All rights reserved.

Package Details

Author(s)

  • DSC Community

Tags

DesiredStateConfiguration DSC DSCResource

Dependencies

This module has no dependencies.

Release Notes

## [0.7.0] - 2026-08-07

### Added

- New `docs/GettingStarted.md` guide covering both supported paths: consuming the
 composite resources through Microsoft365DscWorkshop and building this module
 from source, including prerequisites, a first configuration and troubleshooting.

### Changed

- Corrected the Microsoft365DscWorkshop repository URL throughout the
 documentation. The project moved from `raandree/Microsoft365DscWorkshop` to
 `dsccommunity/Microsoft365DscWorkshop`.
- Rewrote the Microsoft365DscWorkshop integration documentation to match the
 actual configuration data layout: one YAML file per composite resource under
 the Datum hierarchy in `source/`, `Configurations.yml` to select the composite
 resources to enact, and the `lookup_options` needed to merge `Items` across
 layers. The previous `configurations/DscResourcesToExecute` example did not
 exist in Microsoft365DscWorkshop.
- Corrected the prerequisites in `docs/Installation.md`. The build requires
 Windows and PowerShell 7 or later; Windows PowerShell 5.1 fails in the
 `TestPowerShell7` task.
- Replaced the hard-coded resource list in `docs/Resources.md` with a description
 of how the generated set is determined by the assets in
 `tests/Unit/DSCResources/Assets/Config`, plus commands to list the resources of
 an installation. The previous list referenced resources that no longer exist in
 Microsoft365DSC.
- Fixed documentation examples that used properties the Microsoft365DSC resources
 do not expose: `AvailableToOtherTenants` on `AADApplication`, `Default` on
 `EXOAcceptedDomain`, and the nested `Conditions`/`GrantControls` objects on
 `AADConditionalAccessPolicy`.
- Documented the full set of connection parameters on array composite resources,
 including `ApplicationSecret` and `AccessTokens`, and noted that the push-down
 to `Items` is only generated for resources that expose `Ensure`.
- Update Microsoft365DSC to version 1.26.729.2 and set DscBuildHelpers and PSDesiredStateConfiguration to latest.
- Updated the test configuration data in `tests/Unit/DSCResources/Assets/Config` to the schemas
 shipped with Microsoft365DSC 1.26.729.2:
 - Removed the properties `AvailableToOtherTenants` (`AADApplication`, replaced by `SignInAudience`),
   `SupportsScopeTags` (Intune device configuration policies), `UserVoiceForFeedbackEnabled`
   (`SPOTenantSettings`), `EnableShiftPresence` (`TeamsShiftsPolicy`), `OptimizeDeviceDialing`
   (`TeamsTenantDialPlan`) and `AllowPublicUsers` (`TeamsFederationConfiguration`).
 - Renamed `ElegibilityAssignmentReq*` to `EligibilityAssignmentReq*` (`AADRoleSetting`).
 - Moved `RequireAcceptingAccountMatchInvitedAccount` from `SPOSharingSettings` to `SPOTenantSettings`.
 - Replaced `LocalUserGroupCollection` with `AccessGroup`
   (`IntuneAccountProtectionLocalUserGroupMembershipPolicy`).
 - `MaximumRecordingLength` (`TeamsOnlineVoicemailPolicy`) is now a number of seconds instead of a timespan.
 - `ContentContainsSensitiveInformation` (`SCDLPComplianceRule`) is now an array.
 - Converted `AADAuthenticationMethodPolicy` and the `Teams*Configuration` resources from array to
   single-instance configuration data, as they now expose `IsSingleInstance`.

### Fixed

- The composite resource code generator no longer emits embedded CIM instance class names as parameter
 types. Properties like `AADAuthenticationMethodPolicy/RegistrationEnforcement` are now typed as
 `hashtable` (or `hashtable[]`), so the generated composite resource can be loaded and discovered again.

FileList

Version History

Version Downloads Last updated
0.7.0 (current version) 10 8/7/2026
0.7.0-previe... 37 8/4/2026
0.6.1 5 8/4/2026
0.6.1-previe... 6,070 5/22/2025
0.6.0 115 5/22/2025
0.6.0-previe... 5 5/22/2025
0.6.0-previe... 6 2/10/2025
0.5.0 188 10/31/2024
0.5.0-previe... 5 10/31/2024
0.5.0-previe... 4 10/31/2024
0.5.0-previe... 6 10/31/2024
0.5.0-previe... 4 10/30/2024
0.5.0-previe... 5 10/30/2024
0.5.0-previe... 5 10/22/2024
0.4.1-previe... 4 9/13/2024
0.4.0 252 9/11/2024
0.4.0-previe... 5 9/11/2024
0.3.3-previe... 6 6/7/2024
0.3.2 297 6/4/2024
0.3.2-previe... 6 6/4/2024
0.3.2-previe... 6 6/4/2024
0.3.2-previe... 6 6/4/2024
0.3.1 12 5/24/2024
0.3.1-previe... 8 5/23/2024
0.3.1-previe... 7 5/22/2024
0.3.1-previe... 6 5/22/2024
0.3.0 33 2/25/2024
0.3.0-previe... 8 2/25/2024
0.3.0-previe... 9 2/25/2024
0.2.4-previe... 19 9/6/2023
0.2.3 1,138 9/5/2023
0.2.3-previe... 9 9/5/2023
0.2.2 41 4/19/2023
0.2.2-previe... 8 4/19/2023
0.2.2-previe... 8 4/19/2023
0.2.1 42 1/15/2023
0.2.1-previe... 12 1/15/2023
0.2.0 209 10/11/2022
0.2.0-previe... 19 10/11/2022
0.2.0-previe... 19 10/11/2022
0.1.0-previe... 76 5/7/2022
0.1.0-previe... 18 5/7/2022
Show more