Get-RASMSIXImageDetails
Retrieves package details from the MSIX image with the specified path.
Get-RASMSIXImageDetails -Path <string> [<CommonParameters>]
Retrieves package details from the MSIX image with the specified path.
-Path <string> MSIX image path of the application package.
<CommonParameters>
-none-
---------- EXAMPLE 1 ----------
Get-RASMSIXImageDetails -Path "\PC01\test\msixImage.vhd"
Retrieves the package details from the image with the given network path.
-none-