Skip to content

Releases: microsoft/Microsoft365DSC

Release 1.22.126.1

26 Jan 13:22
f0e2546
Compare
Choose a tag to compare
  • TeamsTenantDialPlan
    • Fixed an issue where the Export only extracted the first
      normalization rule.
      FIXES #1695
  • DEPENDENCIES
    • Updated all Microsoft.Graph * to 1.9.2;
    • Updated Microsoft.Teams to version 3.1.0;
  • MISC
    • Update automatic cmdlet documentation generation functions and prereqs.
    • Adding cmdlet documentation to website
    • Fixed an issue with the Export-M365DSCConfiguration cmdlet where it
      would throw an error if no parameters were passed.

Release 1.22.119.2

20 Jan 15:23
1f47801
Compare
Choose a tag to compare
Merge pull request #1697 from microsoft/Dev

Release 1.22.119.1

19 Jan 12:53
825aeef
Compare
Choose a tag to compare
  • EXOOrganizationConfig
    • Added support for the new SendFromAliasEnabled parameter;
  • EXORoleAssignmentPolicy
    • Fixed logic to update roles assigned to an existing policy;
      FIXES #1538
      MISC
    • Updated logic for Report generation so that it no longer requires the
      same module version as defined in the configuration installed on the
      system where the report is being generated from.

Release 1.22.112.1

17 Jan 19:44
48f670d
Compare
Choose a tag to compare
  • TeamsMeetingPolicy
    • Added support for property WhoCanRegister;
      FIXES #1483
  • DEPENDENCIES
    • Updated MSCloudLoginAssistant to 1.0.83;

Release 1.22.105.1

05 Jan 13:09
bef76bb
Compare
Choose a tag to compare
  • AADNamedLocationPolicy
    • Throw meaningful error if multiple policies with the same name were retrieved.
  • EXOMalwareFilterPolicy
    • Fix for the MakeDefault property where it wasn't properly setting existing
      policies to default.
      FIXES #1648
  • IntuneDeviceConfigurationPolicyWindows10
    • Fixed mismatch in property types between the PasswordBlockSimple and
      PasswordSignInFailureCountBeforeFactoryReset properties.
      FIXES #1525
  • O365Group
    • Removed support for invalid CertificatePassword and CertificatePath parameters
      and added support for ApplicationSecret;
  • O365User
    • Removed support for invalid CertificatePassword and CertificatePath parameters
      and added support for ApplicationSecret;
  • TeamsChannel
    • Fixed an issue where special symbols in Teams names would cause the
      Get-TeamByName cmdlet to fail.
      ISSUE #1578
  • MISC
    • Error Handling in Delta Report and removal of Authentication mechanism comparison;
      FIXES #1548, #1541

Release 1.21.1229.1

29 Dec 13:06
d6c5c95
Compare
Choose a tag to compare
  • DEPENDENCIES
    * Updated all PnP.PowerShell dependencies to version 1.9.0;

Release 1.21.1222.1

22 Dec 13:46
c32f327
Compare
Choose a tag to compare
  • AADGroup
    • Default to Unified type if no GroupTypes are provided;
      FIXES #850
  • EXOAntiPhishPolicy
    • Deprecated the EnableAntispoofEnforcement and TargetDomainProtectionAction parameters;
      FIXES #1018
  • EXOHostedCOntentFilterPolicy
    • Fix for the MakeDefault property where it wasn't properly setting existing
      policies to default.
      FIXES #1635
  • SPOSearchManagedProperty
    • Fixed an issue with the Aliases retrieval;
  • SPOUserProfileProperty
    • Removed the Required key from the schema.mof file for Credential;
      ISSUE #1632
  • DEPENDENCIES
    • Updated all Microsoft.Graph.* dependencies to version 1.9.1;
  • MISC
    • Fixed issue where running Export-M365DSCConfiguration with the -LaunchWebUI
      parameter would prompt for credentials;
    • Added warning message when ApplicationSecret is used while attempting
      to export resources for Exchange Online;
      Fixes #1629

Release 1.21.1215.1

15 Dec 12:58
3737d2f
Compare
Choose a tag to compare
  • AADConditionalAccessPolicy
    • Switched to the beta endpoint to allow the export to capture policies
      with device compliance conditions configured;
  • EXOAntiphishPolicy
    • Fixed an issue where trying to create a new policy would result in its
      Identity being set to System.Collections.Hashtable;
      FIXES #1620
    • Fix for the MakeDefault property where it wasn't properly setting existing
      policies to default.
      FIXES #1582
  • O365User
    • Fixed issue where the extraction wasn't properly formatting the temporary
      password for a user;
  • TeamsChannelPolicy
    • Added support for Shared Channels;
  • TeamsMeetingPolicy
    • Added support for value 'EveryoneInCompanyExcludingGuests' for the
      AutoAdmittedUsers property;
  • DEPENDENCIES
    • Updated MSCloudLoginAssistant to 1.0.82;

Release 1.21.1208.1

08 Dec 20:15
91f1576
Compare
Choose a tag to compare

#1.21.1208.1

  • AADConditionalAccessPolicy
    • Added support for Terms of Use;
  • AADGroup
    • Fixed issue where not all groups were exported;
  • TeamsTeam
    • Fix issue where Credentials weren't extracted as a variable;
  • TeamChannel
    • Fixed issue where the exported Team Channel content was empty if
      Credentials were used to authenticate;
  • MISC
    • Removed RequiredModules in favor of a new custom dependency manifest;
  • DEPENDENCIES
    • Updated MicrosoftTeams to 3.0.0;
    • Updated MSCloudLoginAssistant to 1.0.80;

Release 1.21.1124.2

24 Nov 21:59
a0318ad
Compare
Choose a tag to compare
Merge pull request #1596 from microsoft/Dev