Overview
This article shares the process for installing ADSIEdit and using the tool to reset the administrator password for GFI Directory, which is Active Directory replacement for GFI Archiver and GFI FaxMaker.
Prerequisites
- ADSIEdits
- Microsoft Server 2008 and later
Solution
Follow these steps:
- Install Remote Server Administration Tools
- [Windows Server 2008 or Windows Server 2008R2] - Follow these steps to do install using the Command Prompt:
- Open the command prompt.
- Run command:
ServerManagerCmd -i RSAT-ADDC
- Once Remote Server Administration Tools is installed, proceed to step 2: Reset Admin Password
- [Windows Server OS Later than Windows Server 2008R2] - Follow these steps to do install using the Server Manager:
- Press the Windows key + R to open the Run box, or open the Command Prompt. Type ServerManager and press Enter.
- Select Features.
- Select Add Features on the right side of the pane.
- Select Remote Server Administration Tools.
- Make sure you tick AD DS and AD LDS Tools.
NOTE: Selecting this at the top level should install all tools, but specifically AD DS Tools > AD DS Snap-Ins and Command-Line Tools provides ADSIEdit. - Follow the prompt to install (Select Next).
- Once installed, proceed to step 2: Reset Admin Password
- [Windows 10, 8, 7, Vista Professional or Enterprise] - Follow these steps to install using Windows Features
- To do this, click Start, click Control Panel, click Programs and Features, and then click Turn Windows features on or off.
- In the RSAT releases for Windows 10, Windows 8.1, and Windows 8, tools are again all enabled by default. Verify Active Directory Lightweight Directory Services is enabled.
For RSAT on Windows Vista and Windows 7, you must enable the tools for the roles and features that you want to manage after you run the downloaded installation package. (See the following screen shot.)
- [Windows Server 2008 or Windows Server 2008R2] - Follow these steps to do install using the Command Prompt:
- Reset Admin Password
- Browse to and open ..\GFIDirectory\Directory\Data\ADSettings.xml
- Open ASDIEdit.
- Name the connection GFI Directory for easy reference.
- Select Action > Connect To.
- Under ConnectionPoint choose Select or type a distinguished name.
- Edit the field to the value of BaseDN in the ADSettings.xml.
- Default:
CN=GFIPartition,DC=GFIDomain
- Under Computer choose Select or type a domain or server.
- Edit the field to the value of <Hostname>:<PortNumber> found in the ADSettings.xml.
- Default:
localhost:389
- If using SSL use the SSL port number PortNumberSSL defined in the ADSettings.xml.
- Select the Use SSL-Based Encryption option in ASDIEdit.
- Click OK to connect.
- Browse to GFI Directory > CN=GFIPartition,DC=GFIDomain > CN=GFIUsers>
- Right-click on the Administrator account.
- Select Delete.
- If there is an error browse to the GFI Directory installation directory: ...\GFIDirectory\Directory\Tools\DefaultAdministrator
- Run the CreateDefaultAdminUser.exe
- This can also be run from the command prompt for error checking.
- This can also be run from the command prompt for error checking.
- Open GFI Directory.
- Log in with the following Credentials:
- Username:
Administrator
- Password:
Password123456
- Username:
- You will be prompted to change your password once logged in.
- Browse to and open ..\GFIDirectory\Directory\Data\ADSettings.xml
Testing
You should now be able to open and access GFI Directory with the password you set in the last step above.