@@ -5,7 +5,7 @@ Help Version: 5.0.6.4
5
5
Locale : en-US
6
6
Module Guid : aeef2bef-eba9-4a1d-a3d2-d0b52df76deb
7
7
Module Name : Appx
8
- ms.date : 05/19/2017
8
+ ms.date : 03/18/2022
9
9
title : Appx
10
10
---
11
11
@@ -14,6 +14,10 @@ title: Appx
14
14
The Windows PowerShell cmdlets for AppX are designed to streamline the administration of MSIX or AppX package management.
15
15
16
16
## Appx Cmdlets
17
+
18
+ ### [ Add-AppSharedPackageContainer] ( Add-AppSharedPackageContainer.md )
19
+ Deploys the shared package container definiton.
20
+
17
21
### [ Add-AppxPackage] ( Add-AppxPackage.md )
18
22
Adds a signed app package to a user account.
19
23
@@ -23,6 +27,9 @@ Adds an appx volume to the Package Manager.
23
27
### [ Dismount-AppxVolume] ( Dismount-AppxVolume.md )
24
28
Dismounts an appx volume.
25
29
30
+ ### [ Get-AppSharedPackageContainer] ( Get-AppSharedPackageContainer.md )
31
+ Gets information about the shared package container.
32
+
26
33
### [ Get-AppxDefaultVolume] ( Get-AppxDefaultVolume.md )
27
34
Gets the default appx volume.
28
35
@@ -35,31 +42,44 @@ Gets an app package installation log.
35
42
### [ Get-AppxPackage] ( Get-AppxPackage.md )
36
43
Gets a list of the app packages that are installed in a user profile.
37
44
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
+
38
48
### [ Get-AppxPackageManifest] ( Get-AppxPackageManifest.md )
39
49
Gets the manifest of an app package.
40
50
41
51
### [ Get-AppxVolume] ( Get-AppxVolume.md )
42
52
Gets appx volumes for the computer.
43
53
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 .
46
56
47
57
### [ Mount-AppxVolume] ( Mount-AppxVolume.md )
48
58
Mounts an appx volume.
49
59
50
60
### [ Move-AppxPackage] ( Move-AppxPackage.md )
51
61
Moves a package from its current location to another appx volume.
52
62
63
+ ### [ Remove-AppSharedPackageContainer] ( Remove-AppSharedPackageContainer.md )
64
+ Removes the shared package container.
65
+
53
66
### [ 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 }}
55
71
56
72
### [ Remove-AppxVolume] ( Remove-AppxVolume.md )
57
73
Removes an appx volume.
58
74
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 .
61
77
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 .
64
80
81
+ ### [ Set-AppxDefaultVolume] ( Set-AppxDefaultVolume.md )
82
+ Specifies a default appx volume.
65
83
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