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.
Learn About Powershell Create Ad Group In Brief.
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: