k blog.kenaro.com
← All tags

Tag: PowerShell

29 articles

PowerShell: Cast Object Type

If you load an CSV file with import csv you will end up with an object of type System.Management.Automation.PSCustomObject . It’s an array. In such a case I liked to use such an…