Expands an archive of migration artifacts.
Expand-ArtifactArchive [-ArtifactArchive] <String> [<CommonParameters>]
Use the Expand-ArtifactArchive
cmdlet to expand a zip archive of artifacts from
a migration instance.
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.
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
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.