TargetingMode Enumeration

 

Applies To: Windows Server Update Services

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

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

Syntax

[SerializableAttribute]
[ComVisibleAttribute(true)]
public enum TargetingMode
[SerializableAttribute]
[ComVisibleAttribute(true)]
public enum class TargetingMode
[<SerializableAttribute>]
[<ComVisibleAttribute(true)>]
type TargetingMode
<SerializableAttribute>
<ComVisibleAttribute(True)>
Public Enumeration TargetingMode

Members

Member name Description
Client

Clients specify the target group to which they belong.

Server

Servers specify the target group to which the clients belong.

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 RequestedTargetGroupName is set to the request group name.

See Also

Microsoft.UpdateServices.Administration Namespace

Return to top