Home > OS >  Want to seek advice, not to install the client's case) what method can obtain a list of domain
Want to seek advice, not to install the client's case) what method can obtain a list of domain

Time:10-05

Currently only found in powershell command to get
Invoke the Command - ComputerName - the Credential administrator
But this order need to open the winRM service, in principle is not allowed to open this service, so what other method?

CodePudding user response:

Wmi
Powershell:
 Get WmiObject - Class Win32_Product | Select - Object - the Property Name 

CodePudding user response:

reference 1st floor Runnerchin response:
wmi
Powershell:
 Get WmiObject - Class Win32_Product | Select - Object - the Property Name 



Attach this command reference:

https://msdn.microsoft.com/zh-cn/library/dd315295.aspx

CodePudding user response:

reference 1st floor Runnerchin response:
wmi
Powershell:
 Get WmiObject - Class Win32_Product | Select - Object - the Property Name 

This I know, and there are defects, some software and can't get to, what I want is the method of how to distribute to the domain users
  • Related