I have not been able to find out how to do the following for my network in any of the posts.
1. How do I prevent a user from logging onto multiple pc's on the domain at once?
The short answer is that I really don't think you can. The whole point of the domain is to have centralized authentication. AFAIK, there isn't a way to "checkout" your authentication, which is really what you are after. I believe you can get close to this by using Windows Policies. However, my guess is that you'll need to specify that the user can logon to only a certain workstation.
2. How do I give a user "power-user" rights on the pc they log onto so they can install/update software. I do not have any users created on my pc's (XP with SP2) and I am just using the users from the domain.
If you are running the new Samba 3 packages, you should be able to do this with group mapping. We've created a new function in the group panel that maps all SME groups to Windows groups. The mapped windows group being whatever text you type in the description field in the groups panel. This is quite useful as windows will recognize this mapped group and apply the appropriate rights to that group as specified in the windows authentication rules.
There are several ways to achieve what you are after w/o having to visit every workstation in the domain, using the new group mapping feature. On my network, I've created and SME group called 'da' with the description 'Domain Admins'. Whem membes of this group log into a workstation, Windows recognizes this mapped group and gives the user local admin rights. Very nice!!
An especially useful tool for helping you come up with the right group mapping is a MS app. called whoami.exe. Runs on both XP and 2000:
http://www.microsoft.com/windows2000/techinfo/reskit/tools/existing/whoami-o.aspLogin on any workstation in the domain and issue the command: "whoami /groups" and you'll get list of all groups that you are a member of, as windows sees things.
3. Is there a screen you can install so you can remotely configure the samba settings from server-manager.
Yes and no. The workgroup panel provides a means for configuring Samba, but only those settings that we want you to configure. Everything else is set for you by SME to insure that your system functions properly. This layer of abstration is one of the things that makes SME so easy to use. You don't need to "KNOW" Samba to configure the version of Samba running on SME to function properly. We've already done that for you.

Good luck.
Greg