Try it on multiple accounts...if you are not already. See if you get data on any of them. Do you get other properties if you query them(ie - user.fullname, user.name, etc.)
Try making the query more specific:
Set user = GetObject("WinNT://<domain>/<username>,user")
wscript.echo...