Valnurat Posted August 11, 2016 Posted August 11, 2016 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.
Valnurat Posted August 11, 2016 Author Posted August 11, 2016 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now