Hello...

I wrote a script to create Users in AD using kixtart. When I tested it, everything seemed ok (otherwise it wouldn't have gone to production use):
The User was created and properties set correctly. But now $adsi_userobject.setinfo
doesn't work anymore and the user properties aren't set.

I tried
$adsi_userobject.Put("FirstName", "einhirn")
and ? $adsUser.FirstName gives back the right value. But after
$adsi_userobject.setinfo
$adsi_userobject.getinfo
the old value is returned...

Can Anyone help?

bye
einhirn
_________________________
SIGSIG: No Signature found