Rexxer

Some tips for me and other

Powershell + Add a user to a group to a local workstation

Invoke-Command -ComputerName S1, S2 -ScriptBlock {add-LocalGroupMember -Group "Administrators" -Member username }

Comments are currently closed.