Found the bug in WMIEnumClasses()
code:
For Each $Qualifier in $objClass.Qualifiers_

Should be...
code:
For Each $Qualifier in $Class.Qualifiers_