Hello there,
Using Orion Platform 2019.2 HF2, SAM 6.9.1
How can I execute the Powershell script and include the result into the email alert every time there is certain alert is triggered?
Get-ADComputer -Filter {name -Like "*${NodeName}*"} -Properties description | Select-Object Name, Description
Thank you in advance.