I get all accounts, but can't get some specific account. I tried this, it doesn't work.
await wmi.Query({
host: serverName,
username: userName,
password: credentials,
class: 'Win32_UserAccount',
where: {Name: 'zigert'}, function(){});
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744209265a4563256.html
评论列表(0条)