Comments
-
What about adding Alert Central to the environment? It can monitor a mailbox via POP, IMAP or EWS. You can have it parse the email and forward it as an alert to the appropriate party. Are these applications on Windows servers?
-
Any one have any ideas on this?
-
Anyone?
-
Here is what I am thinking, and correct me if I am wrong. Since I am using Exchange 2010 with MS Server 2008 R2, the snap in will only load in a 64 bit powershell. I am willing to bet that the advanced alerts is calling the 32bit powershell somehow and that is why the snap-in is not loading. What does everyone think? And…
-
Any one?
-
Anyone? The key area of the code that seems to generate the error is below: Set objWMILocator = CreateObject("WbemScripting.SWbemLocator") objWMILocator.Security_.AuthenticationLevel = 6 objWMILocator.Security_.ImpersonationLevel = 3 Set objWMIServices = objWMILocator.ConnectServer( _ strComputer, "root\mscluster",…
-
I don't know about deploys, but I have setup a Powershell script for Windows server patching. It makes use of the SolarWinds Orion SDK, which is free to download. I use the below Powershell functions to Unmanage and Manage servers. #Unmanages remote server in Orion Function Unmanage-Servers { [cmdletbinding()] Param…
-
I have tried both suggestions to no avail. It seems almost as if the trigger and the hold is working. It feels like the alert has triggered and is waiting the 30 minutes. The alert then clears and does not send the alert trigger, like it is supposed to, but is sending the clear anyway.
-
Any ideas?