Learn About Powershell Create Ad Group In Brief.

Asked By 0 points N/A Posted on -
qa-featured

Hello,

I want to know about powershell create ad group in detail. If anyone has some clue on how to form an active directory group in PowerShell, please tell me.

SHARE
Answered By 20 points N/A #299316

Learn About Powershell Create Ad Group In Brief.

qa-featured

In Windows Server 2008 R2 or Windows 2012 R2, you can use the New-ADGroup cmdlet to create an AD group in PowerShell.

If you want to create a new global group in the Users folder of Active Directory by default called “Banking,” use this command:

NEW-ADGroup –name “Banking” –groupscope Global

If it requires existing in a different path in the Active Directory, then at least specify the path by its name as the command below:

Image result for powershell create ad group

Related Questions