Hi,
This information is not scanned in Active Directory but it is for local users.
Hope the following report helps you out.
Select Top 1000000 tblAssets.AssetID,
tblAssets.AssetName,
tblUsers.Name,
tblAssets.IPAddress,
tblAssets.Lastseen,
tblAssets.Lasttried,
tblUsers.Disabled,
tblUsers.Status,
tblUsers.BuildInAdmin
From tblAssets
Inner Join tblUsers On tblAssets.AssetID = tblUsers.AssetID
Order By tblAssets.AssetName,
tblUsers.Name