header1   header
header
header Register : : Login header
header
connector   connector
menuleft menuright
submenu   submenu
left
Check if OWA is enabled for users
Last Post 12 Jul 2010 03:43 AM by msib7. 3 Replies.
Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
msib7User is Offline
New Member
New Member
Posts:12
Avatar

--
09 Jul 2010 07:57 AM
    Hi

    I've been trying to find whether or not its possible to use PowerShell to obtain a user name, if that user has access to OWA. Any pointers would be much appreciated.

    Many thanks,
    Mehds
    PresenceUser is Offline
    New Member
    New Member
    Posts:87
    Avatar

    --
    09 Jul 2010 08:34 AM
    get-mailbox -resultsize unlimited | get-casmailbox | select Name, OWAEnabled

    That should work for you...

    Thanks
    Pres
    B1gN2CheeseUser is Offline
    New Member
    New Member
    Posts:2
    Avatar

    --
    09 Jul 2010 08:37 AM
    Try this:

    ## Confirm OWAEnabled property on all mailboxes
    Get-CASMailbox -resultsize unlimited | Where-Object {$_.OWAEnabled -eq "True" } | Select-Object SamAccountName,OWAEnabled | out-file "$HOME\OWA_Enabled_Users_$(Get-Date -f yyyy-MM-dd).txt"

    Remove the -eq "True" comparison to get a list of all users, regardless of status.

    You can also determine ActiveSync, POP3, MAPI, etc. in the same manner by replacing OWAENabled with ActiveSyncEnabled, POPEnabled, MAPIEnabled.

    Hope that helps!
    msib7User is Offline
    New Member
    New Member
    Posts:12
    Avatar

    --
    12 Jul 2010 03:43 AM
    Thanks Pres and B1gN2Cheese, thats great...I'll give them a go once I get the exchange management snapin working.
    You are not authorized to post a reply.


    Active Forums 4.3
    right
    footer   footer
    footer Sponsored by Quest Software • SAPIEN Technologies • Compellent • Microsoft Windows Server 2008 R2 footer
    footer   footer