At first I was worried this was going to be a pain, but it’s one powershell command. You will be prompted to enter the new password and that’s it.
Set-SPManagedAccount -Identity YourDomain\YourUserName -UseExistingPassword
At first I was worried this was going to be a pain, but it’s one powershell command. You will be prompted to enter the new password and that’s it.
Set-SPManagedAccount -Identity YourDomain\YourUserName -UseExistingPassword
Before you jump into standing up your SharePoint 2010 environment, you should check this out. It’s not always easy to predict how fast your user base will adopt SP, but you can put yourself in a position to easily grow.
If you’re going to code against SharePoint you should take a look at all that is available to you…
http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.aspx
Here’s a great tutorial on setting up PDF’s to be searchable in SharePoint 2010…
http://www.sharepointedutech.com/2010/09/07/setup-guide-for-pdf-ifilter-in-sharepoint-2010/
… and don’t forget to add your PDF icon (link is also inside post above)…
http://www.sharepointedutech.com/2010/02/17/changing-file-associations-icons-in-sharepoint-2010/
I had an error that opened my eyes to the “Resource Throttling” settings in Central Admin… Weird thing is it wasn’t an issue for me since I am set up in an Admin Role, but when I used a test user that didn’t have Admin Rights things didn’t work so well. Take a look at the section in the link below titled “Resource throttles and limits” to find out what options are available to you…