Improve output

This commit is contained in:
ATAO 2024-05-28 15:34:42 +02:00 committed by GitHub
parent b0cb2370f0
commit e02c62aab2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
```