powershell

Get-AppxPackage

Get-AppxPackage is accessible with the help of Appx module. To configure Appx, go through this link. Synopsis Gets a list of the app packages that are installed in…

powershell

Get-AppxLog

Get-AppxLog is accessible with the help of Appx module. To configure Appx, go through this link. Synopsis Gets an app package installation log. Description The Get-AppxLog cmdlet gets…

powershell

Get-AppxLastError

Get-AppxLastError is accessible with the help of Appx module. To configure Appx, go through this link. Synopsis Get the last error reported in the app package installation logs.…

powershell

Get-AppxDefaultVolume

Get-AppxDefaultVolume is accessible with the help of Appx module. To configure Appx, go through this link. Synopsis Gets the default appx volume. Description The Get-AppxDefaultVolume cmdlet gets the…

powershell

Dismount-AppxVolume

Dismount-AppxVolume is accessible with the help of Appx module. To configure Appx, go through this link. Synopsis Dismounts an appx volume. Description The Dismount-AppxVolume cmdlet dismounts an AppxVolume…

powershell

Add-AppxVolume

Add-AppxVolume is accessible with the help of Appx module. To configure Appx, go through this link. Synopsis Adds an appx volume to the Package Manager. Description The Add-AppxVolume…

powershell

Add-AppxPackage

Add-AppxPackage is accessible with the help of Appx module. To configure Appx, go through this link. Synopsis Adds a signed app package to a user account. Description The…

powershell

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…