Hi
I am Using PS 3.0 and PSCX module from below link to ZIP the output file.
http://stam.blogs.com/8bits/2010/06/create-zip-archives-with-powershell.html
Its working for one file but I need to include all output file inot one ZIP files as given below but its not working..
I am trying below command but not working..
Write-Zip "C:\DAILYCHECK\dcdiag.txt replication.txt replication_sum.txt" "c:\DAILYCHECK\daily_dc_health_check.zip"
I am Using PS 3.0 and PSCX module from below link to ZIP the output file.
http://stam.blogs.com/8bits/2010/06/create-zip-archives-with-powershell.html
Its working for one file but I need to include all output file inot one ZIP files as given below but its not working..
I am trying below command but not working..
Write-Zip "C:\DAILYCHECK\dcdiag.txt replication.txt replication_sum.txt" "c:\DAILYCHECK\daily_dc_health_check.zip"