Board index » Visual Studio » Newbie - Computer String
|
malecatsub
|
|
malecatsub
|
Newbie - Computer String
Visual Studio316
Microsoft gives plenty of examples below to access the local PC. Is there a direct equivalent object to access all PCs in a domain? strComputer = "." Set objWMIService = GetObject("winmgmts:" .... - |
| Al
Registered User |
Wed Jan 28 21:04:11 CST 2004
Re:Newbie - Computer String"itsme" <tnguyen@pmi.delta.org>wrote in message QuoteMicrosoft gives plenty of examples below to access the local PC. Is there PC's in the domain, and execute the above WMI coding with strComputer set to each PC name in turn. One way to do this would be to use ADSI to enumerate the computers in the domain. /Al - |
