< Back

Get-ALLayerInstallDisk

Mon Jan 13, 2020 7:28 am

NAME Get-ALLayerInstallDisk



SYNOPSIS

Gets install disk location during finalize process





SYNTAX

Get-ALLayerInstallDisk [-websession] <Object> [-id] <String> [<CommonParameters>]





DESCRIPTION

Gets install disk location during finalize process





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>

Layer ID to be located



Required? true

Position? 2

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:\\>get-allayerinstalldisk -websession $websession -layerid $apprevid.LayerId















RELATED LINKS