Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsWindows Server 2003Windows 2000Windows NTSmall Business ServerVirtual ServerExchange ServerIISHost Integration ServerISA ServerSMSWSUSMOMWindows Media ServerSecurityCertification
Related Topics
SQL ServerMS WindowsMS OfficePC HardwareMore Topics ...

Windows Server Forum / Exchange Server / Development / July 2004

Tip: Looking for answers? Try searching our database.

Detecting a Recovery Storage Group

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Raul Segal - 28 Jul 2004 15:32 GMT
Hi All,

What interface shall I use in order to detect programmatically a
Recovery Storage Group? I need to extract the log and DB paths
locations.

Untill now I used CDOEXM for all the usuall Storage Groups (Exchange
2000 and 2003). MicroSoft provided the info that CDOEXM isn't
supporting RSG, but I failed to find what interface can access this
group.

I'll greatly appreciate any help!

Thanks,
Raul David Segal.
Glen Scales [MVP] - 29 Jul 2004 05:08 GMT
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.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.