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,
As Laurens mentioned, whatever you want to do you probably want to trigger from within the DMA itself.
When DataMiner startup is complete, it will generate an information event.
You could then use correlation to trigger on this event and execute an automation script to take any actions you want to perform.