From 492b80a854a572ea6ad6fdda4b6ea96a0f554f3c Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Sun, 29 Aug 2021 12:25:18 +0200 Subject: [PATCH] Add reboot.ps1.md --- Docs/reboot.ps1.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Docs/reboot.ps1.md diff --git a/Docs/reboot.ps1.md b/Docs/reboot.ps1.md new file mode 100644 index 00000000..c8905bc7 --- /dev/null +++ b/Docs/reboot.ps1.md @@ -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 [] +``` +## +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