Exchange Server 2013 Message Tracking log Powershell ?
Hi All,
I've got 5x mailbox servers spread across different data centers.
Previously I used to able using my Powershell IDE from my laptop to get the Message Tracking log from ALL Exchange 2010 HubTransport server. But now I wonder what could be the change for Exchange Server 2013 ?
Do I have to run that command above for each mailbox server now in 2013 ?
This is the error message I'm getting, I'm just copy pasting one erro message since it is repeated for the number of my mailbox server:
The input object cannot be bound to any parameters for the command either because the command does not take pipeline input or the input and its properties do not match any of the parameters that take pipeline input. + CategoryInfo : InvalidArgument: (PRODMBX02-VM:PSObject) [Get-MessageTrackingLog], ParameterBindingException + FullyQualifiedErrorId : InputObjectNotBound,Get-MessageTrackingLog + PSComputerName : PRODMBXCAS04-VM
Cannot validate argument on parameter 'Server'. The argument is null or empty. Supply an argument that is not null or empty and then try the command again
Open in new window
even after changing the script into:
Open in new window