Stefan Goßner

INTRODUCTION This article describes how to change the password of service accounts in Microsoft Office SharePoint Server 2007 and in Microsoft Windows SharePoint Services 3.0. Use the procedure in the “More Information” section to update the password if the password of service accounts expires.   https://support.microsoft.com/default.aspx?scid=kb;EN-US;934838

Yesterday I received an interesting question: a customer had the need to import several hundred keywords and related best bets programmatically to a couple of site collections. And for sure he did not want to do this manually using the web UI. I found the following solution for this problem: SPSite spsite = new SPSite(“http://localhost:4007”); SearchContext searchContext = SearchContext.GetContext(spsite); Keywords keywords = new Keywords(searchContext, new Uri(“http://localhost:4007”)); // loop begin Keyword myKeyword = keywords.AllKeywords.Create(“myKeyword”, DateTime.Now); […]

Windows Server 2003 Service Pack 2 Windows Server 2003 Service Pack 2 (SP2) delivers on the Microsoft Trustworthy Computing initiative and illustrates Microsoft’s commitment to continually create software products with enhanced security, increased reliability, and simplified administration. The SP2 update can be applied to all Windows Server 2003 products and Windows XP Professional x64 Edition. […]

Two articles have been released to discuss the daylight saving time change and the impact on WSS: 933738 – An update is available that addresses an issue in which items that use the Date field and the Time field are off by one hour in Windows SharePoint Serviceshttps://support.microsoft.com/default.aspx?scid=kb;EN-US;933738 933853 – How to manually update the TIMEZONE.XML file […]

Overview The Microsoft Best Practices Analyzer for Windows SharePoint Services 3.0 and the 2007 Microsoft Office System Best Practices Analyzer programmatically collects settings and values from data repositories such as MS SQL, registry, metabase and performance monitor. Once collected, a set of comprehensive ‘best practice’ rules are applied to the topology. Administrators running this tool […]

  Book DescriptionMicrosoft Office Sharepoint Server 2007 is the in-depth, one-volume guide to administering Office SharePoint Server 2007 direct from the experts. Get comprehensive information to plan, deploy, administer, and support Microsoft Office SharePoint Server 2007. With this Administrators Companion, you get mission-critical information in a single volumestraight from the experts. From the PublisherKey Book […]