PowerShell Shortcuts for Local Auth
Danger
All the credentials below are given for exemplary purposes.
You can speed up user and group creation using PowerShell.
For advanced manipulations with local users and groups, refer to the official PowerShell documentation.
New User Group§
New User§
Add User to User Group§
See Also§
New-LocalUser (command to create new local users)
New-LocalGroup (command to create new local user groups)
Add-LocalGroupMember (command to add local users to local user groups)
- Local Auth Prerequisites