PowershellとPSCXWrite-Zipコマンドレットを使用しているときに、特定のファイルの種類を除外するにはどうすればよいですか?
今私はこれを使用しています:
Write-Zip -Path "C:\Program Files (x86)\Folder" -OutputPath
"C:\newDeploy\backup\Folder.zip" -IncludeEmptyDirectories -NoClobber -Level 1
ZIPにディレクトリ構造を含める必要があり、特定のファイルタイプ(例:.txt)も除外する必要があります。
ご協力ありがとうございました :)
-ジム