HiIf Auditing is enabled on a file server for a folder. Is there any information regarding these events pulled into lansweeper and what script would you use to pull a report with this information?CT
Select Top 1000000 tblAssets.AssetID, tblAssets.AssetUnique, tsysOS.OSname, tblAssets.Description, tblDiskdrives.Caption, Cast(Cast(tblDiskdrives.Freespace As bigint) / 1024 / 1024 As numeric) As free, Cast(Cast(tblDiskdrives.Size As bigint) /...
I am looking to do a refresh of computers and would like to have a report that showed the difference in software between the new PC and the old to determine if any software was missed. Thanks.
I am trying to run a report that shows all of my servers, and when their Warranty End Date will be. I have been trying to piece together existing queries, but I have not had any real success.I'm trying to start with the Asset: Warranty Status report...
Hi, This may have been answered before but I cannot find any recent posts for it. We are scanning the audit logs of servers and I am wanting to report on when and who logged onto a server with a privileged account.
Does anyone have, or can someone write, a report that shows the uptime of an asset (or asset name like to show multiple assets)? Can be past 30 days, output can be like: {AssetName} uptime is 32 hours 2 minutes or something like that.I am not an SQL...
Hello, I need some assistance creating a report(s).. I am trying to create a report polling only Servers.."wuaserv" Windows Update service"remoteregistry" Remote Registry serviceI need to know the startup type (Manual\Automatic\...
Hi, I have modified the default HyperV report, but can't seem to pull the Guest OS in my query. What am I missing?TIA,TimSelect Top 1000000 tblAssets.AssetName As [Host Server], tblAssets.IPAddress As [Host IP], tsysOS.OSname As [Host OS], tblHyp...