Expand-BluGenieArchivePS2

Expand-BluGenieArchivePS2
SYNOPSIS
Expand-BluGenieArchivePS2 Extracts files from a specified archive (zipped) file.
SYNTAX
Expand-BluGenieArchivePS2 [[-Path] <String>] [[-Destination] <String>] [[-NoProgressBar]] [[-Force]] [[-ProgressOnly]] [[-NoErrorMsg]] [[-Walkthrough]] [[-ReturnObject]] [[-OutUnEscapedJSON]] [<CommonParameters>]DESCRIPTION
Expand-BluGenieArchivePS2 is a PowerShell 2.0 version of Expand-Archive which extracts files from a specified archive (zipped) file.
EXAMPLES
EXAMPLE 1
Expand-BluGenieArchivePS2 -Path C:\Source\SysinternalsSuite.zip -Destination C:\Source\SysinternalsSuiteThis will extact the zip files contents to the destination directory. If the directory doesn't exist it will be created on the fly.
~ By default this will not overwrite any files
~ A progress bar is displayed showing the current activities, including what file is currently being extracted.EXAMPLE 2
EXAMPLE 3
EXAMPLE 4
EXAMPLE 5
PARAMETERS
Path
Destination
NoProgressBar
Force
ProgressOnly
NoErrorMsg
Walkthrough
ReturnObject
OutUnEscapedJSON
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.
Last updated