CLI : Command Line Interpreter - called a shell in Linux

Windows CLI

Get-Command get a list of all commands Get-Help [command] get help on a command Get-Help [command] -Full get verbose info on parameters ls -Force show hidden files Get-Alias [command] to see alias definition Select-String [string] [file] where file can use wildcards