Dear Exprt,
How would i load exchange 2013 module in powershell from windows 7 client
i have admin privilege i can work from provided web link but using this link cannot load exchange 2013 in powershell
$credential = get-credential$session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://exchange2013.micex.com/ -Credential $credential
Import-PSSession $session
i have tried by different ways by changing url (ConnectionUri https://exchange2013.micex.com/powershell/) also not able to load in powershll
Support@Mytechnet.me