News:

We really need your input in this questionnaire

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - ITR

#1
OK i try this.

Is it possible to do a treshold with an OR connection - because i get:

Server 1: Status : Mounted
Server 2: Status : Healthy

Ive created 2 Tresholds not equal "Status : Mounted" and not equal "Status : Healthy" and clicked "process all tresholds" but it dont seem that this works

Thx
#2
Hi Alex,

thx for the hint its working.

For all others:


Raise the timeout for Server AgentCommandTimeOut and on Agent ExecTimeout (PSSnapIn needs to load a few seconds) (defaults are: 2000 on agent and 4000 on server)

Server Configuration:

AgentCommandTimeOut = 20000

Agent Configuration (for example):

ExecTimeout = 20000
ExternalParameter = DAG2013Healthstatus.status:"C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe" "C:\Scripts\Get-MailboxDatabaseCopyStatus.ps1"

Content of PS1

Add-PSSnapin Microsoft.Exchange.Management.PowerShell.SnapIn
Get-MailboxDatabaseCopyStatus | fl -Property Status

Thx
#3
General Support / External Parameter (Powershell)
May 05, 2015, 04:19:35 PM
Hi,

is it possible to use the Exchange 2013 powershell commands?
The normal powershell commands are working, but the module/snapins are not imported into the normal powershell - is it possible?

I want to monitor an DAG and i need this commands from the Exchange powershell module:

for example:

Get-MailboxDatabaseCopyStatus | fl -Property Status

Thx,
Didi