Run the below command from Powershell ISE
$s = New-PSSession -ConfigurationName Microsoft.Exchange ` -ConnectionUri http://FQDN of your mailbox server/PowerShell/ ` -Authentication Kerberos
Import-PSSession $s
Once this is done; all the required Exchange Cmdlets will be imported into the Session