Hi all,
I am looking to bind to LDAP and delete a Computer Name from the 'Workstations' Organizational Unit (OU) from my Active Directory
There a no problems binding and connecting, have been able to do searches in Active Directory for users etc... but so far, am confused at the correct way to delete objects
I have found the function
ldap_delete
but cannot see any examples of using this and each time I attempt to code something, nothing happens
Anyone have any examples or suggestions that could help?
e.g. I would like to delete the Computer named 'UKW1TESTER01' from the OU 'Workstations' from the domain named 'UK'
Thanks in advance,