Archive

This board contains archived posts from the retired Lansweeper Forum and Insiders Community.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Topics in this forum

Force remote logoff of all open sessions

I wanted to post another small Asset Page action that might be helpful for some. We occasionally get notifications from our IT Sec organization regarding active logons for users that have been released from employment. First, create a small batch fil...

GMFDE by Engaged Sweeper III
  • 11239 Views
  • 0 replies
  • 1 kudos

Scanning Queue Enhancements

We were troubleshooting a scanning issue and had the following ideas for enhancements - 1) Add a starting date/time to the scanned asset in the queue. This could also be highlighted if a scan runs longer than a typical scan should. (This was the is...

GPrice by Engaged Sweeper
  • 2863 Views
  • 0 replies
  • 0 kudos

Resolved! 6.01 Beta - Domain User Scanning

Running the new 6.001 beta and we are not seeing all the Active Directory users getting pulled in from the domain controller.In 6.0001 Beta where is the location to store the read credentials that are being used to scan the AD domain?

Resolved! Anti-Virus Status: Unknown

Hi,We seem to have 166 machines reporting an 'unknown' status for Sophos, although virus signatures correctly report as being up-to-date.Is there any way to resolve this? The newer machine builds that we've done seem to report the status correctly (i...

mmotti by Engaged Sweeper II
  • 6921 Views
  • 2 replies
  • 0 kudos

Resolved! AD User Documents

Is there anyway to attach Documents to AD User Profiles within Lansweeper in the same way you can attach Documents to Assets?This could potentially be a very useful feature for New User Request, Permissions Requests etc etc.Thanks,

AronJBAR by Engaged Sweeper II
  • 4861 Views
  • 1 replies
  • 0 kudos

Chart: Top 10 Less Free Diskspace %

Lists the 10 Windows server disk drives with the least free disk space percentage.Select Top 10 tblAssets.AssetName + ' ' + tblDiskdrives.Caption As Drive, Ceiling(Max(tblDiskdrives.Freespace) / Max(tblDiskdrives.Size) * 100) As numberFrom tblAsset...