IComputerTargetGroup Interface
Applies To: Windows Server Update Services
Adds and removes clients, deletes the group, and get installation results for clients. To get this interface, call the following methods: Item; GetComputerTargetGroups; GetComputerTargetGroup; CreateComputerTargetGroup.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public interface IComputerTargetGroup
public interface class IComputerTargetGroup
type IComputerTargetGroup = interface end
Public Interface IComputerTargetGroup
Properties
Name | Description | |
---|---|---|
Id | Gets the GUID of the target group. |
|
Name | Gets the name of the group. |
Methods
Name | Description | |
---|---|---|
AddComputerTarget(IComputerTarget) | Adds a client computer to the target group. |
|
Delete() | s the target group from the list of groups known to WSUS. |
|
GetChildTargetGroups() | Get the list of computer target groups that are belong to this computer target group. |
|
GetComputerTargets() | Gets a list of client computers that are assigned to the group. |
|
GetComputerTargets(Boolean) | Get the list of computers in the computer target group. |
|
GetComputerTargetsWithInventory(InventoryScope, Object, Boolean) | Returns a collection of computers that have reported the requested inventory item. |
|
GetHashCode() | Gets the hash code for the current computer target group, suitable for use in hashing algorithms and data structures such as hash tables. |
|
GetInventorySummary(InventoryScope[], Boolean) | Returns a collection of inventory items summed across this target group. |
|
GetParentTargetGroup() | Get the parent computer target group. |
|
GetSummaryPerUpdate() | Gets the summary installation counts for all approved updates. |
|
GetSummaryPerUpdate(Boolean) | Gets the summary information for drivers and software updates for computers in this computer target group. Updates with at least one approval are included, even if the update is not approved for this particular target group. |
|
GetTotalSummary() | Gets the summary installation counts for all approved updates. |
|
GetTotalSummary(Boolean) | Gets the summary information for drivers and software updates for computers in this computer target group. Updates with at least one approval are included, even if the update is not approved for this particular target group. |
|
GetTotalSummaryPerComputerTarget() | Gets summary installation counts for all approved updates. |
|
GetTotalSummaryPerComputerTarget(Boolean) | Gets the summary information for updates of the specified type for computers in this computer target group. Updates with at least one approval are included, even if the update is not approved for this particular target group. |
|
GetUpdateInstallationInfoPerComputerTarget(IUpdate) | Gets installation information about a specific update for each client computer in the group. |
|
GetUpdateInstallationInfoPerComputerTarget(IUpdate, Boolean) | Get the collection of installation information for computers in this computer target group for a specific update. |
|
RemoveComputerTarget(IComputerTarget) | Removes a client computer from the target group. |
See Also
Microsoft.UpdateServices.Administration Namespace
Return to top