I am trying to get the example in this help topic to work
The only change that I have made is :
entryPc.Path = "WinNT://" + Environment.Use rDomainName + "/" +
Environment.Mac hineName
because I did not know my domain name (which seems to be the same as
my machine name)
The program throws an exception on
For Each child In entryPC.Childre n
The exception is
An unhandled exception of type
'System.Runtime .InteropService s.COMException' occurred in
system.director yservices.dll
Additional information: The group name could not be found
Does this only work for some networks or is the example wrong?/
Jack Russell
The only change that I have made is :
entryPc.Path = "WinNT://" + Environment.Use rDomainName + "/" +
Environment.Mac hineName
because I did not know my domain name (which seems to be the same as
my machine name)
The program throws an exception on
For Each child In entryPC.Childre n
The exception is
An unhandled exception of type
'System.Runtime .InteropService s.COMException' occurred in
system.director yservices.dll
Additional information: The group name could not be found
Does this only work for some networks or is the example wrong?/
Jack Russell
Comment