Skip to content

Instantly share code, notes, and snippets.

@PrateekKumarSingh
Last active March 17, 2016 12:49
Show Gist options
  • Save PrateekKumarSingh/b7b42bed4f65f7d19890 to your computer and use it in GitHub Desktop.
Save PrateekKumarSingh/b7b42bed4f65f7d19890 to your computer and use it in GitHub Desktop.
#Exchange
Import-pssession $(New-PSSession -ConfigurationName Microsoft.Exchange `
-ConnectionUri http://CAS_SERVER/PowerShell/ -Authentication Kerberos -Credential (Get-Credential))
#Lync
Import-pssession $(New-PSSession -ConnectionUri https://LYNC_SERVER_FQDN/ocspowershell/ -Credential (Get-Credential))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment