您好,登錄后才能下訂單哦!
訪問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時,會遇到權(quán)限問題,如下:
在開始、運行,輸入wmimgmt.msc
右鍵WMI Control(local),點擊Properties
切換到Security窗口,展開到需要訪問的目錄,授予DX\xucy訪問權(quán)限。
參考:
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
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。