Users
The command prompt and powershell of a Windows system can be used to list, manage and manipulate the users of a system. Here are some of the commands that can be used for enumeration and manipulation of a system,
Last updated
Was this helpful?
The command prompt and powershell of a Windows system can be used to list, manage and manipulate the users of a system. Here are some of the commands that can be used for enumeration and manipulation of a system,
Last updated
Was this helpful?
Was this helpful?
net user alice password123$ /addnet localgroup administrators alice /add #There usually is a default administrator group
net localgroup "Remote Desktop Users" alice /add #This will allow an user to login through RDP