import-csv to find exchangeserver per user?

Import-Csv C:\dump\users.csv | Foreach {get-exchangeversion -Identity $_.emailAddress}

The term 'get-exchangeversion' is not recognized as the name of a cmdlet, function, script file, or operable program. Check
he spelling of the name, or if a path was included, verify that the path is correct and try again.
t line:1 char:40

trying to verify if my users are on exchange2013 or ex2007 servers.

no custom function named Get-ExchangeVersion


July 28th, 2015 10:00am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics