Merge pull request #878 from atao/master

Improve powershell command output
This commit is contained in:
cp 2024-06-05 00:06:38 +02:00 committed by GitHub
commit 39a02709f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -263,7 +263,7 @@ Get-Hotfix -description "Security update" #List only "Security Update" patches
## Environment ## Environment
```powershell ```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 $env:UserName @Get UserName value
``` ```

View file

@ -96,7 +96,7 @@ Any credential/Juicy info saved in the env variables?
```bash ```bash
set set
dir env: dir env:
Get-ChildItem Env: | ft Key,Value Get-ChildItem Env: | ft Key,Value -AutoSize
``` ```
### PowerShell History ### PowerShell History