docs: Update Changelog and automation candidates

This commit is contained in:
DrIOS
2024-04-29 11:01:42 -05:00
parent a8c7da2b7d
commit cee453a8eb
2 changed files with 24 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ $Report
- Commands:
```powershell
$groups = Get-MgGroup | Where-Object { $_.GroupTypes -contains "DynamicMembership" }
$groups = Get-MgGroup | Where-Object { $_.GroupTypes -contains "DynamicMembership" }
$groups | ft DisplayName,GroupTypes,MembershipRule
```