Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $shell = new-object -com shell.application
- $zip = $shell.NameSpace("C:\test.zip")
- foreach($item in $zip.items())
- {
- $shell.Namespace("C:\test").copyhere($item)
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement