String Theory

Mastering the laws of physics with Windows PowerShell

Browsing Posts published in June, 2009

In our environment we use Altiris Deployment Solution (DS) to perform a completely automated server build. My deployment jobs configure the hardware, install the operating system, Citrix XenApp, and supporting applications. At the end is a server, ready to take applications. We are now in the process of virtualizing our XenApp servers on XenServer and [...]

[System.Version]

Comments off

This afternoon there was a discussion about determining the version of PowerShell installed on the local system. Each of us had our own answer. Someone mentioned the [System.Version] .Net class. Its a relatively small class that might you might find useful. Lets take the Product Version of the PowerShell executable installed on my Windows 7 [...]