HI,
I'm searching for Intel Small Business Technology (SBT) and found the details from following SDK link
http://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/DOCS/Implementation%20and%20Reference%20Guide/default.htm.
Intel® Business Client Software Development
Retrieve OS Version
Is there away to retrieve the Operating System version from client machines using the AMT SDK?
Thanks!
Rich
Easy way to tell if AMT/HECI drivers installed; and BARE METAL?
Fourquestions:
1) For systems already out there, is there a registry key or something I can check to confirm if SOL & HECI pieces already are there?
2) I get an error in my SCCM log that says:
MT Discovery Worker: CSMSAMTDiscoveryWorker::RetrieveInfoFromResource - Found machine MYWORKSTATION (MYWORKSTATION.mydomain.org),
ID: 4016 - 192.1.2.15 from Resource GUID:7E462349-F029-4F9D-B358-47E3B08806B7.
$$
Remote KMV Settings not Supported
Hi,
My processor is an Core i5-2400. I am using the local, non-TLS configuration, and a BIOS only configuration.I have AMT provisoned: the web server at port 16992 is working, but Manageability Commander tool shows KVM as Not Supported (VNC Viewer Plus gives "Insufficient Permissions to Access"), however SOL, IDER and Redirection Ports are Enabled.I don't know why or what I've failed to configure.
Cannot use KVM on port 5900
I have provisioned a HP Elite 8200p desktop computer with the RCS + ACUWizard + USB Key. I've set the RFB password in the profile, and I can access the workstation at: http://ip:16992 But I cannot access KVM on port 5900. I'm not sure where I'm supposed to look for what the running config is? Any help would be appreciated. Thanks. ~Noah
Memory speed value mismatch between webui and winrm
Hi,
I'm trying to enumerate CIM_PhysicalMemory using winrm and getting details as below
===========
CIM_PhysicalMemory
BankLabel = BANK 0
Capacity = 2147483648
CreationClassName = CIM_PhysicalMemory
ElementName = Managed System Memory Chip
FormFactor = 13
Manufacturer = 830B
MemoryType = 24
PartNumber =xxxx
SerialNumber =xxx
Speed = 0
Tag = 9876543210
PID - PPS is required in non tls based implementation??
Dear All,
i am tryign to set up NON-TLS based intel SCS Setup, i have manually entered the MEBX password and Intel AMT password, i want to know do i still need to import the keys using the usb or not?? am just confused at this point.....
my system is not picked up my intel scs and was wondering if importing keys through the usb might make it work? though dont see any reason as its Small Business Mode.
thanks
Intel SCS not discovering Vpro Clients
Hello all,
Currently i have a Vpro Enabled Laptop, Acer Travel Mate 6493. I am running:
- Windows Server 2003 32 bit in Sun virtual box on this machine
- Running Intel SCS Server version 5.4.0.9 on Windows Server 2003
- I have created a profile with digest user "test" with password "P@ssw0rd"
- Please see the screenshot of how I created profile step by step
ALSO, this is NON TLS BASED IMPLEMENTATION
Questions about the Digital Random Number Generator (aka Bull Mountain)
Hi,
The effort involved in the implementation of RdRand instruction to promote its use in security-related applications, in particular the self-testing functionality, is very impressive!
imrsdk_x64.dll memory load problem
using System;
using System.Web;
using System.Web.Services;
using Intel.Manageability;
using Intel.Manageability.Redirection;
using Intel.Manageability.Exceptions;
namespace VPRO
{
///
/// Summary description for vRedirection
///
[WebService(Namespace = "http://tempuri.org/")]
[WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
[System.ComponentModel.ToolboxItem(false)]
public class vRedirection : System.Web.Services.WebService
{
[WebMethod]
