Can ActivePython be used to find the NetBIOS name of the NT/2000 workstation
to which a given user is logged on?
Brief observation: I can do a
win32net.NetMessageBufferSend(None,username,None,'spam') and it will find
'username', provided he's logged on, and screen-pop the message text
('spam') on his workstation.
Curious: I'm wondering if the mechanism that matches 'username' to that
machine's NetBIOS alias could also report back which machine accepted the
message.
_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython