

I have tried using command "Get-WmiObject -Namespace "root\cimv2" -Class Win32_Process -Impersonation 3 -ComputerName SERVERNAME" to make WMI connection but that didn't help either (some information here: (VS.85).aspx). We are using Microsoft Exchange 2010 Version.

Apparently the problem must be related somehow to WMI? I've been trying to find answer but so far haven't found anything related to those error messages. What could be the problem? Am I doing something in the wrong way or is there maybe some problem in the syntax of that command I'm using? I am logged in as an Administrator and also started the Exchange Management Shell using "Run as Administrator" option. I can see that the log files and also "Mailbox Database1.edb" are both on that folder ("Y:\Recoveryĭatabase\Mailbox Database1") I am referring with command above. + FullyQualifiedErrorId : 72FFD023.NewMailboxDatabaseīefore entering that command I restored an older version of our MailboxDatabase using Shadow Copy and copied the files into that folder (Y:\Recovery Database).

+ CategoryInfo : InvalidOperation: (:), InvalidOperationException Error: WMI exception occurred on server '': Quota violation It takes some time (maybe a few minutes) and then I get some error messages:Ĭreating a new session for implicit remoting of "New-MailboxDatabase" command.įailed to connect to target server "SERVERNAME". New-MailboxDatabase -Recovery -Name RDB1 -Server SERVERNAME -EdbFilePath "Y:\Recovery Database\Mailbox Database1\Mailbox Database1.edb" -LogFolderPath "Y:\Recovery Database\Mailbox Database1" I am trying to create a Recovery Database using following command on Exchange Management Shell (as advised in here: ):
