Skip to content

Instantly share code, notes, and snippets.

@moisei
Created March 2, 2022 16:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moisei/a8e05350c1fb052db3da75241e5bc564 to your computer and use it in GitHub Desktop.
Save moisei/a8e05350c1fb052db3da75241e5bc564 to your computer and use it in GitHub Desktop.
foreach ($group in $groups) { Write-Host " === $group == "; (Get-Culture).TextInfo.ToTitleCase((Get-ADGroupMember $group | Sort-Object -property Name | Select Name -ExpandProperty Name | Out-String -Width 100).ToLower()) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment