Windows Server Managed Service Account Gotcha
There is a feature/bug in the Windows Server 2008 R2 managed service account PowerShell command that limits the account name to 15 characters or less. First, let's create a managed service account called SVC_SQL01_LongName using PowerShell. The service account is 18 characters long. You can run the following command on...