IUpdateServerConfiguration.AutoApproveWsusInfrastructureUpdates Property

 

Applies To: Windows Server Update Services

Gets or sets whether WSUS infrastructure updates are approved automatically.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

bool AutoApproveWsusInfrastructureUpdates { get; set; }
property bool AutoApproveWsusInfrastructureUpdates {
    bool get();
    void set(bool value);
}
abstract AutoApproveWsusInfrastructureUpdates : bool with get, set
Property AutoApproveWsusInfrastructureUpdates As Boolean

Property Value

Type: System.Boolean

If true, WSUS infrastructure updates are automatically approved to the All Computers group, otherwise false.

Remarks

The default returned value is true, to approve WSUS infrastructure updates automatically to the All Computers group.

Important

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.

See Also

IUpdateServerConfiguration Interface
Microsoft.UpdateServices.Administration Namespace

Return to top