- AADAuthenticationMethodPolicy
- Fixed an issue where empty arrays were not exported.
FIXES #6759
- Fixed an issue where empty arrays were not exported.
- AADConditionalAccessPolicy
- AADGroup
- Prevents retrieving all members of a group in the Get-TargetResource if
the parameter is not specified in the configuration.
- Prevents retrieving all members of a group in the Get-TargetResource if
- AADNetworkAccessForwardingPolicy
- Fixed an issue where empty
PolicyRuleswould throw an exception during Get.
- Fixed an issue where empty
- EXODistributionGroup
- Fixes performance issue with the retrieval of managers.
- Fixes GUID vs UPN evaluation
FIXES #6769
- EXOExternalInOutlook
- Fixed an issue where the export would fail.
FIXES #6753
- Fixed an issue where the export would fail.
- EXOGroupSettings
- Fixed performance issue evaluating and setting values due to the full
Recipient list being returned.
- Fixed performance issue evaluating and setting values due to the full
- EXOPhishSimOverrideRule
- Fixed an issue where the export would fail.
FIXES #6753
- Fixed an issue where the export would fail.
- EXOPlace
- Fixes an issue with the export where it was trying to export RoomList.
- EXOSecOpsOverrideRule
- Fixed an issue where the export would fail.
FIXES #6753
- Fixed an issue where the export would fail.
- IntuneAppConfigurationDevicePolicy
- Added error handling with message if targeted app doesn't exist.
- IntuneAppProtectionPolicyAndroid
- Fixed several issues when creating and updating the policy.
FIXES #6746
- Fixed several issues when creating and updating the policy.
- IntuneAppProtectionPolicyiOS
- Fixed several issues when creating and updating the policy.
- IntuneAzureNetworkConnectionWindows365
- Fixed the name of the Azure permission provider.
- IntuneDeviceCompliancePolicyAndroidDeviceOwner
- Fixed an issue where a JSON serialization warning was outputted
due to the object depth exceeding two levels.
- Fixed an issue where a JSON serialization warning was outputted
- IntuneDeviceCompliancePolicyWindows10
- Fixed an issue where the complex type mapping was defined incorrectly.
- IntuneEpmElevationRulesPolicyWindows10
- Added a throw condition if the reusable certiticate policy setting is not found.
- IntuneMobileAppsBuiltInStoreApp
- Fixed an issue where
AssignmentSettingswas not a valid property.
- Fixed an issue where
- IntuneMobileAppsLobAppiOS
- Fixed an issue where
AssignmentSettingswas not a valid property.
- Fixed an issue where
- IntuneMobileAppsLobAppMsiWindows10
- Fixed an issue where
Categorieswas exported as a String.
- Fixed an issue where
- IntuneMobileAppsMacOSLobApp
- Fixed an issue where
AssignmentSettingswas not a valid property.
- Fixed an issue where
- IntuneMobileAppsManagedGooglePlayApp
- Fixed an issue where
AssignmentSettingswas not a valid property.
FIXES #6785
- Fixed an issue where
- IntuneSettingCatalogCustomPolicyWindows10
- Fixed the ability to run Get-TargetResource via the LCM (Get-DscConfiguration) and
it's ability to return complex nested objects.
FIXES #6092
- Fixed the ability to run Get-TargetResource via the LCM (Get-DscConfiguration) and
- O365OrgSettings
- Added
CertificatePathwithCertificatePasswordas an authentication method.
- Added
- SPOSite
- Fixed an issue about not correctly passing RestrictedToRegion parameter.
FIXES #6734
- Fixed an issue about not correctly passing RestrictedToRegion parameter.
- PPTenantIsolationSettings
- Fixed an issue where updating the policy failed because of an unresolved tenant name.
FIXES #6778
- Fixed an issue where updating the policy failed because of an unresolved tenant name.
- SCAutoSensitivityLabelRule
- Aligned property formating for improved export processing.
- SCSecurityFilter
- Added a note that the resource does not support certificate based authentication.
- TeamsChannel
- Updated required permissions for read / update.
- TeamsEmergencyCallRoutingPolicy
- Updated required permissions for read / update.
- TeamsMeetingBroadcastConfiguration
- Fixed an issue where the
SdnApiTokenproperty was not compared correctly.
- Fixed an issue where the
- TeamsOrgWideAppSettings
- Added a note that the resource does not support certificate based authentication.
- TeamsTeam
- Updated required permissions for read / update.
- TeamsUser
- Updated required permissions for read / update.
- M365DSCDRGUtil
- M365DSCLogEngine
- Replaced deprecated Windows Event PowerShell cmdlets with .NET.
- M365DSCReverse
- Added logic to clean up temporary files after export.
- Added
TenantGuidentry to theConfigurationData.psd1file during export.
FIXES #6689 - Fixed an issue when attempting to copy non-downloaded
SPOAppfiles.
- M365DSCUtil
- Added functionality to change M365DSC configuration during runtime.
- Added logic to clean up temporary files assertion.
- Added missing
UseBasicParsingbecause of Windows PowerShell hardening. - Fixed an issue where multiple installed Microsoft365DSC versions
will lead to an error during export.
FIXES #6758 - Fixed an issue where the export would fail if the name of a resource was not
the same case as the name in Microsoft365DSC. - Improved module installation speed for
Update-M365DSCModule. - Updated the Tenant Guid parsing to not throw but instead use
TryParse.
- MISC
- Applied ordering for CIM instances to minimize Git differences.
- Fixed a couple of misaligned export messages on the console.
- Fixed an issue where not all required modules were specified in resource settings.
- Generalized custom comparison handling.
FIXES #6765
FIXES #6756
FIXES #6584 - Removed verbose output from
Get-TargetResource. - Updated and corrected all EXO and several SC permissions.
- Updated the error behavior to always throw inside
Get-TargetResource.