|
Im wondering how to get a list of all computers / machines / pc from active directory?
(Trying to make this page a search engine bait, will reply myself. If someone has a better reply il accept that )
Started by EKS on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Public static List<string> GetComputers() { List<string> ComputerNames = new List<string>()... .
If you have a very big domain, or have setup limits on your domain how how many items can be returned pr search you might have to use paging .
|
|
I'm hoping someone can confirm my observations because I'm questioning my memory...
The title kind of says it all. While working rapidly on deploying a number of similar systems, it appeared that we were able to create systems with the same name and Active...
Started by Bart Silverstrim on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
Thanks, Brian Desmond Active Directory MVP
, it's entirely possible that two computers could be created with the same name on two domain controllers.
Into a conflict object.
|
|
I want to install the administration tools on a Windows Server 2008 (R1) machine. On Windows 2003 you installed adminpak.msi, but I can't find such a file for 2008.
Is this a "feature" in Server Manager? If so what is it named?
---UPDATE--- So I drilled...
Started by Mark Arnott on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
It includes:
Active Directory Users and Computers Active Directory Domains and Trusts Active Tools Active Directory Domain Services Tools and then check Active Directory Domain Controller....
|
Ask your Facebook Friends
|
Hi,
I want to edit a user's "personalTitle" field in Active Directory, but cannot find where it is stored in "Active Directory Users and Computers".
Can anyone point me in the right direction?
Thanks,
RB.
Started by RB on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
Look for "Bonus Material" and "employeeID....
But it should not be difficult exchange it with the personal title property .
In the given example it is the employeeId.
This page contains a link to a script which shows you how to modify the attributes of a user .
|
|
If you had to explain Active Directory to someone how would you explain it?
Answer Snippets (Read the full thread at serverfault):
The....
Active the other copies).
Be suitable for communicating to others who are not familiar with Active Directory itself, but generally familiar with computers and the issues associated with authentication and authorization.
|
|
What changes are applied to a client when it joins an AD domain?
How is a domain member supposed to behave when disconnected to the network? Are users able to login? Will domain user policies still apply when off network?
If you know of a comprehensive...
Answer Snippets (Read the full thread at serverfault):
Group policies.
Group Policies defined in the domain and targeted to computers affect the system.
Local user accounts remain active and can).
And uses it to authenticate against other computers.
|
|
Are there any useful tools for linux to work with active directory. I am looking for something analogous to active directory users and computers or AD Explorer.
As far as ADUC is concerned, is it only dealing with LDAP or are there other protocols being...
Started by Morchuboo on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
I am a fan of Apache's Directory Studio ..
|
|
My university is switching from a Novell based logon system to Active Directory. One of the 'features' IT is advertising is the ability for any user to log onto any machine. This is fine for computer labs and the like, but for computers in offices and...
Started by Chris Upchurch on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
And apply it to an OU containing the computers you want to secure..
|
|
Need to launch a new ASP.NET site on this server but need to be joined to our Active Directory domain, anyone know how this is done?
Started by Ryan on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
If you have a Sys or Network Admin, talk to them organizations allow employees to join computers....
Do you mean your application server or your database server? If your application isn't in active directory, it's most likely not on the domain.
|
|
Hi all,
What is the point of creating a computer object in Active Directory when you still have to join computers to the domain which in then creates the object anyway?
Thanks Scott
Started by Scott on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
Appropriately and it ensures that you don't get this cluttered computers folder at the root.
|