I need to update the LDAP server configuration in Outlook on all of my XP machines. The configuration is in the registry and is located in the MS Outlook default profile key. After I'd written a script to replace the REG_SZ value with our new, proper LDAP server, I realized that each subkey under under the Outlook default folder key is unique for every machine (and every LDAP server config)!
I know the root level key but not the name of the subkey to get at the value the value I need to replace. I need a .vbs script to find and replace the value.
Does anyone have anything prepped?
I know the root level key but not the name of the subkey to get at the value the value I need to replace. I need a .vbs script to find and replace the value.
Does anyone have anything prepped?
Comment