Windows 10 Release Audit

Zack Bolin
Zack Bolin Member
edited January 2022 in Solutions

Product Name: Windows 10 Release Audit

Description : With each release of Windows 10 and Server 2016 (version 10.x), in addition to the OS build number there is now a release number that corresponds to the year and month of the release. (For example, the Fall Creators Update was released as an insider preview on in September 2017, so the release number is 1709). Kaseya's auditing however, was built well before these operating systems existed, so this release number is not available anywhere in Kaseya, at least not that I have found. As a solution I created an agent procedure that pulls the release number from the registry, and stores the value in a custom field on the Audit > Individual Data > Machine Summary page.

Instructions :

1. Create a custom field on the Machine Summary page in the Audit module called OS Release. 

2. Import the agent procedure, and make sure the newly created custom field is selected in the updateSystemInfo() function.

3. OPTIONAL: I created a policy in the Policy Management module to run this procedure on all Windows machines every night. This isn't a requirement, the procedure can just be run manually to populate the field.