Two simple commands to either log off or restart the server from Windows PowerShell
Log off:
[code]logoff[/code]
Restart server:
[code]restart-computer[/code]
Web development and technologies | egeek
ASP.NET, C#, Azure, SQL, Server, Umbraco, Sitecore, Git and other stuff I find useful
Two simple commands to either log off or restart the server from Windows PowerShell
Log off:
[code]logoff[/code]
Restart server:
[code]restart-computer[/code]