mustangdan302 ✭✭✭✭✭

Comments

  • I am using something like this. ${SQL:SELECT IncidentUrl FROM [dbo].[SNI_AlertIncidents] WHERE AlertObjectId = ${N=Alerting;M=AlertObjectID} order by IncidentNumber DESC} My post has more details on how I use this SQL statement to get the ServiceNow incident number and email it. Do you want to email the ServiceNow incident…
  • I should mention I am utilizing the out of the box ServiceNow integration.
  • Most modern firewalls will have a "smart" feature that is network conversation aware, and will look at the WMI conversation and only allow the correct packets through. Need to allow Windows Management Instrumentation (WMI) connections Microsoft also offers a method to adjust the windows registry to fix and reduce the…