• Windows 2012 Core Survival Guide – Managing Services

    Learn about my 2012 Core Survival Guide here. Managing Services This module is going to look at how to manage services. The key to using PowerShell to manage any service is to know the exact spelling of the service name. How to list services...
  • Windows 2012 Core Survival Guide – User Functions

    Learn about my 2012 Core Survival Guide here. This blog is going to cover some user functions like logging off, shutting down the OS, and launching Task Manager without the GUI. How to log off The Logoff command is not a native PowerShell cmdlet...
  • Windows 2012 Core Survival Guide – Event Logs

    Learn about my 2012 Core Survival Guide here. This blog looks at how to manage event logs. The key to using PowerShell to manage any event log is to know the exact spelling of the event log you wish to manager. How to view a list of event logs ...