< # .SYNOPSIS This script displays the platform id of the system .DESCRIPTION This script is a rewrite of an MSDN sample. It gets System.Environment.Version 's Platform field and displays it. The sample is simplified from the C# version! Not tested...