Re: auconfig in AMT 9 failing
As a reminder, direct support from Intel engineers is available at https://bizsupport.intel.com.
View ArticleRe: How to create AlarmClock instance with wsman client?
As a reminder, direct support from Intel engineers is available at https://bizsupport.intel.com.
View ArticleRe: SCCM2012 Add-on (RegKeyToMOF_32)
As a reminder, direct support from Intel engineers is available at https://bizsupport.intel.com.
View ArticleRe: Intel AMT & SCCM 2012 Discover AMT Status
As a reminder, direct support from Intel engineers is available at https://bizsupport.intel.com.
View ArticleRe: Can't be logged on Intel AMT 9 for Web interface
As a reminder, direct support from Intel engineers is available at https://bizsupport.intel.com.
View ArticleRe: AMT version 7 and SCCM 2012 R2 integration
As a reminder, direct support from Intel engineers is available at https://bizsupport.intel.com.
View Article"Unauthorized" Error using Powershell to connect to AMT provisioned PCs
I am trying to create a Powershell script that will allow me to turn on multiple PCs simultaneously using Intel AMT/Vpro. I think I am close to get a script that will work, but when I run it I am...
View ArticleRe: "Unauthorized" Error using Powershell to connect to AMT provisioned PCs
Hi mwiseley, Let me help you with this. I am going to pass your thread over to the vPro Specialist community for them to help you with the configuration. Kevin M
View ArticlevPro processor-enabled hardware & software security features for Your Advise?
Dear vPro Gurus, Would you please share more detail on vPro processor-enabled hardware & software security features? Thanks in advance Henry
View ArticleRe: "Unauthorized" Error using Powershell to connect to AMT provisioned PCs
Hello mwiseley, SYNTAX Invoke-AMTPowerManagement [-ComputerName] <String[]> [-Port <String>] [-Operation] <String> [-TLS] [-CertificateName <String>] [-Username...
View ArticleRe: "Unauthorized" Error using Powershell to connect to AMT provisioned PCs
Hi Jan, thanks for your response. The issue I have is that I will need to eventually be able to run a script that will turn on several hundred computers simultaneously. Typing in each PC name...
View ArticleRe: "Unauthorized" Error using Powershell to connect to AMT provisioned PCs
Hello mwiseley,I would keep it first simple, I use -TLS and it knows what port to use. Get-Content d:\comps.txt | Invoke-AMTPowerManagement -TLS -Username XXXX -Password XXXXX -Operation:PowerOn This...
View ArticleIs there a way to change the Mebx password remotely once a system has been...
I am currently implementing vPro in my organization and could use some assistance. I used a USB Drive to set the Mebx password initially. I used the default password of admin, and then the usb key...
View ArticleRe: "Unauthorized" Error using Powershell to connect to AMT provisioned PCs
Hello mwiseley, Maybe this would be a script for you FOR /F %%i IN (PathTocomputers.txt) do START RemoteControl.exe -hostname %%i -user XXXXX -pass XXXXXX -PowerUp -tls -ignoreCert All you have to...
View ArticleNewbie with vPro/AMT needs help on some usage with mounting ISO's and other...
I'm trying to find the proper client needed to connect to the Q87 AMT desktops I have built for our company. I've found the Intel Platform Solution Manager and that appears to be the only program out...
View ArticleRe: Intel AMT Alarm Clock with Version 5
It is a good thing that we have support for these computers because I got the same thing from Intel that AMT 5 had a time drift bug. They haven't been able to provide any workaround yet.
View ArticleWhen accessing a vPro enabled workstation, how are the identity of the remote...
When accessing a vPro enabled workstation, how are the identity of the remote workstation and the client making the remote access call positively authenticated? What prevents anyone with the proper...
View ArticleQuestion for the use of the AMTAlarmClock Feature with Powershell
Hit everyone. AMTAlarmClock Feature via Powershell. When i try to use the code with a AMT 5.2.7.0 machine it Fails. A 8.0 Version works great. The PDF documentation Shows that it should support...
View ArticleAMT SDK サンプルコード における WS-Management通信のタイムアウトについて
AMT SDK 8.0 のサンプルソース(root\Windows\Intel_AMT\Samples\WS-Management\RemoteControl\RemoteControlTyped\C++)を参考にし、AMTによるリモートPCの起動状態の参照機能を実装することを考えています。サンプルから抜き出した以下の処理について質問があります。...
View Article