Quote:

Jeez, all this just to check if a user is member of an OU ???




Yes, KiXtart doesn't support the features natively, so it can get a little complicated.

However, for your needs the following might provide all the information that you require:
Code:
$=SetOption("WrapAtEOL","ON")

$oADInfo = CreateObject("ADSystemInfo")
$oADInfo.ComputerName ?
$oADInfo.UserName ?