Guest User

Untitled

a guest
Dec 11th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $o = New-Object -ComObject Shell.Application
  2. $o.Namespace("Z:").Self.verbs() |
  3. Where-Object { $_.Name -eq 'Always &available offline' } |
  4. ForEach-Object { $_.DoIt() }
Add Comment
Please, Sign In to add comment