摘要:
当使用WMI : ConnectionOptions connectionOptions = new ConnectionOptions(); connectionOptions.Username = userName; connectionOptions.Password = password; ManagementScope managementScope = new ManagementScope("\\\\" + host + "\\root\\cimv2", connectionOptions); ... 阅读全文
posted @ 2012-05-23 09:58
寂寞的DBOY
阅读(7264)
评论(1)
推荐(0)