(imported topic written by Ketan91)
Hi,
I am trying to see if I can write a fixlet that can show me if default passwords have been changed. For example, the default admin password for SQL is sa, is there a way to check for this?
Thanks.
(imported topic written by Ketan91)
Hi,
I am trying to see if I can write a fixlet that can show me if default passwords have been changed. For example, the default admin password for SQL is sa, is there a way to check for this?
Thanks.
(imported comment written by BenKus)
Hi Ketan,
There is an inspector for detecting if an MSSQL Server database has a blank password:
has blank sa password of local mssql database
However, it only detects for blank passwords (and not other passwords).
Ben