Last active
March 17, 2016 12:49
-
-
Save PrateekKumarSingh/b7b42bed4f65f7d19890 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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