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