powershell: refresh page (#7984)
This commit is contained in:

committed by
GitHub

parent
b66a8a728b
commit
289f1ad378
@@ -1,32 +0,0 @@
|
||||
# powershell
|
||||
|
||||
> Command-line shell and scripting language designed especially for system administration.
|
||||
> More information: <https://docs.microsoft.com/windows-server/administration/windows-commands/powershell>.
|
||||
|
||||
- Start a Windows PowerShell session in a Command Prompt window:
|
||||
|
||||
`powershell`
|
||||
|
||||
- Load a specific PowerShell console file:
|
||||
|
||||
`powershell -PSConsoleFile {{path/to/file}}`
|
||||
|
||||
- Start a session with a specified version of PowerShell:
|
||||
|
||||
`powershell -Version {{version}}`
|
||||
|
||||
- Prevent the shell from exit after running startup commands:
|
||||
|
||||
`powershell -NoExit`
|
||||
|
||||
- Describe the format of data sent to PowerShell:
|
||||
|
||||
`powershell -InputFormat {{Text|XML}}`
|
||||
|
||||
- Determine how output from PowerShell is formatted:
|
||||
|
||||
`powershell -OutputFormat {{Text|XML}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`powershell -Help`
|
Reference in New Issue
Block a user