User Tools

Site Tools


programmazione:connessione_a_office365

This is an old revision of the document!


Connessione PowerShell a Office365

$credentials = Get-Credential
Write-Output "Getting the Exchange Online cmdlets"
$Session = New-PSSession -ConnectionUri https://outlook.office365.com/powershell-liveid/ -ConfigurationName Microsoft.Exchange -Credential $credentials -Authentication Basic -AllowRedirection
Import-PSSession $Session
programmazione/connessione_a_office365.1586925344.txt.gz · Last modified: 15/04/2020 04:35 by 127.0.0.1