<?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: Restart Automate.exe in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Restart-Automate-exe/m-p/56460#M10637</link>
    <description>Hi Walter,&lt;BR /&gt;&lt;BR /&gt;Yes.&amp;nbsp;To remotely shutdown or restart a workstation on your network, you need to have administrative rights on the target workstation, and&amp;nbsp;it's not possible to do as a standard user.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jega Avinasinathan&lt;BR /&gt;Customer Support Engineer&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 23 Sep 2019 04:25:00 GMT</pubDate>
    <dc:creator>jegendra</dc:creator>
    <dc:date>2019-09-23T04:25:00Z</dc:date>
    <item>
      <title>Restart Automate.exe</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Restart-Automate-exe/m-p/56457#M10634</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a requirement wherein i need to restart automate.exe in run time resource machine without logging to that runtime resource machine. Is it possible to do so?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Sajit&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sajit Valloli&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Sep 2019 05:15:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Restart-Automate-exe/m-p/56457#M10634</guid>
      <dc:creator>SajitValloli</dc:creator>
      <dc:date>2019-09-13T05:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: Restart Automate.exe</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Restart-Automate-exe/m-p/56458#M10635</link>
      <description>Hi Sajit,&lt;BR /&gt;&lt;BR /&gt;This can be achievable. To do this you could learn and use of PowerShell commands from the Mircosoft Docs.&lt;BR /&gt;&lt;A rel="noopener" target="_blank" href="https://docs.microsoft.com/en-us/powershell/scripting/getting-started/getting-started-with-windows-powershell?view=powershell-6"&gt;https://docs.microsoft.com/en-us/powershell/scripting/getting-started/getting-started-with-windows-powershell?view=powershell-6&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;Remote into the runtime resource hosting machine via the PowerShell
&lt;UL&gt;
&lt;LI&gt;&lt;EM&gt;Enter-PSSession -ComputerName RuntimeResource01 -Credential USER&lt;/EM&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Stop the runtime resource
&lt;UL&gt;
&lt;LI&gt;&lt;EM&gt;Get-Process Automate | Stop-Process&lt;/EM&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Start the batch file that contains the execution command to initiate the runtime resource
&lt;UL&gt;
&lt;LI&gt;&lt;EM&gt; Start-Process -FilePath 'C:\Users\username\Folder\runtime_resource.bat'&lt;/EM&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jega Avinasinathan&lt;BR /&gt;Customer Support Engineer&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Sep 2019 05:20:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Restart-Automate-exe/m-p/56458#M10635</guid>
      <dc:creator>jegendra</dc:creator>
      <dc:date>2019-09-19T05:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: Restart Automate.exe</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Restart-Automate-exe/m-p/56459#M10636</link>
      <description>Unfortunately:&amp;nbsp;&lt;BR /&gt;"&lt;SPAN&gt;To create remote sessions and run remote commands, by default, the current user must be a member of the Administrators group on the remote computer or provide the credentials of an administrator. Otherwise, the command fails."&lt;BR /&gt;&lt;BR /&gt;We do not have administrator rights on runtime resources.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_remote_requirements?view=powershell-6" target="_blank" rel="noopener"&gt;&lt;/A&gt;&lt;A href="https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_remote_requirements?view=powershell-6" target="test_blank"&gt;https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_remote_requirements?view=powershell-6&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Walter Koller&lt;BR /&gt;Solution Manager&lt;BR /&gt;Erste Group IT International GmbH&lt;BR /&gt;Europe/Vienna&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Sep 2019 07:01:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Restart-Automate-exe/m-p/56459#M10636</guid>
      <dc:creator>Walter.Koller</dc:creator>
      <dc:date>2019-09-20T07:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: Restart Automate.exe</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Restart-Automate-exe/m-p/56460#M10637</link>
      <description>Hi Walter,&lt;BR /&gt;&lt;BR /&gt;Yes.&amp;nbsp;To remotely shutdown or restart a workstation on your network, you need to have administrative rights on the target workstation, and&amp;nbsp;it's not possible to do as a standard user.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jega Avinasinathan&lt;BR /&gt;Customer Support Engineer&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Sep 2019 04:25:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Restart-Automate-exe/m-p/56460#M10637</guid>
      <dc:creator>jegendra</dc:creator>
      <dc:date>2019-09-23T04:25:00Z</dc:date>
    </item>
  </channel>
</rss>

