idkfa2k7
Goto Top

Exchange 2007 OWA deaktivieren

Powershell

Salü,
ich muss einer grösseren Anzahl Benutzern Outlook Web Access deaktivieren. Dazu will ich die Powershell nutzen. Bei uns im Einsatz ist Exchange 2007.

Könnte mir da jemand helfen?


Danke für eure Hilfe

Content-Key: 84170

Url: https://administrator.de/contentid/84170

Printed on: April 24, 2024 at 00:04 o'clock

Member: Hotgun
Hotgun Mar 28, 2008 at 09:07:55 (UTC)
Goto Top
Ohne Gewähr:

Using Exchange Management Shell to change user features

To manage features using the Exchange Management Shell, we can use the cmdlet called set-casmailbox, as follows:

Set-casmailbox <User> -OWAEnabled:<Value>

Where: <user> is the user name; <Value> can be $true or $false

Quelle: http://www.msexchange.org/tutorials/Managing-mailboxes-Exchange-Server- ...
Member: idkfa2k7
idkfa2k7 Mar 28, 2008 at 13:08:21 (UTC)
Goto Top
Dankeschön! Hat wunderbar funktioniert!