< # .SYNOPSIS This script parses several strings into integers, where possible. .DESCRIPTION This script uses the TryParse method on [Int32] to attempt to parse a string into a number and writes the results. This script is a recoded MSDN sample using PowerShell .NOTES File Name : Get-ParsedInt32.ps1 Author : Thomas Lee – tfl @psp .co.uk Requires : PowerShell… Read the full text.