Sharepoint
Submitted by Adam Oellermann on Tue, 2006-08-22 06:19.Sharepoint is a set of Microsoft products and technologies aimed at providing enterprise collaboration and knowledge management capabilities. The offering rests on three key functional areas: portals, enterprise search and document management.
I do quite a lot of Sharepoint stuff at work, so this page is to collate things I find useful wrt Sharepoint.
Custom Web Part Page Templates
Factiva Offering Packaging and Deploying Web Parts
To change the duration of the "!new" thing to 1 day:
stsadm.exe -o setproperty -pn days-to-show-new-icon -pv 1 -url [Your Virtual Server's URL]
User profile - excluding disabled accounts
Having trouble figuring out which of the bloody index properties is the one to edit to remove it from the advanced search drop-down list? Execute this SQL statement against your PORTALNAME_SERV database:
SELECT * FROM MX_Properties
WHERE ((Flags & 2048) > 0)
ORDER BY DisplayName