IUpdateServerConfiguration.IsReplicaServer Property

 

Applies To: Windows Server Update Services

Gets or sets whether the WSUS server is a replica server.

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

Syntax

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

Property Value

Type: System.Boolean

true if the WSUS server is a replica server, otherwise false.

Remarks

A downstream server can be an autonomous server or a replica server. An autonomous server synchronizes the same updates as the upstream server; however, it can create its own target groups and manage its own approvals, and can download content from Microsoft Update or from the upstream server.

A replica server replicates the upstream server. The only difference between an upstream server and the replica server is the clients they manage. The replica server synchronizes the same updates as the upstream server, and has the same target groups, approvals, accepted license agreements (EULAs), and declined status as the upstream server.

Automatic approval rules are disabled on the replica server.

Note that you must be on the replica server to view the status of clients of the replica server.

See Also

IUpdateServerConfiguration Interface
Microsoft.UpdateServices.Administration Namespace

Return to top