Category: Server 2008 R2

How to remotely uninstall software?

There’s a lot of times when you just want to uninstall a piece of software without interrupting the end user, but unfortunately there isn’t an easy, out of the box way to do it. To uninstall software on a local machine without any user interaction, you would do something like this: msiexec.exe /norestart /qn /x {2902F983-B4C1-44BA-B85D-5C6D52E2C441} The last part, after /x is the GUID of installed software. To find out the guid on remote software, download this script from here and run this command: cscript /B SwInventory.vbs RemotePC > RemotePC.txt Open RemotePC.txt and look for GUID. Next you need PsExec from SysInternals. This tool will allow you to run commands on […]

Read More

Windows Small Business Server (SBS) 2008 transition / migration to Server Standard 2008 R2

(First appeared here) This is an action plan from Microsoft tech support.  I’m going to be testing this in my Lab over the next week or so.  I’ll post any significant notes or corrections that I find. 1.       Run ADprep on SBS 2008 with the Windows 2008 R2 disk. ·         Insert the media for Windows Server 2008 R2 into the Small Business Server 2008 server. ·         Browse to the following folder: ·         <DVD drive >:SourcesAdprep> Adprep /forestprep ·         Press C, and then press ENTER. Wait for the process to complete. ·         <DVD drive >:SourcesAdprep>Adprep /domainPrep ·         when this step completes, you should receive a message: “Adprep successfully update the domain-wide Information”

Read More