- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
08-17-2022 11:14 AM - edited 08-17-2022 11:16 AM
Here's what got my backup working. I added the necessary services here that the original script was not restarting.
net stop "System Event Notification Service" /y
net start "System Event Notification Service"
net stop "Background Intelligent Transfer Service" /y
net start "Background Intelligent Transfer Service"
net stop "COM+ Event System" /y
net start "COM+ Event System"
net stop "Microsoft Software Shadow Copy Provider" /y
net start "Microsoft Software Shadow Copy Provider"
net stop "Volume Shadow Copy"
net start "Volume Shadow Copy"
net start "System Event Notification Service"
net start "DFS Replication"