Out Of Office PowerShell Command in Exchange 2010
- Enis GOKTAY
- 7 Nis 2013
- 1 dakikada okunur
It is possible to set an out of office alert for a user. Run the following PS command.
Set-MailboxAutoReplyConfiguration -Identity TestUser -AutoReplyState enabled -ExternalAudience all –InternalMessage “Message for Internal User” -ExternalMessage “Message for Exxternal User”
Kullanıcının mailbox’ını açmadan aşağıdaki PS komutu ile OOF mesajı set edebilirsiniz.
Set-MailboxAutoReplyConfiguration -Identity TestUser -AutoReplyState enabled -ExternalAudience all –InternalMessage “Şirket içi kullanıcılar için mesaj” -ExternalMessage “Şirket dışı/Internet kullanıcılarına gönderilecek mesaj”
Comments