Masking future alarms for a specified EPM object from an Automation script
23rd September 2025
Hi Alexandre, Here’s an automation script that should more or less do the job for you, hope this helps using Skyline.DataMiner.Automation; using System; using Skyline.DataMiner.Net; using Skyline.DataMiner.Net.Masking; using Skyline.DataMiner.Net.Messages; using …