Hi.
I use the ADSI-browser from Toby Everett to find the ADSI-properties to
set in create-user-scripts on windows 2000 active directory.
There are a lot of User-Properties like "Profile", but i can't find the
property "Terminal Services Profile" which would also be very useful in
create-user-scripts.
use Win32::OLE;
my $ADsPath = "LDAP://server/CN=Charlie Brown,CN=Users,DC=test,DC=com";
my $c = Win32::OLE->GetObject($ADsPath) or die "Fehler bei Get
$ADsPath\n";
print $c->{Profile} . "\n"; # works fine
Dows anyone know how to get/set the "Terminal Services Profile"
User-Property with ADSI?
Thanks for any suggestions
Frank
_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-admin