You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The **Add-WsusComputer** cmdlet adds the specified computer to the specified target group on the local server or a specified server.
34
-
You can invoke this command by using the pipeline operator for the results of the [Get-WsusComputer](./Get-WsusComputer.md) cmdlet.
35
-
Calling the **Get-WsusComputer** cmdlet and passing the results into this cmdlet enables you to leverage the filtering capabilities of the **Get-WsusComputer** cmdlet in moving the desired computers to the specified target group.
36
-
The server used in the **Get-WsusComputer** cmdlet is also used in this cmdlet.
34
+
35
+
The **Add-WsusComputer** cmdlet adds the specified computer to the specified target group on the local server or a specified server. You can invoke this command by using the pipeline operator for the results of the [Get-WsusComputer](./Get-WsusComputer.md) cmdlet. Calling the **Get-WsusComputer** cmdlet and passing the results into this cmdlet enables you to leverage the filtering capabilities of the **Get-WsusComputer** cmdlet in moving the desired computers to the specified target group. The server used in the **Get-WsusComputer** cmdlet is also used in this cmdlet.
@@ -47,13 +47,13 @@ This command adds all computers with winvm in the name to the target group named
47
47
## PARAMETERS
48
48
49
49
### -Computer
50
-
Specifies the object that contains the client computer to be added.
51
-
This value is obtained by running the **Get-WsusComputer** cmdlet and piping the resulting **WsusComputer** object into this cmdlet.
50
+
51
+
Specifies the object that contains the client computer to be added. This value is obtained by running the **Get-WsusComputer** cmdlet and piping the resulting **WsusComputer** object into this cmdlet.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
113
116
114
117
## INPUTS
@@ -126,4 +129,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
The **Add-WsusDynamicCategory** cmdlet adds a dynamic category to a Windows Server Update Services (WSUS) server.
42
46
43
47
In order to transfer dynamic categories from one update server to another, pass the results of the Get-WsusDynamicCategory cmdlet to the current cmdlet by using the pipeline operator.
44
48
45
-
This cmdlet is used to add Dynamic Categories to WSUS, based on the type of requirement (computer model, device or application). The definition of Dynamic Categories in a WSUS implementation helps to categorize the applying of updates to the different categories available.
49
+
This cmdlet is used to add Dynamic Categories to WSUS, based on the type of requirement (computer model, device or application). The definition of Dynamic Categories in a WSUS implementation helps to categorize the applying of updates to the different categories available.
46
50
47
51
In some cases, you need advanced automation when using Dynamic Categories. If you want to download a specific device driver for a specific group of computers in the physical network, for example, advanced automation is required to use Dynamic Categories. In this case, the use of [System Center Configurations Manager](https://www.microsoft.com/en-us/cloud-platform/system-center-configuration-manager) is needed to configure the [Software Update Point](https://docs.microsoft.com/en-us/sccm/sum/get-started/install-a-software-update-point) feature.
48
52
49
-
50
53
## EXAMPLES
51
54
52
55
### Example 1: Add a dynamic category to the local WSUS server
Specifies the dynamic category object that this cmdlet adds to the server.
103
-
To obtain a dynamic category, use the [Get-WsusDynamicCategory](./Get-WsusDynamicCategory.md) cmdlet.
106
+
107
+
Specifies the dynamic category object that this cmdlet adds to the server. To obtain a dynamic category, use the [Get-WsusDynamicCategory](./Get-WsusDynamicCategory.md) cmdlet.
Specifies the WSUS server to which this cmdlet adds the dynamic category.
134
-
To obtain a server, use the [Get-WsusServer](./Get-WsusServer.md) cmdlet.
135
-
If you do not specify a value for this parameter, the cmdlet adds the dynamic category to the local server.
138
+
139
+
Specifies the WSUS server to which this cmdlet adds the dynamic category. To obtain a server, use the [Get-WsusServer](./Get-WsusServer.md) cmdlet. If you do not specify a value for this parameter, the cmdlet adds the dynamic category to the local server.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
166
172
167
173
## INPUTS
@@ -183,4 +189,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
0 commit comments