Tag: parsing

Using the ConvertFrom-String cmdlet to parse structured text
One of PowerShell strengths has always been string manipulation. PowerShell has very good support for regular expressions–using both cmdlets and operators….
Read More
Calling native commands from PowerShell
Every now and then I find myself facing task I am not sure how to solve using without using native…
Read More