Guys, one minor flaw. The description seems to have carriage returns and/or line feeds in it and this does not store well. I tried doing:

 Code:
$arrPatch[1,$intCount] = Join(Split(Join(Split($objUpdate.Description,Char(13))),Chr(10)))


but that doesn't seem to fix it. Am I missing something here?