expand-archiveA cmdlet in PowerShell is used to extract files from a compressed archive. More information: https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.archive/expand-archive.
Expand-Archive -Path {{path\to\example.zip}} -DestinationPath {{path\to\extracted_files}}
Expand-Archive -Path {{path\to\example.zip}} -DestinationPath {{path\to\extracted_files}} -Force
Expand-Archive -Path {{path\to\example.zip}} -DestinationPath {{path\to\extracted_files}} -WhatIf