Tudo o que você precisa saber para o que você pergunta deve ser fornecido pela ajuda integrada.
Get-Command -Name '*archive*'
CommandType Name Version Source
----------- ---- ------- ------
Function Compress-Archive 1.0.1.0 Microsoft.PowerShell.Archive
Function Expand-Archive 1.0.1.0 Microsoft.PowerShell.Archive
# Get paramter, example, full and Online help for a cmdlet or function
(Get-Command -Name Compress-Archive).Parameters
Get-help -Name Compress-Archive -Examples
Get-help -Name Compress-Archive -Full
Get-help -Name Compress-Archive -Online
(Get-Command -Name Expand-Archive).Parameters
Get-help -Name Expand-Archive -Examples
Get-help -Name Expand-Archive -Full
Get-help -Name Expand-Archive -Online