Hi,
I'm using Endpoint Manager / Intune for script deployment. It's currently taking 2 hours minimum or even into the next day for a script to deploy and then generate a result of success / failure / some error.
Below is a recent script I've deployed. Our home connections are fine. Mine for example runs plenty of devices on the daily, streams music and movies, it's a decent connection. Others have the same.
Does anyone have any idea why it's taking so long for a script like below to execute?
Note: The below script is a script that will uninstall a program called Druva. Its a lightweight backup software. The script does execute successfully and uninstalls the app once it finally does.
Powershell
netstopinSyncCPHService>>"C:\inSyncCleanup.log"2>&1Echo StoppinginSyncServicetimeout-t2taskkill.exe/f/iminSync.exe>>"C:\...