Delegate access to users to create and edit mail contacts in exchange server 2013

Hi,
Can I delegate access to users to create/edit/delete contacts in Exchange 2013, if yes, how?

Hi,
From your description, you want to grant users the permission to manage mail contacts. If I have misunderstood your concern, please let me know.
Based on my knowledge, you need to add these users to Organization Management Role group and Recipient Management Role group.
For more information, here is a thread for your reference, please see the "Recipient Provisioning Permissions" section.
Recipients Permissions
http://technet.microsoft.com/en-us/library/dd638132(v=exchg.150).aspx
Hope it helps.
Best regards,
If you have feedback for TechNet Subscriber Support, contact
[email protected]
Amy Wang
TechNet Community Support

Similar Messages

  • How to disable Planning administrators and interactive users to create or edit calc manager rules in their application ?

    Hello,
    According to the Calc Manager Designer Guide 11.1.2.3 and my testing :
    - Planning administrators can edit the calc manager rules deployed into their Planning application
    - Planning interactive users can create their own calc manager rules in their Planning application
    But according to our IT governance, they should not be able to do it and specially in a production environment (and they were not able to do it in Planning 11.1.1 with HBR).
    Any idea or trick to disable Planning administrators and interactive users to create or edit calc manager rules in their application ?
    Thanks in advance.
    Philippe

    Well as far i Know....
    - Planning administrators can edit the calc manager rules deployed into their Planning application ---Its aspected , as admin have to maintain the application and nothing wrong in that....
    - Planning interactive users can create their own calc manager rules in their Planning application--They can create thir own rules only when they have proper access to calc mgr..if you don't have given access to calc mgr then they can't.....
    Cheers!
    Sh!va

  • BAdI for RMWB u2013 Create and Edit recipes

    Hi Gurus,
    I am looking for BAdI or User Exit - RMWB u2013 Create and Edit recipes .
    My scenario is somethng like:
    Need to specify with the logic in order to execute the check on the recipes before they are being transformed, i.e. method has to get triggered when system status in the Recipe is to be changed from In-Process (ISTATUS = u201CI6000u201D) to Processing closed/Completed (ISTATUS = u201CI6001u201D) or Released (ISTATUS = u201CI6003u201D)
    Please suggest any.
    Many Thanks,
    Madan

    Hi Roland,
    Thank you !!
    I can use the method "CHECK_STATUS_CHANGE", it is indeed getting triggered.
    Although I have a query regarding the usage of the same method.
    When I go ahead and create new custom implementation, i need to de-activate the existing standard implementation - IMPL_RCP_VAL_CHECK and activate the newly created custom implementation.
    When I do that the code inside the standard method - CHECK_STATUS_CHANGE will be gone (since i will be using the custom implementation and adding my code inside the method).
    So can you please suggest how to do the Impact analysis on this one.
    Many Thanks,
    Madan

  • How to create and edit a .ini file using java

    Hi All...
    Pls help me in creating and editing an .ini file using java...
    thanks in advance
    Regards,
    sathya

    Let's assume the ini file is a mapping type storage (key=value) so lets use Properties object. (works with java 1.4 & up)
    import java.io.File;
    import java.io.FileInputStream;
    import java.io.FileOutputStream;
    import java.io.IOException;
    import java.util.Properties;
    public class Test {
         private static Properties props;
         public static void main(String[] args) throws IOException {
              File file = new File("test.ini");//This is out ini file
              props = new Properties();//Create the properties object
              read(file);//Read the ini file
              //Once we've populated the Properties object. set/add a property using the setProperty() method.
              props.setProperty("testing", "value");
              write(file);//Write to ini file
         public static void read(File file) throws IOException {
              FileInputStream fis = new FileInputStream(file);//Create a FileInputStream
              props.load(fis);//load the ini to the Properties file
              fis.close();//close
         public static void write(File file) throws IOException {
              FileOutputStream fos = new FileOutputStream(file);//Create a FileOutputStream
              props.store(fos, "");//write the Properties object values to our ini file
              fos.close();//close
    }

  • Can I hide the Adobe Reader panel with "Export, Create and Edit PDF and Send and Store Files"? I don't use it and it takes up space

    Can I hide the Adobe Reader panel with "Export, Create and Edit PDF and Send and Store Files"? I don't use it and it takes up space

    If you just mean, can I close it, sure. In Reader XI click the Tools button to close or reopen it.

  • Is it possible to prevent a user from creating and approving a JV

    Hi,
    Is it possible to prevent a user from creating and approving a JV.  We have a rule that one user cannot do both.  What happens is user#1 creates the JV, then some other user#9 approves the JV.  Both user#1 and user#9 need to be able to create a JV and approve someone else's JV.
    The transactions in question are...
    F-02  General Posting - enter Journal Voucher (create & post)
    F-65  Enter General Document - Parking (create)
    FBV0  Post or Delete a Parked Document (approval)
    Please let me know the details.
    Thanks in advance,
    regrads,
    Chaks

    Hi,
    Requisition is submitted.....it means Requisition is saved or it means Requisition is Released..?
    Regards,
    manish

  • How to create and edit anomalous tables in DIAdem? Such as the example list.

    How to create and edit anomalous tables in DIAdem?
    Can the tables  be edited as in MS Word?
    帖子被yangafreet在08-21-2007 10:28 PM时编辑过了
    Attachments:
    table example.doc ‏26 KB

    Hi yangafreet,
    There is no way I know of to create a DIAdem table that looks like the table in your Word document.
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments

  • Create and Edit with single button

    Hi Experts
    I am working in jdev 11.1.1.3.0
    I have Employee table and i need to create Depart information for that employee. Here i am using single button for both create and edit.
    Can you suggest me the approach.

    I tried the approcah what describe in the below link
    http://www.oracle.com/technetwork/developer-tools/adf/learnmore/45-decision-based-method-outcome-169187.pdf
    But in my case my task flow is
    edit
    Method call----> Router-------------Depart.jsff
    |
    |
    CreateInser
    <?xml version="1.0" encoding="windows-1252" ?>
    <adfc-config xmlns="http://xmlns.oracle.com/adf/controller" version="1.2">
    <task-flow-definition id="emp-deprtment-config">
    <default-activity id="__11">navigateSrvChar</default-activity>
    <input-parameter-definition id="__8">
    <name id="__9">bidId</name>
    <value>#{requestScope.bidId}</value>
    <class>oracle.jbo.domain.Number</class>
    </input-parameter-definition>
    <view id="deprtment">
    <page>/jsffs/emp/deprtment.jsff</page>
    </view>
    <method-call id="navigateSrvChar">
    <method>#{DepartmentBean.editOrCreate}</method>
    <outcome id="__17">
    <fixed-outcome>navigateSrvChar</fixed-outcome>
    </outcome>
    </method-call>
    <method-call id="CreateInsert">
    <method>#{bindings.CreateInsert.execute}</method>
    <outcome id="__28">
    <fixed-outcome>CreateInsert</fixed-outcome>
    </outcome>
    </method-call>
    <router id="router1">
    <case>
    <expression>#{pageFlowScope.navigation == 'edit'}</expression>
    <outcome id="__18">edit</outcome>
    </case>
    <case>
    <expression>#{pageFlowScope.navigation == 'create'}</expression>
    <outcome id="__19">create</outcome>
    </case>
    </router>
    <control-flow-rule id="__23">
    <from-activity-id id="__24">navigateSrvChar</from-activity-id>
    <control-flow-case id="__27">
    <from-outcome id="__26">navigateSrvChar</from-outcome>
    <to-activity-id id="__25">router1</to-activity-id>
    </control-flow-case>
    </control-flow-rule>
    <control-flow-rule id="__29">
    <from-activity-id id="__30">CreateInsert</from-activity-id>
    <control-flow-case id="__32">
    <from-outcome id="__31">CreateInsert</from-outcome>
    <to-activity-id id="__33">deprtment</to-activity-id>
    </control-flow-case>
    </control-flow-rule>
    <control-flow-rule id="__6">
    <from-activity-id id="__7">router1</from-activity-id>
    <control-flow-case id="__12">
    <from-outcome id="__13">edit</from-outcome>
    <to-activity-id id="__10">deprtment</to-activity-id>
    </control-flow-case>
    <control-flow-case id="__15">
    <from-outcome id="__16">create</from-outcome>
    <to-activity-id id="__14">CreateInsert</to-activity-id>
    </control-flow-case>
    </control-flow-rule>
    <use-page-fragments/>
    </task-flow-definition>
    </adfc-config>
    but i am getting error like " The ADF Controller cannot find metadata for activity '/taskflows/emp/emp-deptment-config.xml#emp-deptment-config@router1'."
    any inputs could be highly appreciate
    Edited by: user642703 on Oct 20, 2011 5:33 AM

  • Video creating and editing software

    Does anyone have any good suggestions for video creating and editing software. I'm talkin about taking videos from my digital camera and insering them, adding music over the top, maybe some cool transition effects. I don't think that imovie will do it???

    Hi
    I don't see why iMovie shouldn't, ask the people in the iMovie Forum:
    http://discussions.apple.com/category.jspa?categoryID=141
    Steve

  • How can I exchange my pc created documents on Excel, Word, and PowerPoint with my mac and my Pages, Numbers and Keynote created content with my pc?  I need to create and edit between both.

    How can I exchange my pc created documents on Excel, Word, and PowerPoint with my mac and my Pages, Numbers and Keynote created content with my pc?  I need to create and edit and exchange between both types of operating systems.

    Your Windows system will not open any Pages, Numbers or Keynote documents. No applications exist for Windows that can open those formats. You will need to export your documents in Word, Excel and PowerPoint formats, respectively, before you'll be able to view and edit the documents on your Windows system. The iWork documents can natively open Word, Excel and PP documents, though there are limitations on what can be imported (for instance, Numbers does not support all possible Excel functions). Consult the documentation for the relevant iWork application for details on importing and exporting.
    If you are asking how to get the documents from one system to the other, then there are several ways to do that, including file sharing, using an external drive (hard drive, USB flash drive), or emailing the documents to yourself. Which would be best for your situation I can't say without more details about your usage.
    Regarsd.

  • Create and edit a PDF file

    Hi,
    Still very new on the Mac - how do I create and edit a pdf file on my iMac?
    Thanks for any info.

    Creating a PDF is really simple. From any application choose the print command (Command P) and in the lower left of the box you will see PDF, click PDF and then choose what you want to do. It will look similar to:
    For editing PDF files you can do some basic annotation editing using the Preview app which you will find in your Applications folder. However if you want to do more sophisticated editing then you will need to purchase an editor from the Mac App Store. Open the store type PDF Editor in the search field and you will find quite a few to choose from ranging from $2.99 to $99.99 depending on your needs.

  • Exchange Server 2013 and Remote Access VPN on a single server running Windows Server 2012?

    Just by way of background, I have been installing and administering network servers, e-mail systems, VPN servers, and the like for many years.  However, my involvement with Exchange and Windows Server has been mostly on the forensics and data recovery
    level, or as a (sophisticated) user.  I have never tried to deploy either from scratch before.  My deployment experiences have been mostly with Linux in recent years, and with small private or personal "servers" running such cutting edge
    software as Windows XP back when it was new.  And even NetWare once.
    When a client asked me if I could set up a server for his business, running Exchange Server (since they really want Outlook with all of its bells and whistles to work, particularly calendars) and providing VPN access for a shared file store, I figured it
    could not be too difficult given that its a small business, with only a few users, and nothing sophisticated in the way of requirements.  For reasons that don't bear explaining here, he was not willing to use a vendor hosting Exchange services or cloud
    storage.  There is no internal network behind the server; it is intended to be a stand-alone server, hanging off a static IP address on the Internet, providing the entirely mobile work-force of about 10 people with Exchange-hosted e-mail for their computers
    and phones, a secure file store, and not much else.  If Exchange didn't need it, I would not need to install Active Directory, for example.  We have no direct need for its services.
    So I did the research and it appears, more by implication than outright assertion, that I should be able to run Windows Server 2012 with Exchange Server 2013 on a server that also hosts Remote Access (VPN only) and does nothing else.  And it appears
    I ought to be able to do it without virtualizing any of it.  However, I have spent the last three or four days fighting one mysterious issue after another.  I had Remote Access VPN working and fairly stable very quickly (although it takes a very
    long time to become available after the server boots), and it has mostly remained reliable throughout although at times while installing Exchange it seems to have dropped out on me.  But I've always been able to get it back after scrounging through the
    logs to find out what is bothering it.  I have occasionally, for a few minutes at a time, had Exchange Server willing to do everything it should do (although not always everything at the same time).  At one point I even received a number of e-mails
    on my BlackBerry that had been sent to my test account on the Exchange Server, and was able to send an e-mail from my BlackBerry to an outside account.
    But then Exchange Server just stopped.  There are messages stuck in the queues, among other issues, but the Exchange Administration Center refuses now to display anything (after I enter my Administrator password, I just get a blank screen, whether on
    the server or remotely).
    So, I am trying to avoid bothering all of you any more than I have to, but let me just begin with the basic question posed in the title: Can I run Exchange Server (and therefore Active Directory and all of its components) and Remote Access (VPN only) on
    a single Windows Server 2012 server?  And if so, do I have to run virtual machines (which will require adding more memory to the server, since I did not plan for it when I purchased it)?  If it can be done, can anyone provide any pointers on what
    the pitfalls are that may be causing my problems?  I am happy to provide whatever additional information anyone might like to help figure it out.
    Thanks!

    An old thread but I ran into this issue and thought I share my solution since I ran into the same issue. Configuring VPN removes the HTTPS 443 binding on the Default Site in IIS for some strange reason; just go and editing the bindings, add HTTPS and things
    should be back to normal.

  • Writing client app to connect to Exchange Server 2013 and set OOF for users on vacation

    I am coding an C# app that should connect to Exchange Server 2013 on-premise (Servers Location is not in our Company). I`ve got an account (User and Pass) with readonly admin-rights for now and want to read and set OutOfOffice Objects for other users. I
    decide to use EWS Managed API over Autodiscovery but I am bit confuse how
    I tried to connect with "service.UseDefaultCredentials = true" and read contacts -> this code works:
    try
                ExchangeService _service
    = new ExchangeService(ExchangeVersion.Exchange2013_SP1);
                _service.Credentials
    = new WebCredentials("service.exchange",
    "1234", "domain");
                _service.TraceEnabled
    = true;
                _service.TraceFlags
    = TraceFlags.All; _service.UseDefaultCredentials
    = true;
                _service.AutodiscoverUrl("[email protected]",
    RedirectionUrlValidationCallback);
                foreach
    (Contact contact in _service.FindItems(WellKnownFolderName.Contacts,
    new ItemView(2)))
    var test = contact;
            catch
    (Exception exception)
                Console.WriteLine(exception);
    After that I tried the same with _service.UseDefaultCredentials = false; got error -> "The Autodiscover service couldn't be located." I am not shure if this "direct log on" is the right way, On msdn I've read about "delegate access"
    and "Impersonation" (NTLM and Basic Authentication) I'am a bit confused. Can anybody help me?

    hi,
    when you set a credential, you don't have to set the UseDefaultCredentials property (it is already updated).
    For autodiscover, you should try to set the property EnableScpLookup to True if you are in the Exchange domain or it is known by the current domain.
    Autodiscover uses a domain query (through Active Directory) and/or a dns query (this requires a DNS register for autodiscover.domain.net) to determine the access to the autodiscover service URI.
    Regards,
    Désiré GOVIN Refresh IT Solutions

  • Hello, I would like to create and print a contact sheet in Photoshop elements 13. I have managed to do that but I need desperately to be able to place a title on the contact sheet. Also, each photograph has as name and I need these names to show up on the

    Hello, I would like to create and print a contact sheet in Photoshop elements 13. I have managed to do that but I need desperately to be able to place a title on the contact sheet. Also, each photograph has as name and I need these names to show up on the contact sheet when I print them out. If this is not possible I will just return my product. I have an old old version of Photoshop that will do just that but with this new elements I cannot find it.

    markc
    What computer operating system is your Premiere Elements 13/13.1 running on?
    Assuming Windows 7, 8, or 8.1 64 bit, open the Elements Organizer 13/13.1 and select your media
    for the Contact Sheet.
    Go to File Menu/Print and set up the Print Dialog for Contact Sheet.
    If you used Edit Menu/Add Caption beforehand, I can see how you can get
    Date
    Caption
    Filename
    under the Print dialog's "4" and even a page number if you have more than 1 page. But, I am not seeing
    where you are going to get a title for each of the contact sheets.
    Any questions or need clarification, please do not hesitate to ask.
    You can get into the Elements Organizer 13/13.1 from the Welcome Screen or by clicking on the Organizer Tab
    at the bottom of the Expert workspace in the Premiere Elements 13/13.1 Editor.
    Please let us know if we have targeted your quesiton..
    Thank you.
    ATR

  • Hello, I would like to create and print a contact sheet in Photoshop Premier Elements 13. I have managed to do that but I need desperately to be able to place a title on the contact sheet. Also, each photograph has as name and I need these names to show u

    Hello, I would like to create and print a contact sheet in Photoshop Premier Elements 13. I have managed to do that but I need desperately to be able to place a title on the contact sheet. Also, each photograph has as name and I need these names to show up on the contact sheet when I print them out. If this is not possible I will just return my product. I have an old old version of Photoshop that will do just that but with this new Premiere Elements I cannot find it.

    markc
    What computer operating system is your Premiere Elements 13/13.1 running on?
    Assuming Windows 7, 8, or 8.1 64 bit, open the Elements Organizer 13/13.1 and select your media
    for the Contact Sheet.
    Go to File Menu/Print and set up the Print Dialog for Contact Sheet.
    If you used Edit Menu/Add Caption beforehand, I can see how you can get
    Date
    Caption
    Filename
    under the Print dialog's "4" and even a page number if you have more than 1 page. But, I am not seeing
    where you are going to get a title for each of the contact sheets.
    Any questions or need clarification, please do not hesitate to ask.
    You can get into the Elements Organizer 13/13.1 from the Welcome Screen or by clicking on the Organizer Tab
    at the bottom of the Expert workspace in the Premiere Elements 13/13.1 Editor.
    Please let us know if we have targeted your quesiton..
    Thank you.
    ATR

Maybe you are looking for

  • Question about my HDD before I install CS5

    I just purchased CS5 and I am currently running an old version of Premiere Pro. I use Windows 7 and have 4GB ram and my OS is on a 700GB drive which is 5400rpm.  I have a 750GB HDD (5400rpm) ready to install as a scratch disk.  I just noticed that CS

  • Report Services - Duplicate Systems

    Hello I am using the following query, listed below;    it seems to be duplicating some of my systems, not all but some... The only thing I notice is, the duplicate systems have different IP addresses. Thank you for your help... SELECT DISTINCT  v_GS_

  • Delete Originals after Import

    When I import into iPhoto - once the import is completed, it asks if I want to delete the Originals (which I generally do!). Does Aperture have the same feature - and if so - where ('cause I can't find it!). Thanks.

  • Cannot Uncheck CS3 Scratch DisK Selection Box

    I'm running CS3 on a fairly recent 5 SATA hard drive XP machine. The drives are not raid arrays -- each drive partitioned into one or two partitions is seperate. I presently have a 20GB Partition for my Photoshop Scratch Disk. The partition named "S"

  • One-line command to shrink some AVIs?

    Hey, I ripped some television episodes from DVD, 22 mins each at a bit too high quality, they're 500-700MB each. I would like to free up some of that space, any idea what a one-line mencoder or transcode or whatever command would be to shrink them do