Hello Dell community.
I installed OME 2.2.0.2056 on a Windows 10 Pro machine (latest updates). OME discovers my DELL MD Storage in the network just fine. Now I want to get mails, when HDD errors on the storage occur. I tried to install IDRAC, but that doesn't run on Windows 10 Pro.
So I created a batch script under C:\OME\ which opens a .ps1 script. With this, PowerShell sends a generic mail to me, stating that something is wrong with the storage.
sendmail.bat --> sendmail.ps1
I then went to Manage -> Alerts -> Application Launch in the OME web interface and created an entry for sendmail.bat.
When I click on "Test Action...", for several seconds nothing happens and then the systems says the test failed. However, when I test the scripts manually, without OME, just out of the Windows file system, everything works fine.
What do I have to do, that OME can call this script properly?