• Welcome to Support Forum: Get Support for Patch My PC Products and Services.
 
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Madd

#1
Thanks for getting back to me, I have upvoted the idea on UserVoice
#2
Hi Ben,

Yes the script is reporting "Detected" for versions other than 25.0.0.935.

Further down in the script there is the below which is returning Detected as the GUID matched
#3
I've been trying to get to the bottom of why Intune keeps detecting installed version as 25.0.0.935 when the actual installed client is anything else but that.

I had a look at the PMPC detection script and found that it is hardcoded to return $true if the GUID extracted from the Uninstall key matches the one in the script, I looked at 2 versions prior to 25.0.0.935 and confirmed that they all have the same GUID.

I have tested my theory by saving the script and commenting out the below and reuploading the script.
if ($f) {
 l $g $true "$($s.a) $m"
 return $o
}
So far it appears to be installing correctly with the modified script.

Hopefully this is actually the issue, and I haven't misunderstood the detection script.