访问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访问权限。
相关推荐
huangzonggui 2019-12-29
83520298 2019-12-21
zhangjie 2014-10-14
nullplus 2019-06-13
流离岁月 2019-06-13
xiaobater 2012-12-05
nullplus 2012-12-05
Haopython 2019-04-22
Haopython 2015-06-03
wgPython 2015-05-15
windowsIOS 2015-05-15
dgdafas 2009-08-28
YsuLiuYang 2009-08-12
zhangzhiyu 2013-03-19
mingkr 2019-04-09
BitTigerio 2018-01-29
清醒疯子 2017-11-29