Success message Outlook Anywhere

Hello everyone,

I have builded a script for activation of Oulook Anywhere on the Exchangeserver. 

. 'D:\Programs\Microsoft\Exchange Server\bin\RemoteExchange.ps1' 
Connect-ExchangeServer -auto; 
Get-Content .\OutlookAnywhere.txt|foreach { Get-mailbox identity $_ | set-casmailbox mapiblockoutlookrpchttp:$false }
Read-Host "Press enter to exit..."
exit

The script is working but It doesn't show if the activation has been succeeded or not for each user. Is there a commandline for showing a success-message and, when yes, how can build in my script?

Thank you for your help and time.




  • Edited by HSG1984 Wednesday, April 22, 2015 11:54 AM
April 22nd, 2015 11:25am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics