psrp: Added new Windows connection plugin (#41729)

* psrp: Added new Windows connection plugin

* Tweaks to connection options from review
This commit is contained in:
Jordan Borean 2018-08-22 09:43:13 +10:00 committed by Matt Davis
commit 6982dfc756
7 changed files with 793 additions and 22 deletions

View file

@ -182,6 +182,7 @@ Function Extract-Zip($src, $dest) {
}
}
}
$archive.Dispose() # release the handle of the zip file
}
Function Extract-ZipLegacy($src, $dest) {