Disclaimer: We hope that the information on these pages is valuable to you.
Your use of the information contained in these pages, however, is at your sole risk.
All information on these pages is provided "as -is", without any warranty, whether express or implied,
of its accuracy, completeness, fitness for a particular purpose, title or non-infringement,
and none of the third-party products or information mentioned in the work are authored, recommended, supported or guaranteed by site owners or operators.
Further, the site owners and operators shall not be liable for any damages you may sustain by using this information,
whether direct, indirect, special, incidental or consequential, even if it has been advised of the possibility of such damages.
Warning: main(/home/prosphot/public_html/smog/track/write_logs.php) [function.main]: failed to open stream: No such file or directory in /home/prosphot/public_html/blog/skins/leaf/footer.php on line 3
Warning: main(/home/prosphot/public_html/smog/track/write_logs.php) [function.main]: failed to open stream: No such file or directory in /home/prosphot/public_html/blog/skins/leaf/footer.php on line 3
Warning: main() [function.include]: Failed opening '/home/prosphot/public_html/smog/track/write_logs.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/prosphot/public_html/blog/skins/leaf/footer.php on line 3
Thu 08.28.08: Full Access rights to all mailboxes in Storage Group
I wanted an easy way to give myself full mailbox rights to all the mailboxes in a specific storage group. (I need to log into our resource or email only accounts to see what type of traffic and when the last items were read).Here is the script that I used to do this:
[PS] C:\Windows\System32>get-mailbox -server ex01 | where-object {$_.Database -like "EX01\RSG1\*"} | add-mailboxpermission -AccessRights fullaccess -user mkieffer
This worked well, when I am done I will run the following command to remove the access.
[PS] C:\Windows\System32>get-mailbox -server ex01 | where-object {$_.Database -like "EX01\RSG1\*"} | remove-mailboxpermission -AccessRights fullaccess -user mkieffer
Item Rating Information....