All pages
Powered by GitBook
1 of 1

Loading...

Get-RASMSIXImageDetails

NAME

Get-RASMSIXImageDetails

SYNOPSIS

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

SYNTAX

Get-RASMSIXImageDetails - <string> [<>]

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

EXAMPLES

---------- EXAMPLE 1 ---------- Get-RASMSIXImageDetails -Path "\\PC01\test\msixImage.vhd" Retrieves the package details from the image with the given network path.

Path
CommonParameters
PackageDetails[]
        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 .