Get-RASMSIXImageDetails.md

NAME

Get-RASMSIXImageDetails

SYNOPSIS

Retrieves package details from the MSIX image with the specified path.

SYNTAX

Get-RASMSIXImageDetails -Path (string) [(CommonParameters)]

DESCRIPTION

Retrieves package details from the MSIX image with the specified path.

PARAMETERS

Path (string)

MSIX image path of the application package.

(CommonParameters)

INPUTS

-none-

OUTPUTS

PackageDetails

EXAMPLES

**---------- EXAMPLE 1 ----------

Get-RASMSIXImageDetails -Path "\PC01\test\msixImage.vhd"

Retrieves the package details from the image with the given network path.

-none-

Last updated