I'm trying to run a PowerShell script in the background of a DMA upgrade, that needs to perform some actions after the DMA is up and running.
What should I check on my script (SL processes for example), to know if the DMA is up and running?
Hi Tiago,
There's currently no exact call to know when a DMA is fully started.
However you can monitor the logs to see if everythingis loaded. One of the items you can monitor is the logging of SLWatchdog2 where you have a logline "Startuptime sent...". However this is no guarrantee everything is loaded.
You'll need to check if enough is loaded to start your powershell script.