• ConfigMgr Health Check / Risk Assessment Program

    Updating my original post of Jan 2009 to reflect updated information about the CM RAP. Microsoft PFE has had a ConfigMgr Health Check available for about about a year and half and we are now in the final stages of converting that delivery into a RAP...
  • DCM not working?

    Look at this http://technet.microsoft.com/en-us/library/bb680801.aspx
  • MS support policy for non-MS vm software

    http://support.microsoft.com/kb/897615/
  • pretty exhaustive list of sccm-related utilities and tools

    http://www.myitforum.com/myITWiki/SCCMTools.ashx
  • prompt for computer name in OSD task sequence

    Create a .vbs file called getcomputername.vbs or something like that. Add these commands to the file: set env = CreateObject("Microsoft.SMS.TSEnvironment") Name = inputbox("Enter the name for the new computer" ,"Prompt for Computer Name:",env...