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 less obvious. Fortunately, P...