Skip to content

Commit 2c42ae9

Browse files
authored
Merge branch 'master' into patch-1
2 parents bec3639 + 308809e commit 2c42ae9

File tree

54 files changed

+1758
-886
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+1758
-886
lines changed

.openpublishing.redirection.json

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,80 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "winserver2012-ps/netconnectionprofile/Get-NetConnectionProfile.md",
5+
"redirect_url": "/powershell/module/netconnection/Get-NetConnectionProfile?view=winserver2012-ps",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path": "winserver2012-ps/netconnectionprofile/NetConnectionProfile.md",
10+
"redirect_url": "/powershell/module/netconnection/NetConnection?view=winserver2012-ps",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path": "winserver2012-ps/netconnectionprofile/Set-NetConnectionProfile.md",
15+
"redirect_url": "/powershell/module/netconnection/Set-NetConnectionProfile?view=winserver2012-ps",
16+
"redirect_document_id": false
17+
},
18+
{
19+
"source_path": "winserver2012r2-ps/netconnectionprofile/Get-NetConnectionProfile.md",
20+
"redirect_url": "winserver2012r2-ps/netconnection/Get-NetConnectionProfile?view=winserver2012r2-ps",
21+
"redirect_document_id": false
22+
},
23+
{
24+
"source_path": "winserver2012r2-ps/netconnectionprofile/NetConnectionProfile.md",
25+
"redirect_url": "winserver2012r2-ps/netconnection/NetConnection?view=winserver2012r2-ps",
26+
"redirect_document_id": false
27+
},
28+
{
29+
"source_path": "winserver2012r2-ps/netconnectionprofile/Set-NetConnectionProfile.md",
30+
"redirect_url": "winserver2012r2-ps/netconnection/Set-NetConnectionProfile?view=winserver2012r2-ps",
31+
"redirect_document_id": false
32+
},
33+
{
34+
"source_path": "winserver2016-ps/netconnectionprofile/Get-NetConnectionProfile.md",
35+
"redirect_url": "winserver2016-ps/netconnection/Get-NetConnectionProfile?view=WindowsServer2016-ps",
36+
"redirect_document_id": true
37+
},
38+
{
39+
"source_path": "winserver2016-ps/netconnectionprofile/NetConnectionProfile.md",
40+
"redirect_url": "winserver2016-ps/netconnection/NetConnection?view=WindowsServer2016-ps",
41+
"redirect_document_id": true
42+
},
43+
{
44+
"source_path": "winserver2016-ps/netconnectionprofile/Set-NetConnectionProfile.md",
45+
"redirect_url": "winserver2016-ps/netconnection/Set-NetConnectionProfile?view=WindowsServer2016-ps",
46+
"redirect_document_id": true
47+
},
48+
{
49+
"source_path": "winserver2019-ps/netconnectionprofile/Get-NetConnectionProfile.md",
50+
"redirect_url": "winserver2019-ps/netconnection/Get-NetConnectionProfile?view=WindowsServer2019-ps",
51+
"redirect_document_id": true
52+
},
53+
{
54+
"source_path": "winserver2019-ps/netconnectionprofile/NetConnectionProfile.md",
55+
"redirect_url": "winserver2019-ps/netconnection/NetConnection?view=WindowsServer2019-ps",
56+
"redirect_document_id": true
57+
},
58+
{
59+
"source_path": "winserver2019-ps/netconnectionprofile/Set-NetConnectionProfile.md",
60+
"redirect_url": "winserver2019-ps/netconnection/Set-NetConnectionProfile?view=WindowsServer2019-ps",
61+
"redirect_document_id": true
62+
},
63+
{
64+
"source_path": "winserver2022-ps/netconnectionprofile/Get-NetConnectionProfile.md",
65+
"redirect_url": "winserver2022-ps/netconnection/Get-NetConnectionProfile?view=WindowsServer2022-ps",
66+
"redirect_document_id": true
67+
},
68+
{
69+
"source_path": "winserver2022-ps/netconnectionprofile/NetConnectionProfile.md",
70+
"redirect_url": "winserver2022-ps/netconnection/NetConnection?view=WindowsServer2022-ps",
71+
"redirect_document_id": true
72+
},
73+
{
74+
"source_path": "winserver2022-ps/netconnectionprofile/Set-NetConnectionProfile.md",
75+
"redirect_url": "winserver2022-ps/netconnection/Set-NetConnectionProfile?view=WindowsServer2022-ps",
76+
"redirect_document_id": true
77+
},
378
{
479
"source_path": "docset/docs-conceptual/windows/index.md",
580
"redirect_url": "/powershell/windows/get-started",

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/netconnectionprofile/Get-NetConnectionProfile.md renamed to docset/winserver2012-ps/netconnection/Get-NetConnectionProfile.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
22
external help file: MSFT_NetConnectionProfile.cdxml-help.xml
3-
Module Name: NetConnectionProfile
3+
Module Name: NetConnection
4+
ms.date: 12/20/2016
45
online version: https://docs.microsoft.com/powershell/module/netconnectionprofile/get-netconnectionprofile?view=windowsserver2012-ps&wt.mc_id=ps-gethelp
56
schema: 2.0.0
7+
title: Get-NetConnectionProfile
68
---
79

810
# Get-NetConnectionProfile

docset/winserver2012-ps/netconnectionprofile/NetConnectionProfile.md renamed to docset/winserver2012-ps/netconnection/NetConnection.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ Download Help Link: https://aka.ms/winsvr-2012-pshelp
33
Help Version: 3.0.0.0
44
Locale: en-US
55
Module Guid: ce4ff86e-9416-4f2d-a869-c860ac543b5e
6-
Module Name: NetConnectionProfile
6+
Module Name: NetConnection
7+
ms.date: 12/20/2016
8+
title: NetConnection
79
---
810

911
# NetConnection Module

docset/winserver2012-ps/netconnectionprofile/Set-NetConnectionProfile.md renamed to docset/winserver2012-ps/netconnection/Set-NetConnectionProfile.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
22
external help file: MSFT_NetConnectionProfile.cdxml-help.xml
3-
Module Name: NetConnectionProfile
3+
Module Name: NetConnection
4+
ms.date: 12/20/2016
45
online version: https://docs.microsoft.com/powershell/module/netconnectionprofile/set-netconnectionprofile?view=windowsserver2012-ps&wt.mc_id=ps-gethelp
56
schema: 2.0.0
7+
title: Set-NetConnectionProfile
68
---
79

810
# Set-NetConnectionProfile

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-

0 commit comments

Comments
 (0)