<?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: vCenter Orchestrator - running Mcafee agent installation after deploying a server in VMware Aria Automation Orchestrator Discussions</title>
    <link>https://communities.vmware.com/t5/VMware-Aria-Automation/vCenter-Orchestrator-running-Mcafee-agent-installation-after/m-p/2725469#M23820</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much. Will try &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Aug 2016 17:54:03 GMT</pubDate>
    <dc:creator>chicagovm</dc:creator>
    <dc:date>2016-08-30T17:54:03Z</dc:date>
    <item>
      <title>vCenter Orchestrator - running Mcafee agent installation after deploying a server</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation/vCenter-Orchestrator-running-Mcafee-agent-installation-after/m-p/2725466#M23817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We need to install Mcafee agent after deploying a server to the domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would anyone be able to assist on which Workflow or scriptable task I could run the following on a VM within vCenter ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&lt;A&gt;MA_4.8.0.1938\FramePkg.exe&lt;/A&gt; /install=agent&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;or the installation from a .bat of this agent installation? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;This would be run either from a Powershell host or our server share.. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Thank you in Adv &lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 16:16:43 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation/vCenter-Orchestrator-running-Mcafee-agent-installation-after/m-p/2725466#M23817</guid>
      <dc:creator>chicagovm</dc:creator>
      <dc:date>2016-04-14T16:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: vCenter Orchestrator - running Mcafee agent installation after deploying a server</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation/vCenter-Orchestrator-running-Mcafee-agent-installation-after/m-p/2725467#M23818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌I had this same issue and this is how I handled it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;built server as usual using VRO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Always dropped the server in a particular OU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in EPO setup a job to synchronize and install VirusScan or MOVE on any objects in that OU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;works great!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 17:02:31 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation/vCenter-Orchestrator-running-Mcafee-agent-installation-after/m-p/2725467#M23818</guid>
      <dc:creator>pratt26</dc:creator>
      <dc:date>2016-04-14T17:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: vCenter Orchestrator - running Mcafee agent installation after deploying a server</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation/vCenter-Orchestrator-running-Mcafee-agent-installation-after/m-p/2725468#M23819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I install the agent and vse into the build.&amp;nbsp; Lookup exporting the sitelist within McAFee ePO site to run a script to register it with the relevant ePO if deploying to mulitple domains.&lt;/P&gt;&lt;P&gt;Copy the sitelist after the build then run something like the below:&lt;/P&gt;&lt;P&gt;Then use ePO to run update tasks etc.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;$joineddomain = Get-WmiObject -Class Win32_ComputerSystem | select domain&lt;BR /&gt;$joineddomain = $joineddomain.domain&lt;BR /&gt;$devdomain = "development"&lt;/P&gt;&lt;P&gt;if ($joineddomain -like "*$devdomain*"){&lt;BR /&gt; C:\Temp\FrmInst.exe /install=agent /silent /siteinfo=c:\temp\sitelist.xml&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;You will also want to remove the mcafee agent guid from the master image so a new one is generated every build.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; R&lt;/SPAN&gt;&lt;SPAN style="color: #2a2a2a; font-family: 'inherit','serif'; font-size: 10.5pt; mso-bidi-font-family: 'Courier New';"&gt;emove-ItemProperty -path &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Arial','sans-serif';"&gt;‘HKLM:\SOFTWARE\Wow6432Node\Network Associates\ePolicy Orchestrator\Agent’ -Name AgentGUID&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;Or I think that is now been replaced with:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-language: AR-SA; mso-fareast-language: EN-US; color: #000000; font-size: 10pt; mso-ansi-language: EN-AU; font-family: 'Times New Roman','serif'; mso-fareast-font-family: 'Times New Roman';"&gt;C:\Program Files\McAfee\Agent\maconfig.exe -enforce -noguid@&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 05:02:11 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation/vCenter-Orchestrator-running-Mcafee-agent-installation-after/m-p/2725468#M23819</guid>
      <dc:creator>QLD</dc:creator>
      <dc:date>2016-04-15T05:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: vCenter Orchestrator - running Mcafee agent installation after deploying a server</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation/vCenter-Orchestrator-running-Mcafee-agent-installation-after/m-p/2725469#M23820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much. Will try &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 17:54:03 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation/vCenter-Orchestrator-running-Mcafee-agent-installation-after/m-p/2725469#M23820</guid>
      <dc:creator>chicagovm</dc:creator>
      <dc:date>2016-08-30T17:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: vCenter Orchestrator - running Mcafee agent installation after deploying a server</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation/vCenter-Orchestrator-running-Mcafee-agent-installation-after/m-p/2725470#M23821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://communities.vmware.com/docs/DOC-25474"&gt;Guest script manager package&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Install to vRO and run a guest script workflow after the build is complete. Point the script at the command you want to run on the guest and it should take care of that for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 11:19:11 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation/vCenter-Orchestrator-running-Mcafee-agent-installation-after/m-p/2725470#M23821</guid>
      <dc:creator>jacksonecac</dc:creator>
      <dc:date>2016-08-31T11:19:11Z</dc:date>
    </item>
  </channel>
</rss>

