Releases: microsoft/Microsoft365DSC
Releases · microsoft/Microsoft365DSC
Release 1.22.511.1
- AADNamedLocationPolicy
- Added error handling in the Get-TargetResource function.
- EXOIRMConfiguration
- Initial release.
- EXOMessageClassification
- Initial release.
- EXOOMEConfiguration
- Initial release.
- EXOOwaMailboxPolicy
- Fix where the update scenario was not setting the proper
values. (FIXES #1868)
- Fix where the update scenario was not setting the proper
- EXOPerimeterConfiguration
- Initial release.
- EXOResourceConfiguration
- Initial release.
- IntuneApplicationControlPolicyWindows10
- Initial release.
- TeamsUpdateManagementPolicy
- Initial release.
- DEPENDENCIES
- Updated Microsoft.Graph.* modules to version 1.9.6.
- Updated ReverseDSC to version 2.0.0.11.
- MISC
- Updated permissions for SharePoint in settings.json files.
- Added links to documentation to Teams Readme files
- Added and corrected some Exchange examples
- Added progress indicator to the Report generation
Release 1.22.504.1
- EXOInboundConnector
- Added support for EFSkipIPs, EFSkipLastIP and EFUsers properties. (FIXES #1917)
- DEPENDENCIES
- Updated Microsoft.PowerApps.Administration.PowerShell to version 2.0.147.
- Updated MicrosoftTeams to version 4.3.0.
Release 1.22.420.1
- EXOOutboundConnector
- Added support for test mode connectors
Release 1.22.413.1
- EXOAuthenticationPolicy
- Fix typo in AllowBasicAuthOfflineAddressBook (FIXES #1876)
- EXOQuarantinePolicy
- New resource
- O365Groups
- Fixed issue on export of O365Groups resource.
- DEPENDENCIES
- Updated Microsoft.Graph.* to 1.9.5.
- Updated Microsoft.PowerApps.Administration.PowerShell to 2.0.145.
- Updated MicrosoftTeams to 4.2.0.
Release 1.22.406.1
- EXOMalwareFilterPolicy
- Add support for property QuarantineTag
- PPTenantIsolationSettings
- New resource
- MISC
- Updated Convert-M365DscHashtableToString function to also convert
Arrays and CimInstances to string. - Updated permissions in settings.json files.
- Updated Convert-M365DscHashtableToString function to also convert
- DEPENDENCIES
- Updated Microsoft.PowerApps.Administration.PowerShell to 2.0.144.
- Updated MicrosoftTeams to 4.1.0.
- Updated PnP.PowerShell to 1.10.0.
Release 1.22.316.1
- EXOCASMailboxPlan
- Add support for DisplayName as identifier for CAS mailbox plan.
- EXOTransportSettings
- New resource for Exchange Online transport configuration.
- IntuneAppProtectionPolicyiOS
- Add 7 additional parameters to the resource and added parameter
descriptions.
- Add 7 additional parameters to the resource and added parameter
- DEPENDENCIES
- Updated DSCParser to 1.3.0.4.
- Updated Microsoft.Graph.* to 1.9.3.
Release 1.22.309.1
- EXOAcceptedDomain
- Fixes an issue where True was never accepted as a value for parameters
MatchSubDomains or OutboundOnly.
FIXES #1779
- Fixes an issue where True was never accepted as a value for parameters
- EXOMailboxPlan
- New resource for Exchange Online Mailbox Plans.
- EXOOrganizationConfig
- Fixes an issue where AutoExpandingArchiveEnabled returned always False.
FIXES #1789
- Fixes an issue where AutoExpandingArchiveEnabled returned always False.
- IntuneDeviceConfigurationPolicyAndroidDeviceOwner
- Initial release.
- O365Group
- Revamped to use Microsoft Graph in the Set;
- TeamsChannel
- Fix to retrieve the team name without URL encoding.
- TeamsFederationConfiguration
- Initial release.
- M365DSCReport
- Adds JSON as an export option.
- TeamsTeam
- Fixed issue where teams were not created when no owners were specified.
If credentials are used, then the user will be used as owner.
- Fixed issue where teams were not created when no owners were specified.
- DEPENDENCIES
- Updated DSCParser to version 1.3.0.3.
- Updated MicrosoftTeams to version 4.0.0.
- MISC
- Added a function to uninstall all outdated dependencies
and older versions of Microsoft365DSC
- Added a function to uninstall all outdated dependencies
Release 1.22.216.1
Merge pull request #1764 from microsoft/Dev
Release 1.22.209.1
- TeamsChannel
- Fix to allow channels to be extracted properly when two Teams
have the same name.
FIXES #1746
- Fix to allow channels to be extracted properly when two Teams
- DEPENDENCIES
- Updated MicrosoftTeams to version 3.1.1;
- MISC
- Fixed an issue with the Export where the Configuration Data file
always referenced a certificate file even when none were configured.
FIXES #1724
- Fixed an issue with the Export where the Configuration Data file
Release 1.22.202.1
- IntuneAppProtectionPolicyiOS
- Fixes an issue where an error was thrown when no ExcludedGroups
were specified.
FIXES #1719
- Fixes an issue where an error was thrown when no ExcludedGroups
- MISC
- Documentation updates