@@ -5,7 +5,7 @@ Help Version: 5.0.6.4
55Locale : en-US
66Module Guid : aeef2bef-eba9-4a1d-a3d2-d0b52df76deb
77Module Name : Appx
8- ms.date : 05/19/2017
8+ ms.date : 03/18/2022
99title : Appx
1010---
1111
@@ -14,6 +14,10 @@ title: Appx
1414The Windows PowerShell cmdlets for AppX are designed to streamline the administration of MSIX or AppX package management.
1515
1616## Appx Cmdlets
17+
18+ ### [ Add-AppSharedPackageContainer] ( Add-AppSharedPackageContainer.md )
19+ Deploys the shared package container definiton.
20+
1721### [ Add-AppxPackage] ( Add-AppxPackage.md )
1822Adds a signed app package to a user account.
1923
@@ -23,6 +27,9 @@ Adds an appx volume to the Package Manager.
2327### [ Dismount-AppxVolume] ( Dismount-AppxVolume.md )
2428Dismounts an appx volume.
2529
30+ ### [ Get-AppSharedPackageContainer] ( Get-AppSharedPackageContainer.md )
31+ Gets information about the shared package container.
32+
2633### [ Get-AppxDefaultVolume] ( Get-AppxDefaultVolume.md )
2734Gets the default appx volume.
2835
@@ -35,31 +42,44 @@ Gets an app package installation log.
3542### [ Get-AppxPackage] ( Get-AppxPackage.md )
3643Gets a list of the app packages that are installed in a user profile.
3744
45+ ### [ Get-AppxPackageAutoUpdateSettings] ( Get-AppxPackageAutoUpdateSettings.md )
46+ Provides visibility to the settings configured on a Windows 10 client device for a particular Windows App.
47+
3848### [ Get-AppxPackageManifest] ( Get-AppxPackageManifest.md )
3949Gets the manifest of an app package.
4050
4151### [ Get-AppxVolume] ( Get-AppxVolume.md )
4252Gets appx volumes for the computer.
4353
44- ### [ Get-NonRemovableAppsPolicy ] ( Get-NonRemovableAppsPolicy .md)
45- Returns the a list of the app packages that are installed and configured as non-removable apps .
54+ ### [ Invoke-CommandInDesktopPackage ] ( Invoke-CommandInDesktopPackage .md)
55+ Runs a command in the context of a specified app package .
4656
4757### [ Mount-AppxVolume] ( Mount-AppxVolume.md )
4858Mounts an appx volume.
4959
5060### [ Move-AppxPackage] ( Move-AppxPackage.md )
5161Moves a package from its current location to another appx volume.
5262
63+ ### [ Remove-AppSharedPackageContainer] ( Remove-AppSharedPackageContainer.md )
64+ Removes the shared package container.
65+
5366### [ Remove-AppxPackage] ( Remove-AppxPackage.md )
54- Removes an app package from a user account.
67+ Removes an app package from one or more user accounts.
68+
69+ ### [ Remove-AppxPackageAutoUpdateSettings] ( Remove-AppxPackageAutoUpdateSettings.md )
70+ {{ Fill in the Synopsis }}
5571
5672### [ Remove-AppxVolume] ( Remove-AppxVolume.md )
5773Removes an appx volume.
5874
59- ### [ Set-AppxDefaultVolume ] ( Set-AppxDefaultVolume .md)
60- Specifies a default appx volume .
75+ ### [ Reset-AppSharedPackageContainer ] ( Reset-AppSharedPackageContainer .md)
76+ Destroys all the application data of the container .
6177
62- ### [ Set-NonRemovableAppsPolicy ] ( Set-NonRemovableAppsPolicy .md)
63- Sets an app packages as non-removable (can not be uninstalled) .
78+ ### [ Reset-AppxPackage ] ( Reset-AppxPackage .md)
79+ Use to reset your installed Windows Apps. Restores the Windows app to its initial configuration .
6480
81+ ### [ Set-AppxDefaultVolume] ( Set-AppxDefaultVolume.md )
82+ Specifies a default appx volume.
6583
84+ ### [ Set-AppxPackageAutoUpdateSettings] ( Set-AppxPackageAutoUpdateSettings.md )
85+ Provides access to configure a specific Windows App's Auto Update and Repair settings. Including pausing update checks.
0 commit comments