add powershell shorthand reference

This commit is contained in:
Rob Fuller 2014-01-30 09:14:35 -05:00
parent cff1bf259e
commit 6373be6e56

View File

@ -83,4 +83,31 @@ tingSystem=*Server*))" |select name`
* **Output**:
* <div class="slide" style="cursor: pointer;"> **Windows 7:** Show/Hide</div><div class="view"><code>name<br>----<br>PWNT-DC<br>
Exchange1<br>
SharePoint1</code></div>
SharePoint1</code></div>
# Powershell CLI short hand:
### PowerShell.exe
Parameter - Shortcut(s)
* Command - `c`
* EncodedArguments - `ea`, `encodeda`
* EncodedCommand - `e`,`ec`
* ExecutionPolicy - `ex`,`ep`
* File - `f`
* Help - `-h`,`-?` or `/h`,`/?`
* InputFormat - `i`,`if`
* NoExit - `noe`
* NoLogo - `nol`
* NoProfile - `nop`
* NonInteractive - `noni`
* OutputFormat - `o`,`of`
* Sta - `s`
* WindowStyle - `w`
### powershell_ise.exe
Parameter - Shortcut(s)
* File - `f`
* Help - `-h`,`-?` or `/h`,`/?`
* Mta - `m`
* NoProfile - `n`