Appx

Cmdlets for AppX module are designed to streamline the administration of MSIX or AppX package management.

Here we get cmdlet descriptions and syntax for all AppX cmdlets.

For this module we are not going to install anything as this is pre-defined cmdlets. Some of the Servers will be having this module by default. If they are missing you can use below command to Import them.

Import-Module AppX

appx powershell module command cmdlet

Once you have imported this module, you can use the below commands which are associated with this module.

Click on each cmdlet to know more about them

Add-AppxPackageAdds a signed app package to a user account.
Add-AppxVolumeAdds an appx volume to the Package Manager.
Dismount-AppxVolumeDismounts an appx volume.
Get-AppxDefaultVolumeGets the default appx volume.
Get-AppxLastErrorGet the last error reported in the app package installation logs.
Get-AppxLogGets an app package installation log.
Get-AppxPackageGets a list of the app packages that are installed in a user profile.
Get-AppxPackageManifestGets the manifest of an app package.
Get-AppxVolumeGets appx volumes for the computer.
Get-NonRemovableAppsPolicyReturns the a list of the app packages that are installed and configured as non-removable apps.
Invoke-CommandInDesktopPackageRuns a command in the context of a specified app package.
Mount-AppxVolumeMounts an appx volume.
Move-AppxPackageMoves a package from its current location to another appx volume.
Remove-AppxPackageRemoves an app package from a user account.
Remove-AppxVolumeRemoves an appx volume.
Set-AppxDefaultVolumeSpecifies a default appx volume.
Set-NonRemovableAppsPolicySets an app packages as non-removable (can not be uninstalled).

Click on this Link for an Single place where you get all the PowerShell cmdlet sorted based on the modules.

You can also refer other blogs on PowerShell at link

You can also refer other blogs on Microsoft at link

And also if you required any technology you want to learn, let us know below we will publish them in our site http://tossolution.com/

Like our page in Facebook and follow us for New technical information. Paragraph

References are taken from official Microsoft websites

Leave a Reply

Your email address will not be published. Required fields are marked *