mirror of
https://github.com/oXis/pwnwiki.github.io.git
synced 2025-10-29 16:56:59 +00:00
add powershell shorthand reference
This commit is contained in:
parent
cff1bf259e
commit
6373be6e56
@ -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`
|
||||
Loading…
x
Reference in New Issue
Block a user