Exchange 2010: Postfachfeatures für alle Postfach ein- oder ausschalten
Um die Postfachfeatures ActiveSync, Outlook Web App und Outlook Anywhere für alle Benutzer kann der folgende Befehl verwendet werden: get-mailbox –resultsize Unlimited | Set-CASMailbox -OWAEnabled $false -ActiveSyncEnabled $false -MAPIBlockOutlookRpcHttp $true um die Postfachfeatures wieder für alle Benutzer einzuschalten, genügt der folgende Befehl: get-mailbox –resultsize Unlimited | Set-CASMailbox -OWAEnabled $true -ActiveSyncEnabled $true -MAPIBlockOutlookRpcHttp $false