Get-7Zip
SYNOPSIS
List contents of a compressed archive file
SYNTAX
Get-7Zip [-FullName] <String>
DESCRIPTION
Use Get-7Zip to list the contents of an archive.
EXAMPLES
————————– EXAMPLE 1 ————————–
Get-7Zip archive.zip
List contents of archive.zip in the current working folder
————————– EXAMPLE 2 ————————–
Get-7Zip "c:\folder\files.gz"
List contents of c:\folder\files.gz
PARAMETERS
-FullName
The full path of the compressed archive file.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False