I am getting an error when running some ADSI code...here is a sample that
works when run from DOS but doesn't work through IIS 5.5. IIS has been
configured to run processes as the logged on user so that I can logon as
an admin.
Here is the code:
use Win32::OLE;
$server = "CG-BACKOFF-2";
$
I am trying to write a program to add an ace to the acl for several thousand
users in AD. I have been successful at creating users but I am stuck at
the asterisk"ed" line near the end of the provided code. I have the adssecurity.dll
file registered. I have been able, with some other code, to re