Wyszukanie grup security o danej nazwie

Get-ADGroup -filter  {groupcategory -eq "Security" -and Name -like "*depart*" }

Dodaj komentarz