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