访问SQL Server WMI对象
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了访问SQL Server WMI对象相关的知识,希望对你有一定的参考价值。
访问SQL Server WMI对象
1. 使用Powershell访问
get-wmiobject -list -namespace "root\Microsoft\SqlServer" get-wmiobject -list -namespace "root\Microsoft\SqlServer\ServerEvents\MSSQLSERVER" get-wmiobject -namespace "root\Microsoft\SqlServer\ComputerManagement10" -query "Select * From SqlService"
2. 使用wbemtest.exe访问
在开始、运行,输入wbemtest.exe
输入空间名:
root\Microsoft\SqlServer\ComputerManagement10
遇到的问题:
在访问wbemtest.exe时,会遇到权限问题,如下:
在开始、运行,输入wmimgmt.msc
右键WMI Control(local),点击Properties
切换到Security窗口,展开到需要访问的目录,授予DX\xucy访问权限。
参考:
https://mattsql.wordpress.com/2013/08/15/quick-tip-wmi-alerts-and-sql-server-agent-permissions/
http://stackoverflow.com/questions/2056056/access-sql-wmi-namespaces-from-remote-machine
http://www.jb51.net/article/52489.htm
本文出自 “SQL Server Deep Dive” 博客,请务必保留此出处http://ultrasql.blog.51cto.com/9591438/1906045
以上是关于访问SQL Server WMI对象的主要内容,如果未能解决你的问题,请参考以下文章
打开SQL Server 配置管理器时出现了问题 ,无法连接到WMI提供程序,您没有权限或者该服务器无法访问
Sql Server 配置管理器无法打开(无法连接到 WMI 提供程序)不要重装