< Back

Get-7Zip

Fri Jan 10, 2020 5:33 pm

NAME Get-7Zip



SYNTAX

Get-7Zip [-ArchiveFileName] <string[]> [<CommonParameters>]



Get-7Zip [-ArchiveFileName] <string[]> [-Password <string>] [<CommonParameters>]



Get-7Zip [-ArchiveFileName] <string[]> [-SecurePassword <securestring>] [<CommonParameters>]





PARAMETERS

-ArchiveFileName <string[]>

The full file name of the archive



Required? true

Position? 0

Accept pipeline input? true (ByValue)

Parameter set name (All)

Aliases None

Dynamic? false



-Password <string>



Required? false

Position? Named

Accept pipeline input? false

Parameter set name PlainPassword

Aliases None

Dynamic? false



-SecurePassword <securestring>



Required? false

Position? Named

Accept pipeline input? false

Parameter set name SecurePassword

Aliases None

Dynamic? 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

System.String[]





OUTPUTS

System.Object



ALIASES

None





REMARKS

None