Advertisement
PowerShell_PC_Aide

Restart computer.ps1

Apr 21st, 2019
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <#
  2. -------------------------------------------------------------------------------------------------------------------------
  3.     SRC:
  4.     Doc.MS:
  5.     Manual: https://ss64.com/ps
  6.     Help: get-help <cmdlet> -online
  7.  
  8.     Elevated: N
  9.  
  10.     PowerShell ver. 3
  11.  
  12.     O/P:
  13. -------------------------------------------------------------------------------------------------------------------------
  14. ◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼
  15.     mp4:
  16. ◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼
  17. #>
  18.  
  19. #local
  20. Restart-computer -force
  21.  
  22. # Choose your computer (https://imgur.com/o8DXHbc)
  23. Restart-computer -computerName localHost -force
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement