Browsed by
Month: February 2011

Set-SPManagedAccount syntax for password resets

Set-SPManagedAccount syntax for password resets

Working with the PowerShell command for Set-SPManagedAccount this morning I found that the TechNet bulletin for this command has an inaccuracy with regard to password changes.  When trying to reset a password from PowerShell I followed the syntax and used: Set-SPManagedAccount –Identity domainaccount –AutoGeneratePassword true I got the following error: Set-SPManagedAccount : A positional parameter cannot be found that accepts argument ‘true’. At line:1 char:21 + Set-SPManagedAccount <<<<  -Identity domainaccount -AutoGeneratePassword true     + CategoryInfo          : InvalidArgument: (:) [Set-SPManagedAccount], ParameterBindingException…

Read More Read More

SharePoint 2010’s Visio Graphics Services: EventIDs 8061 & 8046 unmasked

SharePoint 2010’s Visio Graphics Services: EventIDs 8061 & 8046 unmasked

Getting EventIDs 8061 & 8046 in your ULS Logs and Event Logs on your application server?  Having trouble figuring out exactly what they are trying to tell you?  Finding inconsistent results between site collections?  Let’s dive in… Here are the offending errors: TechNet tells us: quoting directly from the article linked here Symptoms:   One or more of the following symptoms might appear: A file or files might not load. This event appears in the event log: Event ID: 8061 Description:…

Read More Read More