PS C:\Users\xxx> New-ADGroup -Name "Test-Gruppe" -SamAccountName Test-Gruppe -GroupCategory Security -GroupScope Global -DisplayName "Test Gruppe" -Path "CN=Users,DC=xxx,DC=yyy,DC=com" -Description "Test Gruppe mit Powershell erstellt"
PS C:\Users\xxx> Get-ADGroup -Identity "Test-Gruppe"
DistinguishedName : CN=Test-Gruppe,CN=Users,DC=xxx,DC=yyy,DC=com
GroupCategory : Security
GroupScope : Global
Name : Test-Gruppe
ObjectClass : group
ObjectGUID : c2334100-34bd-493d-871f-1b2d2f8a15b8
SamAccountName : Test-Gruppe
SID : S-1-5-21-329610119-1292265216-914644375-20037
PS C:\Users\xxx>