• RSS
  • Twitter
  • FaceBook

Exchange Server Forums

Forums | Register | Login | My Profile | Inbox | RSS RSS icon | My Subscription | My Forums | Address Book | Member List | Search | FAQ | Ticket List | Log Out

Powershell help needed

Users viewing this topic: none

Logged in as: Guest
  Printable Version
All Forums >> [Microsoft Exchange 2010] >> General >> Powershell help needed Page: [1]
Login
Message << Older Topic   Newer Topic >>
Powershell help needed - 27.Dec.2011 9:26:11 AM   
rparsons1000

 

Posts: 189
Joined: 29.Aug.2006
Status: offline
I need to dsisable OWA for all mailboxes where the users

Title does not contain the word "CSR"

Can someone please assist with the syntax for this?
Post #: 1
RE: Powershell help needed - 28.Dec.2011 6:32:41 AM   
jveldh

 

Posts: 2271
Joined: 12.Apr.2008
From: The Netherlands
Status: offline
Hi,

Try this:

get-user -filter {Title -ne "CSR"}|Set-CASMailbox -OWAEnabled:$false -whatif
 
Regards,

Johan

_____________________________

Best regards,

Johan Veldhuis

Visit my Exchange blog

(in reply to rparsons1000)
Post #: 2
RE: Powershell help needed - 30.Dec.2011 7:44:19 AM   
rparsons1000

 

Posts: 189
Joined: 29.Aug.2006
Status: offline
That did the trick. Thanks a lot!

(in reply to jveldh)
Post #: 3

Page:   [1] << Older Topic    Newer Topic >>
All Forums >> [Microsoft Exchange 2010] >> General >> Powershell help needed Page: [1]
Jump to:

New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts


Follow TechGenix on Twitter