What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

Exchange Powershell Eventlog 6

Votes:

0

Hi Guys,

I have noticed that on our exchange servers which are running the inbuilt PRTG powershell exchange database monitoring sensors are displaying the below eventlog. Are we able to find out why this error is coming from the script or better yet get a copy of that PRTG sensor powershell script?

Log Name: MSExchange Management Source: MSExchange CmdletLogs Date: 17/12/2013 1:52:32 PM Event ID: 6 Task Category: General Level: Error Keywords: Classic User: N/A Computer: * Description: Cmdlet failed. Cmdlet Get-MailboxDatabase, parameters {Status=True, Identity=f6916b74-180e-45f4-bcd9-b48f3c317e48}.

eventlog exchange-powershell powershell

Created on Dec 17, 2013 4:41:18 AM



1 Reply

Votes:

0

Hi,

the powershell-part of the sensor is pretty simple. It is running

get-mailboxdatabase <Guid> -status

On an exchange management shell.
The result is parsed afterwards in the sensor itself.

You can get the Guid of your database using

get-mailboxdatabase | ft Identity,Guid

Please check if this command contains the guid of the database the PRTG-Sensor is using ("f6916b74-180e-45f4-bcd9-b48f3c317e48").

Kind Regards

Created on Dec 18, 2013 9:11:04 AM by  Dieter Loskarn [Paessler Support]




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.