Please enable JavaScript.
Coggle requires JavaScript to display documents.
Powershell (Cdmlets (Get-Command (All Cmdlets), Get-Help (For specified…
Powershell
Cdmlets
Get-Command
All Cmdlets
Get-Help
For specified Cmdlet
Get-Alias
Get-Alias dir -> Get-ChildItem
Variables
$
Types
.NET
Can change
[
Type
]
Strongly typed
Build-In
$false/$true/$NULL
$pwd
working dir
$PID
Pipelines
Passing to next cmd
| WhereObject { }
| SortObject {}
Formatting
Format-Table
Nice output
Out-GridView
Lot of options
Providers
Set-Location
env:
all env variables
aliases
variables: