Getting help

A Word on Fonts Before we dive into the typing anything into the PowerShell console, a quick word on fonts and colours. There are a number of "special characters" that…

Continue Reading Getting help

About PowerShell

PowerShell - my spell checker keeps trying to correct my spelling to "Powers Hell" and for some this might be a more accurate description, but what is it's history?

Continue Reading About PowerShell

Introducing the Pipeline

The pipeline is a feature that allows the output of one command to be automatically transferred into another command. You can string any number of commands together and they will…

Continue Reading Introducing the Pipeline

Output

Any output from any PowerShell cmdlet or script is sent to the pipeline, we will look at this in more detail in the next section, the pipeline has some default…

Continue Reading Output

PSProviders

PowerShell has some things called PSProviders. PSProviders are .NET programs that allow easy access to data stores such as the file system, registry, certificate stores and the environment amongst other…

Continue Reading PSProviders

End of content

No more pages to load