Hi I was looking for a report with the following, but am having trouble creating it.
AssetNameOSIP AddressManufacturerModelIPLocationSerial NumberLast successsful scan
I've built a report to show just the network drivers on a system, with the primary aim of tracking down machines that might benefit from a driver update.
Any suggestions for improvements?
Select Top (1000000) tblAssets.AssetID,tblAssets.AssetName,tbl...
Hi,Following Lenovo LEN-94953, announcing multiple bios vulnerabilities, I wonder if someone already made a report.https://support.lenovo.com/ch/en/product_security/ps500519-multi-vendor-bios-security-vulnerabilities-september-2022Enjoy your day
We have computers organized in Active Directory via security groups.Example:LaptopComputer#1 is a member of AD Security Group - "Workstation 1".Workstation 1 is a member of AD Security Group - "Floor 1".Floor 1 is a member of AD Security Group - "Dep...
Hi there,When running the builtin 'Software: Unauthorized software' report, I get IE11 listed on all windows 10 and Windows 11 computers. I had pushed the 'dism /online /Remove-Capability /CapabilityName:Browser.InternetExplorer~~~~0.0.11.0' command ...
Hello, can someone help me I need a Report == Chart: Computer with Unauthorized softwareI want to find the computers with the most Unauthorized software.
Hi,
Is it possible to make a report, to see new members in a group?
I use this script below to get a report of "Domain admins" members... but I would like to only see new members
Select Top 1000000 tblADusers.Username,tblADusers.Userdomain,tblADuse...