Posts Tagged ‘Active Directory

I wanted to write a powershell script to retrieve the last logon property of an Active Directory User. Here is  how I came to the final script.
First of all: to get the domain users, use the command:

Get-QADUser

This will return a list of all the domain users. As it will not return the property LastLogon, [...]

A customer had a problem with synchronization between 2 domain controllers. Changes on the NETLOGON share on DC1 we’re not synchronized to DC2.
First thing to look for is events in the File Replication Service Event Log. On DC1 I did not find any events being logged but on DC2 I found a couple of warnings [...]

Nice article explaining all the ports requirements for various Active Directory® and Active Directory Domain Services (AD DS) components
http://technet.microsoft.com/en-us/library/dd772723(WS.10).aspx