first commit
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
|
||||
List groups for the current user
|
||||
|
||||
|
||||
Get all users (powershell)
|
||||
|
||||
|
||||
|
||||
Get all Groups
|
||||
|
||||
|
||||
Get members of a group
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
```dosbatch
|
||||
whoami /groups
|
||||
```
|
||||
|
||||
```powershell
|
||||
Get-LocalUser
|
||||
```
|
||||
|
||||
```powershell
|
||||
Get-LocalGroup
|
||||
```
|
||||
|
||||
```powershell
|
||||
Get-LocalGroupMember GROUPNAME
|
||||
```
|
||||
|
||||
```dosbatch
|
||||
systeminfo
|
||||
```
|
||||
|
||||
```dosbatch
|
||||
runas /user:backupadmin cmd
|
||||
```
|
||||
Reference in New Issue
Block a user