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