AD

  • AD

    LDAP

    The Lightweight Directory Access Protocol, or LDAP, is an application protocol for querying and modifying data using directory services running over TCP/IP port-389

  • AD

    Active Directory Tips

    1: Keep it simple The first bit of advice is to keep things as simple as you can. Active Directory is designed to be flexible, and if offers numerous types of objects and components. But just because you can use something doesn’t mean you should. Keeping your Active Directory as simple as possible will help improve overall efficiency, and it will make the troubleshooting process easier whenever problems arise. 2: Use the appropriate site topology Although there is definitely something to be said for simplicity, you shouldn’t shy away from creating more complex structures when it is appropriate. Larger networks will almost always require multiple Active Directory sites. The site…

  • AD

    Trusted relationship error cause Part 1

    The secure channel is used to validate the member servers or workstations membership in the domain, based upon its hashed password. This discrete communication channel helps provide a more secure communication path between the domain controller and the member servers or workstations.  It can also be used to change the accounts password, and to retrieve domain-specific information, handling NTLM authentication pass-through to the domain controller, or from DC to DC for the same.    When you join a computer to a domain, a computer account is created, and a password is shared between the computer and the domain. By default, this password is changed every 30 days. The secure channel’s password is…

  • AD

    SYSVOL Folder Structure

    About each folder under the SYSVOL share in Domain Controller SYSVOL folder used to store a copy of the domain’s public files like system policies, Group Policy settings and logon/logoff scripts, which are replicated to all other domain controllers in the Active Directory domain through File Replication Services (FRS), You can find many folders inside the SYSVOL share, I would like to explore and explain each folder by how it’s used in the process of SYSVOL replication.SYSVOL Folder Structure Sysvol |____| |____Policies| |____Scripts| |____ DO_NOT_REMOVE_NtFrs_PreInstall_Directory| |____ NtFrs_PreExisting___See EventLog ||____Enterprise| |____Policies| |____Scripts||____Staging| |____Domain| |____Enterprise||____Staging Areas| |____Enterprise (junction> = SysvolStagingEnterprise)| |____Your Domain Name (junction> = SysvolStagingDomain)| |____Sysvol| |____Enterprise (junction> = SysvolEnterprise)| |____Your Domain Name (junction>…

  • AD

    To Reset the DSRM Administrator Password

    Click Start, click Run, type ntdsutil, and then click OK. At the Ntdsutil command prompt, type set dsrm password. At the DSRM command prompt, type one of the following lines: To reset the password on the server on which you are working, type  Reset password on server null. The null variable assumes that the DSRM password is being reset on the local computer. Type the new password when you are prompted. Note that no characters appear while you type the password. -or- To reset the password for another server, type reset password on servername, where servername is the DNS name for the server on which you are resetting the DSRM password. Type the new password when you are…

  • AD

    AD Removing Lingering Objects

    repadmin /removelingeringobjects DCSERVERNAME GUID of good working DC dc=xxxx,dc=xxxx The repadmin /removelingeringobjects command does the following: Compares the directory database objects on a reference domain controller with the objects on the target domain controller, which contains (or is suspected to contain) lingering objects.Either removes the lingering objects or logs the potential deletions to the Directory Service event log, as follows: • If you use the /advisory_mode parameter, events are logged in the Directory Service event log for the objects that are found. • If you do not use the /advisory_mode parameter, the found objects are deleted without replicating the deletions; that is, the deletions occur only on the target domain…

  • AD

    AD Authoritative vs Non-Authoritative Restoration

    BACK UP TYPE System state data: The Windows system state backup is in effect a backup of the complete system. Everything that is present within the system will be copied as backup so that no data or information is lost whenever there is a system crash or corruption of the driver files, if certain system files stop the system from functioning properly. Components of SSD: Restore system state data Three types of Active Directory restores exist for Windows 2000/2003 Server:  Authoritative, Non-Authoritative, and Primary. 1. Primary Restore System State Restore: A primary restore is performed when restoring the first domain controller in a domain that is being entirely recreated, and when…