Releases: microsoft/Microsoft365DSC
Releases · microsoft/Microsoft365DSC
Release 1.22.126.1
- TeamsTenantDialPlan
- Fixed an issue where the Export only extracted the first
normalization rule.
FIXES #1695
- Fixed an issue where the Export only extracted the first
- 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
Merge pull request #1697 from microsoft/Dev
Release 1.22.119.1
- 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.
- Fixed logic to update roles assigned to an existing policy;
Release 1.22.112.1
- TeamsMeetingPolicy
- Added support for property WhoCanRegister;
FIXES #1483
- Added support for property WhoCanRegister;
- DEPENDENCIES
- Updated MSCloudLoginAssistant to 1.0.83;
Release 1.22.105.1
- 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
- Fix for the MakeDefault property where it wasn't properly setting existing
- IntuneDeviceConfigurationPolicyWindows10
- Fixed mismatch in property types between the PasswordBlockSimple and
PasswordSignInFailureCountBeforeFactoryReset properties.
FIXES #1525
- Fixed mismatch in property types between the PasswordBlockSimple and
- O365Group
- Removed support for invalid CertificatePassword and CertificatePath parameters
and added support for ApplicationSecret;
- Removed support for invalid CertificatePassword and CertificatePath parameters
- O365User
- Removed support for invalid CertificatePassword and CertificatePath parameters
and added support for ApplicationSecret;
- Removed support for invalid CertificatePassword and CertificatePath parameters
- TeamsChannel
- Fixed an issue where special symbols in Teams names would cause the
Get-TeamByName cmdlet to fail.
ISSUE #1578
- Fixed an issue where special symbols in Teams names would cause the
- MISC
Release 1.21.1229.1
- DEPENDENCIES
* Updated all PnP.PowerShell dependencies to version 1.9.0;
Release 1.21.1222.1
- AADGroup
- Default to Unified type if no GroupTypes are provided;
FIXES #850
- Default to Unified type if no GroupTypes are provided;
- EXOAntiPhishPolicy
- Deprecated the EnableAntispoofEnforcement and TargetDomainProtectionAction parameters;
FIXES #1018
- Deprecated the EnableAntispoofEnforcement and TargetDomainProtectionAction parameters;
- EXOHostedCOntentFilterPolicy
- Fix for the MakeDefault property where it wasn't properly setting existing
policies to default.
FIXES #1635
- Fix for the MakeDefault property where it wasn't properly setting existing
- SPOSearchManagedProperty
- Fixed an issue with the Aliases retrieval;
- SPOUserProfileProperty
- Removed the Required key from the schema.mof file for Credential;
ISSUE #1632
- Removed the Required key from the schema.mof file for Credential;
- 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
- Fixed issue where running Export-M365DSCConfiguration with the -LaunchWebUI
Release 1.21.1215.1
- AADConditionalAccessPolicy
- Switched to the beta endpoint to allow the export to capture policies
with device compliance conditions configured;
- Switched to the beta endpoint to allow the export to capture policies
- EXOAntiphishPolicy
- O365User
- Fixed issue where the extraction wasn't properly formatting the temporary
password for a user;
- Fixed issue where the extraction wasn't properly formatting the temporary
- TeamsChannelPolicy
- Added support for Shared Channels;
- TeamsMeetingPolicy
- Added support for value 'EveryoneInCompanyExcludingGuests' for the
AutoAdmittedUsers property;
- Added support for value 'EveryoneInCompanyExcludingGuests' for the
- DEPENDENCIES
- Updated MSCloudLoginAssistant to 1.0.82;
Release 1.21.1208.1
#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;
- Fixed issue where the exported Team Channel content was empty if
- 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
Merge pull request #1596 from microsoft/Dev