Get-RASMSIXImageDetails
Last updated
Last updated
Get-RASMSIXImageDetails
Retrieves package details from the MSIX image with the specified path.
Get-RASMSIXImageDetails -** (string) [()]
Retrieves package details from the MSIX image with the specified path.
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-