DavidOverton.com
This site is my way to share my views and general business and IT information with you about Microsoft, IT solutions for ISVs, technologists and businesses, large and small.  

Browse by Tags

  • Active Directory Health Check - Make sure your AD is healthy before you migrate SBS 2003 to SBS 2008

    [updated 29/9/12 with new link] Given the recent comments about AD validation I thought I would share this excellent document on verifying your AD before you begin a migration (or at any other time) Active Directory Health Check - Active Directory This document outlines a basic procedure for validating the health of your domain and is a good practice for iterative maintenance and an excellent pre-check before doing any potentially dangerous domain operations I would add a couple of extra tests to the list in this document, which would be placed after the 1st DCDIAG test, also perform: DCDIAG /test:DNS /DNSALL /e /v DCDIAG /test:DcPromo /e /v DCDIAG /test:RegisterInDNS If you system passes these tests then it is a good indication of health. ttfn David Technorati Tags: SBS 2003 , Windows Server 2008 , Active Directory , migration , Microsoft , SBSC , Partners
  • How to get Companyweb (Windows SharePoint Services v2) to work with Office 2007

    [updated 9th August 2007 to add read/write document registry change] A few people said this was a showstopper for them in recommneding Office 2007 to their customers so I figured it had to be fixed. I nixed a huge amount of work from the right stuff blog " Office 2007 File Icons for Windows SharePoint Services 2.0 and SharePoint Portal Server 2003 " and the script work from http://blogs.msdn.com/karstenj/archive/2006/01/03/508888.aspx . The problems were: 1) no icons for files 2) file types not recognised by companyweb 3) downloads could not be opened as the file type was said to be a compressed file 4) could not edit from companyweb OK, so here is the process. 1. Download the icons from here and put them into folder C:\Program Files\Common Files\Microsoft Shared\web server extensions\60\TEMPLATE\IMAGES\ (read the item on the the right stuff to pick your files) 2. Update the C:\Program Files\Common Files\Microsoft Shared\web server extensions\60\TEMPLATE\XML\docicon.xml file with the information below...

(c)David Overton 2006-23