<?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: Push operation remote command powershell script in Endpoint</title>
    <link>https://community.checkpoint.com/t5/Endpoint/Push-operation-remote-command-powershell-script/m-p/208716#M8397</link>
    <description>&lt;P&gt;I think this can help you&lt;/P&gt;&lt;P&gt;&lt;A href="https://superuser.com/questions/1233937/how-do-you-pass-program-files-x86-to-powershell" target="_blank" rel="noopener"&gt;https://superuser.com/questions/1233937/how-do-you-pass-program-files-x86-to-powershell&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://g.co/gemini/share/5f00ada47ad3" target="_blank"&gt;https://g.co/gemini/share/5f00ada47ad3&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Mar 2024 00:51:25 GMT</pubDate>
    <dc:creator>lluner</dc:creator>
    <dc:date>2024-03-14T00:51:25Z</dc:date>
    <item>
      <title>Push operation remote command powershell script</title>
      <link>https://community.checkpoint.com/t5/Endpoint/Push-operation-remote-command-powershell-script/m-p/197204#M7773</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to run a script from push operation but it's returning the above message.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;x86 : The term 'x86' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the 
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:51
+ -ExecutationPolicy ByPass -File C:\Program Files (x86)\CheckPoint\End ...
+                                                   ~~~
    + CategoryInfo          : ObjectNotFound: (x86:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException&lt;/LI-CODE&gt;&lt;P&gt;Can someone help?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 16:37:28 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Endpoint/Push-operation-remote-command-powershell-script/m-p/197204#M7773</guid>
      <dc:creator>Ciberdefesa</dc:creator>
      <dc:date>2023-11-06T16:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Push operation remote command powershell script</title>
      <link>https://community.checkpoint.com/t5/Endpoint/Push-operation-remote-command-powershell-script/m-p/197345#M7779</link>
      <description>&lt;P&gt;A suggestion ( although I have not been able to test myself). Does it help to put single quotes around the file path information?&lt;/P&gt;
&lt;P&gt;'C:\Program Files (x86)\CheckPoint\End'&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 19:07:30 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Endpoint/Push-operation-remote-command-powershell-script/m-p/197345#M7779</guid>
      <dc:creator>JonnyRabinowitz</dc:creator>
      <dc:date>2023-11-07T19:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Push operation remote command powershell script</title>
      <link>https://community.checkpoint.com/t5/Endpoint/Push-operation-remote-command-powershell-script/m-p/197385#M7781</link>
      <description>&lt;P&gt;Yes, but it's not on me.&lt;/P&gt;&lt;P&gt;I cannot change the command by myself, can only add some parameters like i did for "-ExecutationPolicy ByPass".&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 09:10:19 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Endpoint/Push-operation-remote-command-powershell-script/m-p/197385#M7781</guid>
      <dc:creator>Ciberdefesa</dc:creator>
      <dc:date>2023-11-08T09:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Push operation remote command powershell script</title>
      <link>https://community.checkpoint.com/t5/Endpoint/Push-operation-remote-command-powershell-script/m-p/197507#M7786</link>
      <description>&lt;P&gt;The parameter you gave to -File needs to be enclosed in quotes.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 21:40:39 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Endpoint/Push-operation-remote-command-powershell-script/m-p/197507#M7786</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2023-11-08T21:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Push operation remote command powershell script</title>
      <link>https://community.checkpoint.com/t5/Endpoint/Push-operation-remote-command-powershell-script/m-p/197561#M7788</link>
      <description>&lt;P&gt;You need read what a said before answer something that i cannot do.&lt;/P&gt;&lt;P&gt;The Endpoint automatically generate de "-File" parameter like i said i can only ADD other parameters.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2023 09:07:55 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Endpoint/Push-operation-remote-command-powershell-script/m-p/197561#M7788</guid>
      <dc:creator>Ciberdefesa</dc:creator>
      <dc:date>2023-11-09T09:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Push operation remote command powershell script</title>
      <link>https://community.checkpoint.com/t5/Endpoint/Push-operation-remote-command-powershell-script/m-p/197637#M7792</link>
      <description>&lt;P&gt;Ok, got it.&lt;BR /&gt;Sounds like TAC will have to be involved: &lt;A href="https://help.checkpoint.com" target="_blank"&gt;https://help.checkpoint.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2023 21:12:18 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Endpoint/Push-operation-remote-command-powershell-script/m-p/197637#M7792</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2023-11-09T21:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Push operation remote command powershell script</title>
      <link>https://community.checkpoint.com/t5/Endpoint/Push-operation-remote-command-powershell-script/m-p/199316#M7828</link>
      <description>&lt;P&gt;If You have the same issue i see&amp;nbsp; there is a typo i had the same issue (there is a typo in the hint in this push operation&lt;BR /&gt;&lt;BR /&gt;-ExecutationPolicy ByPass and it should be&amp;nbsp;-ExecutionPolicy Bypass&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 06:35:31 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Endpoint/Push-operation-remote-command-powershell-script/m-p/199316#M7828</guid>
      <dc:creator>Pawel_eM</dc:creator>
      <dc:date>2023-11-30T06:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Push operation remote command powershell script</title>
      <link>https://community.checkpoint.com/t5/Endpoint/Push-operation-remote-command-powershell-script/m-p/208637#M8387</link>
      <description>&lt;LI-CODE lang="markup"&gt;x86 : The term 'x86' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the 
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:48
+ ExecutionPolicy Bypass -File C:\Program Files (x86)\CheckPoint\Endpoi ...
+                                                ~~~
    + CategoryInfo          : ObjectNotFound: (x86:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException&lt;/LI-CODE&gt;&lt;P&gt;As you can see, nothing changed.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 11:41:37 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Endpoint/Push-operation-remote-command-powershell-script/m-p/208637#M8387</guid>
      <dc:creator>Ciberdefesa</dc:creator>
      <dc:date>2024-03-13T11:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Push operation remote command powershell script</title>
      <link>https://community.checkpoint.com/t5/Endpoint/Push-operation-remote-command-powershell-script/m-p/208646#M8389</link>
      <description>&lt;P&gt;Can You sent screenshot of this push operation?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 12:56:56 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Endpoint/Push-operation-remote-command-powershell-script/m-p/208646#M8389</guid>
      <dc:creator>Pawel_eM</dc:creator>
      <dc:date>2024-03-13T12:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: Push operation remote command powershell script</title>
      <link>https://community.checkpoint.com/t5/Endpoint/Push-operation-remote-command-powershell-script/m-p/208666#M8392</link>
      <description>&lt;P&gt;Hi, attatched.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 14:51:29 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Endpoint/Push-operation-remote-command-powershell-script/m-p/208666#M8392</guid>
      <dc:creator>Ciberdefesa</dc:creator>
      <dc:date>2024-03-13T14:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Push operation remote command powershell script</title>
      <link>https://community.checkpoint.com/t5/Endpoint/Push-operation-remote-command-powershell-script/m-p/208716#M8397</link>
      <description>&lt;P&gt;I think this can help you&lt;/P&gt;&lt;P&gt;&lt;A href="https://superuser.com/questions/1233937/how-do-you-pass-program-files-x86-to-powershell" target="_blank" rel="noopener"&gt;https://superuser.com/questions/1233937/how-do-you-pass-program-files-x86-to-powershell&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://g.co/gemini/share/5f00ada47ad3" target="_blank"&gt;https://g.co/gemini/share/5f00ada47ad3&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 00:51:25 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Endpoint/Push-operation-remote-command-powershell-script/m-p/208716#M8397</guid>
      <dc:creator>lluner</dc:creator>
      <dc:date>2024-03-14T00:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Push operation remote command powershell script</title>
      <link>https://community.checkpoint.com/t5/Endpoint/Push-operation-remote-command-powershell-script/m-p/209005#M8411</link>
      <description>&lt;P&gt;As you can read in the start of this post, i can't change "File" parameter.&lt;/P&gt;&lt;P&gt;Endpoint add automatically, I only upload the file to portal and can add other parameters.&lt;/P&gt;&lt;P&gt;You can see the images I have sent in my last reply.&lt;/P&gt;&lt;P&gt;Thank you for the help.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 13:02:34 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Endpoint/Push-operation-remote-command-powershell-script/m-p/209005#M8411</guid>
      <dc:creator>Ciberdefesa</dc:creator>
      <dc:date>2024-03-18T13:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Push operation remote command powershell script</title>
      <link>https://community.checkpoint.com/t5/Endpoint/Push-operation-remote-command-powershell-script/m-p/221616#M9011</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/102143"&gt;@Ciberdefesa&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able to solve this problem by putting this information&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="powershell.jpg" style="width: 364px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/26934i9077C531B9FEE886/image-size/large?v=v2&amp;amp;px=999" role="button" title="powershell.jpg" alt="powershell.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Scripts Parameteres =&amp;nbsp;$env:Path += ';C:\Program Files (x86)\CheckPoint'&lt;/P&gt;&lt;P&gt;PowerShell commands =&amp;nbsp; -ExecutionPolicy ByPass&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It worked perfectly, tks GEMINI&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2024 17:40:19 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Endpoint/Push-operation-remote-command-powershell-script/m-p/221616#M9011</guid>
      <dc:creator>lluner</dc:creator>
      <dc:date>2024-07-22T17:40:19Z</dc:date>
    </item>
  </channel>
</rss>

