The version of the currently running operating system. This property should only be used to detect if the currently running operating system is Windows PE. Use the OSVersionNumber property to detect other operating systems.
Note This property is dynamically set by the MDT scripts and is not configured in CustomSettings.ini or the MDT DB. Treat this property as read only.
Property configured by |
|
|
Property applies to |
|
BootStrap.ini |
|
|
LTI |
˜ |
CustomSettings.ini |
|
|
|
|
MDT DB |
|
|
ZTI |
˜ |
Value |
Description |
WinPE |
Windows PE |
XP |
Windows XP |
2003 |
Windows Server 2003 |
Vista |
Windows Vista |
2008 |
Windows Server 2008 |
2008R2 |
Windows Server 2008 R2 |
Win7Client |
Windows 7 |
Other |
Operating systems other than those listed, including Windows 8 and Windows Server 2012 |
Example |
None |
Related Topics