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.
-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.
Required? true Position? named Default value Accept pipeline input? false Accept wildcard characters? false This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters .