> For the complete documentation index, see [llms.txt](https://book.ice-wzl.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.ice-wzl.xyz/windows-priv-esc/windows-survey.md).

# Windows Survey

* Quick Windows Survey

```
//powershell only
$ExecutionContext.SessionState.LanguageMode
[System.Environment]::OSVersion.Version
dir env:
----
systeminfo 
whoami /priv  
ipconfig /all 
route print  
net users   
qwinsta  
net localgroup    
set  
net use
net share
tasklist /v /fi "username eq system"
tasklist /svc
--or--
tasklist /v
netstat -ano
netsh firewall show state 
netsh firewall show config 
schtasks /query
```
