|
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 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 Tools.
|
|
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.
|
Ask your Facebook Friends
|
How can I know which machines are alive on the same LAN as my PC using ASP.NET?
Started by Shyju on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
In order....
It does assume that the computers on the network have of which machines are active.
// addressToPing can be an IPaddress or host name-networks.aspx
This is called a 'ping sweep' .
You can ping the computers on the network.
|
|
I maintain a network with about 200 workstations & 1 Server 2008 Standard Domain Controller for a local school on my off time. Within the past 6 months random computers have been losing their computer account in Active Directory. When a computer is added...
Started by Brian7609 on
, 14 posts
by 10 people.
Answer Snippets (Read the full thread at spiceworks):
Who could be removing these computers accounts without notifying you? I agree with Jay, this sounds software) to help troubleshoot an issue but I've been using ScriptLogic's Active Administrator Active Directory sync issues between....
|
|
In the laccdb file the computer users do not clear out when they close the database. So how do I easily get a list of computernames or usernames of users that are actively using the database?
Started by aliciasmith on
, 7 posts
by 4 people.
Answer Snippets (Read the full thread at access-programmers):
Yay! You probably should change that reference to 2.7 at least... .
I already had that code but was missing the reference Microsoft ActiveX Data Objects 2.1 Library now it is working again .
This should help:
http://support.microsoft.com/kb/285822 Thank you.
|
|
How can I control two computers (with seperate monitors) with the same keyboard and mouse? Is there a software solution to this? Can the computers be running different OSs?
Started by Jeffrey on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at superuser):
Synergy lets you easily share a single mouse and keyboard between multiple computers with different operating computers on their desk since each....
Consider using the latter, since it's an active project.
Fork hosted on Google Code.
|
|
Where I work we use a piece of software called Dameware to remotely manage computers on our domain. Through Dameware we are able to get a list of all of the computers that are online and currently connected to the domain.
We are in the process of rolling...
Started by rodey on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at serverfault):
Active directory users and computers will provide you a list of all machine accounts in the domain.
|
|
Where I work we use a piece of software called Dameware to remotely manage computers on our domain. Through Dameware we are able to get a list of all of the computers that are online and currently connected to the domain.
We are in the process of rolling...
Started by rodey on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
How do you find all the computers using.
To use whatever you wanted (C#, web page, etc...).
|
|
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.
|