Resolved! All Local User Accounts
I've seen posts regarding local administrative accounts; however, I need to be able to provide a report for all local user accounts (regardless if they have admin priveleges or not).
Ask about reports you're interested in and share reports you've created. Subscribe to receive daily updates of reports shared in the Community.
I've seen posts regarding local administrative accounts; however, I need to be able to provide a report for all local user accounts (regardless if they have admin priveleges or not).
I make a report to get all the Antivirus software instaled.Here's the code:SELECT TOP (1000000) tblSoftware.softwareName AS Software, COUNT(tblcomputers.ComputerUnique) AS EquiposFROM tblcomputers INNER JOIN tblSoftwa...
Hi,i'm trying to generate a report which is showing me all local admins (local admins + domain admins + users which are added to the local administrators group) on my servers.I've already build a report which only shows me the local users (16 times!)...
HiCan someone help me write a report that shows the version number of MS Office on just laptops?ThanksTony
Hello,is there a way to query the size of the harddisk?Everything I've found gives me only the size of the partitions on the disk not the size of the harddisk itself.Greetings, Stephan
i need a report that will detail what version is on each computer. anybody?
Hi, can anyone tell me how i can scan for the Teamviewer ID and put that into a report?
I have this custom reports that is used to get a list of all active computers with some specific where clauses.Select Top 1000000 tblComputers.Computername, tblComputers.ComputerUnique, tblComputersystem.Lastchanged, Web40OSName.Compimage As icon, tb...