Skip to content

Commit dbf4f7c

Browse files
authored
Merge branch 'live' into patch-16
2 parents 0057e1d + 4e9864d commit dbf4f7c

18 files changed

+558
-385
lines changed

.openpublishing.redirection.json

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -929,6 +929,86 @@
929929
"source_path": "docset/virtual-directory-module/medv/new-medvworkspace.md",
930930
"redirect_url": "/powershell/module/Microsoft.Medv.Administration.Commands.WorkspacePackager/new-medvworkspace",
931931
"redirect_document_id": false
932+
},
933+
{
934+
"source_path": "docset/windows/wsus/Add-WsusComputer.md",
935+
"redirect_url": "/powershell/module/updateservices/Add-WsusComputer?view=win10-ps",
936+
"redirect_document_id": true
937+
},
938+
{
939+
"source_path": "docset/windows/wsus/Add-WsusDynamicCategory.md",
940+
"redirect_url": "/powershell/module/updateservices/Add-WsusDynamicCategory?view=win10-ps",
941+
"redirect_document_id": true
942+
},
943+
{
944+
"source_path": "docset/windows/wsus/Approve-WsusUpdate.md",
945+
"redirect_url": "/powershell/module/updateservices/Approve-WsusUpdate?view=win10-ps",
946+
"redirect_document_id": true
947+
},
948+
{
949+
"source_path": "docset/windows/wsus/Deny-WsusUpdate.md",
950+
"redirect_url": "/powershell/module/updateservices/Deny-WsusUpdate?view=win10-ps",
951+
"redirect_document_id": true
952+
},
953+
{
954+
"source_path": "docset/windows/wsus/Get-WsusClassification.md",
955+
"redirect_url": "/powershell/module/updateservices/Get-WsusClassification?view=win10-ps",
956+
"redirect_document_id": true
957+
},
958+
{
959+
"source_path": "docset/windows/wsus/Get-WsusComputer.md",
960+
"redirect_url": "/powershell/module/updateservices/Get-WsusComputer?view=win10-ps",
961+
"redirect_document_id": true
962+
},
963+
{
964+
"source_path": "docset/windows/wsus/Get-WsusDynamicCategory.md",
965+
"redirect_url": "/powershell/module/updateservices/Get-WsusDynamicCategory?view=win10-ps",
966+
"redirect_document_id": true
967+
},
968+
{
969+
"source_path": "docset/windows/wsus/Get-WsusProduct.md",
970+
"redirect_url": "/powershell/module/updateservices/Get-WsusProduct?view=win10-ps",
971+
"redirect_document_id": true
972+
},
973+
{
974+
"source_path": "docset/windows/wsus/Get-WsusServer.md",
975+
"redirect_url": "/powershell/module/updateservices/Get-WsusServer?view=win10-ps",
976+
"redirect_document_id": true
977+
},
978+
{
979+
"source_path": "docset/windows/wsus/Get-WsusUpdate.md",
980+
"redirect_url": "/powershell/module/updateservices/Get-WsusUpdate?view=win10-ps",
981+
"redirect_document_id": true
982+
},
983+
{
984+
"source_path": "docset/windows/wsus/Invoke-WsusServerCleanup.md",
985+
"redirect_url": "/powershell/module/updateservices/Invoke-WsusServerCleanup?view=win10-ps",
986+
"redirect_document_id": true
987+
},
988+
{
989+
"source_path": "docset/windows/wsus/Remove-WsusDynamicCategory.md",
990+
"redirect_url": "/powershell/module/updateservices/Remove-WsusDynamicCategory?view=win10-ps",
991+
"redirect_document_id": true
992+
},
993+
{
994+
"source_path": "docset/windows/wsus/Set-WsusClassification.md",
995+
"redirect_url": "/powershell/module/updateservices/Set-WsusClassification?view=win10-ps",
996+
"redirect_document_id": true
997+
},
998+
{
999+
"source_path": "docset/windows/wsus/Set-WsusDynamicCategory.md",
1000+
"redirect_url": "/powershell/module/updateservices/Set-WsusDynamicCategory?view=win10-ps",
1001+
"redirect_document_id": true
1002+
},
1003+
{
1004+
"source_path": "docset/windows/wsus/Set-WsusProduct.md",
1005+
"redirect_url": "/powershell/module/updateservices/Set-WsusProduct?view=win10-ps",
1006+
"redirect_document_id": true
1007+
},
1008+
{
1009+
"source_path": "docset/windows/wsus/Set-WsusServerSynchronization.md",
1010+
"redirect_url": "/powershell/module/updateservices/Set-WsusServerSynchronization?view=win10-ps",
1011+
"redirect_document_id": true
9321012
}
9331013
]
9341014
}

docset/windows/wsus/Add-WsusComputer.md renamed to docset/windows/updateservices/Add-WsusComputer.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 12/20/2016
1111
ms.prod: w10
1212
ms.technology: powershell-windows
1313
ms.topic: reference
14-
online version:
14+
online version: https://docs.microsoft.com/powershell/module/UpdateServices/Add-WsusComputer?view=win10-ps
1515
schema: 2.0.0
1616
title: Add-WsusComputer
1717
ms.reviewer:
@@ -21,24 +21,24 @@ ms.assetid: 6CFD1224-CEC5-47D9-93F7-89B236146FF6
2121
# Add-WsusComputer
2222

2323
## SYNOPSIS
24+
2425
Adds a client computer to a target group.
2526

2627
## SYNTAX
2728

28-
```
29+
```powershell
2930
Add-WsusComputer -Computer <WsusComputer> -TargetGroupName <String> [-WhatIf] [-Confirm] [<CommonParameters>]
3031
```
3132

3233
## DESCRIPTION
33-
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.
3736

3837
## EXAMPLES
3938

4039
### Example 1: Add computers to a target group
41-
```
40+
41+
```powershell
4242
PS C:\> Get-WsusServer -Name "contoso" | Get-WsusComputer -NameIncludes "winvm" | Add-WsusComputer -TargetGroupName "Windows Virtual Machines"
4343
```
4444

@@ -47,13 +47,13 @@ This command adds all computers with winvm in the name to the target group named
4747
## PARAMETERS
4848

4949
### -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.
5252

5353
```yaml
5454
Type: WsusComputer
5555
Parameter Sets: (All)
56-
Aliases:
56+
Aliases:
5757

5858
Required: True
5959
Position: Named
@@ -63,6 +63,7 @@ Accept wildcard characters: False
6363
```
6464
6565
### -Confirm
66+
6667
Prompts you for confirmation before running the cmdlet.
6768
6869
```yaml
@@ -78,12 +79,13 @@ Accept wildcard characters: False
7879
```
7980
8081
### -TargetGroupName
82+
8183
Specifies the name of the computer target group for which to run this cmdlet.
8284
8385
```yaml
8486
Type: String
8587
Parameter Sets: (All)
86-
Aliases:
88+
Aliases:
8789

8890
Required: True
8991
Position: Named
@@ -93,8 +95,8 @@ Accept wildcard characters: False
9395
```
9496
9597
### -WhatIf
96-
Shows what would happen if the cmdlet runs.
97-
The cmdlet is not run.
98+
99+
Shows what would happen if the cmdlet runs. The cmdlet is not run.
98100
99101
```yaml
100102
Type: SwitchParameter
@@ -109,6 +111,7 @@ Accept wildcard characters: False
109111
```
110112
111113
### CommonParameters
114+
112115
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).
113116
114117
## INPUTS
@@ -126,4 +129,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
126129
[Get-WsusComputer](./Get-WsusComputer.md)
127130
128131
[Get-WsusServer](./Get-WsusServer.md)
129-

docset/windows/wsus/Add-WsusDynamicCategory.md renamed to docset/windows/updateservices/Add-WsusDynamicCategory.md

Lines changed: 25 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 12/20/2016
1111
ms.prod: w10
1212
ms.technology: powershell-windows
1313
ms.topic: reference
14-
online version:
14+
online version: https://docs.microsoft.com/powershell/module/UpdateServices/Add-WsusDynamicCategory?view=win10-ps
1515
schema: 2.0.0
1616
title: Add-WsusDynamicCategory
1717
ms.reviewer:
@@ -21,48 +21,52 @@ ms.assetid: B6D6BFB3-F8C8-4ACD-AA80-47AB70C0A645
2121
# Add-WsusDynamicCategory
2222

2323
## SYNOPSIS
24+
2425
Adds a dynamic category to a WSUS server.
2526

2627
## SYNTAX
2728

2829
### ByObject
29-
```
30+
31+
```powershell
3032
Add-WsusDynamicCategory [-UpdateServer <IUpdateServer>] -InputObject <IDynamicCategory> [-WhatIf] [-Confirm]
3133
[<CommonParameters>]
3234
```
3335

3436
### ByName
35-
```
37+
38+
```powershell
3639
Add-WsusDynamicCategory [-UpdateServer <IUpdateServer>] -Name <String>
3740
-DynamicCategoryType <DynamicCategoryType> [-WhatIf] [-Confirm] [<CommonParameters>]
3841
```
3942

4043
## DESCRIPTION
44+
4145
The **Add-WsusDynamicCategory** cmdlet adds a dynamic category to a Windows Server Update Services (WSUS) server.
4246

4347
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.
4448

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.
4650

4751
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.
4852

49-
5053
## EXAMPLES
5154

5255
### Example 1: Add a dynamic category to the local WSUS server
53-
```
54-
PS C:\> Add-WsusDynamicCategory -DynamicCategoryType Device -Name "PCI/Device07"
56+
57+
```text
58+
PS C:\> Add-WsusDynamicCategory -DynamicCategoryType Device -Name "PCI/Device07"
5559
Name Type Status
5660
---- ---- ------
5761
PCI/Device07 Device True
5862
```
5963

60-
This command adds a dynamic category named PCI/Device07 the local update server.
61-
The command specifies that they type is Device.
64+
This command adds a dynamic category named PCI/Device07 the local update server. The command specifies that they type is Device.
6265

6366
## PARAMETERS
6467

6568
### -Confirm
69+
6670
Prompts you for confirmation before running the cmdlet.
6771

6872
```yaml
@@ -78,8 +82,8 @@ Accept wildcard characters: False
7882
```
7983
8084
### -DynamicCategoryType
81-
Specifies the type of the dynamic category to add.
82-
The acceptable values for this parameter are:
85+
86+
Specifies the type of the dynamic category to add. The acceptable values for this parameter are:
8387
8488
- ComputerModel
8589
- Device
@@ -99,13 +103,13 @@ Accept wildcard characters: False
99103
```
100104
101105
### -InputObject
102-
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.
104108
105109
```yaml
106110
Type: IDynamicCategory
107111
Parameter Sets: ByObject
108-
Aliases:
112+
Aliases:
109113

110114
Required: True
111115
Position: Named
@@ -115,12 +119,13 @@ Accept wildcard characters: False
115119
```
116120
117121
### -Name
122+
118123
Specifies the name of the dynamic category to add.
119124
120125
```yaml
121126
Type: String
122127
Parameter Sets: ByName
123-
Aliases:
128+
Aliases:
124129

125130
Required: True
126131
Position: Named
@@ -130,14 +135,13 @@ Accept wildcard characters: False
130135
```
131136
132137
### -UpdateServer
133-
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.
136140
137141
```yaml
138142
Type: IUpdateServer
139143
Parameter Sets: (All)
140-
Aliases:
144+
Aliases:
141145

142146
Required: False
143147
Position: Named
@@ -147,6 +151,7 @@ Accept wildcard characters: False
147151
```
148152
149153
### -WhatIf
154+
150155
Shows what would happen if the cmdlet runs. The cmdlet is not run.
151156
152157
```yaml
@@ -162,6 +167,7 @@ Accept wildcard characters: False
162167
```
163168
164169
### CommonParameters
170+
165171
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).
166172
167173
## INPUTS
@@ -183,4 +189,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
183189
[Set-WsusDynamicCategory](./Set-WsusDynamicCategory.md)
184190
185191
[Get-WsusServer](./Get-WsusServer.md)
186-

0 commit comments

Comments
 (0)