Hi all,
Does anyone know how to add owner permissions to a user, or a group of users as owners on all public folders through power shell?
Thanks
Hi all,
Does anyone know how to add owner permissions to a user, or a group of users as owners on all public folders through power shell?
Thanks

This month, every Windows Secrets subscriber can download a one-chapter excerpt of Windows 7: The Missing Manual.Windows 7: The Missing Manual provides valuable information to help you overcome these difficulties in learning a new operating system. Subscribe today to download your free excerpt.
Public folder permissions are horrible because they don't inherit once they are created. Therefore I suspect you will need to list every public folder and then modify the permission.
get-publicfolder | set-publicfolderpermission is probably the right sort of thing, but I'd need to test that one at work to give you a definitive answer.
cheers, Paul