Share via


IUpdateServerConfiguration.AutoApproveWsusInfrastructureUpdates

Retrieves or sets a value that indicates if you want to automatically approve WSUS infrastructure updates.

public bool AutoApproveWsusInfrastructureUpdates {get;}
Public ReadOnly Property AutoApproveWsusInfrastructureUpdates As bool

Property Value

True to automatically approve WSUS infrastructure updates to the All Computers group; otherwise, false. The default value is true.

Remarks

WSUS infrastructure updates are important to the continued operation of the WSUS server. Failure to approve these updates could prevent important updates from being installed on client computers.

Requirements

Server Requires Windows Server 2003 or Windows 2000 Server SP4 and later.
Namespace

Defined in Microsoft.UpdateServices.Administration.

Assembly

Requires Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll).

.NET Framework

Requires .NET Framework 1.1.

See Also

IUpdate.IsWsusInfrastructureUpdate