Skip to content

Commit 69bbe34

Browse files
Update New-AzureADMSGroup.md
The issue below still appears to be active in version 2.0.2.140 of the AzureAD module: https://github.com/Azure/azure-docs-powershell-azuread/issues/717 I'm updating the documentation for the parameter to clarify that the AzureADPreview module needs to be used to create dynamic groups, AzureAD does not appear to support it.
1 parent 7553d05 commit 69bbe34

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

azureadps-2.0/AzureAD/New-AzureADMSGroup.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,12 @@ Accept wildcard characters: False
122122
```
123123
124124
### -GroupTypes
125-
Specifies that the group is a dynamic group.
126-
To create a dynamic group, specify a value of DynamicMembership.
125+
Specifies that the group is a unified or dynamic group.
126+
127+
Notes:
128+
129+
* This parameter currently cannot be used to create dynamic groups. To create a dynamic group in PowerShell, you must use the AzureADPreview module.
130+
127131
128132
```yaml
129133
Type: System.Collections.Generic.List`1[System.String]

0 commit comments

Comments
 (0)