Exchange 2010 Database Issue
I have installed AD in Forest Structure with Exchange on all the Forest. Each child domain contain some 20 database for Exchange,Can we write some script to find the database with fewer load based on the child domain. Any suggestion is appreciated.
May 22nd, 2012 2:42pm

Exchange 2010 Database HTML Email Report http://gallery.technet.microsoft.com/scriptcenter/d9af4a66-a908-4a3f-af10-380aa63c3a74James Chong MCITP | EA | EMA; MCSE | M+, S+ Security+, Project+, ITIL msexchangetips.blogspot.com
Free Windows Admin Tool Kit Click here and download it now
May 22nd, 2012 3:01pm

I dont need report. i need to just find the child domain database which has least load. i need to trigger this script with the help of java code which will return me the database of least load.
May 22nd, 2012 3:07pm

By the least load do you mean smallest or fewest users or something else? Steve
Free Windows Admin Tool Kit Click here and download it now
May 22nd, 2012 3:15pm

fewer load means databse with the least size.
May 23rd, 2012 1:28am

Hello, You can refer to the following article. How to Check Exchange Database Size with PowerShell Best Regards, Lisa
Free Windows Admin Tool Kit Click here and download it now
May 23rd, 2012 1:53am

thanks lisa for your input. $smallestdb = Get-MailboxDatabase -Status | sort DatabaseSize | select -first 1 I need to call this power shell script from vbscript passing some argument and than want back the return value of smallest database.
May 24th, 2012 10:37am

sure http://social.technet.microsoft.com/Forums/en-US/exchangesvrdevelopment/thread/33a10b91-558b-429a-a68c-94bb0d2851bc
Free Windows Admin Tool Kit Click here and download it now
May 25th, 2012 12:05am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics