[SOLVED] Deleting History OR in WAPT
Published: July 19, 2023 - 3:20 PM
Good morning,
We have had several workstations that broke down during this year.
We are currently rebuilding our AD directory structure and some OUs that are empty in the AD continue to appear in the WAPT inventory even though there are no longer any workstations inside them.
When I run this command in the reporting, I get some items that appear
Except that the workstation that this command brings up will never be turned on again and it no longer exists anywhere in our AD but remains present but not visible in the WAPT OUs.
No filter is applied to the OUs and this PC does not appear in the inventory of all workstations.
How do I get rid of these ghost jobs?
We have had several workstations that broke down during this year.
We are currently rebuilding our AD directory structure and some OUs that are empty in the AD continue to appear in the WAPT inventory even though there are no longer any workstations inside them.
When I run this command in the reporting, I get some items that appear
Code: Select all
SELECT * from Hosts WHERE (hosts.computer_ad_ou ILIKE '%%OU=toto,DC=mydom,DC=lan')No filter is applied to the OUs and this PC does not appear in the inventory of all workstations.
How do I get rid of these ghost jobs?