<?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 Re: CyberArk - PSM Connection Component - SmartConsole + Gaia in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CyberArk-PSM-Connection-Component-SmartConsole-Gaia/m-p/49067#M88881</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hello Norbert !&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sorry, I was mistaken,&amp;nbsp;&lt;SPAN&gt;BlockInputEx.au3&lt;/SPAN&gt; was missed in my components folder. Everything working perfectly. Many thanks&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Rozdaibida Oleksandr&lt;/P&gt;</description>
    <pubDate>Thu, 28 Mar 2019 15:56:54 GMT</pubDate>
    <dc:creator>Aleksandr</dc:creator>
    <dc:date>2019-03-28T15:56:54Z</dc:date>
    <item>
      <title>CyberArk - PSM Connection Component - SmartConsole + Gaia</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CyberArk-PSM-Connection-Component-SmartConsole-Gaia/m-p/27982#M88879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I managed to automate login for SmartConsole and Gaia for the CyberArk PSM. I developed it with R80.20.M2 but I assume it should work for all R80.x versions.&lt;/P&gt;&lt;P&gt;It writes login information into a temporary file of the PSM Shadow User and uses the CLI parameter -p to read this file. The&amp;nbsp;temporary file is deleted directly after logon. (reference:&amp;nbsp;&lt;A href="https://community.checkpoint.com/thread/6432"&gt;Command Line Arguments to R80.10 SmartConsole.exe&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;It should be remembered that everybody with access to the PSM and the rights needed to open the PSM Shadow Users Temp directory, might see the credentials during the logon process!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The platform which uses the connection needs the following parameters:&lt;/P&gt;&lt;P&gt;- username = SmartConsole User&lt;/P&gt;&lt;P&gt;- address = IP/FQDN of Check Point Management&lt;/P&gt;&lt;P&gt;- domain (optional) = Domain for MDM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the SmartConsole User is configured to use "OS Password" and is configured on Gaia, the CyberArk preintegrated CPM plugin for Gaia-SSH can be also used to manage this account!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also configured a PSM-WebApp for Chrome by using the following WebForm Settings:&lt;/P&gt;&lt;P&gt;LogonURL =&amp;nbsp;"&lt;A href="https://%7bpvwa-address%7d%7bWebUI_Port%7d"&gt;https://{address}:{WebUI_Port}&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;WebFromFields:&lt;/P&gt;&lt;P lang="de" style="margin: 0in; margin-left: .375in; font-family: Consolas; font-size: 11.0pt;"&gt;txtUserName &amp;gt; {Username}&lt;/P&gt;&lt;P lang="de" style="margin: 0in; margin-left: .375in; font-family: Consolas; font-size: 11.0pt;"&gt;txtPwd &amp;gt; {Password}&lt;/P&gt;&lt;P lang="de" style="margin: 0in; margin-left: .375in; font-family: Consolas; font-size: 11.0pt;"&gt;login_button &amp;gt; (Button)&lt;/P&gt;&lt;P lang="de" style="margin: 0in; margin-left: .375in; font-family: Consolas; font-size: 11.0pt;"&gt;top_panel_user_name1 &amp;gt; (Validation)&lt;/P&gt;&lt;P lang="de" style="margin: 0in; margin-left: .375in; font-family: Consolas; font-size: 11.0pt;"&gt;&lt;/P&gt;&lt;P lang="de" style="margin: 0in; margin-left: .375in; font-family: Consolas; font-size: 11.0pt;"&gt;&lt;/P&gt;&lt;P lang="de"&gt;Some things are to consider for the SmartConsole login procedure:&lt;/P&gt;&lt;P lang="de"&gt;1. Fingerprint on first login&lt;/P&gt;&lt;P lang="de"&gt;Currently&amp;nbsp;I am blocking user input on logon. As the window with fingerprint can not be differentiated from the normal loading sequence, I am waiting 10 seconds before discovering the window and then press "Enter" to accept the fingerprint (if it is there).&lt;/P&gt;&lt;P lang="de"&gt;This is OK in my tests but might cause troubles with slow connections.&lt;/P&gt;&lt;P lang="de"&gt;Another solution would be to unblock the user input and let the user choose.&amp;nbsp;&lt;/P&gt;&lt;P lang="de"&gt;Or even better, if there was a way to put the fingerprint into the account in CyberArk and put it automaticall in the LoginParms file to only allow login to a management with correct fingerprint. -&amp;gt; question is: is this possible?&lt;/P&gt;&lt;P lang="de"&gt;&lt;/P&gt;&lt;P lang="de"&gt;2. MDM&lt;/P&gt;&lt;P&gt;As the user input is blocked, someone is not able to choose the "Login Domain". Therefor it has to be supplied on the account with the "domain" parameter beforehand.&lt;/P&gt;&lt;P lang="de"&gt;There are 2 possibilites to achieve this:&lt;/P&gt;&lt;OL style="list-style-type: lower-alpha;"&gt;&lt;LI lang="de"&gt;have multiple accounts in CyberArk with different "domain" parameters. So one with MDS, one with Global, and others with the domain names. And then put them in a group and manage the whole group through CyberArk.&lt;/LI&gt;&lt;LI lang="de"&gt;allow user input in CyberArk to choose the domain like for Windows Domain accounts with the target machine&lt;/LI&gt;&lt;LI lang="de"&gt;unblock user input and let the user choose, considering the component might timeout in this process&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;change from 30.1.:&lt;/P&gt;&lt;P&gt;I found an issue with MDM part and fixed it.&lt;/P&gt;&lt;P&gt;I also integrated the possiblity to use PSMRemoteMachine parameter instead of domain parameter, so a picker can be used to choose the domain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2019 11:37:49 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CyberArk-PSM-Connection-Component-SmartConsole-Gaia/m-p/27982#M88879</guid>
      <dc:creator>Norbert_Bohusch</dc:creator>
      <dc:date>2019-01-29T11:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: CyberArk - PSM Connection Component - SmartConsole + Gaia</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CyberArk-PSM-Connection-Component-SmartConsole-Gaia/m-p/49023#M88880</link>
      <description>&lt;P&gt;Hello Norbert !&lt;/P&gt;&lt;P&gt;Very helpful article and also connector... We need to test it for one of our implementation... But after we tried to use it, we found that 4 addition scripts required:&amp;nbsp;&lt;FONT&gt;PSMGenericClientWrapper.au3&lt;/FONT&gt;;&amp;nbsp;&lt;FONT&gt;BlockInputEx.au3&lt;/FONT&gt;;&amp;nbsp;&lt;FONT&gt;File.au3&lt;/FONT&gt;;&amp;nbsp;&lt;FONT&gt;FileConstants.au3... We didn`t see them in archive "&lt;A href="https://community.checkpoint.com/fyrhh23835/attachments/fyrhh23835/general-management/5542/1/SmartConsole-R80.20.M2.au3.zip" target="_blank" rel="noopener"&gt;SmartConsole-R80.20.M2.au3.zip &lt;/A&gt;" which u provided... So where we can find them? Connector failed to work without them.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Rozdaibida Aleksandr&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 12:28:34 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CyberArk-PSM-Connection-Component-SmartConsole-Gaia/m-p/49023#M88880</guid>
      <dc:creator>Aleksandr</dc:creator>
      <dc:date>2019-03-28T12:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: CyberArk - PSM Connection Component - SmartConsole + Gaia</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CyberArk-PSM-Connection-Component-SmartConsole-Gaia/m-p/49067#M88881</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello Norbert !&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sorry, I was mistaken,&amp;nbsp;&lt;SPAN&gt;BlockInputEx.au3&lt;/SPAN&gt; was missed in my components folder. Everything working perfectly. Many thanks&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Rozdaibida Oleksandr&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 15:56:54 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CyberArk-PSM-Connection-Component-SmartConsole-Gaia/m-p/49067#M88881</guid>
      <dc:creator>Aleksandr</dc:creator>
      <dc:date>2019-03-28T15:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: CyberArk - PSM Connection Component - SmartConsole + Gaia</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CyberArk-PSM-Connection-Component-SmartConsole-Gaia/m-p/87876#M88882</link>
      <description>&lt;P&gt;Hi Norbert,&lt;/P&gt;&lt;P&gt;I'm using R80.30, and it's almost working.&lt;/P&gt;&lt;P&gt;PSM is giving me an error&lt;/P&gt;&lt;P&gt;PSMSR126E [ff51ee50-b91d-4b96-95f4-7c3ff1d98f4b] Failure occurred while handling session. PSMSR605E [ff51ee50-b91d-4b96-95f4-7c3ff1d98f4b] Error occurred while waiting for the dispatcher to communicate (Error details: [PSMSR606E [ff51ee50-b91d-4b96-95f4-7c3ff1d98f4b] Timeout occurred while waiting for a specific component to end])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea what the issue could be?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Bart&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 09:10:33 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CyberArk-PSM-Connection-Component-SmartConsole-Gaia/m-p/87876#M88882</guid>
      <dc:creator>Bart_Leysen</dc:creator>
      <dc:date>2020-06-10T09:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: CyberArk - PSM Connection Component - SmartConsole + Gaia</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CyberArk-PSM-Connection-Component-SmartConsole-Gaia/m-p/87890#M88883</link>
      <description>Hi Bart,&lt;BR /&gt;what would you expect for other files?&lt;BR /&gt;It is not a platform to be imported as is but manual work needed to implement it in current state...</description>
      <pubDate>Wed, 10 Jun 2020 09:36:02 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CyberArk-PSM-Connection-Component-SmartConsole-Gaia/m-p/87890#M88883</guid>
      <dc:creator>Norbert_Bohusch</dc:creator>
      <dc:date>2020-06-10T09:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: CyberArk - PSM Connection Component - SmartConsole + Gaia</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CyberArk-PSM-Connection-Component-SmartConsole-Gaia/m-p/87891#M88884</link>
      <description>&lt;P&gt;Hi Norbert,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for the confusion, i managed to have almost working.&lt;/P&gt;&lt;P&gt;It seems that the PSM is generating an error. It looks like a timeout.&lt;/P&gt;&lt;P&gt;We are using R80.30.&lt;/P&gt;&lt;P&gt;PSMSR126E [adaa7407-d8cc-4b10-88d3-b2caa9461fa2] Failure occurred while handling session. PSMSR605E [adaa7407-d8cc-4b10-88d3-b2caa9461fa2] Error occurred while waiting for the dispatcher to communicate (Error details: [PSMSR606E [adaa7407-d8cc-4b10-88d3-b2caa9461fa2] Timeout occurred while waiting for a specific component to end])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Bart&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 09:42:19 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CyberArk-PSM-Connection-Component-SmartConsole-Gaia/m-p/87891#M88884</guid>
      <dc:creator>Bart_Leysen</dc:creator>
      <dc:date>2020-06-10T09:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: CyberArk - PSM Connection Component - SmartConsole + Gaia</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CyberArk-PSM-Connection-Component-SmartConsole-Gaia/m-p/87893#M88885</link>
      <description>there are many things to consider:&lt;BR /&gt;- paths of installed SmartConsole&lt;BR /&gt;- applocker if configured&lt;BR /&gt;and so on...</description>
      <pubDate>Wed, 10 Jun 2020 09:49:46 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CyberArk-PSM-Connection-Component-SmartConsole-Gaia/m-p/87893#M88885</guid>
      <dc:creator>Norbert_Bohusch</dc:creator>
      <dc:date>2020-06-10T09:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: CyberArk - PSM Connection Component - SmartConsole + Gaia</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CyberArk-PSM-Connection-Component-SmartConsole-Gaia/m-p/87896#M88886</link>
      <description>&lt;P&gt;The path is correct, because the application is opening.&lt;/P&gt;&lt;P&gt;Also applocker is not yet configured.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SCR80.30.JPG" style="width: 400px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/6451i9C56862CE8B05442/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SCR80.30.JPG" alt="SCR80.30.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 09:56:30 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CyberArk-PSM-Connection-Component-SmartConsole-Gaia/m-p/87896#M88886</guid>
      <dc:creator>Bart_Leysen</dc:creator>
      <dc:date>2020-06-10T09:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: CyberArk - PSM Connection Component - SmartConsole + Gaia</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CyberArk-PSM-Connection-Component-SmartConsole-Gaia/m-p/87900#M88887</link>
      <description>&lt;P&gt;What i did notice is that the tooltop below stays at the screen for a very long time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ToolTip ("Starting " &amp;amp; $DISPATCHER_NAME &amp;amp; "...")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 11:46:47 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CyberArk-PSM-Connection-Component-SmartConsole-Gaia/m-p/87900#M88887</guid>
      <dc:creator>Bart_Leysen</dc:creator>
      <dc:date>2020-06-10T11:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: CyberArk - PSM Connection Component - SmartConsole + Gaia</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CyberArk-PSM-Connection-Component-SmartConsole-Gaia/m-p/87906#M88888</link>
      <description>&lt;P&gt;The issue is that with R80.20.M2 the window title was in different layout then it is now.&lt;BR /&gt;Please change the following in the function "LoginProcess":&lt;/P&gt;
&lt;LI-SPOILER&gt;Local $TITLE2 = "SmartConsole (" &amp;amp; $TargetAddress &amp;amp; ")"&lt;BR /&gt;if ($TargetDomain &amp;lt;&amp;gt; "") Then&lt;BR /&gt;$TITLE2 = "SmartConsole - " &amp;amp; $TargetDomain&lt;BR /&gt;AutoItSetOption("WinTitleMatchMode", 1) ; Match partial from the start&lt;BR /&gt;EndIf&lt;/LI-SPOILER&gt;
&lt;P&gt;to:&lt;/P&gt;
&lt;LI-SPOILER&gt;Local $TITLE2 = $TargetAddress &amp;amp; " - SmartConsole" &lt;BR /&gt;if ($TargetDomain &amp;lt;&amp;gt; "") Then&lt;BR /&gt;$TITLE2 = $TargetDomain &amp;amp; " (" &amp;amp; $TargetAddress &amp;amp; ") - SmartConsole"&lt;BR /&gt;AutoItSetOption("WinTitleMatchMode", 1) ; Match partial from the start&lt;BR /&gt;EndIf&lt;/LI-SPOILER&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 12:10:58 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CyberArk-PSM-Connection-Component-SmartConsole-Gaia/m-p/87906#M88888</guid>
      <dc:creator>Norbert_Bohusch</dc:creator>
      <dc:date>2020-06-10T12:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: CyberArk - PSM Connection Component - SmartConsole + Gaia</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CyberArk-PSM-Connection-Component-SmartConsole-Gaia/m-p/87913#M88889</link>
      <description>&lt;P&gt;Hi Norbert,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for this, but it was still failing.&lt;/P&gt;&lt;P&gt;It was pointing me into the direction to get it working.&lt;/P&gt;&lt;P&gt;I commented everything for $TITLE2&lt;/P&gt;&lt;P&gt;So my loginProcess function now looks like below.&lt;/P&gt;&lt;P&gt;This is working for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Func LoginProcess()&lt;BR /&gt;LogWrite("START -&amp;gt; LoginProcess()")&lt;/P&gt;&lt;P&gt;; Titles&lt;BR /&gt;Local $TITLE1 = "Check Point SmartConsole"&lt;BR /&gt;;~ Local $TITLE2 = $TargetAddress &amp;amp; " - SmartConsole"&lt;BR /&gt;;~ if ($TargetDomain &amp;lt;&amp;gt; "") Then&lt;BR /&gt;;~ $TITLE2 = $TargetDomain &amp;amp; " (" &amp;amp; $TargetAddress &amp;amp; ") - SmartConsole"&lt;BR /&gt;;~ AutoItSetOption("WinTitleMatchMode", 1) ; Match partial from the start&lt;BR /&gt;;~ EndIf&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;;Local $TITLE2 = "SmartConsole (" &amp;amp; $TargetAddress &amp;amp; ")"&lt;BR /&gt;;if ($TargetDomain &amp;lt;&amp;gt; "") Then&lt;BR /&gt;; $TITLE2 = "SmartConsole - " &amp;amp; $TargetDomain&lt;BR /&gt;; AutoItSetOption("WinTitleMatchMode", 1) ; Match partial from the start&lt;BR /&gt;;EndIf&lt;/P&gt;&lt;P&gt;; Check for fingerprint information&lt;BR /&gt;LogWrite("Check for fingerprint information")&lt;BR /&gt;sleep(10000)&lt;BR /&gt;WinActivate($TITLE1)&lt;BR /&gt;sleep($sleep)&lt;BR /&gt;Local $hwind1 = WinWaitActive($TITLE1,"",20)&lt;BR /&gt;If ($hwind1 &amp;lt;&amp;gt; 0) Then&lt;BR /&gt;ControlSend($TITLE1, "", "", "{ENTER}")&lt;BR /&gt;endIf&lt;/P&gt;&lt;P&gt;; delete login parameter file&lt;BR /&gt;LogWrite("deleting login parameters file")&lt;BR /&gt;FileDelete($LOGIN_PARMS_FILE)&lt;/P&gt;&lt;P&gt;LogWrite("Wait for application to load")&lt;BR /&gt;; SmartConsole - Login Windows&lt;BR /&gt;;~ WinActivate($TITLE2);&lt;BR /&gt;;~ sleep($sleep)&lt;BR /&gt;;~ WinWaitActive($TITLE2);&lt;/P&gt;&lt;P&gt;;~ $ConnectionClientPID = WinGetProcess($TITLE2)&lt;/P&gt;&lt;P&gt;LogWrite("END -&amp;gt; LoginProcess()")&lt;BR /&gt;EndFunc&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 12:34:08 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CyberArk-PSM-Connection-Component-SmartConsole-Gaia/m-p/87913#M88889</guid>
      <dc:creator>Bart_Leysen</dc:creator>
      <dc:date>2020-06-10T12:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: CyberArk - PSM Connection Component - SmartConsole + Gaia</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CyberArk-PSM-Connection-Component-SmartConsole-Gaia/m-p/87916#M88890</link>
      <description>If you commented that out, then you have no capturing of the PID of the last window and sending wrong pid to PSM for recording...&lt;BR /&gt;I assume then recording will not work &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;</description>
      <pubDate>Wed, 10 Jun 2020 12:46:44 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CyberArk-PSM-Connection-Component-SmartConsole-Gaia/m-p/87916#M88890</guid>
      <dc:creator>Norbert_Bohusch</dc:creator>
      <dc:date>2020-06-10T12:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: CyberArk - PSM Connection Component - SmartConsole + Gaia</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CyberArk-PSM-Connection-Component-SmartConsole-Gaia/m-p/87918#M88891</link>
      <description>&lt;P&gt;The funny thing is, recording is working.&lt;/P&gt;&lt;P&gt;I can do a live view, of my work &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 12:52:26 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CyberArk-PSM-Connection-Component-SmartConsole-Gaia/m-p/87918#M88891</guid>
      <dc:creator>Bart_Leysen</dc:creator>
      <dc:date>2020-06-10T12:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: CyberArk - PSM Connection Component - SmartConsole + Gaia</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CyberArk-PSM-Connection-Component-SmartConsole-Gaia/m-p/102932#M88892</link>
      <description>&lt;P&gt;Hi Aleksandr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;May I know where you got these&amp;nbsp;&lt;FONT&gt;BlockInputEx.au3&lt;/FONT&gt;&lt;SPAN&gt;;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT&gt;File.au3&lt;/FONT&gt;&lt;SPAN&gt;;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT&gt;FileConstants.au3 files?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;and how you import&amp;nbsp;&lt;A href="https://community.checkpoint.com/fyrhh23835/attachments/fyrhh23835/general-management/5542/1/SmartConsole-R80.20.M2.au3.zip" target="_blank" rel="noopener"&gt;SmartConsole-R80.20.M2.au3.zip&lt;/A&gt;&amp;nbsp;connector inside Cyberark?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2020 05:48:18 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CyberArk-PSM-Connection-Component-SmartConsole-Gaia/m-p/102932#M88892</guid>
      <dc:creator>haniffnordin</dc:creator>
      <dc:date>2020-11-23T05:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: CyberArk - PSM Connection Component - SmartConsole + Gaia</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CyberArk-PSM-Connection-Component-SmartConsole-Gaia/m-p/117775#M88893</link>
      <description>&lt;P&gt;Hi Norbert, grate IoT file, i have configure it to work with R80,30, but anyone know how to turn off the “Whats New” SmartConsole Window completely? this window does not let me click anywhere else when PSM starts the connection. thanks for the info.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 20:54:59 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CyberArk-PSM-Connection-Component-SmartConsole-Gaia/m-p/117775#M88893</guid>
      <dc:creator>Omar_Gonzalez</dc:creator>
      <dc:date>2021-05-05T20:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: CyberArk - PSM Connection Component - SmartConsole + Gaia</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CyberArk-PSM-Connection-Component-SmartConsole-Gaia/m-p/138073#M88894</link>
      <description>&lt;P&gt;Hi Norbert,&lt;/P&gt;&lt;P&gt;We now upgraded to R81.10, but it seems that the script isn't working anymore, any idea what i need to change except the path of smartconsole?&lt;/P&gt;&lt;P&gt;#AutoIt3Wrapper_UseX64=n&lt;BR /&gt;Opt("MustDeclareVars", 1)&lt;BR /&gt;AutoItSetOption("WinTitleMatchMode", 3) ; Exact title match&lt;/P&gt;&lt;P&gt;;==========================================================================&lt;BR /&gt;; PSM Universal Connector - Check Point SmartConsole Dispatcher&lt;BR /&gt;; -----------------------------------------&lt;BR /&gt;; Vendor: Check Point&lt;BR /&gt;; Product: SmartConsole&lt;BR /&gt;; Version: R80.30&lt;BR /&gt;; Creator: Norbert Bohusch, Bacher Systems EDV GmbH&lt;BR /&gt;;==========================================================================&lt;/P&gt;&lt;P&gt;#include "PSMGenericClientWrapper.au3"&lt;BR /&gt;#include &amp;lt;BlockInputEx.au3&amp;gt;&lt;BR /&gt;#include &amp;lt;File.au3&amp;gt;&lt;BR /&gt;#include "FileConstants.au3"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;;=======================================&lt;BR /&gt;; Consts &amp;amp; Globals&lt;BR /&gt;;=======================================&lt;BR /&gt;Global Const $DISPATCHER_NAME = "Check Point SmartConsole"&lt;BR /&gt;Global Const $LOGIN_PARMS_FILE = "" &amp;amp; @TempDir &amp;amp; "\SmartConsole.LoginParams" &amp;amp; "" ; Temporary Login Parameters File in TEMP folder&lt;BR /&gt;Global Const $CLIENT_EXECUTABLE = """C:\Program Files (x86)\CheckPoint\SmartConsole\R81.10\PROGRAM\SmartConsole.exe"" -p " &amp;amp; $LOGIN_PARMS_FILE ; CHANGE_ME - change if installed in different path&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Global Const $ERROR_MESSAGE_TITLE = "PSM " &amp;amp; $DISPATCHER_NAME &amp;amp; " Dispatcher error message"&lt;BR /&gt;Global Const $LOG_MESSAGE_PREFIX = $DISPATCHER_NAME &amp;amp; " Dispatcher - "&lt;/P&gt;&lt;P&gt;Global $TargetUsername ; Will be fetched from the PSM session&lt;BR /&gt;Global $TargetPassword ; Will be fetched from the PSM session&lt;BR /&gt;Global $TargetAddress ; Will be fetched from the PSM session&lt;BR /&gt;Global $TargetDomain ; Will be fetched from the PSM session&lt;/P&gt;&lt;P&gt;Global $ConnectionClientPID = 0&lt;BR /&gt;Global Const $sleep = 1000&lt;/P&gt;&lt;P&gt;;=======================================&lt;BR /&gt;; Code&lt;BR /&gt;;=======================================&lt;BR /&gt;Exit Main()&lt;/P&gt;&lt;P&gt;;=======================================&lt;BR /&gt;; Main&lt;BR /&gt;;=======================================&lt;BR /&gt;Func Main()&lt;BR /&gt;; Init PSM Dispatcher utils wrapper&lt;BR /&gt;ToolTip ("Initializing...")&lt;BR /&gt;if (PSMGenericClient_Init() &amp;lt;&amp;gt; $PSM_ERROR_SUCCESS) Then&lt;BR /&gt;Error(PSMGenericClient_PSMGetLastErrorString())&lt;BR /&gt;EndIf&lt;/P&gt;&lt;P&gt;LogWrite("successfully initialized Dispatcher Utils Wrapper")&lt;/P&gt;&lt;P&gt;; Get the dispatcher parameters&lt;BR /&gt;FetchSessionProperties()&lt;/P&gt;&lt;P&gt;_BlockInputEx(1) ; Block all&lt;/P&gt;&lt;P&gt;; Write Login Parameter File&lt;BR /&gt;ToolTip ("Writing login parameter file...")&lt;/P&gt;&lt;P&gt;Local Const $hFile = FileOpen($LOGIN_PARMS_FILE, $FO_OVERWRITE)&lt;BR /&gt;;LogWrite("Opened File: " &amp;amp; $LOGIN_PARMS_FILE)&lt;BR /&gt;LogWrite("writing login parameter file")&lt;/P&gt;&lt;P&gt;FileWrite($hFile, "&amp;lt;?xml version=""1.0"" encoding=""utf-8""?&amp;gt;" &amp;amp; @CRLF)&lt;BR /&gt;FileWrite($hFile, "&amp;lt;RemoteLaunchParemeters xmlns:xsi=""&lt;A href="http://www.w3.org/2001/XMLSchema-instance" target="_blank"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;"" xmlns:xsd=""&lt;A href="http://www.w3.org/2001/XMLSchema" target="_blank"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;""&amp;gt;" &amp;amp; @CRLF)&lt;BR /&gt;FileWrite($hFile, "&amp;lt;Username&amp;gt;" &amp;amp; $TargetUsername &amp;amp; "&amp;lt;/Username&amp;gt;" &amp;amp; @CRLF)&lt;BR /&gt;FileWrite($hFile, "&amp;lt;ServerIP&amp;gt;" &amp;amp; $TargetAddress &amp;amp; "&amp;lt;/ServerIP&amp;gt;" &amp;amp; @CRLF)&lt;BR /&gt;FileWrite($hFile, "&amp;lt;Password&amp;gt;" &amp;amp; $TargetPassword &amp;amp; "&amp;lt;/Password&amp;gt;" &amp;amp; @CRLF)&lt;BR /&gt;FileWrite($hFile, "&amp;lt;DomainName&amp;gt;" &amp;amp; $TargetDomain &amp;amp; "&amp;lt;/DomainName&amp;gt;" &amp;amp; @CRLF)&lt;BR /&gt;FileWrite($hFile, "&amp;lt;/RemoteLaunchParemeters&amp;gt;")&lt;BR /&gt;FileClose($hFile)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;; Run exe and activate&lt;BR /&gt;LogWrite("starting client application: " &amp;amp; $CLIENT_EXECUTABLE)&lt;BR /&gt;ToolTip ("Starting " &amp;amp; $DISPATCHER_NAME &amp;amp; "...")&lt;BR /&gt;$ConnectionClientPID = Run($CLIENT_EXECUTABLE, "", &lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/45976"&gt;@SW&lt;/a&gt;_MAXIMIZE)&lt;BR /&gt;If ($ConnectionClientPID == 0) Then&lt;BR /&gt;Error(StringFormat("Failed to execute process [%s]", $CLIENT_EXECUTABLE, @error))&lt;BR /&gt;EndIf&lt;/P&gt;&lt;P&gt;LoginProcess()&lt;BR /&gt;_BlockInputEx(0) ; Unblock all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;; Send PID to PSM as early as possible so recording/monitoring can begin&lt;BR /&gt;LogWrite("sending PID to PSM")&lt;BR /&gt;if (PSMGenericClient_SendPID($ConnectionClientPID) &amp;lt;&amp;gt; $PSM_ERROR_SUCCESS) Then&lt;BR /&gt;Error(PSMGenericClient_PSMGetLastErrorString())&lt;BR /&gt;EndIf&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;; Terminate PSM Dispatcher utils wrapper&lt;BR /&gt;LogWrite("Terminating Dispatcher Utils Wrapper")&lt;BR /&gt;PSMGenericClient_Term()&lt;/P&gt;&lt;P&gt;Return $PSM_ERROR_SUCCESS&lt;BR /&gt;EndFunc&lt;/P&gt;&lt;P&gt;Func LoginProcess()&lt;BR /&gt;LogWrite("START -&amp;gt; LoginProcess()")&lt;/P&gt;&lt;P&gt;; Titles&lt;BR /&gt;Local $TITLE1 = "Check Point SmartConsole"&lt;BR /&gt;; Local $TITLE2 = $TargetAddress &amp;amp; " - SmartConsole"&lt;BR /&gt;; if ($TargetDomain &amp;lt;&amp;gt; "") Then&lt;BR /&gt;; $TITLE2 = $TargetDomain &amp;amp; " (" &amp;amp; $TargetAddress &amp;amp; ") - SmartConsole"&lt;BR /&gt;; AutoItSetOption("WinTitleMatchMode", 1) ; Match partial from the start&lt;BR /&gt;; EndIf&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;;Local $TITLE2 = "SmartConsole (" &amp;amp; $TargetAddress &amp;amp; ")"&lt;BR /&gt;;if ($TargetDomain &amp;lt;&amp;gt; "") Then&lt;BR /&gt;; $TITLE2 = "SmartConsole - " &amp;amp; $TargetDomain&lt;BR /&gt;; AutoItSetOption("WinTitleMatchMode", 1) ; Match partial from the start&lt;BR /&gt;;EndIf&lt;/P&gt;&lt;P&gt;; Check for fingerprint information&lt;BR /&gt;LogWrite("Check for fingerprint information")&lt;BR /&gt;sleep(10000)&lt;BR /&gt;WinActivate($TITLE1)&lt;BR /&gt;sleep($sleep)&lt;BR /&gt;Local $hwind1 = WinWaitActive($TITLE1,"",20)&lt;BR /&gt;If ($hwind1 &amp;lt;&amp;gt; 0) Then&lt;BR /&gt;ControlSend($TITLE1, "", "", "{ENTER}")&lt;BR /&gt;endIf&lt;/P&gt;&lt;P&gt;; delete login parameter file&lt;BR /&gt;LogWrite("deleting login parameters file")&lt;BR /&gt;FileDelete($LOGIN_PARMS_FILE)&lt;/P&gt;&lt;P&gt;LogWrite("Wait for application to load")&lt;BR /&gt;; SmartConsole - Login Windows&lt;BR /&gt;;~ WinActivate($TITLE2);&lt;BR /&gt;;~ sleep($sleep)&lt;BR /&gt;;~ WinWaitActive($TITLE2);&lt;/P&gt;&lt;P&gt;;~ $ConnectionClientPID = WinGetProcess($TITLE2)&lt;/P&gt;&lt;P&gt;LogWrite("END -&amp;gt; LoginProcess()")&lt;BR /&gt;EndFunc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;;==================================&lt;BR /&gt;; Functions&lt;BR /&gt;;==================================&lt;/P&gt;&lt;P&gt;; #FUNCTION# ====================================================================================================================&lt;BR /&gt;; Name...........: Error&lt;BR /&gt;; Description ...: An exception handler - displays an error message and terminates the dispatcher&lt;BR /&gt;; Parameters ....: $ErrorMessage - Error message to display&lt;BR /&gt;; $Code - [Optional] Exit error code&lt;BR /&gt;; ===============================================================================================================================&lt;BR /&gt;Func Error($ErrorMessage, $Code = -1)&lt;/P&gt;&lt;P&gt;; If the dispatcher utils DLL was already initialized, write an error log message and terminate the wrapper&lt;BR /&gt;if (PSMGenericClient_IsInitialized()) Then&lt;BR /&gt;LogWrite($ErrorMessage, True)&lt;BR /&gt;PSMGenericClient_Term()&lt;BR /&gt;EndIf&lt;/P&gt;&lt;P&gt;Local $MessageFlags = BitOr(0, 16, 262144) ; 0=OK button, 16=Stop-sign icon, 262144=MsgBox has top-most attribute set&lt;/P&gt;&lt;P&gt;MsgBox($MessageFlags, $ERROR_MESSAGE_TITLE, $ErrorMessage)&lt;/P&gt;&lt;P&gt;; If the connection component was already invoked, terminate it&lt;BR /&gt;if ($ConnectionClientPID &amp;lt;&amp;gt; 0) Then&lt;BR /&gt;ProcessClose($ConnectionClientPID)&lt;BR /&gt;$ConnectionClientPID = 0&lt;BR /&gt;EndIf&lt;/P&gt;&lt;P&gt;Exit $Code&lt;BR /&gt;EndFunc&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;; #FUNCTION# ====================================================================================================================&lt;BR /&gt;; Name...........: LogWrite&lt;BR /&gt;; Description ...: Write a PSMWinSCPDispatcher log message to standard PSM log file&lt;BR /&gt;; Parameters ....: $sMessage - [IN] The message to write&lt;BR /&gt;; $LogLevel - [Optional] [IN] Defined if the message should be handled as an error message or as a trace messge&lt;BR /&gt;; Return values .: $PSM_ERROR_SUCCESS - Success, otherwise error - Use PSMGenericClient_PSMGetLastErrorString for details.&lt;BR /&gt;; ===============================================================================================================================&lt;BR /&gt;Func LogWrite($sMessage, $LogLevel = $LOG_LEVEL_TRACE)&lt;BR /&gt;Return PSMGenericClient_LogWrite($LOG_MESSAGE_PREFIX &amp;amp; $sMessage, $LogLevel)&lt;BR /&gt;EndFunc&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;; #FUNCTION# ====================================================================================================================&lt;BR /&gt;; Name...........: PSMGenericClient_GetSessionProperty&lt;BR /&gt;; Description ...: Fetches properties required for the session&lt;BR /&gt;; Parameters ....: None&lt;BR /&gt;; Return values .: None&lt;BR /&gt;; ===============================================================================================================================&lt;BR /&gt;Func FetchSessionProperties()&lt;BR /&gt;Local $ErrorPrefix="Connector failed to retrieve value of attribute:"&lt;/P&gt;&lt;P&gt;if (PSMGenericClient_GetSessionProperty("Address", $TargetAddress) &amp;lt;&amp;gt; $PSM_ERROR_SUCCESS) Then&lt;BR /&gt;Error($ErrorPrefix&amp;amp;"Address")&lt;BR /&gt;EndIf&lt;/P&gt;&lt;P&gt;if (PSMGenericClient_GetSessionProperty("Username", $TargetUsername) &amp;lt;&amp;gt; $PSM_ERROR_SUCCESS) Then&lt;BR /&gt;Error($ErrorPrefix&amp;amp;"Username")&lt;BR /&gt;EndIf&lt;/P&gt;&lt;P&gt;if (PSMGenericClient_GetSessionProperty("Password", $TargetPassword) &amp;lt;&amp;gt; $PSM_ERROR_SUCCESS) Then&lt;BR /&gt;Error($ErrorPrefix&amp;amp;"Password")&lt;BR /&gt;EndIf&lt;BR /&gt;if (PSMGenericClient_GetSessionProperty("Address", $TargetAddress) &amp;lt;&amp;gt; $PSM_ERROR_SUCCESS) Then&lt;BR /&gt;Error($ErrorPrefix&amp;amp;"Address")&lt;BR /&gt;EndIf&lt;/P&gt;&lt;P&gt;if (PSMGenericClient_GetSessionProperty("Username", $TargetUsername) &amp;lt;&amp;gt; $PSM_ERROR_SUCCESS) Then&lt;BR /&gt;Error($ErrorPrefix&amp;amp;"Username")&lt;BR /&gt;EndIf&lt;/P&gt;&lt;P&gt;if (PSMGenericClient_GetSessionProperty("PSMRemoteMachine", $TargetDomain) &amp;lt;&amp;gt; $PSM_ERROR_SUCCESS) Then&lt;BR /&gt;if (PSMGenericClient_GetSessionProperty("Domain", $TargetDomain) &amp;lt;&amp;gt; $PSM_ERROR_SUCCESS) Then&lt;BR /&gt;$TargetDomain=""&lt;BR /&gt;EndIf&lt;BR /&gt;EndIf&lt;BR /&gt;EndFunc&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2022 11:08:21 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CyberArk-PSM-Connection-Component-SmartConsole-Gaia/m-p/138073#M88894</guid>
      <dc:creator>Bart_Leysen</dc:creator>
      <dc:date>2022-01-11T11:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: CyberArk - PSM Connection Component - SmartConsole + Gaia</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CyberArk-PSM-Connection-Component-SmartConsole-Gaia/m-p/138084#M88895</link>
      <description>&lt;P&gt;Hi Norbert,&lt;/P&gt;&lt;P&gt;We now upgraded to R81.10, but it seems that the script isn't working anymore, any idea what i need to change except the path of smartconsole?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2022 11:51:03 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CyberArk-PSM-Connection-Component-SmartConsole-Gaia/m-p/138084#M88895</guid>
      <dc:creator>Bart_Leysen</dc:creator>
      <dc:date>2022-01-11T11:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: CyberArk - PSM Connection Component - SmartConsole + Gaia</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CyberArk-PSM-Connection-Component-SmartConsole-Gaia/m-p/138186#M88896</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;unfortunately Check Point removed the possibility to start SmartConsole with a XML in clear-text in R81.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.checkpoint.com/t5/Management/R81-SmartConsole-config-file-doesn-t-work/m-p/112464/highlight/true#M25931" target="_blank"&gt;https://community.checkpoint.com/t5/Management/R81-SmartConsole-config-file-doesn-t-work/m-p/112464/highlight/true#M25931&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;So this is CyberArk Connection Component not working anymore.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 06:35:42 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CyberArk-PSM-Connection-Component-SmartConsole-Gaia/m-p/138186#M88896</guid>
      <dc:creator>Norbert_Bohusch</dc:creator>
      <dc:date>2022-01-12T06:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: CyberArk - PSM Connection Component - SmartConsole + Gaia</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CyberArk-PSM-Connection-Component-SmartConsole-Gaia/m-p/138211#M88897</link>
      <description>&lt;P&gt;That's very unfortunate, so there is no way to get this working with CyberArk again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for your answer Norbert, it's very much appriciated.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 08:33:27 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CyberArk-PSM-Connection-Component-SmartConsole-Gaia/m-p/138211#M88897</guid>
      <dc:creator>Bart_Leysen</dc:creator>
      <dc:date>2022-01-12T08:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: CyberArk - PSM Connection Component - SmartConsole + Gaia</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CyberArk-PSM-Connection-Component-SmartConsole-Gaia/m-p/138213#M88898</link>
      <description>&lt;P&gt;At least not in this way with XML file.&lt;/P&gt;
&lt;P&gt;By using tabulator key and jumping to fields of login, should be possible, but is not that stable typically....&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 08:41:02 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CyberArk-PSM-Connection-Component-SmartConsole-Gaia/m-p/138213#M88898</guid>
      <dc:creator>Norbert_Bohusch</dc:creator>
      <dc:date>2022-01-12T08:41:02Z</dc:date>
    </item>
  </channel>
</rss>

