Close

Not a member yet? Register now and get started.

lock and key

Sign in to your account.

Account Login

Forgot your password?

Active Directory  // Posts tagged as "Active Directory"

19 Apr Posted by tim in Active Directory | 1 comment

Adrecyclebin Gui ADRecycleBin.exe (Active Directory Recycle Bin)

Adrecyclebin Gui ADRecycleBin.exe (Active Directory Recycle Bin)

ADRecycleBin.exe (Active Directory Recycle Bin) allows administrators to quickly restore deleted Active Directory objects via an easy to use GUI (Graphical User Interface). This is a free Active Directory Recycle Bin tool. If you or a colleague happen to mistakenly delete an object in Active Directory the results can be disastrous. ADRecycleBin allows administrators to...

Read more...

18 Apr Posted by tim in Active Directory | 1 comment

PDC chaining

PDC chaining

Imagine you’re in a multi-site environment that has several DCs in all sites across the nation. Imagine further you have a user John who calls you monday morning. You’re setting in the headquarters. “Dude”, he asks, “can you reset my password? My weekend’s been so hard. They sent me to this branch office where they...

Read more...

17 Apr Posted by tim in Active Directory | Comments

Search for deleted user objects in AD

Search for deleted user objects in AD

I am trying to browse for deleted sids. I am using ADFIND to do my search. here is the what i am using adfind -b “cn=deleted objects,dc=domain,dc=com” -f “(& (objectclass=user)(objectcategory=person))” objectsid So — looking at the command, it told me that the guy was querying the “Deleted Objects” container (that is the container all objects...

Read more...

16 Apr Posted by tim in Active Directory | 1 comment

Monitoring and Trouble shooting the Active Directory through Replication

Monitoring and Trouble shooting the Active Directory through Replication

Replication may be defined as the same data carried out by the same system or different platform system.When using a directory service as active directory the same information is carried out by all the domain controllers ,so when you want to contact a domain controller for use, there is always a local copy for use...

Read more...

15 Apr Posted by tim in Active Directory | Comments

Compacting the database with an offline defragmenation

Compacting the database with an offline defragmenation

MOC method: 1. Log onto the computer as the default administrator of the domainsomething.local domain. 2. Open a command-prompt window. To enable Directory Services Restore Mode on the next reboot, key bcdedit /set safeboot dsrepair, and then press Enter. 3. Close the command-prompt window and restart the computer. 4. When the computer restarts, log onto...

Read more...

14 Apr Posted by tim in Active Directory | Comments

Recover deleted Active Directory objects with the AD Recycle Bin PowerPack

Recover deleted Active Directory objects with the AD Recycle Bin PowerPack

Windows Server 2008 R2 reached RTM. Among the many cool new features provided with that release, Microsoft has now added a recycle bin feature to Active Directory. The management interface provided by Microsoft for this feature is the command line, or more specifically, PowerShell. That’s great if you’re like me and you love to manage...

Read more...

13 Apr Posted by tim in Active Directory | Comments

Active Directory Replication Errors

Active Directory Replication Errors

If you have 2 Active Directory Servers that are not replicating, ServerA & ServerB, try the following: check if the secure channel has been corrupted From ServerA, go to Start -> Run and type: \\ServerB From ServerB, go to Start -> Run and type: \\ServerA If you get and error message indicating that the target...

Read more...

12 Apr Posted by tim in Active Directory | 1 comment

Disable Password Requirements in Windows Server 2003 Domains

Disable Password Requirements in Windows Server 2003 Domains

How can I disable the password requirement for a user in a Windows Server 2003 Active Directory domain? Windows Server 2003 provides security policies that ensure that all users select strong passwords. Creating a password policy involves setting the following options in the Default Domain Group Policy object. These policies, with the exception of those...

Read more...

11 Apr Posted by tim in Active Directory | Comments

Moving NTDS.dit and its logs to a different location

Moving NTDS.dit and its logs to a different location

Reasons for this include but are not limited to: •You run out of disk space and want to move it away from the system disk •You want the DB to run on a faster/more reliable hard disk (other than the system disk) •You experience performance issues and want to seperate the DB from the core...

Read more...

10 Apr Posted by tim in Active Directory | Comments

How to Find Nested Group Members

How to Find Nested Group Members

What if your security group has nested groups and users? Then those nested groups may also have additional nested groups and users. What does that query look like? How do you find all the members? Suppose I have the following Example TopLevelGroup — Global Security Group TopLevel — User TopLevel2 – User2 Nested1 – Global...

Read more...