systeminfo
wmic qfe get Caption,Description
whoami /priv
whoami /groups
whoami /all
net user
net group
net localgroup <groupname>
net accounts
net accounts /domain
ipconfig
ipconfig /all
netstat -noba
arp -a
net share
net start
wmic service get name,version,vendor
wmic service get name,displayname,pathname,startmode | findstr /v /i "C:\Windows"
* **Unquoted Service Path** Ideally there is a path without quotation
* Check which account the service the services run as
```sh
sc qc <ServiceName>
```
powershell "get-acl -Path 'C:\Program Files (x86)\System Explorer' | format-list"
Social_engineering