Skip to main content
Unlisted page
This page is unlisted. Search engines will not index it, and only users having a direct link can access it.

Windows Update History Audit

Summary

This document describes a script that gathers Windows update data and enters it into the EPM - Custom Table - pvl_windows_updates table.

Sample Run

Sample Run

Dependencies

Variables

NameDescription
JSONPathThe file path where the serialized object will be saved.

Global Parameters

NameValueDescription
TableNamepvl_windows_updatesThe table to save the data to.
ProjectNameGet-WindowsUpdateReportThe name of the target agnostic script.

Output

Changelog

2025-04-10

  • Initial version of the document