Jump to content

Recommended Posts

Posted

I would like to remove/delete the content of AD attribute: proxyAddresses.

I'm using this UDF :

for other stuff. Maybe it's right there in front of me, but I haven't been able to see the light.

How is that possible?

Yours sincerely

Kenneth.

Posted

Aha.

 

I solved it.

 

$iValue = _AD_ModifyAttribute($sUsername, "proxyAddresses", "",1)
If $iValue <> 0 Then
    $sOutput &= "Proxyaddresses for user '" & $sUsername & "' successfully deleted" & @CRLF
EndIf

 

Yours sincerely

Kenneth.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...