Skip to content

Commit d0a3e86

Browse files
authored
Merge pull request MicrosoftDocs#2515 from sdwheeler/sdw-netconn
Rename NetConnection module
2 parents f9b1e2d + 5394648 commit d0a3e86

File tree

16 files changed

+208
-111
lines changed

16 files changed

+208
-111
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/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/winserver2012r2-ps/netconnectionprofile/Get-NetConnectionProfile.md renamed to docset/winserver2012r2-ps/netconnection/Get-NetConnectionProfile.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
external help file: MSFT_NetConnectionProfile.cdxml-help.xml
3-
Module Name: NetConnectionProfile
3+
Module Name: NetConnection
44
ms.date: 10/29/2017
55
online version: https://docs.microsoft.com/powershell/module/netconnectionprofile/get-netconnectionprofile?view=windowsserver2012r2-ps&wt.mc_id=ps-gethelp
66
schema: 2.0.0
@@ -39,19 +39,19 @@ The second part of the command changes the value of the network category for the
3939
## PARAMETERS
4040

4141
### -AsJob
42-
Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to complete.
42+
Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to complete.
4343

44-
The cmdlet immediately returns an object that represents the job and then displays the command prompt.
45-
You can continue to work in the session while the job completes.
46-
To manage the job, use the `*-Job` cmdlets.
47-
To get the job results, use the [Receive-Job](https://go.microsoft.com/fwlink/?LinkID=113372) cmdlet.
44+
The cmdlet immediately returns an object that represents the job and then displays the command prompt.
45+
You can continue to work in the session while the job completes.
46+
To manage the job, use the `*-Job` cmdlets.
47+
To get the job results, use the [Receive-Job](https://go.microsoft.com/fwlink/?LinkID=113372) cmdlet.
4848

4949
For more information about Windows PowerShell background jobs, see [about_Jobs](https://go.microsoft.com/fwlink/?LinkID=113251).
5050

5151
```yaml
5252
Type: SwitchParameter
5353
Parameter Sets: (All)
54-
Aliases:
54+
Aliases:
5555

5656
Required: False
5757
Position: Named
@@ -89,7 +89,7 @@ The acceptable values for this parameter are:
8989
```yaml
9090
Type: IPv4Connectivity[]
9191
Parameter Sets: (All)
92-
Aliases:
92+
Aliases:
9393
Accepted values: Disconnected, NoTraffic, Subnet, LocalNetwork, Internet
9494

9595
Required: False
@@ -111,7 +111,7 @@ The acceptable values for this parameter are:
111111
```yaml
112112
Type: IPv6Connectivity[]
113113
Parameter Sets: (All)
114-
Aliases:
114+
Aliases:
115115
Accepted values: Disconnected, NoTraffic, Subnet, LocalNetwork, Internet
116116

117117
Required: False
@@ -127,7 +127,7 @@ Specifies an array of names of network adapters.
127127
```yaml
128128
Type: String[]
129129
Parameter Sets: (All)
130-
Aliases:
130+
Aliases:
131131

132132
Required: False
133133
Position: Named
@@ -142,7 +142,7 @@ Specifies an array of numerical index values associated with the network adapter
142142
```yaml
143143
Type: UInt32[]
144144
Parameter Sets: (All)
145-
Aliases:
145+
Aliases:
146146

147147
Required: False
148148
Position: Named
@@ -157,7 +157,7 @@ Specifies an array of names of networks with which the connection is currently e
157157
```yaml
158158
Type: String[]
159159
Parameter Sets: (All)
160-
Aliases:
160+
Aliases:
161161

162162
Required: False
163163
Position: Named
@@ -177,7 +177,7 @@ The acceptable values for this parameter are:
177177
```yaml
178178
Type: NetworkCategory[]
179179
Parameter Sets: (All)
180-
Aliases:
180+
Aliases:
181181
Accepted values: Public, Private, DomainAuthenticated
182182

183183
Required: False
@@ -189,13 +189,13 @@ Accept wildcard characters: False
189189
190190
### -ThrottleLimit
191191
Specifies the maximum number of concurrent operations that can be established to run the cmdlet.
192-
If this parameter is omitted or a value of `0` is entered, then Windows PowerShell® calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer.
192+
If this parameter is omitted or a value of `0` is entered, then Windows PowerShell® calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer.
193193
The throttle limit applies only to the current cmdlet, not to the session or to the computer.
194194

195195
```yaml
196196
Type: Int32
197197
Parameter Sets: (All)
198-
Aliases:
198+
Aliases:
199199
200200
Required: False
201201
Position: Named

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,20 @@ Download Help Link: https://aka.ms/winsvr-2012r2-pshelp
33
Help Version: 4.0.2.0
44
Locale: en-US
55
Module Guid: ce4ff86e-9416-4f2d-a869-c860ac543b5e
6-
Module Name: NetConnectionProfile
6+
Module Name: NetConnection
77
ms.date: 10/29/2017
88
title: NetConnection
99
---
1010

1111
# NetConnection Module
12+
1213
## Description
13-
This reference provides cmdlet descriptions and syntax for all Net Connection cmdlets. It lists the cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.
14+
15+
This reference provides cmdlet descriptions and syntax for all Net Connection cmdlets. It lists the
16+
cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.
1417

1518
## NetConnection Cmdlets
19+
1620
### [Get-NetConnectionProfile](./Get-NetConnectionProfile.md)
1721
Gets a connection profile.
1822

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

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
external help file: MSFT_NetConnectionProfile.cdxml-help.xml
3-
Module Name: NetConnectionProfile
3+
Module Name: NetConnection
44
ms.date: 10/29/2017
55
online version: https://docs.microsoft.com/powershell/module/netconnectionprofile/set-netconnectionprofile?view=windowsserver2012r2-ps&wt.mc_id=ps-gethelp
66
schema: 2.0.0
@@ -43,19 +43,19 @@ PS C:\> Set-NetConnectionProfile -InterfaceAlias Ethernet1 -NetworkCategory "Pub
4343
## PARAMETERS
4444

4545
### -AsJob
46-
Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to complete.
46+
Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to complete.
4747

48-
The cmdlet immediately returns an object that represents the job and then displays the command prompt.
49-
You can continue to work in the session while the job completes.
50-
To manage the job, use the `*-Job` cmdlets.
51-
To get the job results, use the [Receive-Job](https://go.microsoft.com/fwlink/?LinkID=113372) cmdlet.
48+
The cmdlet immediately returns an object that represents the job and then displays the command prompt.
49+
You can continue to work in the session while the job completes.
50+
To manage the job, use the `*-Job` cmdlets.
51+
To get the job results, use the [Receive-Job](https://go.microsoft.com/fwlink/?LinkID=113372) cmdlet.
5252

5353
For more information about Windows PowerShell background jobs, see [about_Jobs](https://go.microsoft.com/fwlink/?LinkID=113251).
5454

5555
```yaml
5656
Type: SwitchParameter
5757
Parameter Sets: (All)
58-
Aliases:
58+
Aliases:
5959

6060
Required: False
6161
Position: Named
@@ -108,7 +108,7 @@ The acceptable values for this parameter are:
108108
```yaml
109109
Type: IPv4Connectivity[]
110110
Parameter Sets: Query (cdxml)
111-
Aliases:
111+
Aliases:
112112
Accepted values: Disconnected, NoTraffic, Subnet, LocalNetwork, Internet
113113

114114
Required: False
@@ -130,7 +130,7 @@ The acceptable values for this parameter are:
130130
```yaml
131131
Type: IPv6Connectivity[]
132132
Parameter Sets: Query (cdxml)
133-
Aliases:
133+
Aliases:
134134
Accepted values: Disconnected, NoTraffic, Subnet, LocalNetwork, Internet
135135

136136
Required: False
@@ -147,7 +147,7 @@ You can use this parameter, or you can pipe the input to this cmdlet.
147147
```yaml
148148
Type: CimInstance[]
149149
Parameter Sets: InputObject (cdxml)
150-
Aliases:
150+
Aliases:
151151

152152
Required: True
153153
Position: Named
@@ -162,7 +162,7 @@ Specifies an array of names of network adapters.
162162
```yaml
163163
Type: String[]
164164
Parameter Sets: Query (cdxml)
165-
Aliases:
165+
Aliases:
166166

167167
Required: False
168168
Position: Named
@@ -177,7 +177,7 @@ Specifies an array of numerical index values associated with the network adapter
177177
```yaml
178178
Type: UInt32[]
179179
Parameter Sets: Query (cdxml)
180-
Aliases:
180+
Aliases:
181181

182182
Required: False
183183
Position: Named
@@ -192,7 +192,7 @@ Specifies an array of names of networks with which the connection is currently e
192192
```yaml
193193
Type: String[]
194194
Parameter Sets: Query (cdxml)
195-
Aliases:
195+
Aliases:
196196

197197
Required: False
198198
Position: Named
@@ -214,7 +214,7 @@ The acceptable values for this parameter are:
214214
```yaml
215215
Type: NetworkCategory
216216
Parameter Sets: (All)
217-
Aliases:
217+
Aliases:
218218
Accepted values: Public, Private, DomainAuthenticated
219219

220220
Required: False
@@ -231,7 +231,7 @@ By default, this cmdlet does not generate any output.
231231
```yaml
232232
Type: SwitchParameter
233233
Parameter Sets: (All)
234-
Aliases:
234+
Aliases:
235235

236236
Required: False
237237
Position: Named
@@ -242,13 +242,13 @@ Accept wildcard characters: False
242242
243243
### -ThrottleLimit
244244
Specifies the maximum number of concurrent operations that can be established to run the cmdlet.
245-
If this parameter is omitted or a value of `0` is entered, then Windows PowerShell® calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer.
245+
If this parameter is omitted or a value of `0` is entered, then Windows PowerShell® calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer.
246246
The throttle limit applies only to the current cmdlet, not to the session or to the computer.
247247

248248
```yaml
249249
Type: Int32
250250
Parameter Sets: (All)
251-
Aliases:
251+
Aliases:
252252
253253
Required: False
254254
Position: Named

0 commit comments

Comments
 (0)