Thursday, February 18, 2010

Conflicting records in SCCM after re-imaging a system using PXE or DVD/USB

I've found that when if I re-image system that is already in SCCM a new record is created but the old record for the asset is not removed. Its actually very frustrating as it means that the wrong record can be put in a collection and therefore never work the way it was intended.

The duplicate/conflicting record doesn't appear if you re-run the task sequence the run advertised programs within windows.

What happens is when the task sequence comes up to the installing SCCM client it generates a new client ID which is why it creates a new record in SCCM. But the big problem is it doesn't delete the old record it just creates a new one with the same name but new GUID and ClientID.

I've been racking my mind for a solution to this issue. It turns out a earlier solution was almost in place I just needed to tweak a few things.

The solution I've come up with;

-Setup the Task System variable for OSDComputerName on the Unknown Computers collection
- Create a VB script that detects if this is a 'new' system or an 'existing' system. This can be done using a VBscript that checks if OSDComputerName variable is Null; if it is then we know it an existing system.

- If OSDComputername variable is Null then read the SMSMachineName variable and delete it from SCCM just before we install the client.





-

Friday, January 22, 2010

0x80091007 Task Sequence Failure.

This error was popping up on the failure on our main task sequence during the 'Setup Windows and Config Manager" section.

We had issues with the PXE Service Point Point the day before and had to reinstall PXE service Then upload all the now missing packages It turns out the SCCM agent package didn't update correctly on the distribution point.

'Refreshing' the package fixed the issue. Don't just 'Update' the DP as this just does a compare and uploads if different. Refresh copies all the files again.

If you are having this problem yourself i'd like to hear from you about it. Please leave a comment I might be able to help.


Tuesday, December 01, 2009

Roxio CD Creator 000D error

I had trouble installing Roxio CD creator on a Fujitsu Lifebook (e8420) it kept giving me "000D" error which isn't very helpful. Turns out the windows 'My Documents' folder was re-directed to h:\ and I didn't have a h:\ mapped to anything. This was the MSI throwing back a Pre-requiset failure based on it didn't have access to the 'my documents' folder.

Using the Subst command fixed the issue. "Subst h: d:\".

Saturday, November 14, 2009

Wii Virtual Console issues on HD TV's in Australia (PAL users)

I recently downloaded Super Mario 3 for the NES on the Wii. No problem using it on my smaller TV but when it came to the 50" HD plasma it would display "Mode Not Supported" turns out that nintendo doesn't do 50Hz TV to well through component video.

We can fix  this by enabling "component video mode" in some games..


  1. Go into the operations manual for the game. 
  2. Then hit Z+A+2


more info here.

and here

Wii Component Cable Interlace mode
The mode can be enabled by accessing the operations guide of the game, and (with the Nunchuk attached) pressing the buttons Z + A + 2 simultaneously.
The mode can be disabled by using the same method, but with the button combination Z + A + 1 instead.
ref

Thursday, October 29, 2009

Anli & Laura's Lesbian Gamer Geek Wedding

"We wanted a ceremony that reflected our geeky, romantic, pink aesthetic, while at the same time being profound and meaningful. Our ceremony was themed around the video game Portal and the anime series Revolutionary Girl Utena."
 

Monday, September 28, 2009