<?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: supress mitigation esxi powercli in VMware PowerCLI Discussions</title>
    <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/supress-mitigation-esxi-powercli/m-p/487543#M14189</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I fully agree Chip, but the "fix" requires a reboot, and not all environments allow such reboots whenever.&lt;/P&gt;&lt;P&gt;The message suppression can eventually be executed till the fix + reboot is done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Sep 2018 16:39:39 GMT</pubDate>
    <dc:creator>LucD</dc:creator>
    <dc:date>2018-09-25T16:39:39Z</dc:date>
    <item>
      <title>supress mitigation esxi powercli</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/supress-mitigation-esxi-powercli/m-p/487539#M14185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any idea how to suppress this message on a host after lastest patch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screen Shot 2018-09-25 at 8.25.14 AM.png"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/4780iCB0B8CB64938F904/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2018-09-25 at 8.25.14 AM.png" alt="Screen Shot 2018-09-25 at 8.25.14 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2018 15:25:33 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/supress-mitigation-esxi-powercli/m-p/487539#M14185</guid>
      <dc:creator>tdubb123</dc:creator>
      <dc:date>2018-09-25T15:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: supress mitigation esxi powercli</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/supress-mitigation-esxi-powercli/m-p/487540#M14186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you please do at least one search before posting new threads? You do this constantly and one Google search yields perfectly fine results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://kb.vmware.com/s/article/57374" title="https://kb.vmware.com/s/article/57374"&gt;https://kb.vmware.com/s/article/57374&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2018 15:37:14 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/supress-mitigation-esxi-powercli/m-p/487540#M14186</guid>
      <dc:creator>daphnissov</dc:creator>
      <dc:date>2018-09-25T15:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: supress mitigation esxi powercli</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/supress-mitigation-esxi-powercli/m-p/487541#M14187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think Chip's reply might be a bit harsh :smileygrin:&lt;BR /&gt;&lt;BR /&gt;There is indeed quite some information available on how to suppress the message, but the KB only mentions a manual method (shame on you KB :smileygrin:).&lt;/P&gt;&lt;P&gt;And since this is a community around 'automation', and since changing it in an automated way is not so straight-forward (at least it wasn't to me), attached a script I use.&lt;/P&gt;&lt;P style="color: #333333; background-color: #fffffe; font-family: Consolas, 'Courier New', monospace;"&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN style="color: #00008b;"&gt;$&lt;/SPAN&gt;&lt;SPAN style="color: #ff4500;"&gt;arg&lt;/SPAN&gt; &lt;SPAN style="color: #a9a9a9;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: #00008b;"&gt;@&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;{&lt;/SPAN&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="color: #ff4500;"&gt;option&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #a9a9a9;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: #8b0000;"&gt;'/UserVars/SuppressHyperthreadWarning'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="color: #ff4500;"&gt;intvalue&lt;/SPAN&gt; &lt;SPAN style="color: #a9a9a9;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: #800080;"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Get-VMHost&lt;/SPAN&gt; &lt;SPAN style="color: #a9a9a9;"&gt;|&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;ForEach-Object&lt;/SPAN&gt; &lt;SPAN style="color: #a9a9a9;"&gt;-&lt;/SPAN&gt;Process &lt;SPAN style="color: #000000;"&gt;{&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="color: #00008b;"&gt;$&lt;/SPAN&gt;&lt;SPAN style="color: #ff4500;"&gt;esxcli&lt;/SPAN&gt; &lt;SPAN style="color: #a9a9a9;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;Get-EsxCli&lt;/SPAN&gt; &lt;SPAN style="color: #a9a9a9;"&gt;-&lt;/SPAN&gt;VMHost &lt;SPAN style="color: #00008b;"&gt;$&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;_&lt;/SPAN&gt; &lt;SPAN style="color: #a9a9a9;"&gt;-&lt;/SPAN&gt;v2&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="color: #00008b;"&gt;$&lt;/SPAN&gt;&lt;SPAN style="color: #ff4500;"&gt;opt&lt;/SPAN&gt; &lt;SPAN style="color: #a9a9a9;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: #00008b;"&gt;$&lt;/SPAN&gt;&lt;SPAN style="color: #ff4500;"&gt;esxcli&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;.system.settings.advanced.list.Invoke&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;()&lt;/SPAN&gt; &lt;SPAN style="color: #a9a9a9;"&gt;|&lt;/SPAN&gt; &lt;SPAN style="color: #00008b;"&gt;where&lt;/SPAN&gt; &lt;SPAN style="color: #000000;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="color: #00008b;"&gt;$&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;_&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;.Path&lt;/SPAN&gt; &lt;SPAN style="color: #a9a9a9;"&gt;-eq&lt;/SPAN&gt; &lt;SPAN style="color: #8b0000;"&gt;'/UserVars/SuppressHyperthreadWarning'&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="color: #00008b;"&gt;if&lt;/SPAN&gt; &lt;SPAN style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #00008b;"&gt;$&lt;/SPAN&gt;&lt;SPAN style="color: #ff4500;"&gt;opt&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;)&lt;/SPAN&gt; &lt;SPAN style="color: #000000;"&gt;{&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #00008b;"&gt;if&lt;/SPAN&gt; &lt;SPAN style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #00008b;"&gt;$&lt;/SPAN&gt;&lt;SPAN style="color: #ff4500;"&gt;opt&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;.intvalue&lt;/SPAN&gt; &lt;SPAN style="color: #a9a9a9;"&gt;-ne&lt;/SPAN&gt; &lt;SPAN style="color: #800080;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;)&lt;/SPAN&gt; &lt;SPAN style="color: #000000;"&gt;{&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #00008b;"&gt;$&lt;/SPAN&gt;&lt;SPAN style="color: #ff4500;"&gt;esxcli&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;.system.settings.advanced.set.Invoke&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #00008b;"&gt;$&lt;/SPAN&gt;&lt;SPAN style="color: #ff4500;"&gt;arg&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #000000;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #00008b;"&gt;else&lt;/SPAN&gt; &lt;SPAN style="color: #000000;"&gt;{&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;Write-Output&lt;/SPAN&gt; &lt;SPAN style="color: #8b0000;"&gt;"Setting already correct on &lt;/SPAN&gt;&lt;SPAN style="color: #00008b;"&gt;$&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #00008b;"&gt;$&lt;/SPAN&gt;&lt;SPAN style="color: #ff4500;"&gt;esxcli&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;.VMHost.Name&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: #8b0000;"&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #000000;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="color: #000000;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="color: #00008b;"&gt;else&lt;/SPAN&gt; &lt;SPAN style="color: #000000;"&gt;{&lt;/SPAN&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;Write-Output&lt;/SPAN&gt; &lt;SPAN style="color: #8b0000;"&gt;"Setting not present on &lt;/SPAN&gt;&lt;SPAN style="color: #00008b;"&gt;$&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #00008b;"&gt;$&lt;/SPAN&gt;&lt;SPAN style="color: #ff4500;"&gt;esxcli&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;.VMHost.Name&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: #8b0000;"&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="color: #000000;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2018 16:20:50 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/supress-mitigation-esxi-powercli/m-p/487541#M14187</guid>
      <dc:creator>LucD</dc:creator>
      <dc:date>2018-09-25T16:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: supress mitigation esxi powercli</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/supress-mitigation-esxi-powercli/m-p/487542#M14188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the point I was making was that suppress isn't a "fix" for the issue and if the KB was read there is a solution to the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2018 16:28:35 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/supress-mitigation-esxi-powercli/m-p/487542#M14188</guid>
      <dc:creator>daphnissov</dc:creator>
      <dc:date>2018-09-25T16:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: supress mitigation esxi powercli</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/supress-mitigation-esxi-powercli/m-p/487543#M14189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I fully agree Chip, but the "fix" requires a reboot, and not all environments allow such reboots whenever.&lt;/P&gt;&lt;P&gt;The message suppression can eventually be executed till the fix + reboot is done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2018 16:39:39 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/supress-mitigation-esxi-powercli/m-p/487543#M14189</guid>
      <dc:creator>LucD</dc:creator>
      <dc:date>2018-09-25T16:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: supress mitigation esxi powercli</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/supress-mitigation-esxi-powercli/m-p/487544#M14190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;# Retrieve value&lt;/P&gt;&lt;P&gt;Get-VMHost myhost | Get-AdvancedSetting -Name 'UserVars.SuppressHyperthreadWarning' | Select Name,Value,Entity&lt;/P&gt;&lt;P&gt;# Set the value&lt;/P&gt;&lt;P&gt;Get-VMHost myhost | Get-AdvancedSetting -Name 'UserVars.SuppressHyperthreadWarning' | Set-AdvancedSetting -Valuie 1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Jan 2019 17:12:05 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/supress-mitigation-esxi-powercli/m-p/487544#M14190</guid>
      <dc:creator>albvar01</dc:creator>
      <dc:date>2019-01-27T17:12:05Z</dc:date>
    </item>
  </channel>
</rss>

