Error 1787 when logging in with domain account
After joining a new Windows 2008 R2 Server to the domain I could not login to the domain. I would get the …
After joining a new Windows 2008 R2 Server to the domain I could not login to the domain. I would get the …
If you want to Create an Active Directory group with PowerShell there are a few things you need to be aware …
Just some quick code to get the OU Name of the computer we run the script on. VBS: vbnet Copy Download …
I needed to read out the Maximum Password age with a PowerShell script in a Windows 2003 domain. Reading out …
Some Active Directory attributes return an 8 byte integer in the form of an IADsLargeInteger interface. An …
I am currently creating a PowerShell script that creates a user with all needed Active Directory attributes, …
Function below can be used to check if a given Username exists in Active Directory: powershell Copy Download …
In my previous post I wrote about a problem I had with duplicate RID Allocation pools. But how do we get more …
I encountered another interesting error during Exchange 2010 installation today. During the Organization …
Today I was testing the installation of Exchange 2010 in a VMWare sandbox environment. We created the sandbox …