< Back

Export-ALLayerRev

Mon Jan 13, 2020 7:19 am

NAME Export-ALLayerRev



SYNOPSIS

Gets revisions that can be used to export





SYNTAX

Export-ALLayerRev [-websession] <Object> [-sharepath] <String> [-id] <String> [[-username] <String>] [[-sharepw]

<String>] [<CommonParameters>]





DESCRIPTION

Gets revisions that can be used to export





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



-id <String>

ID(s) of revision layers to export



Required? true

Position? 3

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-username <String>

Share username



Required? false

Position? 4

Default value

Accept pipeline input? false

Accept wildcard characters? false



-sharepw <String>

Share password



Required? false

Position? 5

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:\\>Export-ALlayerrev -websession $websession -sharepath "\\\\myserver\\path\\layers" -id @(12042,225252,2412412)















RELATED LINKS