|
Is there a way to view the members of an Active Directory group if you aren't a domain admin and can't log into to a domain controller?
Started by Alan Hecht on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
From a computer that's a member of the domain, open a command-prompt and run a:
NET GROUP "group name" /DOMAIN
Unless....
If not, then the domain admins have set security.
Be able to modify said group memberships.
|
|
Using Windows Server 2003 active directory with multiple domains in separate forests (using two-way trusts) is there any way I can create a group on one domain that includes users from another domain?
For example:
CENTRAL domain users: CENTRAL\Alice CENTRAL...
Started by DrStalker on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Better still, add a Global/Universal group from the BRANCH domain (and the same from the CENTRAL domain....
If you use a DOMAIN LOCAL group, you'll be able to add the users from both domains to the one group.
|
|
When adding domain accounts to local groups in my newly created domain, the domain account displays the sid next to the same (for example DOMAIN\ACCOUNT (s-1-5-21- ) )
Can someone give me some ideas on how to correct this situation?
Additional info:
I...
Started by pmaroun on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
Are there any errors in your logs on the DC regarding DNS?
Are the names of the accounts the same as the name of an account... .
I have seen that when the domain account no longer exists or the computer cannot connect to the domain controller.
|
Ask your Facebook Friends
|
I have a .NET application distributed through ClickOnce . Security within the application is implemented through the WindowsPrincipal.IsInRole(GroupName) method using a set of groups as resources. This structure works well for us for users within the ...
Answer Snippets (Read the full thread at stackoverflow):
Mauro
The documentation states ( for the string....
Shouldnt it be a universal group to allow users from multiple trusted domains?
The user account you are checking the AD with also needs to be able to read each of the ad group ou's.
|
|
This seems like it would be a simple question, but my Google skills have failed me.
When logged into a domain (as a domain user without any admin rights), how can I determine what groups my user account belongs to?
Answer Snippets (Read the full thread at superuser):
You canAh - I managed to find a way to do this, from a command prompt:
net user {username} /domain
Which.
Includes in its output a list of "global group memberships" corresponding to domain groups.
|
|
Is there a good way to solve the following?
Domain has an AD security group called "Workstation Administrators", for users that should not be domain admins, but should have local administrative control over all workstations in the domain Technicians frequently...
Started by routeNpingme on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Then configure the Restricted Groups settings to add "Workstation Administrators" to the local group Groups is too restrictive, or you....
Create a Group Policy Object and link it to the topmost OU that has workstation accounts.
|
|
What's the easiest way to check the members of an AD Domain Group from a Windows XP or Server 2003 computer?
Preferably this would be a gui, or a one line console command (not a script).
Started by C. Ross on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
Opening it....
You can search for the group.
Open Active Directory Users and Computers then go to the properties of the group and click=en
It's full of all kinds of useful tools, and usually comes installed wherever there is a domain".
|
|
Currently have a database formatted as follows:
id (unique id)
url: http://domain.com/page.html
Urls are both from the same domain and from different domains.
This also needs to be accomplished in one query so that I can use things like limits when displaying...
Started by thisisrobv on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
This should work for you:
SELECT T2.id, url FROM ( SELECT MIN(id) AS id FROM Table... .
.', ''), 'http://', '') AS domain FROM table GROUP BY domain
If you didn't mean ORDER BY url, GROUP BY works on functions like substring() too.
|
|
So I've setup an Ubuntu server running the 8.04 release. I set it up to authenticate with our Active Directory using the likewise-open package using these instructions . Part of that setup was giving Domain Admin users who login to the machine sudo access...
Started by Lance McNearney on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You can try allowing full control of the computer object for "Domain Admins", and....
Samba currently doesn't have any support for managing *nix clients with group policy (Samba 4 maybe??).
On windows, this is done through group policy.
|
|
Hi,
I have a 3 IP segments in my company. 10.10.10.0/24 , 10.10.11.0/24 and 10.10.12.0/24. First we created 10.10.10.0/24 later when the employees increase we created 2 more network ranges. I have a domain controller 10.10.10.60 in the network and our...
Started by anilkumarb001 on
, 14 posts
by 9 people.
Answer Snippets (Read the full thread at ittoolbox):
You ran out of IP addresses then created two additional IP subnets contain and delivered... .
Regards,
Anil I am create one domain; under 10.10.10.0 /24.
I want to add it to domain.
And Settings\Administrator>
System is not in domain.
|