< Back

Get-ALImageComp

Mon Jan 13, 2020 7:26 am

NAME Get-ALImageComp



SYNOPSIS

Gets image composition details





SYNTAX

Get-ALImageComp [-websession] <Object> [[-id] <String>] [[-name] <String>] [<CommonParameters>]





DESCRIPTION

Gets image composition details





PARAMETERS

-websession <Object>

Existing Webrequest session for ELM Appliance



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-id <String>

Image(template) id



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-name <String>

Image name (supports wildcard)



Required? false

Position? 3

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 (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Gets all images and layer composition



Get-ALImageComp -websession $websession









-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Gets image and layer composition based on ID



Get-ALImageComp -websession $websession -id 5535









-------------------------- EXAMPLE 3 --------------------------



PS C:\\>Gets image and layer composition based on name



Get-ALImageComp -websession $websession -name "Windows 10"









-------------------------- EXAMPLE 4 --------------------------



PS C:\\>Gets image and layer composition based on name (wildcard)



Get-ALImageComp -websession $websession -name "*10*"











RELATED LINKS