http://sharepoint.microsoft.com/2010/Sneak_Peek/Pages/default.aspx Go view the video... Exciting times ahead!
For SharePoint Server fans: Kirk Koenigsbauer, general manager, Office Business Platform, will host a presentation on SharePoint Server on June 17, 2008 at 9:00 am Pacific Time. View the Live Meeting
stsadm -o enumtemplates > templatelist.txt & for /F "tokens=1" %i in (templatelist.txt) do stsadm -o deletetemplate -title %i & del templatelist.txt Found this from a cool blog entry by Rob Nowik http://rnowik.com/blogarchive/1149116400/ Cool and it work on MOSS 2007 :) Thanks Nowik...
Microsoft said it plans to sponsor an open-source project to create software that will convert Office documents to OpenDocument, a rival format gaining ground, particularly among governments. The software giant launched the Open XML Translator project on SourceForge.net, a popular site for hosting code...