mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-21 20:23:18 +00:00
Improve output
This commit is contained in:
parent
b0cb2370f0
commit
e02c62aab2
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ Get-Hotfix -description "Security update" #List only "Security Update" patches
|
|||
## Environment
|
||||
|
||||
```powershell
|
||||
Get-ChildItem Env: | ft Key,Value #get all values
|
||||
Get-ChildItem Env: | ft Key,Value -AutoSize #get all values
|
||||
$env:UserName @Get UserName value
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue