Added from Evernote export
This commit is contained in:
4
Powershell/From Evernote/Connect_To_365.ps1
Normal file
4
Powershell/From Evernote/Connect_To_365.ps1
Normal file
@@ -0,0 +1,4 @@
|
||||
Set-ExecutionPolicy RemoteSigned
|
||||
$UserCredential = Get-Credential
|
||||
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic -AllowRedirection
|
||||
Import-PSSession $Session
|
||||
Reference in New Issue
Block a user