#8 PowerShell Learning: Manage Services using PowerShell

Ftr38

As a Windows administrator, you might need to deal with Services on regular basis. You mainly need to list the services, to stop them, and sometimes need to change the Startup Mode. PowerShell offers you various cmdlets which can help you deal with Services. But before start managing the Services, you need to run the PowerShell console with administrator privileges since PowerShell does not violate the Windows security policies; it respects the security policies.

#7 PowerShell Learning: Windows PowerShell ISE

Ftr38

The Windows PowerShell Integrated Scripting Environment (ISE) is one of two hosts for the Windows PowerShell engine and language. In Windows PowerShell ISE, you can write, run, test, and debug the scripts in a single Windows-based graphic user interface with multiline editing, tab completion, syntax coloring, selective execution, IntelliSense and context-sensitive help. You can use menu items and keyboard shortcuts to perform many of the same tasks that you would perform in the Windows PowerShell console.