<?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: Get ESXI host Encryption Mode status in powercli in VMware PowerCLI Discussions</title>
    <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Get-ESXI-host-Encryption-Mode-status-in-powercli/m-p/2994364#M113724</link>
    <description>&lt;P&gt;Works great, thanks! I was struggling with extensiondata.config.tpmattestationenabled and cryptomanager, but seems it was a dead end. The result of this command is "incapable" which could mean "disabled" I guess? The host encryption mode is indeed disabled.&lt;/P&gt;</description>
    <pubDate>Mon, 06 Nov 2023 13:34:45 GMT</pubDate>
    <dc:creator>h0d1p4p4</dc:creator>
    <dc:date>2023-11-06T13:34:45Z</dc:date>
    <item>
      <title>Get ESXI host Encryption Mode status in powercli</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Get-ESXI-host-Encryption-Mode-status-in-powercli/m-p/2994337#M113713</link>
      <description>&lt;P&gt;Is there a way to only get the Host Encryption Mode status of an esxi via powercli? All our esxi have host encryption status disabled, but I didn't managed to find a way to get this info with powercli. Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 11:02:35 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Get-ESXI-host-Encryption-Mode-status-in-powercli/m-p/2994337#M113713</guid>
      <dc:creator>h0d1p4p4</dc:creator>
      <dc:date>2023-11-06T11:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: Get ESXI host Encryption Mode status in powercli</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Get-ESXI-host-Encryption-Mode-status-in-powercli/m-p/2994354#M113717</link>
      <description>&lt;P&gt;Try like this&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;Get-VMHost |
Select Name, @{N='CryptoState';E={$_.ExtensionData.Runtime.CryptoState}}&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 06 Nov 2023 13:07:38 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Get-ESXI-host-Encryption-Mode-status-in-powercli/m-p/2994354#M113717</guid>
      <dc:creator>LucD</dc:creator>
      <dc:date>2023-11-06T13:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Get ESXI host Encryption Mode status in powercli</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Get-ESXI-host-Encryption-Mode-status-in-powercli/m-p/2994364#M113724</link>
      <description>&lt;P&gt;Works great, thanks! I was struggling with extensiondata.config.tpmattestationenabled and cryptomanager, but seems it was a dead end. The result of this command is "incapable" which could mean "disabled" I guess? The host encryption mode is indeed disabled.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 13:34:45 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Get-ESXI-host-Encryption-Mode-status-in-powercli/m-p/2994364#M113724</guid>
      <dc:creator>h0d1p4p4</dc:creator>
      <dc:date>2023-11-06T13:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Get ESXI host Encryption Mode status in powercli</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Get-ESXI-host-Encryption-Mode-status-in-powercli/m-p/2994371#M113725</link>
      <description>&lt;P&gt;I think 'incapable' means that this ESXi node doesn't have the required HW to use encryption.&lt;BR /&gt;The possible values are in the enum&amp;nbsp;&lt;A href="https://vdc-repo.vmware.com/vmwb-repository/dcr-public/97e6db01-d441-472e-ad53-b48c2bb0e1e4/45347fb1-052d-44b7-b3e9-cbefc34488e3/SDK/vsphere-ws/docs/ReferenceGuide/vim.HostSystem.CryptoState.html" target="_blank"&gt;CryptoState&lt;/A&gt;&lt;BR /&gt;I'm not sure if that property will actually say 'enabled', I suspect if it doesn't say 'safe' it means it is not enabled.&lt;BR /&gt;&lt;BR /&gt;That also seems to be the logic used in the&amp;nbsp;&lt;A class="Link__StyledLink-sc-14289xe-0 dYxKVs" style="background-color: #ffffff;" href="https://github.com/vmware/PowerCLI-Example-Scripts/tree/master/Modules/VMware.VMEncryption" target="_blank" rel="noopener"&gt;VMware.VMEncryption&lt;/A&gt;&amp;nbsp;module&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 13:52:46 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Get-ESXI-host-Encryption-Mode-status-in-powercli/m-p/2994371#M113725</guid>
      <dc:creator>LucD</dc:creator>
      <dc:date>2023-11-06T13:52:46Z</dc:date>
    </item>
  </channel>
</rss>

