Skip to content

Commit 3b8d9b0

Browse files
author
Thomas Raya
authored
Merge branch 'master' into fix/2448-missing-description
2 parents a8e6cae + 270c58a commit 3b8d9b0

File tree

10 files changed

+120
-119
lines changed

10 files changed

+120
-119
lines changed

docset/winserver2012-ps/hyper-v/Add-VMHardDiskDrive.md

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Adds a virtual hard disk to SCSI controller number 0 on virtual machine Test.
6161

6262
### Example 3
6363
```
64-
PS C:\>Get-VMScsiController -VMName Test -Number 0 | Add-VMHardDiskDrive -DiskNumber 2
64+
PS C:\>Get-VMScsiController -VMName Test -ControllerNumber 0 | Add-VMHardDiskDrive -DiskNumber 2
6565
```
6666

6767
This example gets a SCSI controller on a virtual machine named Test and then adds physical disk 2 to that controller.
@@ -99,7 +99,7 @@ If not specified, the first available location in the controller specified with
9999
```yaml
100100
Type: Int32
101101
Parameter Sets: (All)
102-
Aliases:
102+
Aliases:
103103

104104
Required: False
105105
Position: 4
@@ -115,7 +115,7 @@ If not specified, this parameter assumes the value of the first available contro
115115
```yaml
116116
Type: Int32
117117
Parameter Sets: UNNAMED_PARAMETER_SET_1, UNNAMED_PARAMETER_SET_2
118-
Aliases:
118+
Aliases:
119119

120120
Required: False
121121
Position: 3
@@ -133,7 +133,7 @@ Allowed values are **IDE** and **SCSI**.
133133
```yaml
134134
Type: ControllerType
135135
Parameter Sets: UNNAMED_PARAMETER_SET_1, UNNAMED_PARAMETER_SET_2
136-
Aliases:
136+
Aliases:
137137

138138
Required: False
139139
Position: 2
@@ -148,7 +148,7 @@ Passes the added **Microsoft.Virtualization.Powershell.HardDiskDrive** object th
148148
```yaml
149149
Type: SwitchParameter
150150
Parameter Sets: (All)
151-
Aliases:
151+
Aliases:
152152

153153
Required: False
154154
Position: Named
@@ -163,7 +163,7 @@ Specifies the full path of the hard disk drive file to be added.
163163
```yaml
164164
Type: String
165165
Parameter Sets: (All)
166-
Aliases:
166+
Aliases:
167167

168168
Required: False
169169
Position: 5
@@ -178,7 +178,7 @@ Specifies the friendly name of the ISO resource pool to which this virtual hard
178178
```yaml
179179
Type: String
180180
Parameter Sets: (All)
181-
Aliases:
181+
Aliases:
182182

183183
Required: False
184184
Position: Named
@@ -193,7 +193,7 @@ Specifies the virtual machine to which the hard disk drive is to be added.
193193
```yaml
194194
Type: VirtualMachine[]
195195
Parameter Sets: UNNAMED_PARAMETER_SET_2
196-
Aliases:
196+
Aliases:
197197

198198
Required: True
199199
Position: 1
@@ -208,7 +208,7 @@ Specifies the controller to which the hard disk drive is to be added.
208208
```yaml
209209
Type: VMDriveController
210210
Parameter Sets: UNNAMED_PARAMETER_SET_3
211-
Aliases:
211+
Aliases:
212212

213213
Required: True
214214
Position: 1
@@ -223,7 +223,7 @@ Specifies the name of the virtual machine to which the hard disk drive is to be
223223
```yaml
224224
Type: String[]
225225
Parameter Sets: UNNAMED_PARAMETER_SET_1
226-
Aliases:
226+
Aliases:
227227

228228
Required: True
229229
Position: 1
@@ -239,7 +239,7 @@ This parameter is applicable to clustered virtual machines.
239239
```yaml
240240
Type: SwitchParameter
241241
Parameter Sets: (All)
242-
Aliases:
242+
Aliases:
243243

244244
Required: False
245245
Position: Named
@@ -269,7 +269,7 @@ Prompts you for confirmation before running the cmdlet.
269269
```yaml
270270
Type: SwitchParameter
271271
Parameter Sets: (All)
272-
Aliases:
272+
Aliases:
273273

274274
Required: False
275275
Position: Named
@@ -285,7 +285,7 @@ The cmdlet is not run.
285285
```yaml
286286
Type: SwitchParameter
287287
Parameter Sets: (All)
288-
Aliases:
288+
Aliases:
289289

290290
Required: False
291291
Position: Named
@@ -311,6 +311,3 @@ If **-PassThru** is specified.
311311
## NOTES
312312
313313
## RELATED LINKS
314-
315-
316-

docset/winserver2012-ps/webadministration/Get-WebBinding.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The host name for which the binding is configured.
3737
```yaml
3838
Type: String
3939
Parameter Sets: (All)
40-
Aliases:
40+
Aliases:
4141

4242
Required: False
4343
Position: Named
@@ -52,7 +52,7 @@ The IP address for which the binding is configured.
5252
```yaml
5353
Type: String
5454
Parameter Sets: (All)
55-
Aliases:
55+
Aliases:
5656

5757
Required: False
5858
Position: Named
@@ -67,7 +67,7 @@ The name of the site for which binding information is returned.
6767
```yaml
6868
Type: String
6969
Parameter Sets: (All)
70-
Aliases:
70+
Aliases:
7171

7272
Required: False
7373
Position: 0
@@ -82,7 +82,7 @@ The port for which the binding is configured.
8282
```yaml
8383
Type: String
8484
Parameter Sets: (All)
85-
Aliases:
85+
Aliases:
8686

8787
Required: False
8888
Position: Named
@@ -97,7 +97,7 @@ The protocol for which the binding is configured, usually http, https or ftp.
9797
```yaml
9898
Type: String
9999
Parameter Sets: (All)
100-
Aliases:
100+
Aliases:
101101

102102
Required: False
103103
Position: Named
@@ -113,7 +113,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
113113
114114
## OUTPUTS
115115
116+
### Microsoft.IIs.PowerShell.Framework.ConfigurationElement#bindings#binding
117+
116118
## NOTES
117119
118120
## RELATED LINKS
119-

docset/winserver2012r2-ps/hyper-v/Add-VMHardDiskDrive.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Adds a virtual hard disk to SCSI controller number 0 on virtual machine Test.
5959

6060
### Example 3
6161
```
62-
PS C:\>Get-VMScsiController -VMName Test -Number 0 | Add-VMHardDiskDrive -DiskNumber 2
62+
PS C:\>Get-VMScsiController -VMName Test -ControllerNumber 0 | Add-VMHardDiskDrive -DiskNumber 2
6363
```
6464

6565
This example gets a SCSI controller on a virtual machine named Test and then adds physical disk 2 to that controller.
@@ -80,7 +80,7 @@ This parameter is applicable to clustered virtual machines.
8080
```yaml
8181
Type: SwitchParameter
8282
Parameter Sets: (All)
83-
Aliases:
83+
Aliases:
8484

8585
Required: False
8686
Position: Named
@@ -128,7 +128,7 @@ If not specified, the first available location in the controller specified with
128128
```yaml
129129
Type: Int32
130130
Parameter Sets: (All)
131-
Aliases:
131+
Aliases:
132132

133133
Required: False
134134
Position: 3
@@ -144,7 +144,7 @@ If not specified, this parameter assumes the value of the first available contro
144144
```yaml
145145
Type: Int32
146146
Parameter Sets: VMName, VMObject
147-
Aliases:
147+
Aliases:
148148

149149
Required: False
150150
Position: 2
@@ -162,7 +162,7 @@ Allowed values are **IDE** and **SCSI**.
162162
```yaml
163163
Type: ControllerType
164164
Parameter Sets: VMName, VMObject
165-
Aliases:
165+
Aliases:
166166
Accepted values: IDE, SCSI, Floppy
167167

168168
Required: False
@@ -194,7 +194,7 @@ Hyper-V calculates normalized IOPS as the total size of I/O per second divided b
194194
```yaml
195195
Type: UInt64
196196
Parameter Sets: (All)
197-
Aliases:
197+
Aliases:
198198

199199
Required: False
200200
Position: Named
@@ -210,7 +210,7 @@ Hyper-V calculates normalized IOPS as the total size of I/O per second divided b
210210
```yaml
211211
Type: UInt64
212212
Parameter Sets: (All)
213-
Aliases:
213+
Aliases:
214214

215215
Required: False
216216
Position: Named
@@ -225,7 +225,7 @@ Passes the added **Microsoft.HyperV.PowerShell.HardDiskDrive** object through to
225225
```yaml
226226
Type: SwitchParameter
227227
Parameter Sets: (All)
228-
Aliases:
228+
Aliases:
229229

230230
Required: False
231231
Position: Named
@@ -240,7 +240,7 @@ Specifies the full path of the hard disk drive file to be added.
240240
```yaml
241241
Type: String
242242
Parameter Sets: (All)
243-
Aliases:
243+
Aliases:
244244

245245
Required: False
246246
Position: 4
@@ -255,7 +255,7 @@ Specifies the friendly name of the ISO resource pool to which this virtual hard
255255
```yaml
256256
Type: String
257257
Parameter Sets: (All)
258-
Aliases:
258+
Aliases:
259259

260260
Required: False
261261
Position: Named
@@ -286,7 +286,7 @@ Specifies the virtual machine to which the hard disk drive is to be added.
286286
```yaml
287287
Type: VirtualMachine[]
288288
Parameter Sets: VMObject
289-
Aliases:
289+
Aliases:
290290

291291
Required: True
292292
Position: 0
@@ -301,7 +301,7 @@ Specifies the controller to which the hard disk drive is to be added.
301301
```yaml
302302
Type: VMDriveController
303303
Parameter Sets: VMDriveController
304-
Aliases:
304+
Aliases:
305305

306306
Required: True
307307
Position: 0
@@ -316,7 +316,7 @@ Specifies the name of the virtual machine to which the hard disk drive is to be
316316
```yaml
317317
Type: String[]
318318
Parameter Sets: VMName
319-
Aliases:
319+
Aliases:
320320

321321
Required: True
322322
Position: 0
@@ -352,10 +352,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
352352
353353
## OUTPUTS
354354
355-
###
356-
None by default; **Microsoft.HyperV.PowerShell.HardDiskDrive** if **-PassThru** is specified.
355+
### None
356+
By default.
357+
358+
### Microsoft.HyperV.PowerShell.HardDiskDrive
359+
If **-PassThru** is specified.
357360
358361
## NOTES
359362
360363
## RELATED LINKS
361-

docset/winserver2012r2-ps/webadministration/Get-WebBinding.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Specifies the host name for which the binding is configured.
3939
```yaml
4040
Type: String
4141
Parameter Sets: (All)
42-
Aliases:
42+
Aliases:
4343

4444
Required: False
4545
Position: Named
@@ -54,7 +54,7 @@ Specifies the IP address for which the binding is configured.
5454
```yaml
5555
Type: String
5656
Parameter Sets: (All)
57-
Aliases:
57+
Aliases:
5858

5959
Required: False
6060
Position: Named
@@ -69,7 +69,7 @@ Specifies the name of the site for which this cmdlet returns binding information
6969
```yaml
7070
Type: String
7171
Parameter Sets: (All)
72-
Aliases:
72+
Aliases:
7373

7474
Required: False
7575
Position: 0
@@ -84,7 +84,7 @@ Specifies the port for which the binding is configured.
8484
```yaml
8585
Type: String
8686
Parameter Sets: (All)
87-
Aliases:
87+
Aliases:
8888

8989
Required: False
9090
Position: Named
@@ -100,7 +100,7 @@ The protocol is usually HTTP, HTTPS, or FTP.
100100
```yaml
101101
Type: String
102102
Parameter Sets: (All)
103-
Aliases:
103+
Aliases:
104104

105105
Required: False
106106
Position: Named
@@ -116,6 +116,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
116116
117117
## OUTPUTS
118118
119+
### Microsoft.IIs.PowerShell.Framework.ConfigurationElement#bindings#binding
120+
119121
## NOTES
120122
121123
## RELATED LINKS
@@ -125,4 +127,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
125127
[Remove-WebBinding](./Remove-WebBinding.md)
126128
127129
[Set-WebBinding](./Set-WebBinding.md)
128-

0 commit comments

Comments
 (0)