mirror of
https://github.com/oXis/pwnwiki.github.io.git
synced 2025-10-29 16:56:59 +00:00
Merge pull request #74 from pwnwiki/powershell_shorthand
add powershell shorthand reference
This commit is contained in:
commit
5cdea2d607
@ -83,4 +83,31 @@ tingSystem=*Server*))" |select name`
|
|||||||
* **Output**:
|
* **Output**:
|
||||||
* <div class="slide" style="cursor: pointer;"> **Windows 7:** Show/Hide</div><div class="view"><code>name<br>----<br>PWNT-DC<br>
|
* <div class="slide" style="cursor: pointer;"> **Windows 7:** Show/Hide</div><div class="view"><code>name<br>----<br>PWNT-DC<br>
|
||||||
Exchange1<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`
|
||||||
Loading…
x
Reference in New Issue
Block a user