what rights and privileges will permit windows client administration? when a windows nt4 (or later) client joins a domain, the domain global domain admins group is added to the membership of the local administrators group on the client. any user who is a member of the domain global domain admins group will have administrative rights on the windows client. this is often not the most desirable solution because it means that the user will have administrative rights and privileges on domain servers also. the power users group on windows client workstations permits local administration of the workstation alone. any domain global user or domain global group can be added to the membership of the local workstation group power users. see nested group support for an example of how to add domain users and groups to a local group that is on a windows workstation. the use of the net command permits this to be done from the samba server. another way this can be done is to log onto the windows workstation as the user administrator, then open a cmd shell, then execute: c:\>
net localgroup administrators /add domain_name\entity
where entity is either a domain user or a domain group account name.