‎08-17-2010 04:35 PM
‎09-01-2010 11:37 PM
‎08-26-2010 08:20 PM
‎08-26-2010 10:06 PM
tdecenso wrote:
So when a user logs in like domain\username, password into Windows, WMI will show the domain twice in the username field.
‎08-26-2010 11:04 PM
Lansweeper wrote:tdecenso wrote:
So when a user logs in like domain\username, password into Windows, WMI will show the domain twice in the username field.
Nice find, do you have a link to a microsoft page that explains the problem?
We'll create a fix for this in the service.
Can you test what WMI returns on these machines if the user logs on with the upn name.
‎08-19-2010 10:48 AM
‎08-19-2010 01:33 AM
‎08-19-2010 01:23 AM
SELECT DISTINCT
tblComputers.ComputerUnique,[lansweeperdb].[dbo].[tblCPlogoninfo].[Domain],[lansweeperdb].[dbo].[tblCPlogoninfo].[Username]
FROM [lansweeperdb].[dbo].[tblCPlogoninfo] left join tblComputers on tblCPlogoninfo.Computername = tblComputers.Computername
where
[lansweeperdb].[dbo].[tblCPlogoninfo].[Domain] = 'domainname' and
[lansweeperdb].[dbo].[tblCPlogoninfo].[Username] = 'domainname'
ORDER BY ComputerUnique
‎08-18-2010 09:19 PM
‎08-18-2010 10:35 PM
Lansweeper wrote:
Is this a recurring problem on the same computer? (can you reproduce it for testing)
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now