PowerShell is a scripting language, developed by Microsoft, that is capable of managing virtually every aspect of Windows and resources that sit on Windows, such as SharePoint and SQL Server. It is object-based and integrated with the .NET Framework. It can be used to run scripts both locally and remotely. The following sections will discuss the fundamentals of PowerShell, before a closer look is taken at the sqlps module and how to navigate an instance.
Getting Started with PowerShell
The following sections will introduce the PowerShell Command Line Interface and Integrated ...