Loading...

Thursday, November 25, 2010

Synchronizing User Profiles With Site Collections In Webapplication

Command for Synchronizing User Profiles With Site Collections In Webapplication

To Modify the user profile , Go to Shared Service Provider site --> User Profile and Properties-->Edit User info

run the following commands.

STSADM -o Sync -synctiming M:1


STSADM -o sync -sweeptiming M:1

After 1 minute login with modified User

Wednesday, November 17, 2010

QuickLinks in Sharepoint

In this post , I will enlist the Quick links in Sharepoint.

While resolving any bug or developing any functionality you should keep hawk eye on urls generating in browser .Its like a clue to a issue, many times.

To Get the Webparts maintenance page

http://server/pages/default.aspx becomes http://server/pages/default.aspx?contents=1

To Get ServerTemplateID
http://server/_vti_bin/owssvr.dll?Cmd=ExportList&List=9e7d064f-d9c8-42f0-8a4f-b02c9f4c259f


To Get ContenttypeID
view in browser while modifying content Types
/_layouts/ManageContentType.aspx?ctype=0x010070A9BD7BBA699D48B92FE21F1632CC28.

Some more to be added