Get Windows OS Version and Build

This object returns the Windows Operating System (OS) full name and version, as well as the build information.

Privileges

Normal

Input Parameters

None

Output Parameters

Name Type Description
OS Name String The full OS name as reported in Windows information. This will be either Home, Pro, or Enterprise.
OS Build Number String The build number of the OS without prefixes.
OS Architecture String The architecture type of the operating system (for example, 64-bit or 32-bit).
OS Version String The full OS version number.
Release ID String The release name of the OS.

Example Input Parameters

No input parameters required.