Advertisement
sheldonalman

Start VSS

Jul 6th, 2013
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #Sheldon Alman
  2. #sheldonalman at gmail.com
  3. Get-Service | where { if ( $_.name -match "VSS" -and $_.status -ne "Running" ) { Start-Service VSS }  }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement