Turn Gmail Chat Off

If you don’t want gmail chat to be activated when you sign in to your gmail account, then you can turn it off! 

Sometime last month, I lost chat in my Gmail! I emailed support but did not receive timely response. When I received the response, the support person asked some real duh questions!

Initially I thought my laptop was playing up. But no go at work or at home, on the workstations.

So, I did a bit of snooping around and at last I found a link at the bottom of the page. I had turned off chat and that was the reason, I could not sign into gmail chat from within gmail!

gmail

It’s that simple. On and off! Now I will never loose sleep over gmail chat!

Leave a Comment

Name: (Required)

E-mail: (Required)

Website:

Comment:

Comment moderation is enabled. Your comment may take some time to appear.

migrate sts to Wss v3 « Alpesh Nakar's Blog

migrate sts to Wss v3

Last week, I got an unusual request. “Can you please migrate our SharePoint site to WSSv3?” I was like “Sure!” Can you even imagine the shocking expression on my face, when I logged onto their server! They had STSv1!!!

I was like “huh?” I didn’t know one of our clients was using STSv1. Quick search and I came up with these results. You can use smigrate to migrate to WSS v2. Yoohoo!! But, there was no smigrate.exe on the server!!!

Possible reason? The server does not have any updates as far as STS is concerned. They must have installed it and its been running since. Essential requirements before migration:

I wanted to make sure that these steps were indeed required. So, I downloaded the smigrate.exe from Microsoft Site and ran the tool on the server. This is the error I got

I have informed the client and I am visiting the site tomorrow. Since the server is live, the clients are still considering this move.

NOTE:

If you use the SharePoint Migration Tool to migrate a site based on Windows SharePoint Services to another server running Windows SharePoint Services, the following information is not migrated to the new site:

  • Security settings including: rights, site groups and memberships, cross-site groups, anonymous access setting, and whether or not permissions are inherited from the parent site.
  • SharePoint Central Administration settings for the server or virtual server.
  • Personalization including personal views.
  • Web Part customizations made through Modify My Web Part instead of Modify Shared Web Part.

I will certainly keep you posted on this. What prompted me to post this without the final results?

This and this. I certainly could do with this post on that day!!!

Credit goes to WSS FAQ for the guide and some other steps that I may need to take. WSS FAQ is the starting point for sharepointers!

Keep you posted!!!!

kick it on SharePointKicks.com

Technorati tags: ,
del.icio.us tags: ,

Leave a Comment

Name: (Required)

E-mail: (Required)

Website:

Comment:

Comment moderation is enabled. Your comment may take some time to appear.

PowerShell To Retrieve List of Web Application « Alpesh Nakar's Blog

PowerShell To Retrieve List of Web Application

Situation: You want to know how many web applications have been created in your SharePoint Farm.

Old Method: Go to Central Administration and …

Smart Method: Use PowerShell!

How?

Launch your Administrator: SharePoint 2010 Management Shell

Type

Get-SPWebApplication Cmdlet

clip_image002

Press ENTER. Presto! In current farm, I have only 1 web application SharePoint –80 and the url is http://server
clip_image004

It’s that simple to get started. For additional parameters, you can type get-help get-spwebapplication

Leave a Comment

Name: (Required)

E-mail: (Required)

Website:

Comment:

Comment moderation is enabled. Your comment may take some time to appear.