• 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 - Thomas

#1
Thanks for your reply,
I juste send you all the log file, and .ps1 execution's file you demand on the email adresse.

#2
Hello,

I'm IT technician, and use patchmypc for my company.
I have a trouble with the update of Microsoft Edge (x64).
In fact I have the update :

Microsoft Edge 116.0.1938.54 (x64)

The installable Script is :
<lar:And>
  <WSUS Generated MSI Installable Rule/>
  <lar:And>
    <bar:RegValueExists Subkey="SOFTWARE\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}" Key="HKEY_LOCAL_MACHINE" Type="REG_SZ" RegType32="true" />
    <bar:RegSzToVersion Subkey="SOFTWARE\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}" Value="pv" Comparison="LessThan" Data="116.0.1938.54" Key="HKEY_LOCAL_MACHINE" RegType32="true" />
    <bar:WindowsVersion Comparison="GreaterThanOrEqualTo" MajorVersion="10" MinorVersion="0" />
  </lar:And>
</lar:And> 

And the installedRules is :

<lar:And>
  <bar:RegValueExists Subkey="SOFTWARE\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}" Key="HKEY_LOCAL_MACHINE" Type="REG_SZ" RegType32="true" />
  <bar:RegSzToVersion Subkey="SOFTWARE\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}" Value="pv" Comparison="GreaterThanOrEqualTo" Data="116.0.1938.54" Key="HKEY_LOCAL_MACHINE" RegType32="true" />
</lar:And>

But, on intune, all my computer are :

Non Available : "La règle de spécification de script PowerShell n'est pas satisfaite."

In my regedit, I haven't got this key in HKEY_Local_machine.
But I have in HKEY_CURRENT_USER :
Ordinateur\HKEY_CURRENT_USER\SOFTWARE\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}
with nothing in :


But when we test :
(source : https://stackoverflow.com/questions/46440429/get-microsoft-edge-browser-version-using-registry-or-command-line) :

Powershell : reg query HKCU\Software\Microsoft\Edge\BLBeacon /v version
HKEY_CURRENT_USER\Software\Microsoft\Edge\BLBeacon
    version    REG_SZ    115.0.1901.203



We obtain the key, but not in your registry path.

Can you help us for this problem ?