<?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: Several issues on the latest Intel vPro Technology Module for Windows PowerShell in Intel vPro® Platform</title>
    <link>https://community.intel.com/t5/Intel-vPro-Platform/Several-issues-on-the-latest-Intel-vPro-Technology-Module-for/m-p/1602926#M11570</link>
    <description>&lt;P&gt;Hello mseszeny,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your comment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;“No route can be determined to reach the destination…”&lt;BR /&gt;&amp;gt;This sounds like AMT isn’t available. Can you go to the web interface on the remote system &lt;A href="https://ENDPOINT_IP:16993" target="_blank"&gt;https://ENDPOINT_IP:16993&lt;/A&gt; ? You can also&lt;/P&gt;&lt;P&gt;&amp;gt;check the port with PS test-netconnection or telnet (if the services is added). Doesn’t sound like 16993 is responding, or 16992 (non-&amp;gt;TLS) on older (AMT 14 and prior) platforms.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Of cource, I confirmed WebUI access without trouble, at first.&lt;/P&gt;&lt;P&gt;And another commandlet (ex. Get-AMTFirmwareVersion) worked fine. So, I believe AMT on each systems are working correctly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;"Cannot marshal field 'Password' of type…”&lt;BR /&gt;&amp;gt;This error sounds related to how you are pulling the password from $amtCred, Have you tried just calling the username and password&lt;/P&gt;&lt;P&gt;&amp;gt;directly from the CLI or script first for testing purposes? Simplify things as much as possible and add back in the layers of &amp;gt;sophistication you require. This may be something simple like a syntax error that is tripping you up. Just a thought to get you pointed in&lt;/P&gt;&lt;P&gt;&amp;gt;the right direction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. The error message came out when I used Get-AMTSetup cmdlet which doesn't require credential input. Because it is a local command and it uses local account ($$OsAdmin) instead of supplied credential information though it required admin priviledge.&lt;/P&gt;&lt;P&gt;2. On the same session, some of other commandlets work fine with the credential object ($amtCred). And in case of&amp;nbsp;Get-AMTPowerState, password parameter was rejected like below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS C:\Users\shin&amp;gt; Get-AMTPowerState -ComputerName thinkpadl13.makky.org -Username admin -Password P@ssw0rd | Format-Table -AutoSize -Wrap&lt;/P&gt;&lt;P&gt;Computer Name Power state Description Reason&lt;BR /&gt;------------- ----------------------- ------&lt;BR /&gt;Exception Thrown Cannot convert argument "pass", with value: "P@ssw0rd", for "SetCredentials" to&lt;BR /&gt;type "System.Security.SecureString": "Cannot convert the "P@ssw0rd" value of&lt;BR /&gt;type "System.String" to type "System.Security.SecureString"."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I decided to use credential object instead of username/password.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;smaki&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 01 Jun 2024 01:50:58 GMT</pubDate>
    <dc:creator>smaki</dc:creator>
    <dc:date>2024-06-01T01:50:58Z</dc:date>
    <item>
      <title>Several issues on the latest Intel vPro Technology Module for Windows PowerShell</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/Several-issues-on-the-latest-Intel-vPro-Technology-Module-for/m-p/1597811#M11495</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Now I'm trying the latest Intel vPro Technology Module for Windows PowerShell (v18.0.0.1).&lt;BR /&gt;I've only tried a few of the cmdlets so far, I've facing several issues. So, could you please investigate them?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;#1. Get-AmtSetup&lt;/STRONG&gt;&lt;BR /&gt;It doesn't work at all. Everytime an exception error occurred like as follows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS C:\Users\shin&amp;gt; Get-AmtSetup | Format-Table -AutoSize -Wrap&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Status Reason&lt;BR /&gt;------ ------&lt;BR /&gt;Failed Exception calling "Discover" with "0" argument(s): "Cannot marshal field 'Password' of type&lt;BR /&gt;'CFG_GET_LOCAL_SYSETM_ACCOUNT_RESPONSE': There is no marshaling support for this type."&lt;/P&gt;&lt;P&gt;I tried it on the Meteor Lake platform (AMT 18.0.5). However, the problem occurred regardless of the AMT version. This seems to be the part that converts $$OsAdmin's password into a secure string.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;#2. Get-AMTHardwareAsset&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;During retrieving hardware asset information, an exception error occurred on any platform like as follows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS C:\Users\shin&amp;gt; Get-AMTHardwareAsset -ComputerName:thinkpadl13.makky.org -Credential $amtCred | Format-Table -AutoSize -Wrap&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Get-ChildItem : No route can be determined to reach the destination role defined by the WSAddressing To.&lt;BR /&gt;At C:\IntelvProModule_18.0.0.1\Bin\IntelVpro\Get-AMTHardwareAsset.ps1:123 char:6&lt;BR /&gt;+ Get-ChildItem $path | ForEach-Object {&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : NotSpecified: (:) [Get-ChildItem], WsmanSenderException&lt;BR /&gt;+ FullyQualifiedErrorId : Intel.Management.Wsman.WsmanSenderException,Microsoft.PowerShell.Commands.GetChildItemCommand&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ComputerName PSParentPath Name Value&lt;BR /&gt;------------ ------------ ---- -----&lt;BR /&gt;thinkpadl13.makky.org IntelVpro\AmtSystem::\HardwareAssets\BIOS\Primary BIOS Version R15ET60W(1.41)&lt;BR /&gt;thinkpadl13.makky.org IntelVpro\AmtSystem::\HardwareAssets\BIOS\Primary BIOS ReleaseDate 2/5/20&amp;nbsp;24 12:00:00&amp;nbsp;AM&lt;BR /&gt;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe the exception error is at retrieving processor information part. Other asset information seems to be retrieved successfully.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;#3. Get-AMTPowerState with multiple platforms.&lt;/STRONG&gt;&lt;BR /&gt;It works with individual platform, but when I used with multiple platforms, exception errors occurred as follows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS C:\Users\shin&amp;gt; Get-AMTPowerState -ComputerName:$clients2 -Credential $amtCred | Format-Table -AutoSize -Wrap&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Add-Member : Cannot add a member with the name "Computer Name" because a member with that name already exists. To&lt;BR /&gt;overwrite the member anyway, add the Force parameter to your command.&lt;BR /&gt;At C:\IntelvProModule_18.0.0.1\Bin\IntelVpro\Get-AMTPowerState.ps1:150 char:13&lt;BR /&gt;+ ... $Obj | Add-Member -MemberType noteproperty -Name "Computer Name" ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : InvalidOperation: (@{Computer Name...ion=Full Power}:PSObject) [Add-Member], InvalidOperationException&lt;BR /&gt;+ FullyQualifiedErrorId : MemberAlreadyExists,Microsoft.PowerShell.Commands.AddMemberCommand&lt;/P&gt;&lt;P&gt;Add-Member : Cannot add a member with the name "Power State ID" because a member with that name already exists. To&lt;BR /&gt;overwrite the member anyway, add the Force parameter to your command.&lt;BR /&gt;At C:\IntelvProModule_18.0.0.1\Bin\IntelVpro\Get-AMTPowerState.ps1:151 char:13&lt;BR /&gt;+ ... $Obj | Add-Member -MemberType noteproperty -Name "Power State ID ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : InvalidOperation: (@{Computer Name...ion=Full Power}:PSObject) [Add-Member], InvalidOperationException&lt;BR /&gt;+ FullyQualifiedErrorId : MemberAlreadyExists,Microsoft.PowerShell.Commands.AddMemberCommand&lt;/P&gt;&lt;P&gt;Add-Member : Cannot add a member with the name "Power State Description" because a member with that name already&lt;BR /&gt;exists. To overwrite the member anyway, add the Force parameter to your command.&lt;BR /&gt;At C:\IntelvProModule_18.0.0.1\Bin\IntelVpro\Get-AMTPowerState.ps1:152 char:13&lt;BR /&gt;+ ... $Obj | Add-Member -MemberType noteproperty -Name "Power State De ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : InvalidOperation: (@{Computer Name...ion=Full Power}:PSObject) [Add-Member], InvalidOperationException&lt;BR /&gt;+ FullyQualifiedErrorId : MemberAlreadyExists,Microsoft.PowerShell.Commands.AddMemberCommand&lt;/P&gt;&lt;P&gt;Add-Member : Cannot add a member with the name "Power Saving State ID" because a member with that name already exists.&lt;BR /&gt;To overwrite the member anyway, add the Force parameter to your command.&lt;BR /&gt;At C:\IntelvProModule_18.0.0.1\Bin\IntelVpro\Get-AMTPowerState.ps1:153 char:13&lt;BR /&gt;+ ... $Obj | Add-Member -MemberType noteproperty -Name "Power Saving S ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : InvalidOperation: (@{Computer Name...ion=Full Power}:PSObject) [Add-Member], InvalidOperationException&lt;BR /&gt;+ FullyQualifiedErrorId : MemberAlreadyExists,Microsoft.PowerShell.Commands.AddMemberCommand&lt;/P&gt;&lt;P&gt;Add-Member : Cannot add a member with the name "Power Saving State Description" because a member with that name&amp;nbsp;already exists. To overwrite the member anyway, add the Force parameter to your command.&lt;BR /&gt;At C:\IntelvProModule_18.0.0.1\Bin\IntelVpro\Get-AMTPowerState.ps1:154 char:13&lt;BR /&gt;+ ... $Obj | Add-Member -MemberType noteproperty -Name "Power Saving S ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : InvalidOperation: (@{Computer Name...ion=Full Power}:PSObject) [Add-Member], InvalidOperationException&lt;BR /&gt;+ FullyQualifiedErrorId : MemberAlreadyExists,Microsoft.PowerShell.Commands.AddMemberCommand&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Computer Name Power State ID Power State Description Power Saving State ID Power Saving State Description&lt;BR /&gt;------------- -------------- ----------------------- --------------------- ------------------------------&lt;BR /&gt;thinkpadt14g2.makky.org 2 On (S0) 2 Full Power&lt;BR /&gt;thinkpadt14g2.makky.org 2 On (S0) 2 Full Power&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems that those errors has occurred in the creation part of the data to be output. By the way,&amp;nbsp; Get-AMTFirmwareVersion works without problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS C:\Users\shin&amp;gt; Get-AMTFirmwareVersion -ComputerName:$clients2 -Credential $amtCred |&amp;nbsp; Format-Table -AutoSize -Wrap&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ComputerName Property Value&lt;BR /&gt;------------ -------- -----&lt;BR /&gt;thinkpadt14g2.makky.org AMT FW Core Version 15.0.47.2473&lt;BR /&gt;thinkpadl13.makky.org AMT FW Core Version 14.1.70.2228&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;#4. Get-AMTPowerState with older platform&lt;/STRONG&gt;&lt;BR /&gt;This is lower priority issue. When I tried to get power state from very older platform, an error occurred.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS C:\Users\shin&amp;gt; Get-AMTPowerState -ComputerName:thinkpadx240.makky.org -Credential $amtCred | Format-Table -AutoSize -Wrap&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Computer Name Power State Description Reason&lt;BR /&gt;------------- ----------------------- ------&lt;BR /&gt;thinkpadx240.makky.org Cannot connect Exception calling "Enumerate" with "2" argument(s): "No route can be&amp;nbsp;determined to reach the destination role defined by the WSAddressing&amp;nbsp;To."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I looked through the Get-AMTPowerState.ps1 and found it tring to get power saving state by using CIM clss "IPS_PowerManagementService". But it is not implemented on older platform's firmware( &amp;lt; AMT 10.0).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;smaki&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 05:15:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/Several-issues-on-the-latest-Intel-vPro-Technology-Module-for/m-p/1597811#M11495</guid>
      <dc:creator>smaki</dc:creator>
      <dc:date>2024-05-15T05:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: Several issues on the latest Intel vPro Technology Module for Windows PowerShell</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/Several-issues-on-the-latest-Intel-vPro-Technology-Module-for/m-p/1597977#M11500</link>
      <description>&lt;P&gt;Hello, smaki,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please confirm the latest OEM Management Engine driver is installed in the machine.&amp;nbsp; The command Get-AMTSetup should be run on the local system with administrator privileges.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In addition, confirm if the PowerShell and vPro Module installation met the requirements of the document:&lt;BR /&gt;Intel vPro® Technology Module for Microsoft* Windows* PowerShell* Installation and User Guide included in the zip file.&lt;BR /&gt;Path: IntelvProModule_18.0.0.1\Docs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel vPro® Technology Module for Windows* PowerShell&lt;BR /&gt;&lt;A href="https://www.intel.com/content/www/us/en/download/704395/intel-vpro-technology-module-for-windows-powershell.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/download/704395/intel-vpro-technology-module-for-windows-powershell.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Miguel C.&lt;BR /&gt;Intel Customer Support Technician&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 18:54:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/Several-issues-on-the-latest-Intel-vPro-Technology-Module-for/m-p/1597977#M11500</guid>
      <dc:creator>MIGUEL_C_Intel</dc:creator>
      <dc:date>2024-05-15T18:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Several issues on the latest Intel vPro Technology Module for Windows PowerShell</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/Several-issues-on-the-latest-Intel-vPro-Technology-Module-for/m-p/1598260#M11506</link>
      <description>&lt;P&gt;Hi Miguel,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you prompt response.&lt;/P&gt;&lt;P&gt;Yes, of cource I executed Get-AmtSetup with admin priviledge. Without admin priviledge, different message will come.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS C:\Users\shin&amp;gt; Get-AmtSetup | Format-Table -AutoSize -Wrap&lt;/P&gt;&lt;P&gt;Status Reason&lt;BR /&gt;------ ------&lt;BR /&gt;Failed Exception calling "Enable" with "0" argument(s): "Attempted to perform an unauthorized operation."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And I believe the system meets requrements. Because another commandlet (i.e. Get-AMTFirmwareVersion) works locally without problem whether with admin priviledge or not.&amp;nbsp;So, both MEI driver and LMS are working correctly.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;PS C:\Users\shin&amp;gt; Get-AMTFirmwareVersion localhost -Credential $amtCred | Format-Table -AutoSize -Wrap&lt;/P&gt;&lt;P&gt;ComputerName Property Value&lt;BR /&gt;------------ -------- -----&lt;BR /&gt;localhost AMT FW Core Version 18.0.5.2133&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Get-AmtSetup commandlet doesn't use admin's credential but seems to use&amp;nbsp;&lt;SPAN&gt;$$OsAdmin's credential instead.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;smaki&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 14:04:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/Several-issues-on-the-latest-Intel-vPro-Technology-Module-for/m-p/1598260#M11506</guid>
      <dc:creator>smaki</dc:creator>
      <dc:date>2024-05-16T14:04:48Z</dc:date>
    </item>
    <item>
      <title>Re:Several issues on the latest Intel vPro Technology Module for Windows PowerShell</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/Several-issues-on-the-latest-Intel-vPro-Technology-Module-for/m-p/1598339#M11509</link>
      <description>&lt;P&gt;Hello, smaki,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply with the answers to my questions.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please send me the full model of the machines that you are testing and the current BIOS.  I will replicate the issue.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Miguel C.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 16 May 2024 18:18:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/Several-issues-on-the-latest-Intel-vPro-Technology-Module-for/m-p/1598339#M11509</guid>
      <dc:creator>MIGUEL_C_Intel</dc:creator>
      <dc:date>2024-05-16T18:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Several issues on the latest Intel vPro Technology Module for Windows PowerShell</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/Several-issues-on-the-latest-Intel-vPro-Technology-Module-for/m-p/1598408#M11513</link>
      <description>&lt;P&gt;Hi Miguel,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried on several systems not only MTL platform as follows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ThinkPad T14 Gen5 (Meteor Lake)&lt;/P&gt;&lt;P&gt;UEFI F/W : 1.05&lt;/P&gt;&lt;P&gt;CSME F/W : 18.0.5.2133&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NUC13L3Kv5 (Raptor Lake)&lt;/P&gt;&lt;P&gt;UEFI F/W : L3RPLV57.0035.2023.1123.1751&lt;/P&gt;&lt;P&gt;CSME F/W : 16.1.25.2124&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NUC12WSKv5 (Alder Lake)&lt;/P&gt;&lt;P&gt;UEFI F/W : WSADLV57.0092.2024.0202.1635&lt;/P&gt;&lt;P&gt;CSME F/W : 16.1.27.2176&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ThinkPad T14 Gen2 (Tiger Lake)&lt;BR /&gt;UEFI F/W : 1.61&lt;BR /&gt;CSME F/W : 15.0.47.2473&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ThinkPad L13 (Comet Lake)&lt;BR /&gt;UEFI F/W : 1.41&lt;BR /&gt;CSME F/W : 14.1.70.2228&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ThinkPad T490 (Whiskey Lake)&lt;BR /&gt;UEFI F/W : 1.82&lt;BR /&gt;CSME F/W : 12.0.92.2145&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Every system showed same error message.&lt;/P&gt;&lt;P&gt;BTW, is there any system which can execute Get-AMTSetup cmdlet? If yes, plese let me know which vendor / model.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;smaki&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 01:11:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/Several-issues-on-the-latest-Intel-vPro-Technology-Module-for/m-p/1598408#M11513</guid>
      <dc:creator>smaki</dc:creator>
      <dc:date>2024-05-17T01:11:03Z</dc:date>
    </item>
    <item>
      <title>Re:Several issues on the latest Intel vPro Technology Module for Windows PowerShell</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/Several-issues-on-the-latest-Intel-vPro-Technology-Module-for/m-p/1598645#M11517</link>
      <description>&lt;P&gt;Hello, smaki,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply with the PC models. &amp;nbsp;The PowerShell vPro Module is intended for test and development.&amp;nbsp; The support is limited, please allow me some time to set up a lab and test the scripts.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Miguel C.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 17 May 2024 16:54:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/Several-issues-on-the-latest-Intel-vPro-Technology-Module-for/m-p/1598645#M11517</guid>
      <dc:creator>MIGUEL_C_Intel</dc:creator>
      <dc:date>2024-05-17T16:54:56Z</dc:date>
    </item>
    <item>
      <title>Re:Several issues on the latest Intel vPro Technology Module for Windows PowerShell</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/Several-issues-on-the-latest-Intel-vPro-Technology-Module-for/m-p/1600374#M11537</link>
      <description>&lt;P&gt;Hello, smaki,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for holding to our answer.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Smaki, by chance have you tested the behavior of the scripts with the previous version of Intel vPro® Technology Module for Windows* PowerShell v16.0.7.1. We will appreciate the outcome of testing it. You can run both software versions in the endpoint.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/download/704395/786183/intel-vpro-technology-module-for-windows-powershell.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/download/704395/786183/intel-vpro-technology-module-for-windows-powershell.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please try with Meteor Lake and the previous CPU version.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regarding the issue: "No route can be determined to reach the destination role defined by the WSAddressing To."&amp;nbsp;Can you confirm if LMS is running? &amp;nbsp;We can verify that by running the Intel® EMA Configuration Tool (ECT)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/download/19805/30485/intel-endpoint-management-assistant-configuration-tool-intel-ema-configuration-tool.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/download/19805/30485/intel-endpoint-management-assistant-configuration-tool-intel-ema-configuration-tool.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or by using the PS script CSME-DiscoverySmbiosAdvanced&amp;nbsp;available at Intel® Endpoint Management Assistant (Intel® EMA) API Sample Scripts.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/download/19693/30076/intel-endpoint-management-assistant-intel-ema-api-sample-scripts.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/download/19693/30076/intel-endpoint-management-assistant-intel-ema-api-sample-scripts.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Miguel C.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 23 May 2024 22:05:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/Several-issues-on-the-latest-Intel-vPro-Technology-Module-for/m-p/1600374#M11537</guid>
      <dc:creator>MIGUEL_C_Intel</dc:creator>
      <dc:date>2024-05-23T22:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Several issues on the latest Intel vPro Technology Module for Windows PowerShell</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/Several-issues-on-the-latest-Intel-vPro-Technology-Module-for/m-p/1600726#M11546</link>
      <description>&lt;P&gt;Hi Miguel,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Before I show the result of v16.0.7.1,&lt;/P&gt;&lt;P&gt;1. Have you tried to reproduce any of these issues on your side?&amp;nbsp;If yes, what were the results? Did everything work fine?&lt;BR /&gt;I also would like to know if these issues only occurs in my environment or not.&lt;/P&gt;&lt;P&gt;To properly understand the problem, I recommend trying to reproduce them.&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;&amp;gt;About the problem: "Unable to determine the route to reach the destination role defined in WSAddressing To." Can you check if LMS is running?&lt;BR /&gt;Why did you think so? The problem is not on local access, but on remote access. I don't think it matters whether LMS is running or not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I tried v16.0.7.1 module as you showed with no luck as below.&lt;/P&gt;&lt;P&gt;#1. Get-AmtSetup&lt;BR /&gt;PS C:\Users\shin&amp;gt; Import-Module C:\IntelvProModule_16.0.7.1\Bin\IntelvPro\IntelvPro.psd1&lt;BR /&gt;PS C:\Users\shin&amp;gt; Get-AmtSetup | Format-Table -AutoSize -Wrap&lt;/P&gt;&lt;P&gt;Status Reason&lt;BR /&gt;------ ------&lt;BR /&gt;Failed Exception calling "Discover" with "0" argument(s): "Cannot marshal field 'Password' of type&lt;BR /&gt;'CFG_GET_LOCAL_SYSETM_ACCOUNT_RESPONSE': There is no marshaling support for this type."&lt;/P&gt;&lt;P&gt;I got the same error message as v18.0.0.1.&lt;/P&gt;&lt;P&gt;#2. Get-AMTHardwareAsset&lt;BR /&gt;PS C:\Users\shin&amp;gt; Get-AMTHardwareAsset -ComputerName:thinkpadl13.makky.org -Credential $amtCred | Format-Table -AutoSize -Wrap&lt;BR /&gt;Get-ChildItem : No route can be determined to reach the destination role defined by the WSAddressing To.&lt;BR /&gt;At C:\IntelvProModule_16.0.7.1\Bin\IntelvPro\Get-AMTHardwareAsset.ps1:123 char:6&lt;BR /&gt;+ Get-ChildItem $path | ForEach-Object {&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : NotSpecified: (:) [Get-ChildItem], WsmanSenderException&lt;BR /&gt;+ FullyQualifiedErrorId : Intel.Management.Wsman.WsmanSenderException,Microsoft.PowerShell.Commands.GetChildItemCo&lt;BR /&gt;mmand&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ComputerName PSParentPath Name Value&lt;BR /&gt;------------ ------------ ---- -----&lt;BR /&gt;thinkpadl13.makky.org IntelvPro\AmtSystem::\HardwareAssets\BIOS\Primary BIOS Version R15ET6&lt;BR /&gt;0W&lt;BR /&gt;(1.41&lt;BR /&gt;)&lt;BR /&gt;thinkpadl13.makky.org IntelvPro\AmtSystem::\HardwareAssets\BIOS\Primary BIOS ReleaseDate 2/5/20&lt;BR /&gt;24 12:&lt;BR /&gt;00:00&lt;BR /&gt;AM&lt;BR /&gt;thinkpadl13.makky.org IntelvPro\AmtSystem::\HardwareAssets\BIOS\Primary BIOS Manufacturer LENOVO&lt;BR /&gt;...&lt;/P&gt;&lt;P&gt;I got the same error message as v18.0.0.1.&lt;/P&gt;&lt;P&gt;#3. Get-AMTPowerState with multiple platforms.&lt;BR /&gt;PS C:\Users\shin&amp;gt; Get-AMTPowerState -ComputerName:$clients2 -Credential $amtCred | Format-Table -AutoSize -Wrap&lt;BR /&gt;Add-Member : Cannot add a member with the name "Computer Name" because a member with that name already exists. To&lt;BR /&gt;overwrite the member anyway, add the Force parameter to your command.&lt;BR /&gt;At C:\IntelvProModule_16.0.7.1\Bin\IntelvPro\Get-AMTPowerState.ps1:150 char:13&lt;BR /&gt;+ ... $Obj | Add-Member -MemberType noteproperty -Name "Computer Name" ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : InvalidOperation: (@{Computer Name...n=Power Saving}:PSObject) [Add-Member], InvalidOper&lt;BR /&gt;ationException&lt;BR /&gt;+ FullyQualifiedErrorId : MemberAlreadyExists,Microsoft.PowerShell.Commands.AddMemberCommand&lt;/P&gt;&lt;P&gt;Add-Member : Cannot add a member with the name "Power State ID" because a member with that name already exists. To&lt;BR /&gt;overwrite the member anyway, add the Force parameter to your command.&lt;BR /&gt;At C:\IntelvProModule_16.0.7.1\Bin\IntelvPro\Get-AMTPowerState.ps1:151 char:13&lt;BR /&gt;+ ... $Obj | Add-Member -MemberType noteproperty -Name "Power State ID ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : InvalidOperation: (@{Computer Name...n=Power Saving}:PSObject) [Add-Member], InvalidOper&lt;BR /&gt;ationException&lt;BR /&gt;+ FullyQualifiedErrorId : MemberAlreadyExists,Microsoft.PowerShell.Commands.AddMemberCommand&lt;/P&gt;&lt;P&gt;Add-Member : Cannot add a member with the name "Power State Description" because a member with that name already&lt;BR /&gt;exists. To overwrite the member anyway, add the Force parameter to your command.&lt;BR /&gt;At C:\IntelvProModule_16.0.7.1\Bin\IntelvPro\Get-AMTPowerState.ps1:152 char:13&lt;BR /&gt;+ ... $Obj | Add-Member -MemberType noteproperty -Name "Power State De ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : InvalidOperation: (@{Computer Name...n=Power Saving}:PSObject) [Add-Member], InvalidOper&lt;BR /&gt;ationException&lt;BR /&gt;+ FullyQualifiedErrorId : MemberAlreadyExists,Microsoft.PowerShell.Commands.AddMemberCommand&lt;/P&gt;&lt;P&gt;Add-Member : Cannot add a member with the name "Power Saving State ID" because a member with that name already exists.&lt;BR /&gt;To overwrite the member anyway, add the Force parameter to your command.&lt;BR /&gt;At C:\IntelvProModule_16.0.7.1\Bin\IntelvPro\Get-AMTPowerState.ps1:153 char:13&lt;BR /&gt;+ ... $Obj | Add-Member -MemberType noteproperty -Name "Power Saving S ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : InvalidOperation: (@{Computer Name...n=Power Saving}:PSObject) [Add-Member], InvalidOper&lt;BR /&gt;ationException&lt;BR /&gt;+ FullyQualifiedErrorId : MemberAlreadyExists,Microsoft.PowerShell.Commands.AddMemberCommand&lt;/P&gt;&lt;P&gt;Add-Member : Cannot add a member with the name "Power Saving State Description" because a member with that name&lt;BR /&gt;already exists. To overwrite the member anyway, add the Force parameter to your command.&lt;BR /&gt;At C:\IntelvProModule_16.0.7.1\Bin\IntelvPro\Get-AMTPowerState.ps1:154 char:13&lt;BR /&gt;+ ... $Obj | Add-Member -MemberType noteproperty -Name "Power Saving S ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : InvalidOperation: (@{Computer Name...n=Power Saving}:PSObject) [Add-Member], InvalidOper&lt;BR /&gt;ationException&lt;BR /&gt;+ FullyQualifiedErrorId : MemberAlreadyExists,Microsoft.PowerShell.Commands.AddMemberCommand&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Computer Name Power State ID Power State Description Power Saving State ID Power Saving State Description&lt;BR /&gt;------------- -------------- ----------------------- --------------------- ------------------------------&lt;BR /&gt;thinkpadt14g2.makky.org 2 On (S0) 3 Power Saving&lt;BR /&gt;thinkpadt14g2.makky.org 2 On (S0) 3 Power Saving&lt;/P&gt;&lt;P&gt;I got the same error message as v18.0.0.1.&lt;/P&gt;&lt;P&gt;#4. Get-AMTPowerState with older platform&lt;BR /&gt;PS C:\Users\shin&amp;gt; Get-AMTPowerState -ComputerName:thinkpadx240.makky.org -Credential $amtCred | Format-Table -AutoSize -Wrap&lt;/P&gt;&lt;P&gt;Computer Name Power State Description Reason&lt;BR /&gt;------------- ----------------------- ------&lt;BR /&gt;thinkpadx240.makky.org Cannot connect Exception calling "Enumerate" with "2" argument(s): "No route can be&lt;BR /&gt;determined to reach the destination role defined by the WSAddressing&lt;BR /&gt;To."&lt;/P&gt;&lt;P&gt;I got the same error message as v18.0.0.1.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Please try to reproduce it anyway.&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;smaki&lt;/P&gt;</description>
      <pubDate>Sat, 25 May 2024 07:17:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/Several-issues-on-the-latest-Intel-vPro-Technology-Module-for/m-p/1600726#M11546</guid>
      <dc:creator>smaki</dc:creator>
      <dc:date>2024-05-25T07:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Several issues on the latest Intel vPro Technology Module for Windows PowerShell</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/Several-issues-on-the-latest-Intel-vPro-Technology-Module-for/m-p/1601173#M11548</link>
      <description>&lt;P&gt;Hello, smaki,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We were unable to replicate it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Miguel C.&lt;/P&gt;
&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 16:06:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/Several-issues-on-the-latest-Intel-vPro-Technology-Module-for/m-p/1601173#M11548</guid>
      <dc:creator>MIGUEL_C_Intel</dc:creator>
      <dc:date>2024-05-30T16:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: Several issues on the latest Intel vPro Technology Module for Windows PowerShell</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/Several-issues-on-the-latest-Intel-vPro-Technology-Module-for/m-p/1602753#M11568</link>
      <description>&lt;P&gt;“No route can be determined to reach the destination…”&lt;BR /&gt;This sounds like AMT isn’t available. Can you go to the web interface on the remote system &lt;A href="https://ENDPOINT_IP:16993" target="_blank"&gt;https://ENDPOINT_IP:16993&lt;/A&gt; ? You can also check the port with PS test-netconnection or telnet (if the services is added). Doesn’t sound like 16993 is responding, or 16992 (non-TLS) on older (AMT 14 and prior) platforms.&lt;/P&gt;&lt;P&gt;"Cannot marshal field 'Password' of type…”&lt;BR /&gt;This error sounds related to how you are pulling the password from $amtCred, Have you tried just calling the username and password directly from the CLI or script first for testing purposes? Simplify things as much as possible and add back in the layers of sophistication you require. This may be something simple like a syntax error that is tripping you up.&amp;nbsp; Just a thought to get you pointed in the right direction.&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2024 13:51:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/Several-issues-on-the-latest-Intel-vPro-Technology-Module-for/m-p/1602753#M11568</guid>
      <dc:creator>mseszeny</dc:creator>
      <dc:date>2024-05-31T13:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Several issues on the latest Intel vPro Technology Module for Windows PowerShell</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/Several-issues-on-the-latest-Intel-vPro-Technology-Module-for/m-p/1602905#M11569</link>
      <description>&lt;P&gt;Hello Miguel,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would you show me the result of following command?&lt;/P&gt;&lt;P&gt;&amp;nbsp;PS C:\Users\shin&amp;gt; Get-AmtSetup | Format-Table -AutoSize -Wrap&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried on some vPro PCs, but never seen successful message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;smaki&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2024 23:21:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/Several-issues-on-the-latest-Intel-vPro-Technology-Module-for/m-p/1602905#M11569</guid>
      <dc:creator>smaki</dc:creator>
      <dc:date>2024-05-31T23:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Several issues on the latest Intel vPro Technology Module for Windows PowerShell</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/Several-issues-on-the-latest-Intel-vPro-Technology-Module-for/m-p/1602926#M11570</link>
      <description>&lt;P&gt;Hello mseszeny,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your comment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;“No route can be determined to reach the destination…”&lt;BR /&gt;&amp;gt;This sounds like AMT isn’t available. Can you go to the web interface on the remote system &lt;A href="https://ENDPOINT_IP:16993" target="_blank"&gt;https://ENDPOINT_IP:16993&lt;/A&gt; ? You can also&lt;/P&gt;&lt;P&gt;&amp;gt;check the port with PS test-netconnection or telnet (if the services is added). Doesn’t sound like 16993 is responding, or 16992 (non-&amp;gt;TLS) on older (AMT 14 and prior) platforms.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Of cource, I confirmed WebUI access without trouble, at first.&lt;/P&gt;&lt;P&gt;And another commandlet (ex. Get-AMTFirmwareVersion) worked fine. So, I believe AMT on each systems are working correctly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;"Cannot marshal field 'Password' of type…”&lt;BR /&gt;&amp;gt;This error sounds related to how you are pulling the password from $amtCred, Have you tried just calling the username and password&lt;/P&gt;&lt;P&gt;&amp;gt;directly from the CLI or script first for testing purposes? Simplify things as much as possible and add back in the layers of &amp;gt;sophistication you require. This may be something simple like a syntax error that is tripping you up. Just a thought to get you pointed in&lt;/P&gt;&lt;P&gt;&amp;gt;the right direction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. The error message came out when I used Get-AMTSetup cmdlet which doesn't require credential input. Because it is a local command and it uses local account ($$OsAdmin) instead of supplied credential information though it required admin priviledge.&lt;/P&gt;&lt;P&gt;2. On the same session, some of other commandlets work fine with the credential object ($amtCred). And in case of&amp;nbsp;Get-AMTPowerState, password parameter was rejected like below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS C:\Users\shin&amp;gt; Get-AMTPowerState -ComputerName thinkpadl13.makky.org -Username admin -Password P@ssw0rd | Format-Table -AutoSize -Wrap&lt;/P&gt;&lt;P&gt;Computer Name Power state Description Reason&lt;BR /&gt;------------- ----------------------- ------&lt;BR /&gt;Exception Thrown Cannot convert argument "pass", with value: "P@ssw0rd", for "SetCredentials" to&lt;BR /&gt;type "System.Security.SecureString": "Cannot convert the "P@ssw0rd" value of&lt;BR /&gt;type "System.String" to type "System.Security.SecureString"."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I decided to use credential object instead of username/password.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;smaki&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Jun 2024 01:50:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/Several-issues-on-the-latest-Intel-vPro-Technology-Module-for/m-p/1602926#M11570</guid>
      <dc:creator>smaki</dc:creator>
      <dc:date>2024-06-01T01:50:58Z</dc:date>
    </item>
  </channel>
</rss>

