SharePoint - Register a new managed account
![Image](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiqZfeRGFANaDmVED4gP0sXgPUSiNxTHDfKXqk4SVpNONZV1o2bscK3icSVb-TIDvjuDlRMZ6MF_Dg24TJJUchBazOOJwglaq6u5B-Kr7TxnrUQ7O5tBWi5nMhmexN-0tyEZmdA7XywVX9Q/s1600/SharePoint-logo.png)
I was getting an error while I was trying to add a new managed account. An error occurred while getting information about the user username at server servername: The system detected a possible attempt to compromise security. Please ensure that you can contact the server that authenticated you. Solution: If you are trying to add a new managed account using a local account, you can perform this task via PowerShell. Right click on SharePoint 2010 Management Shell > Run as Administrator In the PowerShell window - type: $cred = Get-Credential You will be prompted to enter an account and password (here you can type in a local account) Back in the PowerShell window - type: New-SPManagedAccount -Credential $cred Even though the warning appears, the account is added.