<?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 disable management traffic in vSphere Update Manager PowerCLI Discussions</title>
    <link>https://communities.vmware.com/t5/vSphere-Update-Manager-PowerCLI/disable-management-traffic/m-p/2211572#M543</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Whats the command to disable management traffic on the VMK portgroup?&lt;/P&gt;&lt;P&gt;PowerCLI D:\test&amp;gt; get-vmhost abc | get-VMHostNetworkAdapter where { $_.PortGroupName -eq "1234-abc-VMKernel" } | Set-VMHostNetworkAdapter -managementtrafficenabled $false&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 May 2014 23:30:45 GMT</pubDate>
    <dc:creator>VicMware</dc:creator>
    <dc:date>2014-05-01T23:30:45Z</dc:date>
    <item>
      <title>disable management traffic</title>
      <link>https://communities.vmware.com/t5/vSphere-Update-Manager-PowerCLI/disable-management-traffic/m-p/2211572#M543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Whats the command to disable management traffic on the VMK portgroup?&lt;/P&gt;&lt;P&gt;PowerCLI D:\test&amp;gt; get-vmhost abc | get-VMHostNetworkAdapter where { $_.PortGroupName -eq "1234-abc-VMKernel" } | Set-VMHostNetworkAdapter -managementtrafficenabled $false&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2014 23:30:45 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Update-Manager-PowerCLI/disable-management-traffic/m-p/2211572#M543</guid>
      <dc:creator>VicMware</dc:creator>
      <dc:date>2014-05-01T23:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: disable management traffic</title>
      <link>https://communities.vmware.com/t5/vSphere-Update-Manager-PowerCLI/disable-management-traffic/m-p/2211573#M544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN style="color: #5f9ea0;"&gt;Get-VMHost&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;abc&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;|&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #5f9ea0;"&gt;Get-VMHostNetworkAdapter&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;|&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;where&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; { &lt;/SPAN&gt;&lt;SPAN style="color: #000080;"&gt;$_&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #8b4513;"&gt;PortGroupName&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;-eq&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;"1234-abc-VMKernel"&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; } &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;|&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #5f9ea0;"&gt;Set-VMHostNetworkAdapter&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;ManagementTrafficEnabled&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;$false&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 04:48:44 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Update-Manager-PowerCLI/disable-management-traffic/m-p/2211573#M544</guid>
      <dc:creator>LucD</dc:creator>
      <dc:date>2014-05-02T04:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: disable management traffic</title>
      <link>https://communities.vmware.com/t5/vSphere-Update-Manager-PowerCLI/disable-management-traffic/m-p/2211574#M545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi&lt;/P&gt;&lt;P&gt;It doesnt work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the error&lt;/P&gt;&lt;P&gt;Get-VMHostNetworkAdapter : The input object cannot be bound to any parameters for the command either because the command does not take pipeline input or the input and its properties do not match any of the parameters that take pipeline input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get-VMHostNetworkAdapter : 2/05/2014 3:28:02 PM&amp;nbsp;&amp;nbsp;&amp;nbsp; Get-VMHostNetworkAdapter&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VMHostNetworkAdapter with name ' $_.PortGroupName -eq "1234-abc-VMKernel" ' was not found using the specified filter(s).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 05:29:38 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Update-Manager-PowerCLI/disable-management-traffic/m-p/2211574#M545</guid>
      <dc:creator>VicMware</dc:creator>
      <dc:date>2014-05-02T05:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: disable management traffic</title>
      <link>https://communities.vmware.com/t5/vSphere-Update-Manager-PowerCLI/disable-management-traffic/m-p/2211575#M546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks as you are missing the pipeline symbol (vertical bar) after the Get-VMHostNetworkAdapter cmdlet.&lt;/P&gt;&lt;P&gt;Perhaps attach a screenshot of the command you execute and the error message ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 05:37:05 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Update-Manager-PowerCLI/disable-management-traffic/m-p/2211575#M546</guid>
      <dc:creator>LucD</dc:creator>
      <dc:date>2014-05-02T05:37:05Z</dc:date>
    </item>
  </channel>
</rss>

