Hello,
I have used the command below to start the sprint spooler on individual devices:
“get-service -ComputerName xxxx Spooler | Set-Service -StartupType Automatic | Start-Service”
However, I would like to tackle multiple computers on a network that I manage at once. Can you assist me with something/script I could use? Please let me know. Thank you.