blogging about…… Microsoft, Cloud Computing
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 [...]
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 [...]