I’m new to sharepoint (WSS 2.0) and your assistance with the following request. How do I obtain a listing of all users and users per site?
It depends on exactly what information you want, I suppose. STSADM -o enumusers will give you a list of users for a site or web. That runs from the command line, so I'm not sure if that will work for what you're trying to do or not.