From 6373be6e5608f9f9148acd0d0be6c5e45abe1a21 Mon Sep 17 00:00:00 2001 From: Rob Fuller Date: Thu, 30 Jan 2014 09:14:35 -0500 Subject: [PATCH] add powershell shorthand reference --- scripting/powershell.md | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/scripting/powershell.md b/scripting/powershell.md index 94bb7a7..f9a19b6 100644 --- a/scripting/powershell.md +++ b/scripting/powershell.md @@ -83,4 +83,31 @@ tingSystem=*Server*))" |select name` * **Output**: *
**Windows 7:** Show/Hide
name
----
PWNT-DC
Exchange1
-SharePoint1
\ No newline at end of file +SharePoint1 + + +# 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` \ No newline at end of file