Hi All,
We have exchange co-existance of 2007 & 2013
Whenever I run a PowerShell script for ex: Get-MailboxReport.ps1, it used to run for entire Organisation where i want to run it for only exchange version 15.0.
How can i run this only for exchange 2013 servers
My command
c:\: Get-MailboxReport.ps1 -all
Which runs for all.
Manju Gowda