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
EIGRP Traffic limited to 50% by default?
Collect Windows 7 Product ID Scripr
DW & level of normalization
Excel VBA Bloomberg function
Hex to ASCII conversion in C#
Need a SUM
Creation of RAID device fails
JQuery based image (actually an element of code) rotator
WRVS4000 Router in front of Cisco ASA
Reference a selected rows column value from a gridview in VB .Net 3.5