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

Mailbox permissions

Users viewing this topic: none

Logged in as: Guest
  Printable Version
All Forums >> [Microsoft Exchange 2007] >> Management >> Mailbox permissions Page: [1]
Login
Message << Older Topic   Newer Topic >>
Limited time MSExchange.org offer! -- 1.Sep.2008 1:00:00 PM
TechGenix and SolarWinds have partnered to provide free copies of SolarWinds Exchange Monitor to all visitors who join the MSExchange.org Forums. SolarWinds Exchange Monitor is a handy desktop dashboard that continuously monitors Microsoft Exchange to deliver real-time insight into Exchange services, mail queue sizes, and host server health. Learn more about Exchange Monitor and the free offer!
Mailbox permissions - 11.Jun.2008 5:57:47 PM   
d42d01

 

Posts: 11
Joined: 6.Jun.2008
Status: offline
Has anyone tried the following command in PS

Get-Mailbox | ForEach {add-mailboxpermission -Identity "$_" -User GroupName -accessrights FullAccess -InheritanceType all}.

What I'm trying to do is give a security group access to all mailboxes in the organization. 

Thanks,
D
Post #: 1
RE: Mailbox permissions - 29.Jul.2008 5:08:52 PM   
jveldh

 

Posts: 653
Joined: 12.Apr.2008
From: The Netherlands
Status: offline
I think the problem is that you specifying $_ as a parameter, I thought that it should contain a fieldname, just like this: $_Name to use the value entered in the Name table. You code then will be:

Get-Mailbox | ForEach {add-mailboxpermission -Identity "$_Name" -User GroupName -accessrights FullAccess -InheritanceType all}

Please let me know if this works.

_____________________________

Best regards,

Johan Veldhuis

Visit my website

(in reply to d42d01)
Post #: 2

Page:   [1] << Older Topic    Newer Topic >>
All Forums >> [Microsoft Exchange 2007] >> Management >> Mailbox permissions 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