< Back
Import-ALLayerRev
Post
NAME Import-ALLayerRev
SYNOPSIS
Imports existing layers from share into ELM
SYNTAX
Import-ALLayerRev [-websession] <Object> [-sharepath] <String> [-id] <String> [[-username] <String>] [[-sharepw]
<String>] [<CommonParameters>]
DESCRIPTION
Imports existing layers from share into ELM
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:\\>Import-ALlayerrevs -websession $websession -sharepath "\\\\myserver\\path\\layers" -id @(12042,225252,2412412)
RELATED LINKS
SYNOPSIS
Imports existing layers from share into ELM
SYNTAX
Import-ALLayerRev [-websession] <Object> [-sharepath] <String> [-id] <String> [[-username] <String>] [[-sharepw]
<String>] [<CommonParameters>]
DESCRIPTION
Imports existing layers from share into ELM
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:\\>Import-ALlayerrevs -websession $websession -sharepath "\\\\myserver\\path\\layers" -id @(12042,225252,2412412)
RELATED LINKS