Skip to content

Commit 5491738

Browse files
authored
Merge branch 'master' into fix/2479-example-3
2 parents b254ff9 + 3f04704 commit 5491738

File tree

66 files changed

+1449
-828
lines changed

Some content is hidden

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

66 files changed

+1449
-828
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/mdop/appvclient/add-appvclientconnectiongroup.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,18 +63,16 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
6363
6464
## RELATED LINKS
6565
66-
[Disable-AppvClientConnectionGroup](./Disable-AppvClientConnectionGroup.md)
66+
[Disable-AppvClientConnectionGroup](./disable-appvclientconnectiongroup.md)
6767
68-
[Enable-AppvClientConnectionGroup](./Enable-AppvClientConnectionGroup.md)
68+
[Enable-AppvClientConnectionGroup](./enable-appvclientconnectiongroup.md)
6969
70-
[Get-AppvClientConnectionGroup](./Get-AppvClientConnectionGroup.md)
70+
[Get-AppvClientConnectionGroup](./get-appvclientconnectiongroup.md)
7171
72-
[Mount-AppvClientConnectionGroup](./Mount-AppvClientConnectionGroup.md)
72+
[Mount-AppvClientConnectionGroup](./mount-appvclientconnectiongroup.md)
7373
74-
[Remove-AppvClientConnectionGroup](./Remove-AppvClientConnectionGroup.md)
75-
76-
[Repair-AppvClientConnectionGroup](./Repair-AppvClientConnectionGroup.md)
77-
78-
[Stop-AppvClientConnectionGroup](./Stop-AppvClientConnectionGroup.md)
74+
[Remove-AppvClientConnectionGroup](./remove-appvclientconnectiongroup.md)
7975
76+
[Repair-AppvClientConnectionGroup](./repair-appvclientconnectiongroup.md)
8077
78+
[Stop-AppvClientConnectionGroup](./stop-appvclientconnectiongroup.md)

docset/mdop/appvclient/add-appvclientpackage.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ If you do not specify this parameter, the App-V client assigns the default compu
6262
```yaml
6363
Type: String
6464
Parameter Sets: (All)
65-
Aliases:
65+
Aliases:
6666

6767
Required: False
6868
Position: 1
@@ -102,22 +102,20 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
102102
103103
## RELATED LINKS
104104
105-
[Get-AppvClientPackage](./Get-AppvClientPackage.md)
105+
[Get-AppvClientPackage](./get-appvclientpackage.md)
106106
107-
[Mount-AppvClientPackage](./Mount-AppvClientPackage.md)
107+
[Mount-AppvClientPackage](./mount-appvclientpackage.md)
108108
109-
[Publish-AppvClientPackage](./Publish-AppvClientPackage.md)
109+
[Publish-AppvClientPackage](./publish-appvclientpackage.md)
110110
111-
[Publish-AppvClientPackage](./Publish-AppvClientPackage.md)
111+
[Publish-AppvClientPackage](./publish-appvclientpackage.md)
112112
113-
[Remove-AppvClientPackage](./Remove-AppvClientPackage.md)
113+
[Remove-AppvClientPackage](./remove-appvclientpackage.md)
114114
115-
[Repair-AppvClientPackage](./Repair-AppvClientPackage.md)
115+
[Repair-AppvClientPackage](./repair-appvclientpackage.md)
116116
117-
[Set-AppvClientPackage](./Set-AppvClientPackage.md)
118-
119-
[Stop-AppvClientPackage](./Stop-AppvClientPackage.md)
120-
121-
[Unpublish-AppvClientPackage](./Unpublish-AppvClientPackage.md)
117+
[Set-AppvClientPackage](./set-appvclientpackage.md)
122118
119+
[Stop-AppvClientPackage](./stop-appvclientpackage.md)
123120
121+
[Unpublish-AppvClientPackage](./unpublish-appvclientpackage.md)

docset/mdop/appvclient/add-appvpublishingserver.md

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You can set the refresh to be at the time of logon or on a defined time interval
4242
```yaml
4343
Type: Boolean
4444
Parameter Sets: (All)
45-
Aliases:
45+
Aliases:
4646

4747
Required: False
4848
Position: 2
@@ -57,7 +57,7 @@ Specifies the time interval for the refresh of globally published packages.
5757
```yaml
5858
Type: UInt32
5959
Parameter Sets: (All)
60-
Aliases:
60+
Aliases:
6161

6262
Required: False
6363
Position: 4
@@ -73,7 +73,7 @@ Valid values are: day and hour.
7373
```yaml
7474
Type: IntervalUnit
7575
Parameter Sets: (All)
76-
Aliases:
76+
Aliases:
7777
Accepted values: Hour, Day
7878

7979
Required: False
@@ -89,7 +89,7 @@ Specifies whether a refresh of all packages published to globally occurs every t
8989
```yaml
9090
Type: Boolean
9191
Parameter Sets: (All)
92-
Aliases:
92+
Aliases:
9393

9494
Required: False
9595
Position: 3
@@ -104,7 +104,7 @@ Specifies the friendly name of the publishing server.
104104
```yaml
105105
Type: String
106106
Parameter Sets: (All)
107-
Aliases:
107+
Aliases:
108108

109109
Required: True
110110
Position: 0
@@ -119,7 +119,7 @@ Specifies the URL path to the App-V publishing server.
119119
```yaml
120120
Type: String
121121
Parameter Sets: (All)
122-
Aliases:
122+
Aliases:
123123

124124
Required: True
125125
Position: 1
@@ -135,7 +135,7 @@ The refresh can be set to be at the time of logon or on a defined time interval.
135135
```yaml
136136
Type: Boolean
137137
Parameter Sets: (All)
138-
Aliases:
138+
Aliases:
139139

140140
Required: False
141141
Position: 6
@@ -150,7 +150,7 @@ Specifies the time interval for refreshes of user-published packages.
150150
```yaml
151151
Type: UInt32
152152
Parameter Sets: (All)
153-
Aliases:
153+
Aliases:
154154

155155
Required: False
156156
Position: 8
@@ -166,7 +166,7 @@ Valid values are: day and hour.
166166
```yaml
167167
Type: IntervalUnit
168168
Parameter Sets: (All)
169-
Aliases:
169+
Aliases:
170170
Accepted values: Hour, Day
171171

172172
Required: False
@@ -182,7 +182,7 @@ Specifies whether a refresh of all packages published to the user occurs every t
182182
```yaml
183183
Type: Boolean
184184
Parameter Sets: (All)
185-
Aliases:
185+
Aliases:
186186

187187
Required: False
188188
Position: 7
@@ -204,12 +204,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
204204
205205
## RELATED LINKS
206206
207-
[Get-AppvPublishingServer](./Get-AppvPublishingServer.md)
207+
[Get-AppvPublishingServer](./get-appvpublishingserver.md)
208208
209-
[Remove-AppvPublishingServer](./Remove-AppvPublishingServer.md)
210-
211-
[Set-AppvPublishingServer](./Set-AppvPublishingServer.md)
212-
213-
[Sync-AppvPublishingServer](./Sync-AppvPublishingServer.md)
209+
[Remove-AppvPublishingServer](./remove-appvpublishingserver.md)
214210
211+
[Set-AppvPublishingServer](./set-appvpublishingserver.md)
215212
213+
[Sync-AppvPublishingServer](./sync-appvpublishingserver.md)

docset/mdop/appvclient/appvclient.md

Lines changed: 30 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -15,93 +15,92 @@ title: AppVClient
1515
The following list contains links to the help topics for the App-V Client cmdlets.
1616

1717
## AppVClient Cmdlets
18-
### [Add-AppvClientConnectionGroup](./Add-AppvClientConnectionGroup.md)
18+
### [Add-AppvClientConnectionGroup](./add-appvclientconnectiongroup.md)
1919
Creates a composition of multiple packages on a computer running the App-V client.
2020

21-
### [Add-AppvClientPackage](./Add-AppvClientPackage.md)
21+
### [Add-AppvClientPackage](./add-appvclientpackage.md)
2222
Adds a package to a computer running the App-V client.
2323

24-
### [Add-AppvPublishingServer](./Add-AppvPublishingServer.md)
24+
### [Add-AppvPublishingServer](./add-appvpublishingserver.md)
2525
Adds a publishing server for the computer running the App-V client.
2626

27-
### [Disable-AppvClientConnectionGroup](./Disable-AppvClientConnectionGroup.md)
27+
### [Disable-AppvClientConnectionGroup](./disable-appvclientconnectiongroup.md)
2828
Disables a connection group on the computer running the App-V client.
2929

30-
### [Enable-AppvClientConnectionGroup](./Enable-AppvClientConnectionGroup.md)
30+
### [Enable-AppvClientConnectionGroup](./enable-appvclientconnectiongroup.md)
3131
Enables a running connection group on the computer running the App-V client.
3232

33-
### [Get-AppvClientApplication](./Get-AppvClientApplication.md)
33+
### [Get-AppvClientApplication](./get-appvclientapplication.md)
3434
Returns applications that are part of App-V Client Packages.
3535

36-
### [Get-AppvClientConfiguration](./Get-AppvClientConfiguration.md)
36+
### [Get-AppvClientConfiguration](./get-appvclientconfiguration.md)
3737
Returns the configuration for the App-V client.
3838

39-
### [Get-AppvClientConnectionGroup](./Get-AppvClientConnectionGroup.md)
39+
### [Get-AppvClientConnectionGroup](./get-appvclientconnectiongroup.md)
4040
Returns an App-V connection group object.
4141

42-
### [Get-AppvClientMode](./Get-AppvClientMode.md)
42+
### [Get-AppvClientMode](./get-appvclientmode.md)
4343
Displays the mode for the App-V Client.
4444

45-
### [Get-AppvClientPackage](./Get-AppvClientPackage.md)
45+
### [Get-AppvClientPackage](./get-appvclientpackage.md)
4646
Returns App-V Client Packages.
4747

48-
### [Get-AppvPublishingServer](./Get-AppvPublishingServer.md)
48+
### [Get-AppvPublishingServer](./get-appvpublishingserver.md)
4949
Returns App-V Server objects.
5050

51-
### [Get-AppvVirtualProcess](./Get-AppvVirtualProcess.md)
51+
### [Get-AppvVirtualProcess](./get-appvvirtualprocess.md)
5252
Displays the virtual processes running on a computer.
5353

54-
### [Mount-AppvClientConnectionGroup](./Mount-AppvClientConnectionGroup.md)
54+
### [Mount-AppvClientConnectionGroup](./mount-appvclientconnectiongroup.md)
5555
Streams the contents of packages to the local disk.
5656

57-
### [Mount-AppvClientPackage](./Mount-AppvClientPackage.md)
57+
### [Mount-AppvClientPackage](./mount-appvclientpackage.md)
5858
Loads a package into the App-V cache.
5959

60-
### [Publish-AppvClientPackage](./Publish-AppvClientPackage.md)
60+
### [Publish-AppvClientPackage](./publish-appvclientpackage.md)
6161
Publishes the App-V package so that it is available to a user or a computer.
6262

63-
### [Remove-AppvClientConnectionGroup](./Remove-AppvClientConnectionGroup.md)
63+
### [Remove-AppvClientConnectionGroup](./remove-appvclientconnectiongroup.md)
6464
Delete an App-V connection group on the client.
6565

66-
### [Remove-AppvClientPackage](./Remove-AppvClientPackage.md)
66+
### [Remove-AppvClientPackage](./remove-appvclientpackage.md)
6767
Removes the package from a computer.
6868

69-
### [Remove-AppvPublishingServer](./Remove-AppvPublishingServer.md)
69+
### [Remove-AppvPublishingServer](./remove-appvpublishingserver.md)
7070
Removes an App-V publishing server.
7171

72-
### [Repair-AppvClientConnectionGroup](./Repair-AppvClientConnectionGroup.md)
72+
### [Repair-AppvClientConnectionGroup](./repair-appvclientconnectiongroup.md)
7373
Resets the user package settings for the connection group.
7474

75-
### [Repair-AppvClientPackage](./Repair-AppvClientPackage.md)
75+
### [Repair-AppvClientPackage](./repair-appvclientpackage.md)
7676
Resets the user settings of a package.
7777

78-
### [Send-AppvClientReport](./Send-AppvClientReport.md)
78+
### [Send-AppvClientReport](./send-appvclientreport.md)
7979
Sends reporting data from the client.
8080

81-
### [Set-AppvClientConfiguration](./Set-AppvClientConfiguration.md)
81+
### [Set-AppvClientConfiguration](./set-appvclientconfiguration.md)
8282
Applies configuration settings to the App-V Client.
8383

84-
### [Set-AppvClientMode](./Set-AppvClientMode.md)
84+
### [Set-AppvClientMode](./set-appvclientmode.md)
8585
Sets the mode the client is running in.
8686

87-
### [Set-AppvClientPackage](./Set-AppvClientPackage.md)
87+
### [Set-AppvClientPackage](./set-appvclientpackage.md)
8888
Configures an App-V Client Package.
8989

90-
### [Set-AppvPublishingServer](./Set-AppvPublishingServer.md)
90+
### [Set-AppvPublishingServer](./set-appvpublishingserver.md)
9191
Modifies properties of an App-V Publishing Server.
9292

93-
### [Start-AppvVirtualProcess](./Start-AppvVirtualProcess.md)
93+
### [Start-AppvVirtualProcess](./start-appvvirtualprocess.md)
9494
Starts a virtual process.
9595

96-
### [Stop-AppvClientConnectionGroup](./Stop-AppvClientConnectionGroup.md)
96+
### [Stop-AppvClientConnectionGroup](./stop-appvclientconnectiongroup.md)
9797
Shuts down the shared virtual environment of a connection group.
9898

99-
### [Stop-AppvClientPackage](./Stop-AppvClientPackage.md)
99+
### [Stop-AppvClientPackage](./stop-appvclientpackage.md)
100100
Shuts down virtual environments for specified packages.
101101

102-
### [Sync-AppvPublishingServer](./Sync-AppvPublishingServer.md)
102+
### [Sync-AppvPublishingServer](./sync-appvpublishingserver.md)
103103
Initiates the App-V Publishing Refresh operation.
104104

105-
### [Unpublish-AppvClientPackage](./Unpublish-AppvClientPackage.md)
105+
### [Unpublish-AppvClientPackage](./unpublish-appvclientpackage.md)
106106
Removes the extension points for packages.
107-

0 commit comments

Comments
 (0)