<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic SCV RegMonitor matching DWORD values in SASE and Remote Access</title>
    <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/SCV-RegMonitor-matching-DWORD-values/m-p/155903#M6359</link>
    <description>&lt;P&gt;Does anyone know how to correctly match REG_DWORD values in SCV (Secure Configuration Verification)?&lt;BR /&gt;While matching REG_SZ values is working fine for me using the following syntax:&lt;/P&gt;&lt;PRE&gt; :string ("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\CurrentVersion&amp;gt;=6.3")&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;... matching the new Windows Version values which are REG_DWORD does not work:&lt;/P&gt;&lt;PRE&gt; :string ("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\CurrentMajorVersionNumber==10")&lt;BR /&gt; :string ("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\CurrentMinorVersionNumber&amp;gt;=0")&lt;/PRE&gt;&lt;P&gt;I also tried using :value instead of :string but it made no difference.&lt;/P&gt;&lt;P&gt;What I'm also interested in is how the &amp;gt;= operator is exactly working with non numeric values like in DisplayVersion which looks like "20H2".&lt;/P&gt;&lt;P&gt;The previously used keys CurrentVersion and ReleaseId seem not to be updated by Windows anymore since they are still 6.3 and 2009 on my Windows 10 machine.&lt;/P&gt;&lt;P&gt;If there is a better way to prevent older windows versions to connect its also welcome. I just have not figured out yet how&amp;nbsp; OsMonitor does work since begin_and/begin_or are not allowed in this section.&lt;/P&gt;&lt;P&gt;Final aim is to prevent clients lower than Win10 21H1 to connect.&lt;/P&gt;&lt;P&gt;Thanks, Bernhard&lt;/P&gt;</description>
    <pubDate>Mon, 29 Aug 2022 13:44:41 GMT</pubDate>
    <dc:creator>bernhard_m</dc:creator>
    <dc:date>2022-08-29T13:44:41Z</dc:date>
    <item>
      <title>SCV RegMonitor matching DWORD values</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/SCV-RegMonitor-matching-DWORD-values/m-p/155903#M6359</link>
      <description>&lt;P&gt;Does anyone know how to correctly match REG_DWORD values in SCV (Secure Configuration Verification)?&lt;BR /&gt;While matching REG_SZ values is working fine for me using the following syntax:&lt;/P&gt;&lt;PRE&gt; :string ("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\CurrentVersion&amp;gt;=6.3")&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;... matching the new Windows Version values which are REG_DWORD does not work:&lt;/P&gt;&lt;PRE&gt; :string ("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\CurrentMajorVersionNumber==10")&lt;BR /&gt; :string ("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\CurrentMinorVersionNumber&amp;gt;=0")&lt;/PRE&gt;&lt;P&gt;I also tried using :value instead of :string but it made no difference.&lt;/P&gt;&lt;P&gt;What I'm also interested in is how the &amp;gt;= operator is exactly working with non numeric values like in DisplayVersion which looks like "20H2".&lt;/P&gt;&lt;P&gt;The previously used keys CurrentVersion and ReleaseId seem not to be updated by Windows anymore since they are still 6.3 and 2009 on my Windows 10 machine.&lt;/P&gt;&lt;P&gt;If there is a better way to prevent older windows versions to connect its also welcome. I just have not figured out yet how&amp;nbsp; OsMonitor does work since begin_and/begin_or are not allowed in this section.&lt;/P&gt;&lt;P&gt;Final aim is to prevent clients lower than Win10 21H1 to connect.&lt;/P&gt;&lt;P&gt;Thanks, Bernhard&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 13:44:41 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/SCV-RegMonitor-matching-DWORD-values/m-p/155903#M6359</guid>
      <dc:creator>bernhard_m</dc:creator>
      <dc:date>2022-08-29T13:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: SCV RegMonitor matching DWORD values</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/SCV-RegMonitor-matching-DWORD-values/m-p/156274#M6360</link>
      <description>&lt;P&gt;Pretty sure you can only use &amp;gt;= with things that have a numeric value, at least based on the documentation:&lt;BR /&gt;&lt;A href="https://sc1.checkpoint.com/documents/R81/WebAdminGuides/EN/CP_R81_RemoteAccessVPN_AdminGuide/Topics-VPNRG/Secure-Configuration-Verification.htm?TocPath=Secure%20Configuration%20Verification%7C_____0#Secure_Configuration_Verification" target="_blank"&gt;https://sc1.checkpoint.com/documents/R81/WebAdminGuides/EN/CP_R81_RemoteAccessVPN_AdminGuide/Topics-VPNRG/Secure-Configuration-Verification.htm?TocPath=Secure%20Configuration%20Verification%7C_____0#Secure_Configuration_Verification&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you're checking major version, this is the way to do it: &lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk176367&amp;amp;partition=Advanced&amp;amp;product=Endpoint" target="_blank"&gt;https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk176367&amp;amp;partition=Advanced&amp;amp;product=Endpoint&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 00:04:28 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/SCV-RegMonitor-matching-DWORD-values/m-p/156274#M6360</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2022-09-02T00:04:28Z</dc:date>
    </item>
  </channel>
</rss>

