TestimoX

API Reference

Class

WindowsUpdatePolicyReader

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers static

Reads Windows Update (WSUS/AU) policy values from .pol files.

Inheritance

  • Object
  • WindowsUpdatePolicyReader

Methods

public static WindowsUpdatePolicyInfo FromPol(PolFile pol, String domainName, Guid gpoId) #
Returns: WindowsUpdatePolicyInfo

Extracts Windows Update policy configuration from the specified policy file.

Parameters

pol ADPlayground.Gpo.GpoLocal.PolFile requiredposition: 0
The parsed .pol file.
domainName System.String requiredposition: 1
Associated domain name.
gpoId System.Guid requiredposition: 2
Identifier of the source GPO.

Returns

Policy info or null when no relevant settings are present.