Search found 7 matches

by esirignano
Tue Mar 27, 2012 8:18 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Exchange 2007 Database state check
Replies: 11
Views: 28509

That did it, it is now working. Really appreciate your help with this issue. Here are my final test settings. Params: 'Engineering Database' Start CMD: C:\SYSTEMTOOLS\powershell.exe %script% %params% Script: $statusOk = "ScriptRes:Ok:" $statusBad = "ScriptRes:Bad:" Add-PSSnapin M...
by esirignano
Mon Mar 26, 2012 4:03 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: Exchange 2007 Database state check
Replies: 11
Views: 28509

8.86 Windows 2008 Server Enterprise x64 Edition Service Pack 2 My script has the correct "Add-PSSnapin Microsoft.Exchange.*". I did notice that error when I first came across this script. PS C:\Users\administrator> Add-PSSnapin Microsoft.Exchange.* PS C:\Users\administrator> PS C:\Users\ad...
by esirignano
Mon Mar 26, 2012 3:32 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: Exchange 2007 Database state check
Replies: 11
Views: 28509

1. Please use backslash ( \ ) instead of slash ( / ) for database path, like 'MyCompany \ Engineering Database' 2. If ShellScript runs on local server (where Exchange is located) you may try to use just database name like 'Engineering Database' If Scrip still doesn't work, try the following: 1. Sta...
by esirignano
Mon Mar 26, 2012 2:58 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: Exchange 2007 Database state check
Replies: 11
Views: 28509

I've tried:

MyCompany/Engineering Database
'MyCompany/Engineering Database'
"MyCompany/Engineering Database"

All return the same results.
by esirignano
Mon Mar 26, 2012 2:45 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: Exchange 2007 Database state check
Replies: 11
Views: 28509

I know this topic is old but I am having trouble getting this test to work. Test status returns as bad but I know 100% the info store is mounted. Params: MyCompany/Engineering Database Start cmd: powershell.exe %script% %params% Script: $statusOk = "ScriptRes:Ok:" $statusBad = "Script...
by esirignano
Wed Feb 29, 2012 11:41 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: RMA config & script to monitor Exchange Mailbox Store
Replies: 7
Views: 18526

Sorry to resurrect an old post but I am also looking for a script to check Exchange 2007/2010 Information Store status. Is one available for download?

Thanks,

Ed
by esirignano
Tue Mar 23, 2010 11:43 am
Forum: Library
Topic: Check mount status of exchange 2003 mailbox database
Replies: 23
Views: 175352

This works great! Have you found anything to monitor Exchange 2007? I understand cdoexm is no longer supported. I'm trying to find something usable in the Exchange Management Shell but nothing yet.