Computer user & domain user

  • Thread starter Thread starter Ray
  • Start date Start date
R

Ray

Can someone advise me the differences in access right for installed software
between computer user & domain user in a Windows XP Pro computer.

Thanks,

Ray
 
Ray said:
Can someone advise me the differences in access right for installed
software between computer user & domain user in a Windows XP Pro computer.

Thanks,

Ray


When a computer joins a domain, the domain user's group
'Domain\users' is inserted into the local PC users group, 'LocalPC\Users'.

So in general, a domain user has the same rights as a local user.

This means that anything which has permissions for the 'users' group
will automatically have permissions for domain users too.

However, if something has specific permissions for an individual local user,
like LocalPC\Ron, then that will not include Domain\Ron. These are
different accounts.

This is one reason it's best to grant permissions to groups wherever
possible, rather than individuals.
 
It would rather depend on a number of items - including the exact software
and how it was installed (some software can be installed on a per-user basis
and other users cannot access it), what the rights of the local user versus
the domain user are (either user could either have elevated rights that
would allow access where it would normally not be possible, or either user
could have decreased rights that prohibit access where it would be otherwise
allowed), and so on ...

--
Richard G. Harper [MVP Shell/User] (e-mail address removed)
* PLEASE post all messages and replies in the newsgroups
* for the benefit of all. Private mail is usually not replied to.
* My website, such as it is ... http://rgharper.mvps.org/
* HELP us help YOU ... http://www.dts-l.org/goodpost.htm
 
Ron,

Thanks for your useful information.

I normally configure two accounts for each workstation. One is local pc
administrator account in administrators group and one is domain user account
in power user group. The user is logged on domain at work they are working
on travelling. Under this setup, the user is prohibited to install major
software on their computer without permission of administrator. It works
for most of users. However, I notice a couple of users that they are unable
to write anything on drive C: or access to other accounts on the network
without apparent reasons. If I change the Power User account to
Administrators group, it works fine. I am at loss why most of users are
working correctly with Power User group but some needs administrators group
to work correctly. Any ideas to trace the causes of the problem?

Thanks,

Ray
 
Richard,

I notice while installing some software that there is an option to choose if
use in one user or all users. If the software does not have this option
during software installation, how do I know I install the software
correctly?

Thanks,

Ray

Richard G. Harper said:
It would rather depend on a number of items - including the exact software
and how it was installed (some software can be installed on a per-user
basis and other users cannot access it), what the rights of the local user
versus the domain user are (either user could either have elevated rights
that would allow access where it would normally not be possible, or either
user could have decreased rights that prohibit access where it would be
otherwise allowed), and so on ...

--
Richard G. Harper [MVP Shell/User] (e-mail address removed)
* PLEASE post all messages and replies in the newsgroups
* for the benefit of all. Private mail is usually not replied to.
* My website, such as it is ... http://rgharper.mvps.org/
* HELP us help YOU ... http://www.dts-l.org/goodpost.htm


Ray said:
Can someone advise me the differences in access right for installed
software between computer user & domain user in a Windows XP Pro
computer.

Thanks,

Ray
 
Ray said:
Ron,

Thanks for your useful information.

I normally configure two accounts for each workstation. One is local pc
administrator account in administrators group and one is domain user
account in power user group. The user is logged on domain at work they
are working on travelling. Under this setup, the user is prohibited to
install major software on their computer without permission of
administrator. It works for most of users. However, I notice a couple of
users that they are unable to write anything on drive C: or access to
other accounts on the network without apparent reasons. If I change the
Power User account to Administrators group, it works fine. I am at loss
why most of users are working correctly with Power User group but some
needs administrators group to work correctly. Any ideas to trace the
causes of the problem?

Thanks,

Ray



You'd need to compare the NTFS permissions on the C: drive
between a machine that works and a machine that doesn't.

On my XP-Pro machine here, the permissions on the C:\ root directory are as
follows:

Administrators group has Full Control;
System has Full Control;
Creator-Owner has Special permissions;
Everyone has Special Permissions( Read+Execute )
Users has Read+Execute

There is no entry for power-users, unless you create one.
So the default permissions will only permit a power user read+execute
permissions,
unless he also happens to be an Administrator.

So I'm not surprised your 'power users' can't write to C:\

The question becomes:
How can your other Power Users write to C:\ ?

Are there additional permissions on the C: root folder,
or is the user a member of an additional group?

It has to be one or the other!
 
By checking the documentation that came with the software. Unless noted
otherwise it will likely load for all users.

--
Richard G. Harper [MVP Shell/User] (e-mail address removed)
* PLEASE post all messages and replies in the newsgroups
* for the benefit of all. Private mail is usually not replied to.
* My website, such as it is ... http://rgharper.mvps.org/
* HELP us help YOU ... http://www.dts-l.org/goodpost.htm


Ray said:
Richard,

I notice while installing some software that there is an option to choose
if use in one user or all users. If the software does not have this
option during software installation, how do I know I install the software
correctly?

Thanks,

Ray

Richard G. Harper said:
It would rather depend on a number of items - including the exact
software and how it was installed (some software can be installed on a
per-user basis and other users cannot access it), what the rights of the
local user versus the domain user are (either user could either have
elevated rights that would allow access where it would normally not be
possible, or either user could have decreased rights that prohibit access
where it would be otherwise allowed), and so on ...

--
Richard G. Harper [MVP Shell/User] (e-mail address removed)
* PLEASE post all messages and replies in the newsgroups
* for the benefit of all. Private mail is usually not replied to.
* My website, such as it is ... http://rgharper.mvps.org/
* HELP us help YOU ... http://www.dts-l.org/goodpost.htm


Ray said:
Can someone advise me the differences in access right for installed
software between computer user & domain user in a Windows XP Pro
computer.

Thanks,

Ray
 
Back
Top