Commands

PowerShell

# Add the target user to the Administrators group
Add-LocalGroupMember -group "Administrators" -Member "x7331"

Last updated

Was this helpful?