<?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 Automate deployment of secure endpoint? in Endpoint Security</title>
    <link>https://community.cisco.com/t5/endpoint-security/automate-deployment-of-secure-endpoint/m-p/4553954#M6712</link>
    <description>&lt;P&gt;Hello all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have suggestions for the best way to automate the installation of secure endpoint to end devices?&lt;/P&gt;&lt;P&gt;Have a large deployment and trying to find solutions to simplify it. The environment will be a mix of Windows and Mac.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any resource or ideas would be great.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 16 Feb 2022 22:41:01 GMT</pubDate>
    <dc:creator>rubdeadman</dc:creator>
    <dc:date>2022-02-16T22:41:01Z</dc:date>
    <item>
      <title>Automate deployment of secure endpoint?</title>
      <link>https://community.cisco.com/t5/endpoint-security/automate-deployment-of-secure-endpoint/m-p/4553954#M6712</link>
      <description>&lt;P&gt;Hello all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have suggestions for the best way to automate the installation of secure endpoint to end devices?&lt;/P&gt;&lt;P&gt;Have a large deployment and trying to find solutions to simplify it. The environment will be a mix of Windows and Mac.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any resource or ideas would be great.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 22:41:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/automate-deployment-of-secure-endpoint/m-p/4553954#M6712</guid>
      <dc:creator>rubdeadman</dc:creator>
      <dc:date>2022-02-16T22:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Automate deployment of secure endpoint?</title>
      <link>https://community.cisco.com/t5/endpoint-security/automate-deployment-of-secure-endpoint/m-p/4561224#M6713</link>
      <description>Use whatever normal deployment you use for other software... we use a task sequence in our build process and then do upgrades from the endpoint console.  The one twist we have is that Orbital, which is pulled down by Secure Endpoint.  The download and the Task Sequence don't play well, so we deploy to a group that doesn't have orbital and move the machines over later via an API call.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Mar 2022 04:07:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/automate-deployment-of-secure-endpoint/m-p/4561224#M6713</guid>
      <dc:creator>Ken Stieers</dc:creator>
      <dc:date>2022-03-01T04:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Automate deployment of secure endpoint?</title>
      <link>https://community.cisco.com/t5/endpoint-security/automate-deployment-of-secure-endpoint/m-p/4561472#M6716</link>
      <description>&lt;P&gt;As Ken said use whatever you use now. One tip is if that is part of a build image make sure you use the switch&amp;nbsp;&lt;STRONG&gt;/goldenimage 1. &lt;/STRONG&gt;This prevents Endpoint from registering. If you this is not used you will end up with multiple machines with the same GUID which will cause a load of issues. I know this from first hand experience &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Whole bunch of info&amp;nbsp;&lt;A href="https://www.cisco.com/c/en/us/support/docs/security/sourcefire-fireamp-endpoints/118587-technote-fireamp-00.html" target="_blank" rel="noopener"&gt;here&lt;/A&gt;&amp;nbsp;on the Cisco site regarding command line switches.&amp;nbsp;&lt;/P&gt;&lt;P&gt;While I am here there is a Best Practices guide for Endpoint can be found &lt;A href="https://www.cisco.com/c/en/us/products/collateral/security/fireamp-endpoints/secure-endpoint-og.html" target="_blank" rel="noopener"&gt;here&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Both of the links above open in a new page/tab&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are looking for an automated tool for installation of software then suggest a look at automox.com, can be used to install software as well as patching.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2022 14:05:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/automate-deployment-of-secure-endpoint/m-p/4561472#M6716</guid>
      <dc:creator>soup_dragon</dc:creator>
      <dc:date>2022-03-01T14:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Automate deployment of secure endpoint?</title>
      <link>https://community.cisco.com/t5/endpoint-security/automate-deployment-of-secure-endpoint/m-p/4561490#M6717</link>
      <description>&lt;P&gt;I was able to wrap the .exe with a tool called MSI Wrapper. From there I used PowerShell to deploy the .MSI across 200 servers. It took about an hour roughly for them to all report in.&amp;nbsp; You can put whatever flags you need into the MSI tool.&lt;/P&gt;&lt;P&gt;The script relies on an array file that lists what servers you are targeting. Basically a .CSV with the FQDN's of each server.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Here is the script:&lt;/P&gt;&lt;P&gt;$file = '\\*Server*\*Share*\AmpConnector.msi'&lt;BR /&gt;$computers = Get-Content C:\Users\*yourUserName*\Desktop\array1.csv&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;foreach($computer in $computers){&lt;BR /&gt;Copy-Item -Path $file -Destination "\\$computer\c$\windows\temp\AmpConnector.msi"&lt;/P&gt;&lt;P&gt;Invoke-Command -ComputerName $computer -ScriptBlock{&lt;BR /&gt;&amp;amp;cmd.exe /c MSIEXEC /I "c:\windows\temp\AmpConnector.msi"&lt;BR /&gt;}&lt;BR /&gt;Write-Host($computer + "install is completed.")&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2022 14:33:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/automate-deployment-of-secure-endpoint/m-p/4561490#M6717</guid>
      <dc:creator>MavDuncan</dc:creator>
      <dc:date>2022-03-01T14:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Automate deployment of secure endpoint?</title>
      <link>https://community.cisco.com/t5/endpoint-security/automate-deployment-of-secure-endpoint/m-p/4561512#M6718</link>
      <description>I mean at that point (as an MSI) you can do it via GPO.&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Mar 2022 15:08:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/automate-deployment-of-secure-endpoint/m-p/4561512#M6718</guid>
      <dc:creator>Ken Stieers</dc:creator>
      <dc:date>2022-03-01T15:08:20Z</dc:date>
    </item>
  </channel>
</rss>

