Update the manuals

This commit is contained in:
Markus Fleschutz
2021-10-06 10:46:35 +02:00
parent 88c834e437
commit 2acdb5fbbf
243 changed files with 1004 additions and 490 deletions

View File

@ -1,9 +1,9 @@
# PowerShell Script: list-environment-variables.ps1
```powershell
list-environment-variables.ps1
Lists all environment variables
```
Lists all environment variables
list-environment-variables.ps1
## Syntax & Parameters
```powershell
@ -19,6 +19,14 @@ Lists all environment variables
## Example
```powershell
PS>./list-environment-variables
Name Value
---- -----
ALLUSERSPROFILE C:\ProgramData
APPDATA C:\Users\Joe\AppData\Roaming
...
```