02-07-2023 12:34 PM - last edited on 04-01-2024 01:24 PM by Mercedes_O
Hi Everyone,
There will be a Microsoft audit on this upcoming months. May we ask for your help if there's a way that we could add a new field in a specific report that we can tagged a machine that it has already been audited so that in the next audit, we can skip that machine.
Regards
02-07-2023 05:26 PM
I like to tag with registry keys.
Create a batch file or ps script similar to:
@echo off
set today=%date:~4,2%/%date:~7,2%/%date:~10,4%
reg add "HKLM\Software\MSAudit" /v "Last Audit" /t REG_SZ /d %today% /f
That would create a reg key with the date that the batch file was run. Every machine successfully audited just run the file against it to tag it. Then create a registry scan for that value to report. This will also put a reference to the audit outside of just lansweeper so that it can be validated independent of a single platform.
Hope this helps.
02-07-2023 09:44 PM
I recommend/do this as well
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now