使用 Expand-Archive 提取 Zip
Expand-Archive -Path C:\Archives\Documents.zip -DestinationPath C:\Documents
- 這將從
Documents.zip中提取所有檔案到資料夾C:\Documents
Expand-Archive -Path C:\Archives\Documents.zip -DestinationPath C:\Documents
Documents.zip 中提取所有檔案到資料夾 C:\Documents