<?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: PowerShell 7 cannot connect with AcceptSelfSignedCert parameter in Intel vPro® Platform</title>
    <link>https://community.intel.com/t5/Intel-vPro-Platform/PowerShell-7-cannot-connect-with-AcceptSelfSignedCert-parameter/m-p/1579859#M11305</link>
    <description>&lt;P&gt;I have found a workaround using the Intel vPro Technology Module for Windows PowerShell with PowerShell 7.4.&lt;/P&gt;&lt;P&gt;Just use following parameter for importing the module, it will import with PowerShell 5.1 compatibility mode:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Import-Module&lt;/SPAN&gt; &lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;$envRoot&lt;/SPAN&gt;&lt;SPAN&gt;\modules\IntelvPro\18.0.0.1\IntelvPro.psd1"&lt;/SPAN&gt; &lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;UseWindowsPowerShell&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Found this in the Microsoft docs:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_windows_powershell_compatibility?view=powershell-7.4" target="_blank"&gt;https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_windows_powershell_compatibility?view=powershell-7.4&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;It would be nice if Intel can push a new version that runs with PowerShell 7.4 without compatiblity mode but this workaround can be used in the meantime.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 12 Mar 2024 15:45:10 GMT</pubDate>
    <dc:creator>Raphi</dc:creator>
    <dc:date>2024-03-12T15:45:10Z</dc:date>
    <item>
      <title>PowerShell 7 cannot connect with AcceptSelfSignedCert parameter</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/PowerShell-7-cannot-connect-with-AcceptSelfSignedCert-parameter/m-p/1564329#M11108</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am using &lt;STRONG&gt;Powershell 7.4.1&lt;/STRONG&gt; and vPro &lt;STRONG&gt;Module version 16.7.0.1&lt;/STRONG&gt;. I cannot connect to TLS enabled hosts with the -AcceptSelfSignedCert parameter. The hosts have thh&amp;nbsp;&lt;STRONG&gt;Intel® AMT self-signed certificate&amp;nbsp;&lt;/STRONG&gt;installed. With &lt;STRONG&gt;non TLS clients it works&lt;/STRONG&gt; without any problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I run following command with &lt;STRONG&gt;PowerShell 5.1 it works&lt;/STRONG&gt;.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Invoke-AMTPowerManagement&lt;/SPAN&gt; &lt;SPAN&gt;$hostFQDN&lt;/SPAN&gt; &lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;Credential &lt;/SPAN&gt;&lt;SPAN&gt;$vproCredential&lt;/SPAN&gt; &lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;Operation PowerOn &lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;TLS &lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;AcceptSelfSignedCert&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;With &lt;STRONG&gt;PowerShell 7.4.1&lt;/STRONG&gt; I am getting following &lt;STRONG&gt;error on the same command&lt;/STRONG&gt;:&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;"The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch, RemoteCertificateChainErrors"&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;The error appears on line &lt;STRONG&gt;116&lt;/STRONG&gt; in file&amp;nbsp;&lt;STRONG&gt;Get-AMTPowerState.ps1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;$AssociatedObj = $ObjRef.Get()&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I could not find out how to get this working on my own. What do I need to do to get the connection working with the parameter &lt;STRONG&gt;-AcceptSelfSignedCert&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Is there mybe any Option missing in the &lt;STRONG&gt;WsmanConnection Object&lt;/STRONG&gt; in&amp;nbsp;&lt;SPAN class=""&gt;&lt;STRONG&gt;Get-AMTPowerState.ps1&lt;/STRONG&gt;&lt;/SPAN&gt;?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/50582iD4B5AE67F209A908/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I tried setting the Option VerifyCertificates to false but sadly the same error appears.&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;$Connection.Options.VerifyCertificates = $false;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks in advance for your help!&lt;/DIV&gt;&lt;DIV&gt;Greets Raphi&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 19 Jan 2024 13:11:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/PowerShell-7-cannot-connect-with-AcceptSelfSignedCert-parameter/m-p/1564329#M11108</guid>
      <dc:creator>Raphi</dc:creator>
      <dc:date>2024-01-19T13:11:00Z</dc:date>
    </item>
    <item>
      <title>Re:PowerShell 7 cannot connect with AcceptSelfSignedCert parameter</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/PowerShell-7-cannot-connect-with-AcceptSelfSignedCert-parameter/m-p/1564508#M11112</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 14.625px;"&gt;Hello, Raphi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.625px;"&gt;Thank you for using Intel vPro support services.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.625px;"&gt;Please allow us time to review your case, we will in a timely manner.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 20 Jan 2024 00:43:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/PowerShell-7-cannot-connect-with-AcceptSelfSignedCert-parameter/m-p/1564508#M11112</guid>
      <dc:creator>MIGUEL_C_Intel</dc:creator>
      <dc:date>2024-01-20T00:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell 7 cannot connect with AcceptSelfSignedCert parameter</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/PowerShell-7-cannot-connect-with-AcceptSelfSignedCert-parameter/m-p/1564900#M11119</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;thanks for your reply. I have posted the wrong command I have used this command in my debug example above:&lt;BR /&gt;&lt;STRONG&gt;Get-AMTPowerState -computername&amp;nbsp;$hostFQDN -Credential $vproCredential -TLS -AcceptSelfSignedCert&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;BR /&gt;But it doesn't make a difference the certificate error appears on all commands.&lt;/DIV&gt;&lt;DIV&gt;Hope there will be a fix for this soon.&lt;BR /&gt;&lt;BR /&gt;Greets Raphael&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 22 Jan 2024 08:18:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/PowerShell-7-cannot-connect-with-AcceptSelfSignedCert-parameter/m-p/1564900#M11119</guid>
      <dc:creator>Raphi</dc:creator>
      <dc:date>2024-01-22T08:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell 7 cannot connect with AcceptSelfSignedCert parameter</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/PowerShell-7-cannot-connect-with-AcceptSelfSignedCert-parameter/m-p/1565439#M11128</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Update:&lt;/STRONG&gt; I have tested with the newly released IntelVproModule&amp;nbsp;&lt;STRONG&gt;&lt;SPAN&gt;18.0.0.1&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;&lt;A href="https://www.intel.com/content/www/us/en/download/704395/intel-vpro-technology-module-for-windows-powershell.html" target="_blank" rel="noopener"&gt;https://www.intel.com/content/www/us/en/download/704395/intel-vpro-technology-module-for-windows-powershell.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Get-AMTPowerState -computername&amp;nbsp;$hostFQDN -Credential $vproCredential -TLS -AcceptSelfSignedCert&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Now this error appears - the &lt;STRONG&gt;&lt;SPAN class=""&gt;RemoteCertificateChainErrors&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class=""&gt; seems to be gone in this version&lt;/SPAN&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2024 16:28:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/PowerShell-7-cannot-connect-with-AcceptSelfSignedCert-parameter/m-p/1565439#M11128</guid>
      <dc:creator>Raphi</dc:creator>
      <dc:date>2024-01-23T16:28:26Z</dc:date>
    </item>
    <item>
      <title>Re:PowerShell 7 cannot connect with AcceptSelfSignedCert parameter</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/PowerShell-7-cannot-connect-with-AcceptSelfSignedCert-parameter/m-p/1567141#M11141</link>
      <description>&lt;P&gt;Hello, Raphael,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I hope this message finds you well.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;After reviewing the case with our development team, I confirm that Power Shell 7.x is not supported or validated.&amp;nbsp; More details in section 2.1 Requirements of the Intel vPro® Technology Module for Microsoft* Windows* PowerShell* Installation and User Guide included in the software zip package.&lt;/P&gt;&lt;P&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;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Requirements: Windows PowerShell versions up to including version 5.1.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;There is no date available for newer software updates yet.&amp;nbsp;I was not able to confirm if Power Shell 7.x will be supported in the future.&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>Mon, 29 Jan 2024 18:22:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/PowerShell-7-cannot-connect-with-AcceptSelfSignedCert-parameter/m-p/1567141#M11141</guid>
      <dc:creator>MIGUEL_C_Intel</dc:creator>
      <dc:date>2024-01-29T18:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Re:PowerShell 7 cannot connect with AcceptSelfSignedCert parameter</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/PowerShell-7-cannot-connect-with-AcceptSelfSignedCert-parameter/m-p/1567390#M11147</link>
      <description>&lt;P&gt;Hello Miguel,&lt;/P&gt;&lt;P&gt;sad to hear that. Is there any possibility to get an update when there is a new version with PowerShell 7 support? Maybe you can add a new comment to this post?&lt;/P&gt;&lt;P&gt;We would also be happy to test a beta release. I think this could be only a small issue in the compiled .NET library the module uses. Maybe there is some new parameter in .NET Core to skip the certificate check.&lt;/P&gt;&lt;P&gt;We are a big university with ~1800 vPro enabled Clients and we use the functionality to install OS (Windows Image) and OS updates on 5&amp;nbsp;locations in switzerland.&amp;nbsp;&lt;A href="https://www.ost.ch/en/" target="_blank"&gt;https://www.ost.ch/en/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;PowerShell 7.0 (LTS) was released in March 4, 2020. We need to keep our servers up to date an cannot use the old PowerShell version forever. Hope you can give me some positive feedback in this case.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raphael&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2024 08:22:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/PowerShell-7-cannot-connect-with-AcceptSelfSignedCert-parameter/m-p/1567390#M11147</guid>
      <dc:creator>Raphi</dc:creator>
      <dc:date>2024-01-30T08:22:21Z</dc:date>
    </item>
    <item>
      <title>Re:PowerShell 7 cannot connect with AcceptSelfSignedCert parameter</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/PowerShell-7-cannot-connect-with-AcceptSelfSignedCert-parameter/m-p/1567575#M11150</link>
      <description>&lt;P&gt;Hello, Raphi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I understand your concern.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;There is no date for a newer release yet.&amp;nbsp;I will gladly notify you when Intel releases the newer version through this post.&amp;nbsp;&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>Tue, 30 Jan 2024 18:19:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/PowerShell-7-cannot-connect-with-AcceptSelfSignedCert-parameter/m-p/1567575#M11150</guid>
      <dc:creator>MIGUEL_C_Intel</dc:creator>
      <dc:date>2024-01-30T18:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Re:PowerShell 7 cannot connect with AcceptSelfSignedCert parameter</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/PowerShell-7-cannot-connect-with-AcceptSelfSignedCert-parameter/m-p/1570114#M11186</link>
      <description>&lt;P&gt;Hello Miguel,&lt;/P&gt;&lt;P&gt;thanks for your response. Hope for a new version with&amp;nbsp;PowerShell 7 support soon.&lt;/P&gt;&lt;P&gt;Regards Raphael&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 07:59:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/PowerShell-7-cannot-connect-with-AcceptSelfSignedCert-parameter/m-p/1570114#M11186</guid>
      <dc:creator>Raphi</dc:creator>
      <dc:date>2024-02-07T07:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell 7 cannot connect with AcceptSelfSignedCert parameter</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/PowerShell-7-cannot-connect-with-AcceptSelfSignedCert-parameter/m-p/1570181#M11187</link>
      <description>&lt;P&gt;Hi Raphi,&lt;/P&gt;&lt;P&gt;While you are waiting for a new version that supports PowerShell 7, would you be interested to explore Intel End Point Management Assistant (Intel EMA) which is the latest solution supporting Intel AMT on the clients?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jimmy Wai&lt;/P&gt;&lt;P&gt;Technical Sales Specialist, Intel&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 11:18:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/PowerShell-7-cannot-connect-with-AcceptSelfSignedCert-parameter/m-p/1570181#M11187</guid>
      <dc:creator>Jimmy_Wai_Intel</dc:creator>
      <dc:date>2024-02-07T11:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell 7 cannot connect with AcceptSelfSignedCert parameter</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/PowerShell-7-cannot-connect-with-AcceptSelfSignedCert-parameter/m-p/1570198#M11188</link>
      <description>&lt;P&gt;Hi Jimmy,&lt;/P&gt;&lt;P&gt;yes I would like to explore&amp;nbsp;&lt;SPAN&gt;Intel End Point Management Assistant (Intel EMA). Can you give me further detailed information for it?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards Raphael&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 12:43:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/PowerShell-7-cannot-connect-with-AcceptSelfSignedCert-parameter/m-p/1570198#M11188</guid>
      <dc:creator>Raphi</dc:creator>
      <dc:date>2024-02-07T12:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell 7 cannot connect with AcceptSelfSignedCert parameter</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/PowerShell-7-cannot-connect-with-AcceptSelfSignedCert-parameter/m-p/1570243#M11191</link>
      <description>&lt;P&gt;Hi Raphi,&lt;/P&gt;&lt;P&gt;Intel EMA is available to download at the link below. Please send me an email to jimmy dot wai at intel dot com. I can share more detailed information.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/download/19449/intel-endpoint-management-assistant-intel-ema.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/download/19449/intel-endpoint-management-assistant-intel-ema.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Regards,&lt;/P&gt;&lt;P class=""&gt;Jimmy Wai&lt;/P&gt;&lt;P class=""&gt;Technical Sales Specialist, Intel&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 15:18:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/PowerShell-7-cannot-connect-with-AcceptSelfSignedCert-parameter/m-p/1570243#M11191</guid>
      <dc:creator>Jimmy_Wai_Intel</dc:creator>
      <dc:date>2024-02-07T15:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell 7 cannot connect with AcceptSelfSignedCert parameter</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/PowerShell-7-cannot-connect-with-AcceptSelfSignedCert-parameter/m-p/1579859#M11305</link>
      <description>&lt;P&gt;I have found a workaround using the Intel vPro Technology Module for Windows PowerShell with PowerShell 7.4.&lt;/P&gt;&lt;P&gt;Just use following parameter for importing the module, it will import with PowerShell 5.1 compatibility mode:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Import-Module&lt;/SPAN&gt; &lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;$envRoot&lt;/SPAN&gt;&lt;SPAN&gt;\modules\IntelvPro\18.0.0.1\IntelvPro.psd1"&lt;/SPAN&gt; &lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;UseWindowsPowerShell&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Found this in the Microsoft docs:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_windows_powershell_compatibility?view=powershell-7.4" target="_blank"&gt;https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_windows_powershell_compatibility?view=powershell-7.4&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;It would be nice if Intel can push a new version that runs with PowerShell 7.4 without compatiblity mode but this workaround can be used in the meantime.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 12 Mar 2024 15:45:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/PowerShell-7-cannot-connect-with-AcceptSelfSignedCert-parameter/m-p/1579859#M11305</guid>
      <dc:creator>Raphi</dc:creator>
      <dc:date>2024-03-12T15:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell 7 cannot connect with AcceptSelfSignedCert parameter</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/PowerShell-7-cannot-connect-with-AcceptSelfSignedCert-parameter/m-p/1613794#M11716</link>
      <description>&lt;P&gt;Intel has fixed this issue finally.&lt;/P&gt;&lt;P&gt;Recently released Version 18.0.1.1 of&amp;nbsp;&lt;SPAN&gt;Intel vPro Technology Module for Windows PowerShell&amp;nbsp;works with PowerShell 7.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;intel.com.au/content/www/au/en/support/articles/000030310/memory-and-storage/ssd-management-tools.html&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 09:32:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/PowerShell-7-cannot-connect-with-AcceptSelfSignedCert-parameter/m-p/1613794#M11716</guid>
      <dc:creator>Raphi</dc:creator>
      <dc:date>2024-07-10T09:32:06Z</dc:date>
    </item>
  </channel>
</rss>

