PowerShell Script To Change Managed Account Password

Of all days in the week, on Sunday [August 21, 2011] I decided to tease my SharePoint 2010 development environment! I decided to change all the SharePoint 2010 Service Account(s)password.

Thank you Microsoft for introducing the managed accounts, else I would be clicking away for a long time, having to go through each application pool to change the password (map this scenario to MOSS 2007 or WSSv3). With managed accounts associated with application pools, it was a matter of changing the password for the managed account and it would ‘cascade’ down…

Read the rest of this entry »

Applying WIM To VHD

This is a continuation of the series Re Imaging SharePoint VMs on the fly.

Now that you have captured your bootable virtual hard drive that was prepared for SharePoint Installation, you can apply that to another active partition or a virtual hard drive and then install whichever flavour of SharePoint you please!

As seen in the earlier post, capturing a virtual hard drive to create a Windows Image File is time consuming (compared to taking a snapshot in VMWare or Hyper-V) and memory intensive as well, however the advantage is that you can leverage on bare metal power – like having dual boot or multi-boot environment on your laptop.

Read the rest of this entry »

Capturing VHD To WIM

This is a continuation of the series Re Imaging SharePoint VMs on the fly.

Once you have finished with the task of preparing the virtual machine, it’s time to create a Windows Image File (WIM) for re-use at a later stage.

Navigate to the folder where you have imagex.exe

Run this command

Read the rest of this entry »

Disable OfficeDotCom Templates For SharePoint

This is one feature you are likely to disable sooner or later. Very recently I saw the first template pop up in SharePoint when you click on More Options to create content.

Back in the days when SharePoint 2010 was in beta and I happened to be at the Ignite Training in Bangalore, I had come across few features that I wanted to disable – for fun!

Read the rest of this entry »

Looking forward to this Service Pack 1!

Yes, it’s coming! If you haven’t heard, read then here is the repeat of the buzz… SharePoint Service Pack 1 is expected to be released in late June, 2011!

I am interested in this service pack more then ever, for a reason – self service recovery of site collections and sites! As a site collection administrator, if your user has deleted a site what options do you have to recover them?

If you have a recent backup (which you would) and on-site (which you should not) then out of the box you can recover the site from an unattached content database… but that’s going to cost – time and resources. Read the rest of this entry »

Move SharePoint 2010 Site Collection To Another Database

I have seen this question pop-up in the forums and I think I also got an email from one of my blog readers asking how they can move a site collection from one database to another database.

This can be done via SharePoint 2010 Management Shell [aka PowerShell] and this is what you need to do.

Read the rest of this entry »

Remove SharePoint 2010 Social Tags Ribbon Control

In recent weeks, SharePoint 2010 deployments have kicked off and I am collecting as much information as possible and will be sharing them here as time permits.

Just saw this on the MSDN Forums today and I think this one ‘trick’ I must make a note of such, just in case.

This is an unusual request, but a valid one, since I strongly believe and advise (since SharePoint 2007 days – geez sounds antiquated!) that social aspects aka My Sites should be the last thing to be switched on in a SharePoint roll out… especially when the organisation and IW’s are just embarking on their SharePoint journey. That’s my opinion based on my experience here.

Well to track back to this forum thread, the requirement was to Remove "I like It" , "Tags & Notes" none

 

Solution

From Central Administration

Navigate to System Settings

Manage Farm Features (_admin/ManageFarmFeatures.aspx)

Deactivate the Social Tags and Note Board Ribbon Controls

image

 

OR

 

From SharePoint 2010 Management Shell

Disable-SPFeature –Identity SocialRibbonControl

 

That’s it!