| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-06 | 2.6 kB | |
| Release 1.26.506.1 source code.tar.gz | 2026-05-06 | 133.5 MB | |
| Release 1.26.506.1 source code.zip | 2026-05-06 | 137.2 MB | |
| Totals: 3 Items | 270.8 MB | 0 | |
- AADServicePrincipal
- Fixed an issue where service principal as owners for other service principals were not exported or applied correctly. FIXES #5939
- EXOServicePrincipal
- Fixed an issue where the export was not possible for service principals with
a missing
AppDisplayNamein their object. FIXES #7086 - IntuneDeviceConfigurationAdministrativeTemplatePolicyWindows10
- Fixed an issue where an empty
Valueproperty was exported. FIXES #7085 - O365ExternalConnection
- Fixed an issue where resolving multi-tenant applications from other tenants failed. FIXES #5156
- O365OrgSettings
- Updated the resource to skip Viva Insights settings if not all permissions are given. FIXES #4146
- SentinelAlertRule
- Fixed an issue where the create failed when sending an empty EntityMapping property. FIXES #7088
- M365DSCPermissions
- Added the parameter
-GroupByResourceNameto allow grouping of permissions to resources. FIXES #3665 - Fixed documentation and dependency check issues in
Update-M365DSCAzureADApplication. FIXES #5694 - M365DSCReport
- Improved drift visibility for arrays with many elements using
Deltabullet points. FIXES #4469 - M365DSCUtil
- Added the new function
Get-M365DSCResourceDifferences, which returns newly added or removed resources between different module versions. FIXES #4416 - MISC
- Changed the directory path separator from backslash (\) to forward slash (/) to ensure cross-platform compatibility. FIXES #7097
- DEPENDENCIES
- Rolled back the
Microsoft.Graph.*dependencies to version 2.35.1 to avoid conflict with theExchangeOnlineManagementdependency. FIXES #7095 FIXES #7091