Appx Module
The Windows PowerShell cmdlets for AppX are designed to streamline the administration of MSIX or AppX package management.
Appx Cmdlets
| Cmdlet | Description | 
|---|---|
| Add-AppSharedPackageContainer | 
		 Deploys the shared package container definition.  | 
| Add-AppxPackage | 
		 Adds a signed app package to a user account.  | 
| Add-AppxVolume | 
		 Adds an appx volume to the Package Manager.  | 
| Dismount-AppxVolume | 
		 Dismounts an appx volume.  | 
| Get-AppSharedPackageContainer | 
		 Gets information about the shared package container.  | 
| Get-AppxDefaultVolume | 
		 Gets the default appx volume.  | 
| Get-AppxLastError | 
		 Get the last error reported in the app package installation logs.  | 
| Get-AppxLog | 
		 Gets an app package installation log.  | 
| Get-AppxPackage | 
		 Gets a list of the app packages that are installed in a user profile.  | 
| Get-AppxPackageAutoUpdateSettings | 
		 Provides visibility to the settings configured for a particular Windows App.  | 
| Get-AppxPackageManifest | 
		 Gets the manifest of an app package.  | 
| Get-AppxVolume | 
		 Gets appx volumes for the computer.  | 
| Invoke-CommandInDesktopPackage | 
		 A debugging tool that creates a new process in the context of a packaged app.  | 
| Mount-AppxVolume | 
		 Mounts an appx volume.  | 
| Move-AppxPackage | 
		 Moves a package from its current location to another appx volume.  | 
| Remove-AppSharedPackageContainer | 
		 Removes the shared package container.  | 
| Remove-AppxPackage | 
		 Removes an app package from one or more user accounts.  | 
| Remove-AppxPackageAutoUpdateSettings | 
		 Removes settings configured for a particular Windows app.  | 
| Remove-AppxVolume | 
		 Removes an appx volume.  | 
| Reset-AppSharedPackageContainer | 
		 Destroys all the application data of the container.  | 
| Reset-AppxPackage | 
		 Restores the Windows app to its initial configuration.  | 
| Set-AppxDefaultVolume | 
		 Specifies a default appx volume.  | 
| Set-AppxPackageAutoUpdateSettings | 
		 Configures a specific Windows App's Auto Update and Repair settings.  |