Table of Content
Miscellaneous Points
All commands in PS use the naming convention - Verb-Noun
e.g. Get-Process
, Get-ChildItem
View PS version: $PSVersionTable
The -WhatIf
flag can be used with cmdlets to see what the command would have done
Variables
Modules & Commands
PowerShell imports Modules automatically if we try to use a command that is present in a module installed on the system
Help Cmdlet