링크가 복사됨
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hello Narmatha,
Thank you for reaching out.
Intel® EMA version 1.14.3 does not currently offer a built-in feature in the console UI to export the device list directly to Excel. However, there is a developer-level option available for lab and testing environments that may suit your needs.
You can use the following PowerShell script:
Script Name: EMA_API-WriteAMTHardwareInfoToCSV.ps1
Path: Intel_EMA_API_Sample_Scripts_v1_10\PowerShell\Snippets
This script demonstrates how to gather Intel® AMT hardware information for multiple endpoints using the Intel EMA API. It collects data for all endpoints the user has access to and writes the output to a specified CSV file.
Note: Endpoints must be connected to the Intel EMA server via CIRA at the time the script is run for their hardware information to be included.
Resources:
· Intel® EMA API Guide:
· Download Sample Scripts:
Please note that this script is provided as-is and is intended for use in development or testing environments.
Best regards,
Vijay N
Intel Customer Support
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Dear viji,
Thank you very much for providing the sample scripts. They are much appreciated!
I've attempted to execute the script using the correct input values. While it successfully creates the file, the output contains an unexpected single entry (Value as 'Unknown"), rather than the expected 5 endpoints.
Could you kindly guide me on where I might be going wrong, or suggest areas I should check to resolve this, please?
Attached a screenshot of the output file's value.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hello Narmatha,
Thank you for your message, and I appreciate your efforts in testing the sample script.
Please note that the scripts provided are intended as sample code. These snippets demonstrate various Intel EMA API calls and related operations. They are primarily designed to serve as examples for your reference and should be customized to fit your specific use cases.
We recommend using them as part of your own scripts by adding the necessary modifications based on your requirements. You can find the full set of sample scripts and documentation here:
Regarding the output showing only a single entry with the value "Unknown" instead of the expected five endpoints, this may be due to one or more of the following:
· Input values: Please ensure the parameters passed to the script (such as group ID or endpoint identifiers) are accurate and match your EMA environment.
· Endpoint status: Verify that the endpoints are online and properly registered in EMA.
· Script customization: Some logic in the script may need to be adjusted to align with your specific setup or filtering criteria.
Best regards,
Vijay N
Intel Support Team
