Olá pessoal,
Dia 13/08/2015 estive com um engenheiro de suporte do Office
365 e ele me passou uma URL alternativa para conectar ao tenant através do
powershell. Segue abaixo:
$Session = New-PSSession -ConfigurationName
Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powerShell-liveID?serializationLevel=Full
-Credential $LiveCred -Authentication Basic -AllowRedirection
Portanto, compartilho então os comandos antigos para acesso
ao portal e também o passado pelo atendente. Seguem os passos:
1- Abrir o Windows
Active Directory Module for Windows Powershell.
2- Executar um dos blocos de comandos abaixo, note que a
diferença é a URL.
$LiveCred = Get-Credential
$Session = New-PSSession -ConfigurationName
Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential
$LiveCred -Authentication Basic -AllowRedirection
Import-PSSession $Session -AllowClobber
CONNECT-MSOLService -credential
$Livecred
Ou Ainda
$LiveCred = Get-Credential
$Session = New-PSSession
-ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powerShell-liveID?serializationLevel=Full -Credential $LiveCred -Authentication Basic -AllowRedirection
Import-PSSession $Session -AllowClobber
CONNECT-MSOLService -credential $Livecred
Nenhum comentário:
Postar um comentário