Hi. I have powershell 2 on both the host and client I am trying to do this with. The winrm has been completed on both
H:\>winrm set winrm/config/client @{TrustedHosts="*.*.*.*"}
Client
NetworkDelayms = 5000
URLPrefix = wsman
AllowUnencrypted = false
Auth
Basic = true
Digest = true
Kerberos = true
Negotiate = true
Certificate = true
CredSSP = false
DefaultPorts
HTTP = 5985
HTTPS = 5986
TrustedHosts = *.*.*.*
So then when I go to run the stats it still gives me the error message that
Output: ==============================================
Message: Wrong version argument. Should be 2007 or 2010.
We are using Exchange 2007.
Any ideas/help is always greatly appreciated.