‎06-05-2019 07:47 PM
Solved! Go to Solution.
‎06-07-2019 08:05 AM
Select Top 1000000 tblADusers.Username,
tblADusers.Userdomain,
tblADusers.Displayname,
tblADusers.Department,
'usersm.gif' As icon,
tblADusers.OU,
tblADusers.Lastchanged
From tblADusers
Where (tblADusers.Department = '' Or tblADusers.Department Is Null)
And tblADusers.OU = 'OU=TestOU,DC=TEST,DC=local '
Order By tblADusers.Username
‎06-07-2019 08:05 AM
Select Top 1000000 tblADusers.Username,
tblADusers.Userdomain,
tblADusers.Displayname,
tblADusers.Department,
'usersm.gif' As icon,
tblADusers.OU,
tblADusers.Lastchanged
From tblADusers
Where (tblADusers.Department = '' Or tblADusers.Department Is Null)
And tblADusers.OU = 'OU=TestOU,DC=TEST,DC=local '
Order By tblADusers.Username
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now