Browse by Tags

Sorry, but there are no more tags available to filter with.
26 June 2008
Create Zip files within Powershell
You can use DotNetZip library from within Powershell . It's pretty simple, fast, easy. example: function ZipUp-Files ( $directory ) { $children = get-childitem -path $directory foreach ( $o in $children ) { if ( $o.Name -ne "TestResults" -and $o.Name Read More...
1 Comments
Filed under: ,
 
Page view tracker