Created
December 19, 2018 09:09
-
-
Save AsishP/d83f86f2b9faa92710cdbc323303539b 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
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $Credential -Authentication Basic -AllowRedirection | |
Import-PSSession $Session -AllowClobber |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment