Skip to content

Commit 092e1d4

Browse files
Merge pull request #4010 from MicrosoftDocs/main
[AutoPublish] main to live - 05/29 15:32 PDT | 05/30 04:02 IST
2 parents f9fa2f6 + eaf901a commit 092e1d4

File tree

94 files changed

+1559
-901
lines changed

Some content is hidden

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

94 files changed

+1559
-901
lines changed

docset/winserver2016-ps/Appx/Appx.md

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,56 +10,81 @@ title: Appx
1010
---
1111

1212
# Appx Module
13+
1314
## Description
15+
1416
The Windows PowerShell cmdlets for AppX are designed to streamline the administration of MSIX or AppX package management.
1517

1618
## Appx Cmdlets
19+
1720
### [Add-AppxPackage](Add-AppxPackage.md)
21+
1822
Adds a signed app package to a user account.
1923

2024
### [Add-AppxVolume](Add-AppxVolume.md)
25+
2126
Adds an appx volume to the Package Manager.
2227

2328
### [Dismount-AppxVolume](Dismount-AppxVolume.md)
29+
2430
Dismounts an appx volume.
2531

2632
### [Get-AppxDefaultVolume](Get-AppxDefaultVolume.md)
33+
2734
Gets the default appx volume.
2835

2936
### [Get-AppxLastError](Get-AppxLastError.md)
37+
3038
Get the last error reported in the app package installation logs.
3139

3240
### [Get-AppxLog](Get-AppxLog.md)
41+
3342
Gets an app package installation log.
3443

3544
### [Get-AppxPackage](Get-AppxPackage.md)
45+
3646
Gets a list of the app packages that are installed in a user profile.
3747

3848
### [Get-AppxPackageManifest](Get-AppxPackageManifest.md)
49+
3950
Gets the manifest of an app package.
4051

4152
### [Get-AppxVolume](Get-AppxVolume.md)
53+
4254
Gets appx volumes for the computer.
4355

4456
### [Get-NonRemovableAppsPolicy](Get-NonRemovableAppsPolicy.md)
45-
Returns the a list of the app packages that are installed and configured as non-removable apps.
57+
58+
Returns the a list of the app packages that are installed and configured as non-removable apps.
59+
60+
### [Invoke-CommandInDesktopPackage](Invoke-CommandInDesktopPackage.md)
61+
62+
Runs a command in the context of a specified app package.
4663

4764
### [Mount-AppxVolume](Mount-AppxVolume.md)
65+
4866
Mounts an appx volume.
4967

5068
### [Move-AppxPackage](Move-AppxPackage.md)
69+
5170
Moves a package from its current location to another appx volume.
5271

5372
### [Remove-AppxPackage](Remove-AppxPackage.md)
54-
Removes an app package from a user account.
73+
74+
Removes an app package from one or more user accounts.
5575

5676
### [Remove-AppxVolume](Remove-AppxVolume.md)
77+
5778
Removes an appx volume.
5879

80+
### [Reset-AppxPackage](Reset-AppxPackage.md)
81+
82+
Starting at Windows 10 Insider Preview Build 20215 you get access to the `Reset-AppxPackage` PowerShell Cmdlet for use in resetting your installed Windows Apps. Restores the Windows app to its initial configuration.
83+
5984
### [Set-AppxDefaultVolume](Set-AppxDefaultVolume.md)
85+
6086
Specifies a default appx volume.
6187

6288
### [Set-NonRemovableAppsPolicy](Set-NonRemovableAppsPolicy.md)
63-
Sets an app packages as non-removable (can not be uninstalled).
64-
6589

90+
Sets an app packages as non-removable (can not be uninstalled).

docset/winserver2025-ps/Hyper-V/Add-VmNetworkAdapterRoutingDomainMapping.md renamed to docset/winserver2016-ps/Hyper-V/Add-VMNetworkAdapterRoutingDomainMapping.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ description: Use this topic to help manage Windows and Windows Server technologi
33
external help file: Microsoft.HyperV.PowerShell.Cmdlets.dll-Help.xml
44
Module Name: Hyper-V
55
ms.date: 12/20/2016
6-
online version: https://learn.microsoft.com/powershell/module/hyper-v/add-vmnetworkadapterroutingdomainmapping?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
6+
online version: https://learn.microsoft.com/powershell/module/hyper-v/add-vmnetworkadapterroutingdomainmapping?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
8-
title: Add-VmNetworkAdapterRoutingDomainMapping
8+
title: Add-VMNetworkAdapterRoutingDomainMapping
99
---
1010

1111
# Add-VMNetworkAdapterRoutingDomainMapping
@@ -46,7 +46,7 @@ Add-VMNetworkAdapterRoutingDomainMapping [-RoutingDomainID] <Guid> [-RoutingDoma
4646
```
4747

4848
## DESCRIPTION
49-
The **Add-VmNetworkAdapterRoutingDomainMapping** cmdlet adds a routing domain and virtual subnets to a virtual network adapter.
49+
The **Add-VMNetworkAdapterRoutingDomainMapping** cmdlet adds a routing domain and virtual subnets to a virtual network adapter.
5050
The cmdlet adds the information about the routing domain and virtual subnets to connected multitenant virtual machines.
5151

5252
## EXAMPLES

docset/winserver2025-ps/Hyper-V/Get-VmNetworkAdapterIsolation.md renamed to docset/winserver2016-ps/Hyper-V/Get-VMNetworkAdapterIsolation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Use this topic to help manage Windows and Windows Server technologi
33
external help file: Microsoft.HyperV.PowerShell.Cmdlets.dll-Help.xml
44
Module Name: Hyper-V
55
ms.date: 12/20/2016
6-
online version: https://learn.microsoft.com/powershell/module/hyper-v/get-vmnetworkadapterisolation?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
6+
online version: https://learn.microsoft.com/powershell/module/hyper-v/get-vmnetworkadapterisolation?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Get-VmNetworkAdapterIsolation
99
---
@@ -220,7 +220,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
220220
221221
## RELATED LINKS
222222
223-
[Set-VmNetworkAdapterIsolation](./Set-VmNetworkAdapterIsolation.md)
223+
[Set-VMNetworkAdapterIsolation](./Set-VMNetworkAdapterIsolation.md)
224224
225225
[Get-VM](./Get-VM.md)
226226

docset/winserver2016-ps/Hyper-V/Hyper-V.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Creates an ACL to apply to the traffic through a virtual machine network adapter
4040
### [Add-VMNetworkAdapterExtendedAcl](./Add-VMNetworkAdapterExtendedAcl.md)
4141
Creates an extended ACL for a virtual network adapter.
4242

43-
### [Add-VmNetworkAdapterRoutingDomainMapping](./Add-VmNetworkAdapterRoutingDomainMapping.md)
43+
### [Add-VMNetworkAdapterRoutingDomainMapping](./Add-VMNetworkAdapterRoutingDomainMapping.md)
4444
Adds a routing domain and virtual subnets to a virtual network adapter.
4545

4646
### [Add-VMRemoteFx3dVideoAdapter](./Add-VMRemoteFx3dVideoAdapter.md)
@@ -235,7 +235,7 @@ Gets extended ACLs configured for a virtual network adapter.
235235
### [Get-VMNetworkAdapterFailoverConfiguration](./Get-VMNetworkAdapterFailoverConfiguration.md)
236236
Gets the IP address of a virtual network adapter configured to be used when a virtual machine fails over.
237237

238-
### [Get-VmNetworkAdapterIsolation](./Get-VmNetworkAdapterIsolation.md)
238+
### [Get-VMNetworkAdapterIsolation](./Get-VMNetworkAdapterIsolation.md)
239239
Gets isolation settings for a virtual network adapter.
240240

241241
### [Get-VMNetworkAdapterRoutingDomainMapping](./Get-VMNetworkAdapterRoutingDomainMapping.md)
@@ -553,10 +553,10 @@ Configures features of the virtual network adapter in a virtual machine or the m
553553
### [Set-VMNetworkAdapterFailoverConfiguration](./Set-VMNetworkAdapterFailoverConfiguration.md)
554554
Configures the IP address of a virtual network adapter to be used when a virtual machine fails over.
555555

556-
### [Set-VmNetworkAdapterIsolation](./Set-VmNetworkAdapterIsolation.md)
556+
### [Set-VMNetworkAdapterIsolation](./Set-VMNetworkAdapterIsolation.md)
557557
Modifies isolation settings for a virtual network adapter.
558558

559-
### [Set-VmNetworkAdapterRoutingDomainMapping](./Set-VmNetworkAdapterRoutingDomainMapping.md)
559+
### [Set-VMNetworkAdapterRoutingDomainMapping](./Set-VMNetworkAdapterRoutingDomainMapping.md)
560560
Sets virtual subnets on a routing domain.
561561

562562
### [Set-VMNetworkAdapterTeamMapping](./Set-VMNetworkAdapterTeamMapping.md)

docset/winserver2025-ps/Hyper-V/Set-VmNetworkAdapterIsolation.md renamed to docset/winserver2016-ps/Hyper-V/Set-VMNetworkAdapterIsolation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ description: Use this topic to help manage Windows and Windows Server technologi
33
external help file: Microsoft.HyperV.PowerShell.Cmdlets.dll-Help.xml
44
Module Name: Hyper-V
55
ms.date: 12/20/2016
6-
online version: https://learn.microsoft.com/powershell/module/hyper-v/set-vmnetworkadapterisolation?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
6+
online version: https://learn.microsoft.com/powershell/module/hyper-v/set-vmnetworkadapterisolation?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
8-
title: Set-VmNetworkAdapterIsolation
8+
title: Set-VMNetworkAdapterIsolation
99
---
1010

1111
# Set-VMNetworkAdapterIsolation
@@ -49,7 +49,7 @@ Set-VMNetworkAdapterIsolation [-VMNetworkAdapterName <String>] [-VM] <VirtualMac
4949
```
5050

5151
## DESCRIPTION
52-
The **Set-VmNetworkAdapterIsolation** cmdlet modifies isolation settings for a virtual network adapter.
52+
The **Set-VMNetworkAdapterIsolation** cmdlet modifies isolation settings for a virtual network adapter.
5353
You can isolate a virtual machine adapter by using virtual local area network (VLAN), Hyper-V Network Virtualization or a third party virtualization solution.
5454
You can specify the isolation method and modify other settings, which include multitenancy settings.
5555
For more information about multitenancy, see the **Add-VmNetworkAdapterRoutingDomainMapping** cmdlet.

docset/winserver2016-ps/Hyper-V/Set-VmNetworkAdapterRoutingDomainMapping.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The default is the current session on the local computer.
7575
```yaml
7676
Type: CimSession[]
7777
Parameter Sets: VMName, ManagementOS
78-
Aliases:
78+
Aliases:
7979

8080
Required: False
8181
Position: Named
@@ -91,7 +91,7 @@ The cmdlet adds the virtual subnets to the routing domain on the Hyper-V hosts t
9191
```yaml
9292
Type: String[]
9393
Parameter Sets: VMName, ManagementOS
94-
Aliases:
94+
Aliases:
9595

9696
Required: False
9797
Position: Named
@@ -122,7 +122,7 @@ The default is the current user.
122122
```yaml
123123
Type: PSCredential[]
124124
Parameter Sets: VMName, ManagementOS
125-
Aliases:
125+
Aliases:
126126

127127
Required: False
128128
Position: Named
@@ -138,7 +138,7 @@ You can use this parameter, or you can pipe the input to this cmdlet.
138138
```yaml
139139
Type: VMNetworkAdapterRoutingDomainSetting
140140
Parameter Sets: InputObjectParameter
141-
Aliases:
141+
Aliases:
142142

143143
Required: True
144144
Position: 0
@@ -156,7 +156,7 @@ For more information about isolation IDs, see the **Set-VmNetworkAdapterIsolatio
156156
```yaml
157157
Type: Int32[]
158158
Parameter Sets: (All)
159-
Aliases:
159+
Aliases:
160160

161161
Required: False
162162
Position: Named
@@ -173,7 +173,7 @@ The subnets use VLAN or Hyper-V Network Virtualization.
173173
```yaml
174174
Type: String[]
175175
Parameter Sets: (All)
176-
Aliases:
176+
Aliases:
177177

178178
Required: False
179179
Position: Named
@@ -188,7 +188,7 @@ Indicates that the cmdlet operates on the parent partition or host operating sys
188188
```yaml
189189
Type: SwitchParameter
190190
Parameter Sets: ManagementOS
191-
Aliases:
191+
Aliases:
192192

193193
Required: True
194194
Position: Named
@@ -203,7 +203,7 @@ Specifies a new name for the routing domain.
203203
```yaml
204204
Type: String
205205
Parameter Sets: (All)
206-
Aliases:
206+
Aliases:
207207

208208
Required: False
209209
Position: Named
@@ -219,7 +219,7 @@ By default, this cmdlet does not generate any output.
219219
```yaml
220220
Type: SwitchParameter
221221
Parameter Sets: (All)
222-
Aliases:
222+
Aliases:
223223

224224
Required: False
225225
Position: Named
@@ -236,7 +236,7 @@ The cmdlet adds the virtual subnets to the routing domain that you specify.
236236
```yaml
237237
Type: Guid
238238
Parameter Sets: VMName, ResourceObject, ManagementOS, VMObject
239-
Aliases:
239+
Aliases:
240240

241241
Required: False
242242
Position: Named
@@ -252,7 +252,7 @@ The cmdlet adds the virtual subnets to the routing domain that you specify.
252252
```yaml
253253
Type: String
254254
Parameter Sets: VMName, ResourceObject, ManagementOS, VMObject
255-
Aliases:
255+
Aliases:
256256

257257
Required: False
258258
Position: Named
@@ -269,7 +269,7 @@ To obtain a virtual machine object, use the **Get-VM** cmdlet.
269269
```yaml
270270
Type: VirtualMachine[]
271271
Parameter Sets: VMObject
272-
Aliases:
272+
Aliases:
273273

274274
Required: True
275275
Position: 0
@@ -286,7 +286,7 @@ To obtain a virtual machine object, use the **Get-VM** cmdlet.
286286
```yaml
287287
Type: String[]
288288
Parameter Sets: VMName
289-
Aliases:
289+
Aliases:
290290

291291
Required: True
292292
Position: 0
@@ -303,7 +303,7 @@ To obtain a network adapter, use the **Get-VMNetworkAdapter** cmdlet.
303303
```yaml
304304
Type: VMNetworkAdapterBase[]
305305
Parameter Sets: ResourceObject
306-
Aliases:
306+
Aliases:
307307

308308
Required: True
309309
Position: 0
@@ -319,7 +319,7 @@ The cmdlet adds the virtual subnets to the routing domain on the adapter that yo
319319
```yaml
320320
Type: String
321321
Parameter Sets: VMName, ManagementOS, VMObject
322-
Aliases:
322+
Aliases:
323323

324324
Required: False
325325
Position: Named
@@ -359,7 +359,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
359359
360360
[Get-VMNetworkAdapterRoutingDomainMapping](./Get-VMNetworkAdapterRoutingDomainMapping.md)
361361
362-
[Add-VmNetworkAdapterRoutingDomainMapping](./Add-VmNetworkAdapterRoutingDomainMapping.md)
362+
[Add-VMNetworkAdapterRoutingDomainMapping](./Add-VMNetworkAdapterRoutingDomainMapping.md)
363363
364364
[Remove-VMNetworkAdapterRoutingDomainMapping](./Remove-VMNetworkAdapterRoutingDomainMapping.md)
365365

docset/winserver2016-ps/MSMQ/MSMQ.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ title: MSMQ
1414
This reference provides cmdlet descriptions and syntax for all MSMQ-specific cmdlets. It lists the cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.
1515

1616
## MSMQ Cmdlets
17-
### [Clear-MSMQOutgoingQueue](./Clear-MSMQOutgoingQueue.md)
17+
### [Clear-MsmqOutgoingQueue](./Clear-MsmqOutgoingQueue.md)
1818
Clears outgoing queues.
1919

20-
### [Clear-MSMQQueue](./Clear-MSMQQueue.md)
20+
### [Clear-MsmqQueue](./Clear-MsmqQueue.md)
2121
Clears queues.
2222

23-
### [Enable-MSMQCertificate](./Enable-MSMQCertificate.md)
23+
### [Enable-MsmqCertificate](./Enable-MsmqCertificate.md)
2424
Registers a certificate with Active Directory Domain Services.
2525

26-
### [Get-MSMQCertificate](./Get-MSMQCertificate.md)
26+
### [Get-MsmqCertificate](./Get-MsmqCertificate.md)
2727
Gets certificates registered in Active Directory Domain Services.
2828

29-
### [Get-MSMQOutgoingQueue](./Get-MSMQOutgoingQueue.md)
29+
### [Get-MsmqOutgoingQueue](./Get-MsmqOutgoingQueue.md)
3030
Gets outgoing message queues.
3131

3232
### [Get-MsmqQueue](./Get-MsmqQueue.md)

0 commit comments

Comments
 (0)