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
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
Bitte markiere auch die Kommentare, die zur Lösung des Beitrags beigetragen haben
Content-ID: 84170
Url: https://administrator.de/contentid/84170
Ausgedruckt am: 26.11.2024 um 00:11 Uhr
2 Kommentare
Neuester Kommentar
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- ...
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- ...