Skip to content

Releases: microsoft/Microsoft365DSC

Release 1.22.511.1

11 May 15:18
2293be0
Compare
Choose a tag to compare
  • 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)
  • 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

05 May 19:12
134dac8
Compare
Choose a tag to compare
  • 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

20 Apr 13:50
7bc0cab
Compare
Choose a tag to compare
  • EXOOutboundConnector
    • Added support for test mode connectors

Release 1.22.413.1

14 Apr 16:08
da540d2
Compare
Choose a tag to compare
  • 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

06 Apr 14:23
171ad6f
Compare
Choose a tag to compare
  • 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.
  • 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

16 Mar 20:13
2b7f7e1
Compare
Choose a tag to compare
  • 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.
  • DEPENDENCIES
    • Updated DSCParser to 1.3.0.4.
    • Updated Microsoft.Graph.* to 1.9.3.

Release 1.22.309.1

09 Mar 17:19
fbe5cbb
Compare
Choose a tag to compare
  • EXOAcceptedDomain
    • Fixes an issue where True was never accepted as a value for parameters
      MatchSubDomains or OutboundOnly.
      FIXES #1779
  • EXOMailboxPlan
    • New resource for Exchange Online Mailbox Plans.
  • EXOOrganizationConfig
    • Fixes an issue where AutoExpandingArchiveEnabled returned always False.
      FIXES #1789
  • 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.
  • 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

Release 1.22.216.1

22 Feb 19:35
c0ed3b6
Compare
Choose a tag to compare
Merge pull request #1764 from microsoft/Dev

Release 1.22.209.1

09 Feb 13:41
dc5220d
Compare
Choose a tag to compare
  • TeamsChannel
    • Fix to allow channels to be extracted properly when two Teams
      have the same name.
      FIXES #1746
  • 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

Release 1.22.202.1

02 Feb 18:12
b5aaaa6
Compare
Choose a tag to compare
  • IntuneAppProtectionPolicyiOS
    • Fixes an issue where an error was thrown when no ExcludedGroups
      were specified.
      FIXES #1719
  • MISC
    • Documentation updates