share takes in exchange
Hi There,2 months ago we migrated from Groupwise to Exchange 2007. In groupwise we had the following : there was a user "ICT-Department" and all colleauqes from that departements had rights to tha tasks of that user. In the tasks map there where folders that everybody had access to, so tasks for the department could easly be managed. Now we want to do the same in exchange but when I do this, folders in the tasks map aren't automaticly shared with all people and therefore aren't vissible. Is there a sollution for this?Thanks,Marcel
March 9th, 2010 3:47pm
Are you talking about public folders? If so, grant
client rights on all folders to that account. You can use
Outlook or a PowerShell command similar to the following:
Get-PublicFolder -Identity '\Path\To\Root\Folder' -Recurse |
Add-PublicFolderClientPermission -AccessRights Owner -User
DOMAIN\ICT-Department
If you want to grant the account rights to all public folders,
then instead of '\Path\To\Root\Folder' specify just "\" (quotes
optional).
-- Ed Crowley MVP"There are seldom good technological solutions to
behavioral problems.".
"MarceldeJager" wrote in message news:0cad8498-60ae-4df7-a55f-5b7510380e7f...Hi
There,2 months ago we migrated from Groupwise to Exchange 2007. In
groupwise we had the following : there was a user "ICT-Department" and all
colleauqes from that departements had rights to tha tasks of that user. In the
tasks map there where folders that everybody had access to, so tasks for the
department could easly be managed. Now we want to do the same in
exchange but when I do this, folders in the tasks map aren't automaticly
shared with all people and therefore aren't vissible. Is there a sollution for
this?Thanks,Marcel
Ed Crowley MVP
"There are seldom good technological solutions to behavioral problems."
Free Windows Admin Tool Kit Click here and download it now
March 9th, 2010 7:53pm
Does Ed's suggestion work?James Luo TechNet Subscriber Support (http://technet.microsoft.com/en-us/subscriptions/ms788697.aspx) If you have any feedback on our support, please contact tngfb@microsoft.com
March 15th, 2010 8:38am