how can I tell what version of SharePoint a site is using, without being able to see the admin panel?

Is there anything, perhaps in the source of the pages, that would give me a clue?

link|improve this question

76% accept rate
Unless it has been heavily customised it is usually pretty obvious from the UI, but perhaps you mean a specific version number, rather than WSS/MOSS 2003/7 or Sharepoint 2010 etc? – dunxd Dec 16 '10 at 12:41
@dunxd 2003/2007/2010. Could you post screenshot examples of the different versions' UI? – C. Ross Dec 16 '10 at 12:54
Unfortunately not - I only have one version of SharePoint and it is customised. You could always just ask the site administrator what version they use, although I think they would be suspicious (as am I) of why you want to know. Perhaps you can expand your question - people may sit on their hands if they think you are probing sites to discover potential to make mischief :-) – dunxd Dec 16 '10 at 12:59
Well, there's 25 rep in it for someone who can ... – C. Ross Dec 16 '10 at 13:00
feedback

4 Answers

up vote 4 down vote accepted

Typical default 2003 site

Typical default 2003 site

Default 2007 page

Default 2007 page

2010 page

2010 page

The tab style is generally a give-away of the version in use. If you want to know the sub-version, you'll have to ask the site admin.

There are probably also some clues in the dress of the corporate drones in the revolting stock images ;-)

link|improve this answer
A picture is worth a thousand words. :D – jberger Oct 7 '11 at 17:38
feedback

You can check the http response headers, e.g., with Firefox's Web Developer toolbar:

Information | View response headers

MicrosoftSharePointTeamServices: 12.0.0.6332

MicrosoftSharePointTeamServices: 14.0.0.4762

Fiddler, used with IE, will expose these headers as well.

  • v14 maps to SP 2010 v12 maps to MOSS 2007

Extensive list here of minor versions of 2007.

link|improve this answer
1  
+1 excellent answer – dunxd Mar 9 '11 at 9:51
feedback

I realize you don't have admin or owner rights, but I'm going to throw this out for the general audience...

If you go to the Site Settings, it will tell you the exact version right at the top of the page.

link|improve this answer
I got 12.0.0.6421 - how do I know which year this relates to? Is it sharepoint 2007? – RawFocus May 8 at 13:21
feedback

Just click on "Help" - it should be right there at the top!

link|improve this answer
In Sharepoint 2007, the help page does indeed say it is 2007! – dunxd Oct 11 '11 at 16:44
works in the Mysite but not a corporate customised main page. +1, thanks! – RawFocus May 8 at 13:22
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.