Add reboot.ps1.md

This commit is contained in:
Markus Fleschutz 2021-08-29 12:25:18 +02:00
parent 2564e4b405
commit 492b80a854

27
Docs/reboot.ps1.md Normal file
View 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