Hi,

You can definitely use shell to achieve this.

Get all the salaes persons alias or emailaddresses into a notepad.

use the following command on the exchange shell

$sales=Get-content c:\salespersons.txt
foreach($person in $sales)
{
Add-MailboxFolderPermission -Identity $person:\Calendar -User <SalesManager
alias> -Rights <Access Type>
}


Access Type is normally ReadItems , but you can change as per your needs

Hope this helps.

Thank you,
Ravi


On Thu, Apr 4, 2013 at 5:17 AM, Jean-Paul N <jnat...@hotmail.com> wrote:

> Hi all,
>
> Not even sure I am using the orrect term here,
>
> basically the goal is to share the calendar of ALL users in a particular
> group and/or ou (which ever is easier)
> I must say 2013 has thrown me a bit of a curve here.
>
> so for example , i want the sales manager to be able to see the calendar
> of all salespersosn (without having to have every sales person right click
> and "share calendar with")  can this be done in the shell or anywhere else
> for that matter?
>
>
> TIA
>
>
>
> J
>
>
>  ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe exchangelist
>

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

Reply via email to