Rather than:
quote:
$objCont = $GetObject($ADsPath)
Try:
quote:
$objCont = GetObject($ADsPath)
GetObject() is a function, not an object.

[ 07. July 2003, 16:37: Message edited by: Richard H. ]