Getting User-info from NT

You can use:

Net User %username% /DOMAIN > %TEMP%\UserInfo.txt

on NT workstations to get info about nearly all net-info for the current user. Among other things all settings for password.

Let your script read UserInfo.txt and make what actions you want.

Erik

[This message has been edited by kholm (edited 28 December 2000).]