IT:AD:Active Directory
Summary
Cool
SYnc with Google Apps: http://anyrest.wordpress.com/tag/active-directory/
Facts
* Remember: It's all cached at sign on.
- ie, if you add a user to a group, doesn't take effect till sign in again.
* Use dsa.msc
(the old school mmc interface) to add/remove users in Dev Domain.
* Where can I find out more about SID's, etc: http://bit.ly/e9XLaU
Code
- Good article: http://msdn.microsoft.com/en-us/magazine/cc135979.aspx
- PrincipalContext insPrincipalContext = new PrincipalContext(ContextType.Domain, “MyDomain”, “DC=MyDomain,DC=com”); Connecting to Active Directory PrincipalContext insPrincipalContext = new PrincipalContext(ContextType.Machine,“TAMERO”, “administrator”,“password”); Connecting to local computer with credentials of an user ## Resources ## * MSDN Article