Adding a shared mailbox to a user's Outlook profile, who has reviewer rights only, via PowerShell

Hello Everyone,
I'm working on trying to create something like a knowledge base for my company, and what I'm trying to accomplish is to create a shared mailbox on 365, add users to have read-only rights to the Inbox (which I can achieve via PowerShell) so they can't delete
the articles, but it seems that by just adding Reviewer permission to a user, it doesn't force the mailbox to open on the end-user's Outlook profile - it only seems to automatically populate if I go through the exchange admin console and allow Full Access
through User Delegation. 
Is there a way, via PowerShell, to open a shared mailbox in a user's Outlook profile?
Thanks for all the help!

Hi,
We can create a PRF file that modifies the existing Outlook profile to add the shared mailbox.
Please have a look at this thread which discussed a similar issue:
http://social.technet.microsoft.com/Forums/systemcenter/en-US/374e5a31-1732-45b8-afdd-7c0987e04a7e/how-to-add-additional-mailboxes-in-outlook-for-exchange
For more information about Customize Outlook profiles by using an Outlook Profile (PRF) file, see:
http://technet.microsoft.com/en-us/library/cc179062(v=office.14).aspx
Hope this helps.
Regards,
Steve Fan
TechNet Community Support

Similar Messages

  • Office365- I created shared mailboxes for a user- they show on web but not on Outlook2013

    I created shared mailboxes for a user- they show on web but not on Outlook2013-
    If the user logs on to office365 web - I can see the 3 shared folders- but if when she opens Outlook she is not able to see them-
    Do they - should they be manually added ? How ?
    Thanks !!

    Hi,
    Thanks for your question.
    Not sure what exactly you mean by "created shared mailboxes for a user", by default, Outlook automatically loads all mailboxes to which the user has "Full Access" permission. So please first check if you have granted the right permissions
    for that mailbox to the user.
    When I say "By default", I mean you didn't disable the Outlook Auto-Mapping service. If you did, then the shared mailbox will not be automatically added to the user's Outlook profile. So please have a check on this:
    https://support.microsoft.com/kb/2646504
    Also, please note if the shared mailbox was just created, or the user was just added as a member of that shared mailbox, you probably will need to wait for a few hours for the shared mailbox to appear in the user's Outlook folder.
    Regards,
    Ethan Hua
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • Generate a list of users who has admins rights in BO XI.

    Post Author: bstn82
    CA Forum: Administration
    Any one has an idea how to produce a list of users who has admins rights?

    Post Author: TAZ
    CA Forum: Administration
    launch query builder from the admin launchpad
    enter this query
    select * from ci_systemobjects where si_parentid=19
    this will give you a list of all the members of the administrators group.
    You can experiment with query builder and possibly ask for help in the DEV forum if you need to write a more complex query.
    Regards,
    Tim

  • Shared mailbox - check if user have permission from csv file

    Hi all,
    i know this is a long shot,but i still belive in Santa.Here is our situation.
    We grant our users access to Shared mailboxes by joining them to a security group (mail enabled) that starts with RG-XXX.
    Then i ran following command to list all users that are not member of a group starting with RG:
    $groups = Get-ADGroup -Filter {(name -like "*RG-Full*") -or (name -like "*RG-SEND*") -or (name -like "*RG-OS*")} | Select -ExpandProperty DistinguishedName
    foreach ($group in $groups){ $ADUsers = $ADUsers | Where-Object { $_.MemberOf -notcontains $group } }
    $FilteredUsers = $ADUsers
    $FilteredUsers | Export-Csv C:\temp\file.csv
    This worked great and i got a list of people that is not member of these groups.Problem is that some users are granted permission directly to the shared mailbox.This means that some people on the list still have access to a shared mailbox.
    Question is,can i use this list (.csv file containing alias) and run another check to see if they have been granted access to any shared mailbox?
    Thanks!
    Please mark as helpful if you find my contribution useful or as an answer if it does answer your question. That will encourage me - and others - to take time out to help you. Thank you! Off2work

    You need to pipe the last one:
    $arrMsolUserData | Export-CSV C:\scripts\output.csv -nti
    Also, you might need to adjust the value of $user depending on the format you used in the CSV. If the column in the CSV is named "alias", you might have to use $user.alias instead of just $user in the
    Get-MailboxPermission cmdlet.
    Here's an updated example:
    $usertocheck = Import-CSV C:\scripts\file.csv
    #Get all the shared mailboxes
    $shared = Get-Mailbox -RecipientTypeDetails SharedMailbox -ResultSize Unlimited
    #create the aggregate and cycle all the objects
    $arrMsolUserData = @()
    foreach ($user in $UserToCheck) {
    foreach ($MB in $shared) {
    $MBrights = Get-MailboxPermission -Identity $MB.PrimarySmtpAddress -User $user.alias
    if (!$MBrights) { continue }
    $objUser = New-Object PSObject
    $i++;Add-Member -InputObject $objUser -MemberType NoteProperty -Name "Number" -Value $i
    Add-Member -InputObject $objUser -MemberType NoteProperty -Name "User" -Value $user.Alias
    Add-Member -InputObject $objUser -MemberType NoteProperty -Name "Mailbox" -Value $MB.PrimarySmtpAddress
    Add-Member -InputObject $objUser -MemberType NoteProperty -Name "Access Rights" -Value $MBrights.AccessRights
    $arrMsolUserData += $objUser }
    $arrMsolUserData | Export-CSV C:\scripts\output.csv -nti

  • Adding a shared mailbox in OWA

    Is there a way we can add a shared mailbox in OWA as an additional mailbox along with primary mailbox just as we do in outlook ? Please suggest.
    Aditya Mediratta

    Based on the screenshot, looks like you are talking about Exchange 2010. You can not open two mailboxes in one OWA page, you can open it from Open other Mailbox button which shows up when you click on the mailbox name right top corner or via https://mail.domain.com/owa/[email protected]
    address if you have permission on another mailbox...
    Amit Tank | Exchange - MVP | Blog:
    exchangeshare.wordpress.com 

  • Acrobat Pro XI - "Failed to Export" when exporting Shared Mailbox Folders to PDF in Outlook 2007 - any solution?

    When trying to export a Shared Mailbox folder in Outlook 2007 to PDF, messages are failing consistently.
    We are using the latest and greatest Adobe Acrobat XI.
    It will export a little bit of the folder and then fail the rest of the items.
    There are approximately 929 items in the folder, and about 237 exported before the failures started happening.
    Any advice would be great!

    Bill - there is a typo above. Customer is using Acrobat X, not XI.
    When we tested, we upgraded the office suite to 2010 and it worked with XI. We will just have to get him both upgraded. This hopefully should resolve the issue.
    I will check back in with the results.

  • How to find user's owner or who has created the user?

    Hi all,
    I want to find out owner of user or who has created the users?
    example:
    system has created test user.
    test has created xyz user.
    so i want to find out who has created xyz?
    Thanks in Advance,
    Sandeep.

    Read below thread:
    Re: is there a way to find out who created a user account?
    But if you have enabled auditing then its easy one option.
    Regards
    Girish Sharma

  • User Rights Delegation via Powershell (Server 2012)

    Hi
    In the Exam Ref 70-414 book the author refers the the following powershell cmdlets in server 2012 to assign /delegate user rights by using the constant names.
    The cmdlets;
    Get-privilege
    Grant-privilege
    Revoke-privilege
    Test-privilege
    I am not sure if i'm missing something blatantly, but i seem not to find any information or syntax on this, even after updating powershell help, it doesn't recognize the cmdlets.
    Any help will be appreciated.

    Here  this will tide you over:
    PS C:\scripts> function Get-Privileges{whoami /priv /fo csv|Out-String|convertFrom-Csv}
    PS C:\scripts> Get-Privileges
    Privilege Name Description State
    SeShutdownPrivilege Shut down the system Disabled
    SeChangeNotifyPrivilege Bypass traverse checking Enabled
    SeUndockPrivilege Remove computer from docking station Disabled
    SeIncreaseWorkingSetPrivilege Increase a process working set Disabled
    SeTimeZonePrivilege Change the time zone Disabled
    ¯\_(ツ)_/¯

  • Shared mailbox and personal mailbox showing identical content in Outlook

    I have one user on Outlook 2010 who has Full Access permissions to a shared mailbox. In OWA, everything looks fine, but in Outlook, the shared mailbox shows the contents of her personal mailbox instead of the content of the shared mailbox.
    If she views the shared mailbox's Inbox, it shows her the contents of her own Inbox instead of the shared mailbox. If she attempts to view the shared mailbox's Calendar, it shows her nothing at all. There are no error messages.
    I configured a separate Mail profile (via Control Panel) for the shared mailbox, and that works fine also.
    I deleted her Mail profile and all cached Outlook data, then created a new profile, and let Outlook recache all the data. Same problem.
    Any ideas what is going on or how to fix it?
    Blog /
    Facebook / Twitter

    Finally some moderately helpful info:
    The end user logs into a computer on an untrusted, foreign AD domain (domain2.com) using an account from that domain. She then logs into her Exchange mailbox in Outlook using her domain.com account.
    Every domain2.com computer she logs into gives her the same random mailbox mirroring problem.
    I had her log into Outlook on a computer on domain.com located in my office and leave it running for 3 days. Every time her Outlook client on her regular computer would start or stop mirroring mailboxes, she would let me know, and I'd check the computer
    in my office and find no problem.
    So the problem is something in the foreign domain or something that that domain's administrators are doing to the computers. Unfortunately, several other people on that domain are using mailboxes and shared mailboxes on my Exchange servers in the exact same
    configuration and are not having this problem. It is only this one user.
    I am pretty sure they are not using roaming profiles. I know they are not using mandatory profiles.
    Blog /
    Twitter

  • Exchange 2010 /hosting shared mailbox issue

    Hello everyone.
    I had an issue come up in our Exchange 2010 with /hosting switch deployment (currently at SP2).
    We have several organizations and shared mailboxes configured and working on some. We add Full access permissions via Powershell + Send as rights and it auto configures and works just fine.
    Last week though, one of several people that uses a specific shared mailbox started getting the error: "Unable to open your default e-mail folders. The Microsoft Exchange Server computer is not available. Either there are network problems or the
    Microsoft Exchange Server computer is down for maintenance." (Error ID: 300)
    The other users can still work just fine. Configuring the account in another PC shows the same problem (so it's not the local profile).
    Creating 2 users, giving nr1 full access to nr2 generates the same error.
    In another org though, i was able to give full access to another acount to an existing user and it worked (although the auto-mapping didn't, had to add it manually)
    I'm out of ideias. Any sugestions?
    EDIT: Did a couple more tests on another Org. On this one everything works with the shared folder access with old and new accounts but strangely the auto-mapping doesn't.
    It seems that this is an issue with the mapping.
     

    Hi,
    From your description, I recommend you manually update or create your Outlook profile with RPC encryption and check the result. Here is the steps on Outlook 2007 for your reference:
    1. Select your profile, and then click Properties, click E-mail Accounts.
    2. Select the Microsoft Exchange Server account, and then click Change.
    3. In the dialog box that contains your mailbox server and user name, click More Settings.
    4. In the Microsoft Exchange Server dialog box, click the Security tab.
    5. Click to select the Encrypt data between Microsoft Office Outlook and Microsoft Exchange check box, and then click OK.
    6. Click Next, and then click Finish.
    For more information, here is a kb for your reference.
    Connection issues and error messages in Outlook for a mailbox on a server that is running Exchange Server 2010
    http://support.microsoft.com/kb/2735060
    Hope this can be helpful to you.
    Best regards,
    Amy Wang
    TechNet Community Support

  • Shared mailbox shows emails and subfolders of the users mailbox in Outlook

    After We migrated the Exchange from 2010 to 2013 any shared mailbox has been migrated  is showing the inbox and all the subfolders from the user's mailbox in Outlook, instead of the shared mailbox content.
    note: if we create new shared mailbox it works fine without any issue.
    We have tried to removed full access permissions and re-added full access permissions, disabling AutoMapping and then added the shared mailbox manually in Outlook and that works fine but it is not a solution for us as we have 400+ shared mailbox and
    we cannot do it for every user have access on each shared mailbox.
    any ideas.
    Ayman Saleh

    Hi,
    Please check if this issue persists in Outlook online mode.
    After you remove the full access permissions, the shared mailbox will disappear from Outlook automatically. When you add the full access permission then, the shared mailbox will appear again in Outlook. There is no need to add shared mailbox manually.
    Please remove the full access permission and then re-add the full access permission. This time, you can make use of the AutoMapping feature to check if shared mailbox display properly.
    Best regards,
    Belinda Ma
    TechNet Community Support

  • Adding shared mailboxes to search index

    Hi
    We are using Office 2013/Outlook 2013 C2R and Exchange Online.
    Our shared mailboxes appear to Outlook as expected and other ways work normally but I can not do s search against to shared mailbox. When I go to Inbox folder of a shared mailbox, do some search, I do not get any results.
    How to search shared mailbox?

    Hi,
    Please setup the shared mailbox Exchange account in a single profile to have a try. In this way, we can index & search another mailbox in Outlook 2013 without problem. For detailed information about it, please refer to the Add multiple
    Exchange accounts to a profile part in the following article:
    http://technet.microsoft.com/en-us/library/ee815819.aspx
    Thanks,
    Winnie Liang
    TechNet Community Support

  • Outlook 2010 shared mailbox in cache mode not updating Inbox automatically

    I have a user who has XP on his desktop, running Outlook 2010, connecting to a Exchange 2010 w/SP2.  I recently added a shared mailbox for him to monitor. I did it the old way by adding additional mailbox to his client (outlook 2010) pc.. I understand
    now  that in 2010 SP1 or greater that you can simply do this from the exchange server by granting full access permissions.  Either way, the user sees the mailbox and gets email in the shared mailbox ONLY when he clicks on the inbox and
    clicks on Update Folder. For some reason it is not auto updating new email. His personal account works fine, meaning when a new email is received it comes in and you see new mail.  The account is in cache mode and I've looked at other shared
    mailboxs that are working fine and the settings look the same? I'm not sure why this shared mailbox is not updating? 
    William McConnell

    I can see this is an old thread but I have a relevant question.
    This workaround does indeed work but what else is possible to do? The cashed mode is more or less necessary when working with large shared mailboxes.
    Niklas

  • Shared Mailbox: Share Contacts Exchange 2013

    I'm using Exchange 2013 and I've got several shared mailboxes setup. I've added contacts to those mailboxes. We are using Outlook 2013 and we can access the shared mailboxes just fine, but I don't know how to make the contacts show up in the Global Address
    List
    This is the windows that opens when adding contacts to an email. The only way i can see the contacts is by going over to the People tab.
    I've tried right-clicking the share contacts but it's grayed out for all my shared mailboxes.
    What am i doing wrong? Thanks for any help!

    Same issue here.
    It is possible to create contacts under a shared mailbox but the user cannot choose any addres because it is not shown as an address book
    I had
    [email protected]
    Contact
    A own created list
    Global Address List
    All Address list
    All contacts
    All Groups
    All Rooms
    All Users
    Public Folders
    For a personal contactlist there is a tab 'Outlook Address Book' where i can choose "Show this folder as an e-mail Address Book". This tab is not available for an shared mailbox contactlist.
    It seems not possible at all, any information about this can not be found (at least not by me)

  • Outlook 2010 Shared Mailbox Outbox Send Immediately Issue

    Hello, 
    So we have a weird problem tat we have being trying to diagnose for a while and I think that I have finally got to the bottom of the problem, just now need to find a solution.
    We have a shared email email account. This is set up as shared mailbox in exchange (2010) with Full Control and Send On behalf of privileges given to three users. Each of these users has added this shared mailbox
    as a second account to their outlook (2010) profile.
    The Problem we have appears to be two fold. For some reason emails are not sent immediately for this account even though this is value of the setting in outlook. This puts an email in the shared mailbox outbox. We then have a race condition where by the
    first user of the shared mailbox whose outlook client does a send an receive first becomes the user who sent the email on behalf of the shared inbox rather than the user that hit sent. This has caused mild confusion for the recipients as signatures of the
    email does not match what outlook is displaying.
    So, firstly is this expected behaviour for shared accounts, that the outbox is shared so this race condition will always exists?Secondly, any idea why on this second mailbox attached to outlook emails are not always sent immediately? In fact this appears
    to be a bigger problem, email not getting sent until people hit send and receive has just happened to someone else. What can I do to diagnose this issue?
    Cheers
    Rich

    Hi,
    Based on the description above, the issue is that when you send an email message from a shared mailbox, the sent email message remains in your Outbox until you manually perform a Send/Receive operation.
    As far as I know, this problem occurs when both the following conditions are true:
    Your Outlook profile is configured in online mode (not cached Exchange mode).
    You have the DelegateSentItemsStyle registry value set to
    1.
    If you are using Online Mode, please switch to Cached Exchange Mode to check the result, if the issue doesn't occur then, please note there is no resolution to this problem other than to either switch your profile to cached Exchange mode or set the DelegateSentItemsStyle
    registry value to zero (0). Additionally, if your mailbox is located on Microsoft Exchange Server 2010 (or later), the Exchange administrator can configure similar behavior on the server.
    Important
    Follow the steps in this section carefully. Serious problems might occur if you modify the registry incorrectly. Before you modify it,
    back up the registry for restoration in
    case problems occur.
    To change the value of DelegateSentItemsStyle to 0 in the registry, follow these steps:
    Exit Outlook.
    Start Registry Editor.
    In Windows 8 and Windows 8.1
    Swipe in from the right to open the charms, tap or click Search, and then type
    regedit.exe in the search box. Or, type regedit.exe at the Start screen, and then tap or click
    regedit in the search results.
    In Windows Vista and Windows 7
    Click Start, type regedit in the Start Search box, and then press Enter. If you are prompted for an administrator password or for confirmation, type the password, or click
    Allow.
    In Windows XP
    Click Start, click Run, type regedit, and then click
    OK.
    Locate and then select the following registry key:
    HKEY_CURRENT_USER\Software\Microsoft\Office\<var>x</var>.0\Outlook\Preferences
    Note In this key path, the placeholder <var>x</var>.0represents
    15.0 for Outlook 2013, 14.0 for Outlook 2010,
    12.0 for Outlook 2007, and 11.0 for Outlook 2003.
    Select the DelegateSentItemsStyle value.
    On the Edit menu, click Modify.
    Type 0, and then click OK.
    Exit Registry Editor.
    Start Outlook.
    More details about the issue can be found in this kb below:
    Email remains in the Outbox when you use the DelegateSentItemsStyle registry value
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs. Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected].

Maybe you are looking for