Syntax for Add-Publicfolderclientpermission Exchange 2007 Powershell Command - to include subfolders
I have to change permissions on some public folders in Exchange 2007 and do not have permissions myself. The folders do not appear in Outlook, even though I am an Exchange Admin. Once I add myself as an Owner using the Add-Publicfolderclientpermission
I am able to manage permissions through Outlook.
This works but I can't figure out how to do it without going through every subfolder one folder at a time. I am using the syntax below. Is there a switch I can use to tell it to apply the permission to all the subfolders as well?
Add-PublicFolderClientPermission -Identity "\Corporate Calendar" -AccessRights Owner -User Dave
December 29th, 2010 3:04pm
On Wed, 29 Dec 2010 19:59:20 +0000, NJDave70 wrote:
>
>
>I have to change permissions on some public folders in Exchange 2007 and do not have permissions myself. The folders do not appear in Outlook, even though I am an Exchange Admin. Once I add myself as an Owner using the Add-Publicfolderclientpermission
I am able to manage permissions through Outlook.
>
>This works but I can't figure out how to do it without going through every subfolder one folder at a time. I am using the syntax below. Is there a switch I can use to tell it to apply the permission to all the subfolders as well?
>
> Add-PublicFolderClientPermission -Identity "\Corporate Calendar" -AccessRights Owner -User Dave
Look in the directory "C:\Program Files\Microsoft\Exchange
Server\Scripts" and find the script "AddUsersToPFRecursive.ps1"
---
Rich Matheisen
MCSE+I, Exchange MVP
--- Rich Matheisen MCSE+I, Exchange MVP
Free Windows Admin Tool Kit Click here and download it now
December 29th, 2010 3:10pm