Too much to read.
No, not exactly. My example provides filtering for computer objects. Which, like you said, his does not filter. So to stop getting everything and only get computer objects returned, he should do something like this:
Code:
If $objComputername.Class = "Computer"

"do all his stuff"
Endif


So that it only tries to do his thing to objects in that domain of the Computer class. Hence my example.


Edited by Everyone (2004-03-09 07:40 PM)