Thanks I’ll give it a go.

From: Steve Goodman [mailto:[email protected]]
Sent: 20 March 2012 21:44
To: MS-Exchange Admin Issues
Subject: RE: Powershell command to add editor permissions to every users 
calendar.

If you have a problem with pipelines, try it this way:

$mailboxes = get-mailbox -database "Mailbox Database 2029493481"
$mailboxes | ForEach-Object {add-MailboxFolderPermission $_":\Calendar" -User 
CalendarAccess -AccessRights Editor}

Steve

From: Paul Cookman 
[mailto:[email protected]]<mailto:[mailto:[email protected]]>
Sent: 20 March 2012 13:05
To: MS-Exchange Admin Issues
Subject: RE: Powershell command to add editor permissions to every users 
calendar.

Hmm, not to clear that one, I did have a play, I also tried this one that 
complained about two pipes trying to run at once.

get-mailbox -database "Mailbox Database 2029493481" | ForEach-Object 
{add-MailboxFolderPermission $_":\Calendar" -User CalendarAccess -AccessRights 
Editor}
get-mailbox -database "Mailbox Database 2029493481" | ForEach-Object 
{set-MailboxFolderPermission $_":\Calendar" -User CalendarAccess -AccessRights 
Editor}


From: Richard Stovall 
[mailto:[email protected]]<mailto:[mailto:[email protected]]>
Sent: 20 March 2012 12:36
To: MS-Exchange Admin Issues
Subject: Re: Powershell command to add editor permissions to every users 
calendar.

This should get you headed in the right direction.

http://www.n2networksolutions.com/2011/02/22/manage-exchange-2010-calendar-permissions-using-powershell/



On Tue, Mar 20, 2012 at 5:56 AM, Paul Cookman 
<[email protected]<mailto:[email protected]>> wrote:
I am looking for a powershell command to add editor permissions to every users 
calendar within the company.

Any ideas?

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
[email protected]<mailto:[email protected]>
with the body: unsubscribe exchangelist


---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
[email protected]<mailto:[email protected]>
with the body: unsubscribe exchangelist

--
This message has been scanned for viruses and
dangerous content by MailScanner,
and is believed to be clean.

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
[email protected]<mailto:[email protected]>
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
[email protected]<mailto:[email protected]>
with the body: unsubscribe exchangelist

--
This message has been scanned for viruses and
dangerous content by MailScanner,
and is believed to be clean.



---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to [email protected]
with the body: unsubscribe exchangelist

Reply via email to