Programming

Update

Let op: hiervoor is de "Microsoft Online Services Module" (MOSM) voor Powershell nodig. de lijst is nog lang niet compleet, ik probeer er steeds meer toe te voegen

 


Lijst van commando's die beschikbaar zijn in de "Microsoft Online Services Module"

Get-Command-module MSOnline

 


 verbinden naar de Office 365 omgeving:

Connect-MSOLService

 


 Laat de informatie zie van het bedrijf dat gebruik maakt van de Office365 omgeving waarop je bent aangemeld (zie vorig commando):

Get-MsolCompanyInformation

 


Laat alle gebruikers zien in de Office 365 omgeving:

Get-MsolUser -All

 


Laat alle account zien in de Office 365 omgeving:

Get-MsolAccountSku


 Zet de synchronisatie tussen "on-premise" active directory en Office365 uit

Set-MsolDirSyncEnabled –EnableDirSync $false

Controle prompt:  

(Get-MsolCompanyInformation).DirectorySynchronizationEnabled

LET OP: Het uit zetten van de synchronisatie kan tot 72 uur  duren

BRON: http://msdn.microsoft.com/en-us/library/azure/dn144760.aspxr


reclame