Skip to main content

Home/ Church IT Roundtable/ Group items tagged domaincontroller

Rss Feed Group items tagged

David Szpunar

How to remove data in Active Directory after an unsuccessful domain controller demotion... - 0 views

  • Procedure 1: Windows Server 2003 SP1 or later service packs only
  • Type select operation target and press ENTER.
    • David Szpunar
       
      This selects the server name that you want to delete/cleanup.
  • Type connect to server servername,
    • David Szpunar
       
      This connects to an existing, active Domain Controller, where the deletion will be performed.
  •  
    This article describes how to remove data in Active Directory after an unsuccessful domain controller demotion, using the command line (ntdsutil).
David Szpunar

Using Ntdsutil.exe to transfer or seize FSMO roles to a domain controller - 0 views

  • An administrator gracefully demotes a role-holding domain controller by using the Active Directory Installation Wizard. This wizard reassigns any locally-held roles to an existing domain controller in the forest. Demotions that are performed by using the dcpromo /forceremoval command leave FSMO roles in an invalid state until they are reassigned by an administrator.
  • ntdsutil /metadata cleanup
  • To transfer the FSMO roles by using the Ntdsutil utility, follow these steps:
  • ...1 more annotation...
  • To seize the FSMO roles by using the Ntdsutil utility, follow these steps:
  •  
    This article describes how to use the Ntdsutil.exe utility to transfer or to seize Flexible Single Master Operations (FSMO) roles (using the command line).
David Szpunar

HOW TO: Obtain correct syntax for Base DN, Bind DN or Attributes with LDAP for Director... - 0 views

  • dsquery user dc=example,dc=com,-name user1*
  • dsquery user dc=example,dc=com -name "user1"
  •  
    This provides the search syntax for using the dsquery command on a Domain Controller to find the correct Active Directory DN for a user for use in LDAP authentication scenarios. For example: dsquery user dc=example,dc=com -name user1* which outputs: "CN=user1,CN=Users,DC=example,DC=com"
1 - 3 of 3
Showing 20 items per page