Author Archive for KW – Page 33

Syncing Windows Time W32TM

Every so often, I run into a server with Windows Time (W32tm) issues, such as Event 29, 38 or 47. Microsoft article KB 875424 addresses these issues, and it’s resolution. Here are the specific steps I use (with thanks to my fellow SBS MVP’s who provided the information):

View currently configured W32TM NTP server(s ):

net time /querysntp

Configure W32TM:

w32tm /config /manualpeerlist:”0.pool.ntp.org 1.pool.ntp.org 2.pool.ntp.org”,0x8
w32tm /config /update
net stop w32time
net start w32time
w32tm /resync /nowait

If you wish, create a batch file with the above five commands and you should be good to go!

Get Data Back from Crashed Drive

You know the drill – someone calls you in a panic because their computer won’t reboot. You ask if they’ve been experiencing problems recently. And they go on to tell you how the computer had been crashing more frequently of late, and that sometimes they have to reboot it several times, etc, etc, etc!

I had a neighbor who stopped me and said “You’re the computer guy, aren’t you?”. Long story short, his computer had been acting up and finally would not boot. He had two different people/places take a look at the drive and declared that the drive was dead and the data was not recoverable. One of those people said that he had a vast array of expensive tools at his disposal, and could not do anything with the drive.

I asked if I could take a look at it. I brought the drive back to my workbench, hooked it up to a computer, and ran my trusty GetDataBack utility from Runtime Software. Sure, it took 4 hours to run, but once it did, it located over 800 documents, photos and music files!

image

Don’t let the $79 price scare you away. Unlike a lot of software, this is a one time $79 price with free lifetime updates! If you’re an I.T. technician, you should have this in your I,.T. toolkit!

Yes, I have also heard of the trick of putting the drive in a sealed air-tight bag and put it in the freezer for 15 minutes. I’ve tried that several times, without success.

Finally, my good MVP buddy Mick from Down Under suggested looking at some of the freeware offered by MiniTool. I’ll write more about those in another blog post.

Exchange Defender Cloudshare

Vlad Mazek (CEO, Own Web Now) announced the ExchangeDefender CloudShare file sharing and synchronization platform on July 19, 2012.

There is a one page overview that compares CloudShare to Dropbox, YouSendIt, Google, Skydrive and Box on his site.

ExchangeDefender CloudShare Diagram

Health Update – July 2012

To all my business clients, friends and family:

It’s been several months since I last reported on the status of my health after going into the hospital last September with a diagnosed “congestive heart failure”. If you don’t have time to read the details, in two words: I’m improving!

Now, for some details:

My cardiologist did an echocardiogram of my heart yesterday, and they just called to say that my “ejection fraction” (EF) continues to improve – 20% in Sept, 25% in Nov, 35% in Jan, 45% in April and as of  July 18th I am up to 50%. Wahoo!!!

My associated PT/INR score (which measure how thick or thin is my blood) has remained in the 1.2-1.5 range ever since September. Recently we upped my Coumadin to 7mg and then 8mg, and that seems to have made major improvements, as my PT/INR last week was up to 1.9.

In June I had a full blood workup done, and generally everything was in range or just slightly above normal limits. My A1C keeps falling (down to 6.4). My “bad” cholesterol is still a bit high, and my glucose went up slightly (got to stop eating those bad things!).

I was told last September that it would take a year for me to recover, and they appear to have been correct. I continue to walk a mile every day (generally around 8pm or after), and recently my wife has started to join me J

Thanks to everyone for their prayers and words of encouragement.

KW

Windows 8 General Availability Date Set

Circle your calendars!

Microsoft announced yesterday that October 26, 2012 as the official date when Windows 8 will be available to the general public for purchase, whether for an upgrade or for a new PC.

image

If you want to give Windows 8 a spin before hand, you can download the Windows 8 Release Preview:
http://windows.microsoft.com/en-US/windows-8/release-preview

image

HP Microsoft Windows 2012 Essentials Webcast

Webcast started at 11am EST/July 18, 2012 to review the Windows Server 2012 Beta Essentials. Info on logging in can be found here. Speakers include David Fabritius (Microsoft) and Lucy Ellis (HP).

image

Windows Multipoint 2012 Beta Download Available

If you are interested in implementing a terminal server solution for schools, classrooms, training centers and non-profit organizations, then you will want to take a look at Microsoft’s Windows Multipoint Server.

The 2012 public beta is now available for download and testing from the Microsoft Connect site. Initial beta release is in three languages: English, Spanish, Portuguese.

image

To download, sign in o the Connect Directory web page (https://connect.microsoft.com/directory), locate WMS 2012 Public Beta, and click Join

image

Title: WMS 2012 Public Beta English ISO
Release Date: 7/16/2012
Size: 3,479.61 MB

Some of the new features in the 2012 release include:

  • New Multipoint Dashboard, effectively separating the system administration tasks from the real-time classroom tasks
  • Disk Protection / Recovery (useful for public kiosk or library)
  • Windows 8 Desktop Experience
  • Monitor Windows 7/8 clients
  • Virtualized Windows 7/8 Desktops

For details on these features and more, check out the WMS Team Blog post:

http://blogs.technet.com/b/multipointserver/archive/2012/07/17/windows-multipoint-server-2012-beta-is-live.aspx

WHS Restore, 64 bit workstations and Realtek

I have Microsoft Windows Home Server (WHS) installed in the majority of my customers, both business and residential. WHS is great as a full image backup solution for these environments. Restoring a computer whose disk has crashed, or has been overrun with malware/viruses, is usually a piece of cake.

But there are certain steps required, especially if the workstation you are restoring is running a 64 bit version of Windows O/S (Win 7/64, Vista/64)

Pre-Requisites:

  • Windows WHS Restore Computer Wizard CD
    • Note: make sure you have the Computer Restore CD and not the Server Restore CD!
    • If you cannot find your CD, you can download the latest here, and burn it to a CD.
  • USB 2.0 Thumb Drive
    • I suggest having two thumb drives, one for the WHS Restore Folder, and one for the vendor-specific NIC card driver
  • Access to another workstation on the network that is also connected to the WHS server
  • Knowledge of the make/model of the installed NIC card on the workstation, and access to the NIC card vendor’s website.
    You can find out your NIC card device by accessing Device Manager.

    • Click Start –> Run –> and type in: mmc devmgmt.msc
    • Click Device Manager, then drill down Network adapters
      image

Process (Summary):

  • Download the WHS Home Server Drivers for Restore to a USB thumb drive from a  working computer
  • If workstation is running Win 7/64 or Vista/64, download appropriate 32-bit NIC driver from vendor site onto a USB thumb drive
  • Replace hard drive in the computer, if required
  • Boot from the WHS Restore CD
  • At the Detect Hardware screen, load in drivers from USB stick
  • Follow the prompts to restore the computer

Process (Details):

Download Restore Folder to USB thumb drive:

  • From another workstation, right click on the WHS icon on the lower right of the task bar, then click Windows Home Server Console.
  • Click on Computers & Backup, locate the computer to be restored, right click on it and then click View Backups.
  • Select the backup you want to restore from, and click Open from the ‘Restore or View Files from:’ section.
  • Now copy or drag the entire contents of the folder named Windows Home Server Drivers for Restore to your USB thumb drive.
  • We will call this USB Thumb Drive #1.

Obtain 32-bit NIC card drivers:

  • Question: if I’m restoring a 64-bit workstation, why do I need to download a 32-bit driver for the NIC card.
  • Answer: The WHS Restore CD itself is running in 32-bit mode. The 64-bit driver stored within the Windows Home Server Drivers for Restore folder is the 64 bit driver, and won’t work when doing the restore process.

Example:

  • In my case, the workstation that needs to be restore has a Realtek PCIe Gigabit Family Controller network card installed.
  • Go to the Realtek website, click on Downloads
  • Click on Realtek PCIe GBE Family Controller Series Drivers from the Quick Links section on the right.
  • Locate and download the WinXP/Win Server 2003 Driver to your computer. I created a folder called Realtek Drivers for this purpose.
    image
  • Unzip the download file and copy it to a second USB thumb drive.
  • We will call this USB Thumb Drive #2.
    image

Perform the WHS Restore:

Boot from WHS Restore CD:

  • Boot up the computer using the WHS Restore CD.
  • You will be prompted to select the appropriate memory configuration.
  • It will take a few minutes for the Restore CD to load and run.
  • You will eventually be asked to confirm time format and keyboard.
  • Click Continue.

Detect Hardware:

  • Now we come to the all-important Detect Hardware screen.
  • Click Details.
  • Plug in USB Thumb Drive #1 into the computer, click Install Drivers and then click Scan.
  • Once that is completed, repeat the process with USB Thumb Drive #2.
  • Once drivers have been installed click OK.

Proceed with Restore:

  • At this point, we should be ready to rock-n-rill.
  • You will get the Welcome to the Restore Computer wizard.
  • You will be prompted for the WHS server password.
  • You will confirm which computer you are restoring, and which backup to use.
  • If restoring because of virus or malware, you will want to select a backup dated prior to the infection.

Good luck!

Here’s a link to another web site showing the step-by-step screenshots of restoring a computer using WHS:
http://www.howtogeek.com/?post_type=post&p=12642

Adobe Flash Player Update Error

Over the past week or so, I have encountered several workstations with a pop-up error window reporting that “Adobe Flash Player Update Service 11.3.r300 encountered a problem and needed to close.”

image

If you search the Internet, you will see that many people have encountered this issue. Early reports was that it was only affecting Mozilla Firefox users. But users have since reported getting the same error on workstations without Firefox. So it is not a browser-based issue.

For now, here is what I am doing as a quick-fix (hopefully) when I encounter this on a workstation:

  • Startup the Flash Player Settings Manager
    • Go to Control Panel, and if necessary switch away from ‘Category’ view, then double click on the Flash Player icon
      image
    • Alternately, you may click Start –> Run –> FlashPlayerCPLApp.cpl
  • This will open the Flash Player Settings Manager
  • Click on the Advanced tab, and then click to select “Notify me to install updates
    image
  • Then click on the Storage tab, then click “Local Storage Settings by Site”, and remove any sites that you cannot identify.
    image
  • Reboot your computer

Hope this helps you!

HP-Microsoft SBS Update Webcast

imageHP and Microsoft are hosting a joint live webcast to address the recently announce Windows Server Essentials 2012 product, which is the follow-on product to the various Small Business Server solutions.
 
Webcast is set for Wednesday July 18th starting at 8am PST (11am EST)

Topics that Lucy Ellis (HP) and David Fabritius (Microsoft) will cover include:

  • Windows Server Essentials 2012 features and benefits
  • Customer Scenarios
  • HP Product Portfolio and transition plans
  • Q&A

Click here to go to the link for joining the webcast by computer or phone.

Here is a pre-recorded clip with Lucy and David inviting you to this free webcast: