< Back

Get-ALImportableRev

Mon Jan 13, 2020 7:27 am

NAME Get-ALImportableRev



SYNOPSIS

Gets revisions that can be used to import





SYNTAX

Get-ALImportableRev [-websession] <Object> [-sharepath] <String> [[-username] <String>] [[-sharepw] <String>]

[-showall] [<CommonParameters>]





DESCRIPTION

Gets revisions that can be used to import





PARAMETERS

-websession <Object>

Existing Webrequest session for ELM Appliance



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-sharepath <String>

Share UNC Path type



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-username <String>

Share username



Required? false

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



-sharepw <String>

Share password



Required? false

Position? 4

Default value

Accept pipeline input? false

Accept wildcard characters? false



-showall [<SwitchParameter>]

Get all layers including non exportable ones



Required? false

Position? named

Default value False

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-ALImportableRev -websession $websession -sharepath "\\\\myserver\\path\\layers"















RELATED LINKS