API Reference
Class
WindowsUpdatePolicyReader
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:
WindowsUpdatePolicyInfoExtracts Windows Update policy configuration from the specified policy file.
Parameters
- pol ADPlayground.Gpo.GpoLocal.PolFile
- The parsed .pol file.
- domainName System.String
- Associated domain name.
- gpoId System.Guid
- Identifier of the source GPO.
Returns
Policy info or null when no relevant settings are present.