- IntuneDeviceConfigurationPolicyWindows10
- Fixed issue when creating this resource if property DefenderDetectedMalwareActions was not present, it'd still be created but with errors.
FIXES #2581
- Fixed issue when creating this resource if property DefenderDetectedMalwareActions was not present, it'd still be created but with errors.
- AADUser
- Fixed issue with license assignment
FIXES #2556
- Fixed issue with license assignment
- EXOOrganizationRelationship
- Add 'None' as supported value for MailboxMoveCapability
FIXES #2570
- Add 'None' as supported value for MailboxMoveCapability
- IntuneRoledefinition
- Initial Release
- Manage Intune Role definition
- IntuneRoleAssignment
- Initial Release
- Manage Intune Role assignment
- O365AdminAuditLogConfig
- Updated settings.json to include permissions.
FIXES #2517
- Updated settings.json to include permissions.
- O365OrgCustomizationSetting
- Updated settings.json to include permissions.
FIXES #2517
- Updated settings.json to include permissions.
- SCDLPCompliancePolicy
- Fixes an issue where the Exchange Location and Exception where not sent back in a correct format during Export.
FIXES #2545
- Fixes an issue where the Exchange Location and Exception where not sent back in a correct format during Export.
- SCRetentionCompliancePolicy
- Fixes issue with the TeamsChannelLocation and TeamsChatsLocation parameters that were improperly returned by the Get- function.
FIXES #2472
- Fixes issue with the TeamsChannelLocation and TeamsChatsLocation parameters that were improperly returned by the Get- function.
- SCRetentionComplianceRule
- Fixes issue with Teams Policy where the RetentionDurationDisplayHint and ExpirationDateOption parameters weren't returned by the Get- function.
FIXES #2472
- Fixes issue with Teams Policy where the RetentionDurationDisplayHint and ExpirationDateOption parameters weren't returned by the Get- function.
- TeamsFederationConfiguration
- Fixes an issue where the extraction of allowed domain and blocked domain wasn't in the proper format.
FIXES #2576
- Fixes an issue where the extraction of allowed domain and blocked domain wasn't in the proper format.
- DEPENDENCIES
- Updated Microsoft.Graph.* to version 1.17.0;
- Updated MSCloudLoginAssistant to version 1.0.98;
- MISC
- Removed Test-M365DSCDependenciesForNewVersions from export functions. This will improve export speed.
- New Parameter
ValidateOnly
for Update-M365DSCDependencies to check if all dependencies are installed.
FIXES 2519 - Fixed incorrect usage of Write-Information cmdLet
- Fixed typos for permissions in settings.json
FIXES 2553