User Tools

Site Tools


o365:pshellconnect

This is an old revision of the document!


<-- torna a Office 365

Connessione alla PowerShell

PShell-Start.ps1
$UserCredential = Get-Credential -Credential utente@dominio.tld
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $UserCredential -Authentication Basic -AllowRedirection
Import-PSSession $Session
o365/pshellconnect.1396003772.txt.gz · Last modified: 2014/03/28 11:49 by gfsadministrator