API Reference
Class
WindowsUpdateWsusServerQueryOptions
Options controlling read-only WSUS server telemetry lookup.
Inheritance
- Object
- WindowsUpdateWsusServerQueryOptions
Constructors
public WindowsUpdateWsusServerQueryOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String WsusServer { get; set; } #WSUS server host name or FQDN.
public Int32 Port { get; set; } #WSUS server port (typically 8530 or 8531).
public Boolean UseSsl { get; set; } #When true, connects to WSUS using SSL.
public WindowsUpdateWsusExecutionMode ExecutionMode { get; set; } #Selects how the WSUS provider query is executed.
public String ExecutionComputerName { get; set; } #Optional computer name used for remote WSUS-hosted execution. When omitted in RemotePowerShell mode, WsusServer is used.
public Boolean IncludeDownstreamComputerTargets { get; set; } #When true, includes downstream computer targets in WSUS scope.
public Int32 TimeoutMs { get; set; } #Maximum execution time for WSUS query in milliseconds.