Published 23 Nov 2013 9:47 PM by Phil Sullivan
Frequently, objects in .NET will use enums in their methods or constructors. Because of this it's important to understand how to reference an enum in PowerShell. Commonly used types like StreamReader,...
Published 23 Nov 2013 9:07 PM by Phil Sullivan
Creating .NET objects in PowerShell is fairly straightforward using the New-Object cmdlet, but eventually you might have a situation where you need to create an instance of a nested class which is les...
Published 23 Nov 2013 7:45 PM by Phil Sullivan
A PowerShell profile is a way to add resources to your session each time you start PowerShell. The most common things to put into a profile include: functions, powershell drives, variables, and import...