Thread: ADSysteminfo
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tim Rush Tim Rush is offline
external usenet poster
 
Posts: 27
Default ADSysteminfo

I've used this in Excel before, but am not sure what library was necessary to
make it work. Can anyone clue me in?

Dim objSysInfo As Object
Set objSysInfo = CreateObject("ADSystemInfo")

I'm looking to pull in some system information off the machines running the
file and logging it. ojbSysInfo.coomputername for example would give me
the full CN=.... response.

Tim