Remote Powershell le permite administrar su servicio de Exchange Online mediante líneas de comando en su equipo local. El mismo service para automatizar ciertas tareas repetitivas también.

Requerimientos.

Sistemas Operativos soportados

  • Windows 8 o Windows 8.1
  • Windows Server 2012 o Windows Server 2012 R2
  • Windows 7 Service Pack 1 (SP1)*
  • Windows Server 2008 R2 SP1*

Adicionalmente necesita instalar Microsoft .NET 4.5 o 4.5.1 y el Windows Management Framework 3.0 o 4.0 (Installing the .NET Framework 4.5, 4.5.1 and Windows Management Framework 3.0 or Windows Management Framework 4.0.)

 

Una vez instalado, abrir Powershell en su equipo, escriba los siguientes comandos

$UserCredential = Get-Credential (ingrese sus credenciales de Office 365 cuando le pregunte powershell)
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic -AllowRedirection

Import-PSSession $Session

Capture

Una vez ingresado los comandos usted estará conectado a O365 mediante Remote Powershell y puede ejecutar comandos administrativos, por  ejemplo Get-Mailbox que mostrará la lista de buzones que se encuentran en Exchange Online.

Puede consultar ls comandos disponibles en https://technet.microsoft.com/en-us/library/jj200677(v=exchg.150).aspx