Determining which UM Mailbox Policy is associated with users

I need to determine which user(s) are using a specific UM Mailbox Policy. I have had no luck finding EMS cmdlets to accomplish this. Any assistance would be appreciated. I have a dial plan that I want to delete and I cannot remove the UM Mailbox Policy from
it "because it is associated with users." Thanks.
David

I found it - ironically in the ECP. When viewing all Recipients, I clicked
... > Add/Remove Columns and added UM Policy. I removed UM from the one user who had the policy I want to delete then added UM back to him, using a different UM Policy. I was then able to delete the UM Policy I
wanted to eliminate.

Similar Messages

  • This mailbox database is associated with one or more active PublicFolderMove requests

    I'm trying to clean up an Exchange 2013 installation (CU2) which is the result of a migrated Exchange 2007 done last summer.
    This installation contained several databases which we are trying to slim down to just one, but I've run into some trouble deleting one of these databases. I've made sure that there's nothing left in the database but the Monitoring mailboxes, but when I
    try to delete the database I get the following error:
    This mailbox database is associated with one or more active PublicFolderMove requests. To get a list of all PublicFolderMove requests associated with this database, run Get-PublicFolderMoveRequest | ?{ $_.RequestQueue -eq "Public Folder Database" }. To remove a PublicFolderMove request, run Remove-PublicFolderMoveRequest <Recipient ID\Request Name>.
    If I look into that one further I can see the following:
    [PS] C:\Windows\system32>Get-PublicFolderMoveRequest | fl
    RunspaceId : d07e91a4-aadb-4c2a-8e01-68127464e8e0
    SourceMailbox : contoso.local/Users/Contoso
    TargetMailbox :
    Name : PublicFolderMove
    RequestGuid : 65c5d048-0e56-4c01-88ce-8594699826ee
    RequestQueue : Public Folder Database
    Flags : IntraOrg, Pull
    BatchName :
    Status : InProgress
    Protect : False
    Suspend : False
    Direction : Pull
    RequestStyle : IntraOrg
    OrganizationId :
    WhenChanged : 2013-06-25 16:03:10
    WhenCreated : 2013-06-25 16:03:07
    WhenChangedUTC : 2013-06-25 14:03:10
    WhenCreatedUTC : 2013-06-25 14:03:07
    Identity : \PublicFolderMove
    IsValid : True
    ObjectState : New
    So, I've found out that I can run "Remove-PublicFolderMoveRequest <Recipient ID\Request Name>" to remove that request, but I find it a little disturbing that we've had that job for 9 months in the background, and I'm unsure of what will happen
    if I actually delete that job.
    The Target Mailbox is also empty. Shouldn't it contain something?
    We want to keep the Public Folder Database in the current database and it should not have anything to do with the database I'm trying to delete (it does not reside there right now).
    Any thoughts on how to proceed, and what the reason for this might be? Could it be something that was done while migrating from E2k7 to E2k13 and never was cleaned up correctly?
    Any thoughts will be greatly appreciated!

    Yeah, thanks! But, the problem is that I can't delete it because of the error message in the first post ;) Namely: 
    This mailbox database is associated with one or more active PublicFolderMove requests. To get a list of all PublicFolderMove requests associated with this database, run Get-PublicFolderMoveRequest | ?{ $_.RequestQueue -eq "Public Folder Database" }. To remove a PublicFolderMove request, run Remove-PublicFolderMoveRequest <Recipient ID\Request Name>.

  • Exchange 2013: This mailbox database is associated with one or more active mailboximport / Cannot uninstall exchange

    We have a corrupted installation of Exchange 2013 due to installating CU6
    New Exchange server is already installed and mailboxes are migrated over, I am now in the process to uninstall the old exchange 2013 so we can decomission it but I get this error when I try to run uninstall
    "This mailbox database is associated with one or more active mailbox import,To get a list of all Mailboximport request associated with this database, run Get MailboxImportRequest | ?{ $_.RequestQueue -eq "<Database ID>"}....
    But when i run this command I get an error of" The Get-MailboxImportRequest is not recognized as a cmdlet...
    Any advise is appreciated
    Thanks.

    Hi ,
    From the error message i came to know few things i have mentioned mentioned below .
    If you want to remove the problematic exchange server , you need to remove the existing mailbox import requests.
    For that you should need to have the required permission for the user account from which you are trying to execute the command
    Just check your user account is having the Mailbox Import Export role permissions .
    If you have the required permissions then go ahead and execute the commands
    Get-MailboxImportRequest | ft -au ( this is to see how many no of the mailbox import request are available
    Remove-MailboxImportRequest
    ( this command is to remove the entire mailbox import move request)
    Once you have done with that , then you start proceeding uninstalling the exchange server .
    Regards
    S.Nithyanandham
    Thanks S.Nithyanandham

  • Capturing only the first vendor code (not all) associated with user

    Hi All
    I have several tables that helps me try to capture the unique number of vendors that are active from the users table as shown below in the SQL script. However, ther is an exception where users may be associated with multiple vendors. I feel that my script captures all associated vendor codes associated with my users. Is there a way of capturing only the first vendor code associated with the user. Thanks for your help.
    Gautam
    SQL SCRIPT:
    select count(distinct(d.vendor_id))
    from SSPE.PG_FORM_SUBMIT a, SSPE.SP_USER_AUX b, sspe.pg_supplier_vendor d
    where a.SOURCENAME = 'wvInventoryForecast' and
    a.PROFILEID = b.ID and
    b.SUPPLIER_ID = d.supplier_id and
    a.CLOCKTIME between to_date('15-Mar-06','DD-MON-YY') and to_date('04-Apr-06','DD-MON-YY')

    you need to have a common criteria to determine which vendor should be selected for an user, if it is by lowest vendor code or if it is the first entered vendor in which case you should have a date (or someother) column to identify which vendor was first associated with the user. In either case you could use the analytic function row_number() to accomplish what you want to do. here is an example
    select * from (
    select user_id, row_number() over (partition by user_id order by vendor_cd) rn, vendor_cd
    from user_table, vendor_table
    where <condition>)
    where rn=1;
    refer online docs for more details on this function (link provided in my earlier post)

  • Lync 2013 Error - Certificate could not be published in the database associated with User Services Cluster

    Hi Lync gurus,
    I have a weird issue:
    Just installed a Lync Standard 2013. 
    Everything works except I keep getting this error in Log: every 30 minute or so.
    First an Error:  Event 47067
    A server did not respond to HTTP request
    Server lyncserver.domain.local did not respond to HTTP request PublishCertRequest targeted at
    https://lyncserver.domain.local:444/LiveServer/UserPinService.
    Cause: Server might be down or the network path between servers might not be properly configured.
    Resolution:
    Please ensure that the server can be connected on the target port using telnet and then re-try.
    Then I get a Warning: Event 47068
    GetAndPublish web service failed.
    Certificate could not be published in the database associated with User Services Cluster [lyncserver.domain.local ]. Request Details - Entity: [[email protected]], Device Id: [6BB30A3E-2923-553A-8E5F-0B2FB2CEA330], Authenticated User: [sip:[email protected]].
    Additional Context: [Publish_Failure: OtherFailure;HttpNoResponse:"lyncserver.domain.local "]
    Cause: This could be due to network connectivity issues with the remote server, or because the database is down.
    Resolution:
    Please ensure that the user services is reachable and the database is up and running.
    Thanks for any help

    Please check you can telnet port 443 and port 444 on Lync Front End Serve from client.
    Try to regenerate a new certificate for Lync Front End Server.
    Check all the services on Lync Front End Server are started.
    Check the option “Enable all purposes for this certificate” is checked for the trusted root CA certificate.
    For the detailed steps:
    Run MMC--Add\Remove Snap-ins--certificates--Local Computer--Trusted Root Certificate Authorities--Certificates, find the Root CA certificate you installed--Properties--General, check the "Enable all purposes for this certificate".
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • How to find Tables Associated with User Exit

    Hi All,
    I have an User Exit userexit_availabilty_out in RV03Vfzz.
    How do i know the tables and feilds associated with taht exist.
    In case of a Function exit i can find out from import Parameters, but how can i find in this case.
    Pl Do reply.
    Cheers,
    Manohar

    You need to find out which SAP program uses this as include. You can do that by doing WhereUsed on Abap include RV03VFZZ in transaction SE38.
    After you found out the main program, use transaction SE80 and display that program. Then click on Fields object and you will see all global variables that are accessible in your user exit.

  • Files associated with user's mailbox database and reverent directory path (exchange 2010)

    Hi,
    I want to know all the files and other associated types of log files with particular user's mailbox database in exchange 2010 & its reverent directory path . Please suggest
    Aditya Mediratta

    Hi,
    If you want to view the database file path and associated log file path, you can use the following command.
    Get-MailboxDatabase "Mailbox Database" | fl *path
    Default path is C:\Program Files\Microsoft\Exchange Server\V14\Mailbox\Mailbox Database
    Best regards,
    Belinda Ma
    TechNet Community Support

  • Exchange 2010 resource mailbox automatically opening along with user email account

    I've created a number of resource mailboxes for conference rooms, however one of them continuously opens in my Outlook profile. Deleting the profile doesn't seem to help, and it follows me around (it does it in my local Outlook 2010 profile, as well as my
    Outlook 2013 profile in our Citrix environment).
    Right-clicking the mailbox and selecting Close presents a box saying, "This group of folders is assicated with an email account. To remove the account, click the File Tab, and on the Info tab, click Account Settings. Select the e-mail account, and then
    click Remove."
    Unfortunately the profile is not configured to open this account, it's configured to only open my account (a domain admin).  I've also gone into the settings of my account in Outlook and it is not set to open the resource mailbox as an additional mailbox
    on the Advanced tab, so I'm not sure where it's getting this setting.
    Since the issue seems to be unrelated to the actual Outlook profile, I looked at both mailbox objects within the Exchange Management Console and can find nothing in either object that would be instructing Outlook to open both mailboxes.
    Any help is appreciated. Thanks.

    Seems like it's auto-mapped to the account. Run Remove-mailboxpermissions against it, hopefully it will 'refresh' the settings. If it still doesn't work, check the msExchDelegateListLink for the resource mailbox.
    More info for example here:
    http://technet.microsoft.com/en-us/library/hh529943(v=exchg.141).aspx

  • To show report which list all Accounts with no activity associated with it

    Hi
    1) Is it possible to show report which list all the accounts which do not have any activity associated with it?
    2) A report which shows All the accounts with Activity ( Even though there is no activity associated with it)
    Quick reply appreciated

    Hi Rits,
    You can achieve this using combine analysis. Create two reports and in the first one make the Activity Id blank, In the second report keep it as it is and do union of both the analysis.
    This will give you all the accounts which have/have not Activities associated with them.
    Hope it helps,
    Thanks,
    Mayank

  • HT204074 How do I see what devices are associated with my iTunes account?

    http://support.apple.com/kb/HT4627 contains this advice:
    Your Apple ID can have up to 10 devices and computers (combined) associated with it. Each computer must also be authorized using the same Apple ID. Once a device or computer is associated with your Apple ID, you cannot associate that device or computer with another Apple ID for 90 days. You can view which devices or computers are currently associated, remove unused devices or computers, and see how long before they can be associated with a different Apple ID from the Account Information page in iTunes on your computer:
    Open iTunes.
    Sign in to your Apple ID by choosing Store > Sign In from the iTunes menu.
    Choose Store > View My Account from the iTunes menu.
    From the Account Information screen, click Manage Devices.
    Sadly, "Manage Devices" isn't actually there, so I can find no way of seeing which devices and PCs are associated with my Apple ID and how to delete or add to them.

    Manage devices relates to the devices or computers you have set up to automatically download content from your iTunes account aka "iTunes in the Cloud". You can have up to 10 such devices. This is a separate list from the list of 5 computers that can be authorized to play your protected content. There is no similar feature to list this second group, but when you get to 5 computers you can choose to deauthorize all and start again. You cannot use that feature again for a year.
    tt2

  • How to determine which FileChooser ExtensionFilter has been selected

    Hi,
    I'm using a JavaFX fileChooser.showSaveDialog with two extension filters (*.csv and *.xml). How can I determine which filter was selected when the end-user clicks the save button?
    I am writing a program that allows the end-user to create an output file in CSV or XML format.
    If the end-user enters a file name with no extension, I need a way to determine if I should create a CSV or XML file. I would also like to add the proper extension to the file name if none is specified by the end-user. I want to do this based on which filter the end-user has selected. I wrote a Java program 5 years ago and I was able to do this with the following instruction:
    String extension = jFileChooser.getFileFilter().getDescription();
    I can't find a similar instruction for JavFX.
    My JavaFX Code:
    FileChooser fileChooser = new FileChooser();
    fileChooser.setInitialDirectory(new File(options.getOutputDirectory()));
    ExtensionFilter filter1 = new FileChooser.ExtensionFilter("Comma Delimited (*.csv)", "*.csv");
    fileChooser.getExtensionFilters().add(filter1);
    ExtensionFilter filter2 = new FileChooser.ExtensionFilter("XML Document (*.xml)", "*.xml");
    fileChooser.getExtensionFilters().add(filter2);
    File file = fileChooser.showSaveDialog(stage);
    String filename = file.getAbsolutePath();...How do I determine which extension filter has been selected?
    My Java Code:
    JFileChooser jFileChooser = new JFileChooser();
    jFileChooser.setCurrentDirectory(new File(outputDirectory));
    jFileChooser.setSelectedFile(new File(backupfile));
    FileFilter filter = new FileNameExtensionFilter("Comma Delimited (*.csv)", "csv");
    jFileChooser.addChoosableFileFilter(filter);
    jFileChooser.setFileFilter(filter);
    filter = new FileNameExtensionFilter("XML Document (*.xml)", "xml");
    jFileChooser.addChoosableFileFilter(filter);
    jFileChooser.setAcceptAllFileFilterUsed(false);
    jFileChooser.setDialogTitle("Export Alarms");
    jFileChooser.setBackground(colorFileChooser);
    int returnVal = jFileChooser.showDialog(jFrame, "Export");
    if (returnVal == JFileChooser.APPROVE_OPTION) {
        File file = jFileChooser.getSelectedFile();
        String filename = file.getAbsolutePath();
        String extension = jFileChooser.getFileFilter().getDescription();
        if (extension.equals("XML Document (*.xml)")) {
            if (!filename.endsWith(".xml") && !filename.endsWith(".XML")) {
                filename = filename + ".xml";
            saveTableXML(filename);
        else if (extension.equals("Comma Delimited (*.csv)")) {
            if (!filename.endsWith(".csv") && !filename.endsWith(".CSV")) {
                filename = filename + ".csv";
            saveTableCSV(filename);
    }Thanks,
    Barry
    Edited by: 907965 on May 13, 2012 1:14 PM
    Edited by: 907965 on May 13, 2012 1:15 PM
    Edited by: 907965 on May 13, 2012 1:19 PM

    This problem is currently tracked as http://javafx-jira.kenai.com/browse/RT-18836.

  • Determining which services are associated with which programs

    In the Services Preferences, Services submenu, how does one determine which services are associated with which programs?

    Danged if I know! I just took a guess and enabled the ones I wanted, then tried what came up to see which program launched to do it. Some are easy: "Copy to Tex-Edit Plus" will obviously use the program Tex-Edit Plus. But I have no idea which program owns "New Document Containing Selection" and since I want TextEdit to handle that sort of thing I unchecked it, and simply checked "New TextEdit Window Containing Selection" because that's obviously TextEdit. I left "New Window with Selection" checked, and then tried it, and TextWrangler launched. OK, I do sometimes use it, so I left it checked. But it would be nice if it declared itself in the Service list so you could tell what program is going to do which thing. However, that is not Apple's fault--it is the fault of the application, someone just didn't bother to write a proper line for the system to display that would tell the user what application it is. That is probably because in the "old" Services menu items were arranged in folders by application, so there was no special need to have the service itself declare to whom it belonged. Perhaps this situation will change as applications are updated for Snow Leopard.
    I happen to know that the Services are declared to the system by the application, and the place this comes from is the Info.plist of the application, which is inside the application bundle. You can open this and check the plist: the service will be listed in the NSServices section in the NSMenuItem default field. Not something most people would ever want to do, you have to open the bundle then open the plist with Property List Editor.
    Meantime, I think trial and error is the only way to tell where the service is coming from. I would be delighted if someone knows otherwise.
    Francine
    Francine
    Schwieder

  • How to determine which site collection is associated with which db?

    I have a site collection that contains a number of other site collections. I've created a content DB in a new SQL instance, and, within another site collection, specified that DB is associated with a new site collection, eg:
    New-SPContentDatabase "sitecollection9_content" -DatabaseServer "spsqlserver\newinstance" -WebApplication
    http://spintranet
    New-SPSite -url http://intranet/sites/sitecollection9 -ownerAlias "domain\user123" -contentdatabase "sitecollection9_content" -template "STS#1" -Name "sitecollection9"
    I wish to confirm that sitecollection9 is using only newinstance\sitecollection9_content.
    How can I do so?
    Thanks!
    Scott

    Site collection within site collection doesn't exist. you may have different site collection on a WebApplication.
    you can check what is the Database associated with a site collection through powershell
    $site = get-spsite <URL of your site collection>
    $site.ContentDatabase

  • How Do I Determine What WUDFHost.exe is Doing and What It's Associated With?

    Since around the time of the installation of Win 8.1 Update 1 I've had a couple of new WUDFHost.exe processes that run all the time.  Today I saw one of them accessing data on a backup volume, which I assume was some kind of maintenance
    activity - but I'm not sure.
    My question is this:
    How can I determine what these processes are doing, why they're here, and what they're associated with (i.e., what feature or device has caused them to be running).  I don't suspect them of causing a specific problem - my system's running fine
    - but I want to know why they're running.
    Process Explorer shows them to have been started by these two command lines:
    "C:\Windows\System32\WUDFHost.exe" -HostGUID:{193a1820-xxxx-xxxx-xxxx-be817523f6aa} -IoEventPortName:HostProcess-ae18c507-xxxx-xxxx-xxxx-ce7a84b73fb2 -SystemEventPortName:HostProcess-76f2d2b0-xxxx-xxxx-xxxx-25de41b0af65 -IoCancelEventPortName:HostProcess-52988628-xxxx-xxxx-xxxx-54018fc05bec
    -NonStateChangingEventPortName:HostProcess-c981e37e-xxxx-xxxx-xxxx-a8bd344c5791 -ServiceSID:S-1-5-80-dddddddddd-dddddddddd-dddddddddd-dddddddddd-ddddddddd -LifetimeId:8472fac1-xxxx-xxxx-xxxx-680353bbbc7f -DeviceGroupId:WpdFsGroup
    "C:\Windows\System32\WUDFHost.exe" -HostGUID:{193a1820-xxxx-xxxx-xxxx-be817523f6aa} -IoEventPortName:HostProcess-af2e6f5b-xxxx-xxxx-xxxx-39a9cc13f6d4 -SystemEventPortName:HostProcess-45e89330-xxxx-xxxx-xxxx-9e76811e37aa -IoCancelEventPortName:HostProcess-3007f65c-xxxx-xxxx-xxxx-c6cdd5617944
    -NonStateChangingEventPortName:HostProcess-efca4373-xxxx-xxxx-xxxx-cfc06fd83dee -ServiceSID:S-1-5-80-dddddddddd-dddddddddd-dddddddddd-dddddddddd-ddddddddd -LifetimeId:f4aa6ef0-xxxx-xxxx-xxxx-d16f4eefddb2 -DeviceGroupId:WudfDefaultDevicePool
    As you can see, their function isn't obvious from what's showing.
    What tools can I used to delve further into what these are and why they're here?
    Thanks for any help or wisdom you can offer.
    -Noel
    Detailed how-to in my eBooks:  
    Configure The Windows 7 "To Work" Options
    Configure The Windows 8 "To Work" Options

    seems to me that you're about to dive down a rabbit hole for this one..
    http://en.wikipedia.org/wiki/User_Mode_Driver_Framework
    http://msdn.microsoft.com/en-us/Library/Windows/Hardware/ff557565(v=vs.85).aspx
    http://blogs.msdn.com/b/iliast/archive/2009/06/09/umdf-debugging-videos.aspx
    might need to ask more in the driver dev forums?
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • Migrating to "The Cloud" - "The SMTP address has no mailbox associated with it."

    We have a front office app that can receive data from Exchange via EWS Push Notifications.  Last week, they moved my mailbox to "The Cloud". Now my mail resources all have "office365.com" in their paths. I'm a very early
    adopter, trying to understand how to extend the app to work with this architecture before they move everyone else over.
    In the past our app was an EWS 1.1 system talking to Exchange 2007 SP1 servers.  That's the ExchangeVersion I've always had set in EWS. Nobody has ever talked to me about upgrading any of our Exchange boxes.  Impersonation was
    not supported in 2007, so we've been using a dedicated service account with full access to specified mailboxes. At the moment, I'd be happy if I could just connect to my own mailbox with my own credentials.
    Our old system has 4 CAS servers. You can reach a mailbox through any of them.  For the new mailboxes, we've added two new CAS servers. I'm told these particular servers are Exchange 2010 SP3.  I'm also told the cloud mailboxes are in an Exchange
    2013 environment.
    I've upgraded my EWS library to 2.2. I've tried ExchangeVersion values for 2007 and 2010 SP2 (there is no value for SP3). I'm not using autodiscover; I just put the name of one of the new CAS servers into the code for now.
    My SMTP address is [email protected]. Our internal domain is usa.bigcompany.net, and I commonly login to resources (including my workstation) as USA\smith_j. I was using that ID
    for Exchange, but since my mailbox got moved I now login to my mailbox as
    [email protected].  We were previously building credentials for EWS with username (smith_j), domain (USA) and password.  Because of the changes, it seems that the right username to pass should
    now be [email protected], along with just the password.
    The problem is that no matter what I send, the server returns "The SMTP address has no mailbox associated with it."  I've tried a lot of permutations, and for hours that's all I've gotten.  Trying to reduce this to the most basic level,
    what should I be doing in order to reach my own mailbox in office365.com, using my own account?  Is there any trick to this?
    BTW, if Microsoft is using Exchange 2013 and my CAS server is 2010 SP3 which ExchangeVersion should I be using to do this?

    This is very good. Using the office365.com URL, I have been able to create a subscription.  Of course, the office365.com server will not be able to make callbacks through our firewall, but it does clearly show that our CAS server is not getting
    the job done.  This is progress!
    I asked, and was told we're using Exchange 2010 SP 3 on the CAS because we already had licenses for that.
    So I'm back to the question of whether this can be done by an on-premises CAS (or a cluster of them), or if we must go through Microsoft's servers to reach the mailboxes.
    And again, thank you!

Maybe you are looking for