Does MS Exchange 2013 and MS Exchange 2010 uses same powershell snap-in " Microsoft.Exchange.Management.PowerShell.E2010" ?
if yes how t o differentiate ?
i have exchange 2013 and Exchange 2010 on different domain. when I execute "get-pssnapin -registered"
command on powershell , then i get same snap in both Exchange 2010 and 2013. for Exchange 2007 we use "Microsoft.Exchange.Management.PowerShell.Admin". But I can't understand why same PS snap in use d for Exchange 2010 and 2013. How can i differentiate ?
Actually based on Exchange version I am adding snap in to powershell session through C# code.
Or can use module to differentiate between these 2 ?
if yes how t o differentiate ?
i have exchange 2013 and Exchange 2010 on different domain. when I execute "get-pssnapin -registered"
command on powershell , then i get same snap in both Exchange 2010 and 2013. for Exchange 2007 we use "Microsoft.Exchange.Management.PowerShell.Admin". But I can't understand why same PS snap in use d for Exchange 2010 and 2013. How can i differentiate ?
Actually based on Exchange version I am adding snap in to powershell session through C# code.
Or can use module to differentiate between these 2 ?