You should be able to get this information using ADSI for example the
following works for me. (you might need to use ADSI edit to get your full
RSG DN path)
Cheers
Glen
rsgdn = "LDAP://CN=Recovery Storage
Group,CN=InformationStore,CN=yourserver,CN=Servers,CN=First Administrative
Group,CN=Administrative Groups,CN=yourorg,CN=Microsoft
Exchange,CN=Services,CN=Configuration,DC=yourdomain,DC=com"
Set rsgobj = getobject(rsgdn)
wscript.echo rsgobj.msExchESEParamLogFilePath
wscript.echo rsgobj.msExchESEParamSystemPath
> Hi All,
>
[quoted text clipped - 11 lines]
> Thanks,
> Raul David Segal.