MOR 107 - Creepy Features
Podcast July 25th, 2009
Recorded: July22, 2009
Your Host: Rich Niemeier and Keith Albright
Show Length: 57:49
Topics/Links:
- Spooler service crashing on Vista when installing printer
- Configuring Windows Time Service
- Managing FSMO Roles in AD
- Technet - Configuring Windows Time Service
- Technet - Identify the PDC Emulator in AD
- Iomega UltraMaxPlus 1TB
- MS Submits To Linux Project (Code, that is)
- SQL Report Builder 2.0 - For SQL Reporting Services
- Compare Editions of SQL Server 2008
- See what is included in versions of SQL Server 2008 (Like reporting services)
Read the full show notes here.
Read the UStream chat log here.
Website Picks
Rich - Failblog.org - Awesome failures for your enjoyment
Keith - CorruptedFiles.com - Get out of trouble with a corrupted file.
Listen Now:





August 1st, 2009 at 6:11 pm
I’m not sure why technet requires registration for some pages and not others.
As far as the time is concerned, on the pdc emulator servr run the following
w32tm /configure /manualpeerlist:north-america.pool.ntp.org,0×1 /syncfromflags:manual /update
net stop w32time
net start w32time
w32tm /resync /rediscover
To test, I’d manually change the time to a couple of minutes fast (no more than 5) and then run those lines and watch the clock change.
Your clients will sync from this machine.