Archive for category: MOSS – General

Single Zone Split DNS

3 November, 2010 (06:30) | MOSS - General, Sharepoint 2010 - General | By: G Vijai Kumar

Single Zone Split DNS -  This terminology is not correlated to SharePoint, but still I want to post in my blog, since I had stretch lot of my time to configure forward lookup zones on my Windows Server 2008 R2. You may think why I want to configure forward lookup zones, that is not my [...]

SharePoint 2010 and Office 2010 Launch

4 May, 2010 (15:15) | Announcements, MOSS - General | By: G Vijai Kumar

Microsoft officially announced that 12th May, 2010 is the date of launch for SharePoint 2010 and Office 2010 All of can virtually join for the event on 12th May, at 11 a.m EST to listen to Stephen Elop, President of the Microsoft Business Division, please register for the event on the following link http://sharepoint.microsoft.com/businessproductivity/proof/pages/2010-launch-events.aspx

How to find Sharepoint version

8 April, 2010 (06:27) | MOSS - General | By: G Vijai Kumar

Normally to find the Sharepoint version we approach Central administration page Central Administration > Operations > Servers in Farm One more method using SQL query SELECT Version FROM Versions WHERE VersionId = ’00000000-0000-0000-0000-000000000000′ Also you can find Sharepoint version programmatically using API using (SPSite site = new SPSite(“<Central Administration Site URL…..>”)) { SPFarm farm = [...]

United Nations agencies websites powered by Sharepoint

13 March, 2010 (13:05) | Announcements, MOSS - General | By: G Vijai Kumar

The websites of United Nations Development Program – Solutions Network of Asia Pacific (UNDP-SNAP) and United Nations Office for Project Services (UNOPS) built with Sharepoint The great gigantic sites http://www.snap-undp.org/ and http://www.unops.org/ already developed in Sharepoint, in order to: Humanize user experience with feel of branding and look. Modernizing the development with rich internet experience [...]

Copy Sharepoint document library files to another Sharepoint site very easily

15 July, 2009 (09:22) | MOSS - General | By: G Vijai Kumar

In this post I am going to show how we can open a Sharepoint site in windows explorer with the help of My Network Places available in Windows operating system (generally located on desktop) The main advantage of this scenario is to copy document library files from one Sharepoint site to another very easily Steps: [...]