IUpdateServerConfiguration.AutoRefreshUpdateApprovals Property

 

Applies To: Windows Server Update Services

Gets or sets whether the latest revision of the update should be approved automatically.

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

Syntax

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

Property Value

Type: System.Boolean

If true, the latest revision of an update is automatically approved, if false, the older revision is used ,and new update revisions must be approved manually.

Remarks

If this value is set to true, WSUS removes approvals from previous revision (only one revision of an update can contain an approval).

WSUS can automatically approve the latest revision only if the new revision does not require the user to accept a new license agreement. If a new license agreement acceptance is required, you must deploy the new revision manually.

See Also

IUpdateServerConfiguration Interface
Microsoft.UpdateServices.Administration Namespace

Return to top