Technet Gets Cheaper

Microsoft recently rolled out a new tier of Technet called Technet Standard and what was Technet Plus is now Technet Professional.

Microsoft has also released a nifty spreadsheet showing the difference between Standard and Professional.

Standard seems to have most of what Professional has, sans the Enterprise versions for $100 less.

- Soli Deo Gloria

Monitor Problem from Hell

You probably heard of “DLL Hell”, but I recently experienced “monitor hell”. We had a 30inch Dell WFP3007 attached to a Dell Precision T3400. We shipped the PC offsite and attached the monitor to another Dell T3400. A few weeks went by when the user who has this monitor noted that he could not set the resolution above 1280×800.  I went over and tried setting the resolution to 1900×1200.  Upon doing this, the monitor scaled down to 1/4 of  the screen.  In order to see the whole screen, I had to scroll the mouse around.  I thought it was a video card problem.  The PC had a NVS 290 video card within it and the working system had a Quadro FX 570.  I did not have any Quadro’s laying around, so I tried an ATI FireGL V7200.  Upon installing this card and booting, all I got was a screen with a bunch of bars across the screen, going in and out: the PC wouldn’t even POST.

I tried another FireGL video card with the same results.  At this point, I was completely baffled, so I called Dell and actually had them connect into the PC in question.  Try as he may, the tech support guy who was A+ and DCSE certified could not fix the problem either.  This PC was only a few months old and had recently been imaged within the last 3 months.

I tried another DVI cable with the same results.  I then (for completeness sake), tried a NVS 295 video card since it had DisplayPort inputs on it and again, I got the same results with the display scaling.  At this point, I was pretty convinced it was the monitor itself, so I brought over a Dell T3500 and attached the monitor this PC.  Again, I got the bars across the screen.

I called Dell again, this time requesting a RMA on the monitor.  By this time I had gone through 5 video cards, 2 cables, and 2 computers.  After firing off all this information at the tech support person, I expected a prompt replacement of the monitor.  However, she came back after talking with the engineering lab and stated that I needed a DVI dual-link cable.  I never knew there was a difference in DVI cables, much less single-link and dual-link DVI cables.

According to http://en.wikipedia.org/wiki/Digital_Visual_Interface, the dual-link has 6 extra pins and has a higher bandwidth (resolution) capability.  We ordered this cable from Dell for around $9.  Upon getting the cable and trying it on a Dell 390, it worked!  I happily wheeled the monitor over to the user’s workstation.  And guess what?  SAME PROBLEM!

At this point he had a Quadro FX1400 installed, after the many video card attempts I had tried.  I ran back and took the Quadro FX 570 out of the Dell 390.  Finally, the monitor worked!

I don’t know if there is a moral to the story, other than to say that if you have a 30inch LCD screen, you better have the best video card and best DVI cable you can.

- Soli Deo Gloria

Early Windows 8 Details Leaked

Francisco Martin, a Microsoft Enthusiast, posted several  (now offline, wonder why :) )confidential pieces of information to his blog on Monday revealing improvements that Microsoft is aiming for with Windows 8.  Read more at Neowin.

- Soli Deo Gloria

Sysinternals Tools Updated

Some interesting enhancements to some of Sysinternals tools:

Autoruns v10: This major update to Autoruns introduces the ability to scan offline Windows
installations, adds.exe and .cmd extension handlers, defaults to hiding Windows entries to
reduce noise in the common use case, and includes bug fixes.

Process Explorer v12.04: This Process Explorer release adds the ability to generate full and
minidump process crash dump files and fixes a bug in the process permission dialog.

Sigcheck v1.7: This version of Sigcheck, a file version and signature verification command-line
utility, now returns an exit code of 0 to indicate that all code it checked was signed and 1 to
report that some were unsigned.

ProcDump v1.8:  This version of ProcDump, a command-line process crash-dump generation
tool, includes comments in the crash dump that reflect the reason that the dump was
generated (memory threshold hit, CPU threshold hit, manual, etc.).

http://technet.microsoft.com/en-us/sysinternals/default.aspx

- Soli Deo Gloria

The GPO That Couldn’t

After many sweet years, we finally bid farewell to Internet Explorer 6.  We planned to deploy Internet Explorer 7 via a Software Installation GPO.  After making the IE 7 MSI with the IEAK, we assigned it as a GPO.  As soon as the computer would reboot, the MSI would be assigned, install and restart the PC.  This worked great, except some PCs just weren’t getting the GPO.  Running RSOP, I saw the message:

Software Installation did not complete policy processing because a system restart is required for the settings to be applied. Group Policy will attempt to apply the settings the next time the computer is restarted.

So I rebooted the PC over and over again, only again to find the same message.  Copying down all the computer names, I started to look at each computer.  They were all Dell GX270 computers.  I sat down at one of these machines and started updating network drivers, setting the GPO “Always wait for the network at computer startup and logon” locally to Enabled, etc.  After a few Google searching, I found a setting called Media Sensing that can cause a computer not to detect the network connection at boot: http://support.microsoft.com/kb/326152.

The explanation from the above article is as follows:

The problem occurs because link status fluctuates as the network adapter (also known as the network interface card, or NIC) driver initializes and as the network adapter hardware negotiates a link with the network infrastructure. The Group Policy application stack executes before the negotiation process is completed and can fail because of the absence of a valid link.

Upon running the REG file I made with this setting, the PC took the GPO!  Within SCCM 2007, I created a collection with membership based on computers with the chassis value of GX270.  I then pushed my REG file to this collection and shazam, all were fixed!

- Soli Deo Gloria

Paragon Virtualization Manager 9.5 for Free (until May 24th)

Free until May 24th: http://dottech.org/freebies/16479

These are the major features as per the developer:

  • Migrate a Windows-based computer to a virtual environment (P2V)
  • Migrate from a virtual environment to physical (V2P)
  • Virtualize system from its backup image (P2V)
  • Migrate from one virtual environment to another (V2V)
  • Recover the OS startup ability after system migration to a different hardware or unsuccessful virtualization by a 3rd party tool (P2P and P2V Adjust)
  • Clone a partition or an entire hard disk
  • Exchange data between your physical environment and the virtual one, or between a virtual disk and its snapshots
  • Accomplish virtual drive partitioning (create, format, delete, move, resize etc.)

Edit (5/27/10): After installing this program, it just seems simliar to Sysinternals’ Disk2VHD program.

- Soli Deo Gloria

Lock Down Adobe Reader 9

Want to lock down Adobe Reader 9 in your environment?  Prevent updates, get rid of the splash screen and the option to buy Adobe Acrobat with the following script.  Just place the following commands in a .BAT file and then run it after you install or upgrade Adobe Reader on a user’s computer (stolen from appdeploy.com).  The REG ADD lines should be all on one line.  They are broken over 2 lines below due to the length.

REG ADD “HKLM\SOFTWARE\Policies\Adobe\Acrobat Reader\9.0\FeatureLockdown” /v bUpdater /d 0 /t REG_DWORD /f
REG ADD “HKLM\SOFTWARE\Policies\Adobe\Acrobat Reader\9.0\FeatureLockdown” /v bShowEbookMenu /d 0 /t REG_DWORD /f
REG ADD “HKLM\SOFTWARE\Policies\Adobe\Acrobat Reader\9.0\FeatureLockdown” /v bPurchaseAcro /d 0 /t REG_DWORD /f
REG ADD “HKLM\SOFTWARE\Policies\Adobe\Acrobat Reader\9.0\FeatureLockdown” /v bCreatePDFOnline /d 0 /t REG_DWORD /f
REG ADD “HKLM\SOFTWARE\Policies\Adobe\Acrobat Reader\9.0\FeatureLockdown” /v bBrowserIntegration /d 0 /t REG_DWORD /f
REG ADD “HKLM\SOFTWARE\Adobe\Acrobat Reader\9.0\AdobeViewer” /v EULA /d 1 /t REG_DWORD /f
REG ADD “HKLM\SOFTWARE\Adobe\Acrobat Reader\9.0\AdobeViewer” /v Launched /d 1 /t REG_DWORD /f
REG ADD “HKLM\SOFTWARE\Adobe\Acrobat Reader\9.0\Downtown” /f
REG ADD “HKLM\SOFTWARE\Adobe\Acrobat Reader\9.0\Downtown” /v bDontShowAtLaunch /t REG_DWORD /d 1 /f
REG ADD “HKLM\SOFTWARE\Adobe\Acrobat Reader\9.0\Downtown” /v bGoOnline /t REG_DWORD /d 0 /f

- Soli Deo Gloria

A Very Fast Search Utility for Windows

I use Agent Ransack at home and at work for searching for files, but just recently I found Ultrasearch made by the guys that created Treesize.  The file search works by searching the MFT of NTFS directly instead of drilling down into the file system itself or an index.  The nice thing is that not only are the search results nearly instanteous, you don’t have any of the issues of hard drive thrashing or worrying about hidden files.

I placed the executable on a share on my Windows 7 PC and I was able to run it from an XP machine just fine remotely, so this can be used as a portable application.  Best of all: it’s freeware!

- Soli Deo Gloria

Who Added Joe to Domain Admins?

Saw this ad on Microsoft Technet a few days ago, thought it was pretty funny and decided to post it on April fools:

Duh

Hey Joe, there’s this command called dcpromo…

- Soli Deo Gloria

SIW Pro for free today at Giveaway of the Day

For 24 hours only: http://www.giveawayoftheday.com/siw/

I went to look where it hides the license, but it appears to be embedded within the EXE itself.  I copied the EXE to another box and it was still registered to Giveawayoftheday.  There is an update check feature in the program, so you might be able to continually keep it update with the Giveawayoftheday license.  I’ll update this posting with whatever I find.  Until then, enjoy!

Update: You can’t update the Giveawayoftheday version.  The license is programmed directly into the EXE itself.

- Soli Deo Gloria