Optional Reference in the Application properties. I need a wmi query for to use in Orchestrator. Any ideas?
I did find this, but I can't seem to make it work and I've looked for any of the words and can't find it in WMI. http://social.technet.microsoft.com/Forums/en-US/da91de73-4ee7-4a43-9639-047675117a2b/reading-application-property-optional-reference?forum=configmanagersdk $AppObject = Get-CmApplication -name $appname [XML]$xml = $AppObject.SDMPackageXML $OptionalRef = $xml.AppMgmtDigest.Application.CustomID.'#text'

