If you “google” it, you might think that the following command should work to get the list of Active Directory Service Interface (ADSI) installed providers :
[adsi]"ADs:"
It does not work. I think it should (it works in VBS), but it does not.
There is a work arround, ADSI Provider are registered in the registry, si simply type this command :
dir HKLM:\SOFTWARE\Microsoft\ADs\Providers
No comments:
Post a Comment