Powershell Rename Group

[Solved] Powershell Rename Group | Perl - Code Explorer | yomemimo.com
Question : powershell rename group

Answered by : michael-n0lrhrlzjc2m

Get-ADGroup -Identity 'test' | Rename-ADObject -NewName 'test1'

Source : https://stackoverflow.com/questions/51820008/list-and-rename-adgroup-in-powershell | Last Update : Wed, 30 Jun 21

Answers related to powershell rename group

Code Explorer Popular Question For Perl