From 2f95d8f8007dda42c982c5292b302ed5f5a3bf23 Mon Sep 17 00:00:00 2001 From: NikCharlebois Date: Wed, 8 May 2024 10:40:17 +0000 Subject: [PATCH] Updated Resources and Cmdlet documentation pages --- docs/docs/resources/azure-ad/AADGroupsSettings.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/resources/azure-ad/AADGroupsSettings.md b/docs/docs/resources/azure-ad/AADGroupsSettings.md index 2cd2e6a65a..38d9bd215c 100644 --- a/docs/docs/resources/azure-ad/AADGroupsSettings.md +++ b/docs/docs/resources/azure-ad/AADGroupsSettings.md @@ -13,6 +13,7 @@ | **GroupCreationAllowedGroupName** | Write | String | Name of the security group for which the members are allowed to create Office 365 groups even when EnableGroupCreation == false. | | | **AllowToAddGuests** | Write | Boolean | A boolean indicating whether or not is allowed to add guests to this directory. | | | **UsageGuidelinesUrl** | Write | String | A link to the Group Usage Guidelines. | | +| **NewUnifiedGroupWritebackDefault** | Write | Boolean | Boolean, a tenant-wide setting that assigns the default value to the writebackConfiguration/isEnabled property of new groups, if the property isn't specified during group creation. This setting is applicable when group writeback is configured in Microsoft Entra Connect. | | | **Ensure** | Write | String | Specify if the Azure AD Groups Naming Policy should exist or not. | `Present`, `Absent` | | **Credential** | Write | PSCredential | Credentials for the Microsoft Graph delegated permissions. | | | **ApplicationId** | Write | String | Id of the Azure Active Directory application to authenticate with. | |