mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-23 00:13:36 +01:00
Add reboot.ps1.md
This commit is contained in:
parent
2564e4b405
commit
492b80a854
27
Docs/reboot.ps1.md
Normal file
27
Docs/reboot.ps1.md
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
# PowerShell Script reboot.ps1
|
||||||
|
|
||||||
|
## Synopsis
|
||||||
|
reboot.ps1
|
||||||
|
|
||||||
|
## Description
|
||||||
|
Reboots the local computer (needs admin rights)
|
||||||
|
|
||||||
|
## Syntax
|
||||||
|
```powershell
|
||||||
|
/home/mf/PowerShell/Scripts/reboot.ps1 [<CommonParameters>]
|
||||||
|
```
|
||||||
|
## <CommonParameters>
|
||||||
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||||
|
|
||||||
|
## Example
|
||||||
|
```powershell
|
||||||
|
PS>.\reboot.ps1
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## Notes
|
||||||
|
Author: Markus Fleschutz
|
||||||
|
License: CC0
|
||||||
|
|
||||||
|
## Related Links
|
||||||
|
https://github.com/fleschutz/PowerShell
|
Loading…
Reference in New Issue
Block a user