admin/backend/amt-sdk-20-0-0-1/WMI_Provider_Scripts/WMI_ProviderScripts Readme.txt
lvfengfree b92e1119ae fix: 修复菜单为空问题 - 移除后端过滤home路由的错误逻辑
- 修复RouteService中错误过滤home路由的问题
- 后端现在正确返回所有用户有权限的路由
- 添加设备管理相关功能(列表、在线监控、电源管理、远程监控)
- 添加详细的修复文档和重启脚本
- 更新权限配置脚本

问题根源:后端代码中有逻辑会过滤掉home路由,导致前端收到空数组,无法生成菜单
解决方案:移除过滤home路由的逻辑,让后端返回所有有权限的路由
2026-03-01 09:50:19 +08:00

57 lines
2.7 KiB
Plaintext
Raw Blame History

Copyright (C) 2006 Intel Corporation
Intel(R) Active Management Technology (Intel AMT):
A short description of the SDK's WMI Provider Scripts for developers.
Intel(R) ME WMI provider - background:
--------------------------------------
The Intel<65> ME WMI provider allows ISVs and IT administrators to perform AMT
discovery and configuration operations using WMI technology. The Intel ME WMI
provider complements the existing WS-MAN API by abstracting low-level MEI (aka
HECI) operations through WMI.
Note: To ensure that security is maintained, the scripts should be run from
a directory that can be accessed only by the Administrator user. This is
to prevent unauthorized manipulation of files in the directory.
Following are the main functionalities implemented in the provider:
1. Discovery of ME and AMT related attributes, such as FW version and
provisioning state.
2. Local activation operation, performed as part of Remote Configuration.
3. FW events.
The Intel ME WMI provider is implemented as DLL (MeProv.dll) and operates as
part of Windows* WMI mgmt service. The provider is installed as part of the
Intel* CSME SW kit.
The WMI provider creates six WMI classes in the root\Intel_ME namespace:
1. AMT_EthernetPortSettings: A class contains all Intel(R) AMT specific settings
(IP, DHCP, VLAN) for one network interface in the system
2. AMT_ProvisioningCertificateHash: A class describes provisioning certificate
hash entry.
3. AMT_Service: A class providing access to AMT Features configuration, such as
KVM and IDE-Redirect
4. AMT_SetupAuditRecord: Provides a record of the last ME Activation Event as
recorded by ME
5. ME_System: A class representing Intel(R) Manageability Engine (ME) info
6. OOB_Service: A class for reporting the OOB configuration
For detailed information for each class, please refer to the SDK documentation.
For information about programming management applications using the WMI Provider,
see the WMI documentation in the Microsoft .NET Framework SDK.
WMI Provider Scripts - zip content:
-----------------------------------
The Intel AMT SDK WMI Samples directory includes the 3 following sample apps:
SystemProperties.ps1:
A PowerShell sample that demonstrates how to use the ME WMI provider and Windows
standard WMI provider to retrieve information about the ME and Host system.
MEevents.ps1:
A PowerShell sample that demonstrates how to receive ME events from the ME WMI
provider (MEprov). This sample requires LMS running in order to receive events.
Each PowerShell sample can be executed by double clicking on it.
-------------------------------------------------------------------
* Other names and brands may be claimed as the property of others.