Finding all servers without a certain local user account.
Hi,As the title says really - i'm trying to create a report (with very limited SQL knowledge) where it will return to me all Windows Servers that DO NOT have a certain local admin account present. Here's the code I have so far:Select Top 1000000 tblA...