List User Passport Information in Windows
You can use any of the VBScript programs below in ActiveXperts Network Monitor. Click here for an explanation about how to include scripts in ActiveXperts Network Monitor.
List User Passport Information in Windows using VBScript, WMI and LDAPExample(s)
Set objUser = CreateObject("UserAccounts.PassportManager") Wscript.Echo "Current Passport: " & objUser.CurrentPassport Wscript.Echo "Member services URL: " & objUser.MemberServicesURL