You will have to use the computername as the domain name, and run it for each computer on the workgroup.
-----Original Message----- From: Eric Logeson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 7:56 AM To: [EMAIL PROTECTED] Subject: win32::adminmisc Hello the following works great for a machine in a NT/win2k domain: Win32::AdminMisc::UserGetMiscAttributes( '', $user, \%Hash ); $rid = $Hash{USER_USER_ID}; print "RID for $user is $rid\n"; Is there a way for this to work for a machine that is in a workgroup? Thanks Eric _______________________________________________ Perl-Win32-Admin mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs -------------------------------------------------------------------------------- This email may contain confidential and privileged material for the sole use of the intended recipient. If you are not the intended recipient, please contact the sender and delete all copies. _______________________________________________ Perl-Win32-Admin mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
