TargetingMode

Defines constants for the possible targeting modes. The targeting mode determines if the server or client decides to which group the client belongs.

Members

Member Description Value
Client Clients specify the target group to which they belong. 0
Server Servers specify the target group to which the clients belong. 1

Remarks

When the client registers with the WSUS server they can specify to which group they want to belong. If client-side targeting is enabled and the group exists, the client is added to the specified group. Otherwise, the client is added to the Unassigned Computers group and IComputerTarget.RequestedTargetGroupName is set to the request group name.

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

IUpdateServerConfiguration.TargetingMode