Comments
-
NTLM is triggering warning from our Sec Scanners. NTLM has been around a long time. It won't be long before it will HAVE TO GO. Please move the 'Kerberos instead of NTLM' feature request up in priority and urgency
-
I agree. I was just testing out a PS to get the info. Thanks for the reply and suggestions
-
So, I wonder how I can monitor the expiration of these replication certificates....?
-
that appears to be it, thanks
-
Thanks for the reply. We have used that SSL monitoring and alerting on trad web serers. The AD certificates aren't quite the same
-
Thanks for the reply. I specifically want to monitor the expiry of AD certs on DCs that they use for replication events
-
Excellent and thank you.
-
Excellent and Thank You bobmarley
-
Thank you - some nice scripts to work with.
-
Thank you Christopher for the reply. I continue to get an "Not Defined" error on test nodes. I've been looking for a sold example of PS Component Monitor code to serve as a guide. I am looking for consistency to know when to use a ; or where to place " " . The script does work within PowerShell. The monitor checks the…
-
Thanks for the reply. We are wanting two levels of Alerting. A Warning if the status goes down for 1 min (condition must exist). We would want a critical alert if there are 3 Alerts on status down in a 10 minute window (ex is the status drops and returns 3 times in 10 minutes.
-
Here's the working solution with SUBSTRING SELECT SUBSTRING(a.FullyQualifiedName,36,charindex('on ',a.FullyQualifiedName)-1) AS [CertNode] FROM Orion.APM.Application a WHERE (a.Name = 'SSL Certificate Expiration Date')
-
Thanks for the reply. Ideally, I would like to install APE on the HA Standby server, but I asked SW Support and their reply: " Unfortunately, this is not possible. A standby server and an APE are two different types of scalability engines and are treated as separate servers in the database. Please see article for more…