Tuesday, October 17, 2006

Quotable Quotes

Use domain local groups to control access to resources and use global groups to organize similar groups of users. When this is done, the global groups created are then applied to the domain local groups as members, allowing those users permissions to those resources and limiting the effect that replication has on an environment.

Saturday, October 07, 2006

Samples

netdom add ComputerName / domain:DomainName /userd:User PasswordD:UserPassword [/ou:OUDN]

dsadd computer "cn=desktop03,ou=servers,dc=contoso,dc=com"

dsmove "cn=desktop,ou=servers,dc=contoso,dc=com" -newparent "ou=desktops,dc=contoso,dc=com"

Thursday, October 05, 2006

Ldifde

Switches:

-i : Turn on import mode.
-f FileName : the input or output FileName
ie: ldifde -i -f groups.ldifde

*only ldifde is capable of modifying existing objects or removing objects.