Here is a little gotcha that PowerShell and SharePoint hit me with.
PowerShell will not return an error when you assign a user account to a SharePoint web application if the user does not exist or has been entered incorrectly. However, after an IIS reset, your SharePoint site fails and returns an error.
Symptom: SharePoint will not serve any content when you browse a site. Instead, the site displays the following error:
Error: The user does not exist or is not unique.
Background:
Warning messages appeared in the server logs indicating that the web cache is not configured correctly: Read the rest of this entry »







