Logo

Documentation home for Transend tools

Expand-ArtifactArchive

SYNOPSIS

Expands an archive of migration artifacts.

SYNTAX

Expand-ArtifactArchive [-ArtifactArchive] <String> [<CommonParameters>]

DESCRIPTION

Use the Expand-ArtifactArchive cmdlet to expand a zip archive of artifacts from a migration instance.

EXAMPLES

Example 1

Expand-ArtifactArchive -ArtifactArchive 'C:\Users\Me\Downloads\transend_artifacs.zip'

Expands the contents of C:\Users\Me\Downloads\transend_artifacts.zip into the current directory.

PARAMETERS

-ArtifactArchive

The path to an artifact archive.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Void

NOTES