> >>> i = win32net.NetUserEnum('',0,0) That's It! I was thinking the third parameter would give me more information if it was a bigger number (I copied a 3 from the win32netdemo.py) but just having a 0 there gives me all the users I was hoping for. Thanks, -Jim