LASAD,
Here are a few changes that can make the Mcafee Manager available with The NT4 Domain model

1. Add the NetView UDF
2. Change this Code
code:
$ou = EnumOUs($ldap, 'computer')
For Each $item in Split($ou,"|")
$txtArea.AddItem($item)
Next

To

code:
 $ou = "Your Domain"
$txtArea.AddItem($ou)

3. In the EnumOu UDF change this code
code:
 	$Computers = GetObject($area)
and
$Item = $List.Items.Add($name)


to

code:
 	$Computers = Netview($ou)
and
$Item = $List.Items.Add($Item)


I think that is all the changes I made. If this doesn't work let me know and I will double check the changes I made.

[ 14. January 2003, 16:23: Message edited by: Will Hetrick ]
_________________________
You have at least 2 choices. Each choice changes your destiny. Choose wisely!