Microsoft
Software
Hardware
Network
Question : Exchange 2007 Command Shell: Public Folder Permissions
I would like to add "publishing editor" permissions to all members of the "domain admins" group to one particular Public Folder and it will also propagate to all subfolders. Can someone provide the syntax, because I'm having difficulty trying to understand Microsoft's explanation.
Thanks
Answer : Exchange 2007 Command Shell: Public Folder Permissions
get-publicfolder "\FolderName" -recurse | add-publicfolderclientperm
ission -user "Domain Admins" -accessrights publishingeditor
Random Solutions
Hyper-V virtual machine network performance issue. Trying to pinpoint possible cause.
Css element not inherit
Subtract one day from other in java
Suitable Backup Solution requested
Export contact notes from an ACT! 6 database to an Excel or CSV file
usercontrols, docking and scrolling problems
How to handle button click without reloading page first
Sync a users AD password with a SQL table?
jquery validator and asp.net updatepanel
Send two files in email as attachment in unix shell scripting using ksh