Hi,
we have a lot of systems that eat up licences in our client management system. I want to disable them in the active directory and move them to a separate OU (in case i need to reactivate them).
The inactive status in Lansweeper should be ok, but some systems have misconfigured firewalls or are not in the reach of a scanning server.
These systems should change their computer password from time to time. That's why i would like to have a report that shows systems that are not seen in Lansweeper and Active Directory for mor than 90 days.
The query for ad is: Search-ADAccount -AccountInactive –Timespan 90 -Searchbase “OU=Company,DC=Domain,DC=Tld” –ComputersOnly | Sort-Object | FT Name –A
Can someone tell me where i can find this property in Lansweeper?
Thanks
Hannes