#34 Update: Update LastNetworkLogon Dates
Perform UpdateNetworkLongDates task during export if the appropriate field is selected.
This commit is contained in:
@@ -114,7 +114,7 @@ namespace Disco.Services.Interop.ActiveDirectory
|
||||
return false;
|
||||
}
|
||||
|
||||
private static void UpdateLastNetworkLogonDates(DiscoDataContext Database, ScheduledTaskStatus status)
|
||||
public static void UpdateLastNetworkLogonDates(DiscoDataContext Database, IScheduledTaskBasicStatus status)
|
||||
{
|
||||
var context = ActiveDirectory.Context;
|
||||
const string ldapFilter = "(objectCategory=Computer)";
|
||||
|
||||
Reference in New Issue
Block a user