WMI Windows PowerShell 命令类的托管引用
Windows PowerShell 通过一组 cmdlet 实现 Windows Management Instrumentation (WMI) 功能。 可以使用这些 cmdlet 完成管理本地和远程计算机所需的端到端任务。
有关详细信息,请参阅 Windows PowerShell。
WMI PowerShell 类
命名空间:Microsoft.PowerShell.Commands
程序集:Microsoft.PowerShell.Commands.Management
DLL:Microsoft.PowerShell.Commands.Management.dll
这些 WMI 命令类由 Windows PowerShell 实现。 这些类包含在此软件开发工具包 (SDK) 中,只是为了完整性。 无法直接使用这些类的成员,也不应将它们用于派生其他类。
类 | 说明 |
---|---|
GetWmiObjectCommand | 获取 WMI 类的实例或可用类的相关信息。 有关示例以及参数相关的详细信息,请参阅 Get-WmiObject cmdlet。 |
InvokeWmiMethod | 调用 WMI 方法。 有关示例以及参数相关的详细信息,请参阅 Invoke-WmiMethod cmdlet。 |
RegisterWmiEventCommand | 订阅 WMI 事件。 有关示例以及参数相关的详细信息,请参阅 Register-WmiEvent cmdlet。 |
RemoveWmiObject | 删除现有 WMI 类的实例。 有关示例以及参数相关的详细信息,请参阅 Remove-WmiObject cmdlet。 |
SetWmiInstance | 创建或更新现有 WMI 类的实例。 有关示例以及参数相关的详细信息,请参阅 Set-WmiInstance cmdlet。 |