Can some one explain me on Exchange server / CAL licesing & where I can find current cost information?

Can some one explain me on Exchange server / CAL licesing & where I can find current cost information?

Hi,
As far as I know, every user need a license to use Exchange server and we can choose User CAL or Device CAL.
For more information about license, you can refer to the following articles:
Licensing Basics: What are CALs (Client Access Licenses):
http://blogs.msdn.com/b/mssmallbiz/archive/2007/11/06/5942350.aspx
Exchange Server 2013 licensing:
http://office.microsoft.com/en-001/exchange/microsoft-exchange-server-licensing-licensing-overview-FX103746915.aspx
Exchange Licensing FAQ:
http://office.microsoft.com/en-001/exchange/microsoft-exchange-licensing-faq-email-for-business-FX103934581.aspx
For the cost issue, I recommend you call Microsoft Licensing for useful information. And they will be able to give you an estimate based on your requirement.
http://www.microsoft.com/licensing/
If you have any question, please feel free to let me know.
Best regards,
Angela Shi
TechNet Community Support

Similar Messages

  • How come extend is the physical structure ? Can some one explain.

    How come extend is the physical structure ? Can some one explain.
    thanks
    siva

    "Tablespaces physically group schema objects for administration convenience. They bridge physical structures, such as datafiles or extents, and logical structures, such as tables and indexes. Tablespaces can store zero or more segments. Segments are schema objects that require storage outside the data dictionary. Tables and indexes are examples of segments. Constraints and sequences are examples of schema objects that do not store data outside the data dictionary and are therefore not segments." - Study Guide.
    Read above, it reads "physical structures, such as datafiles or extents", this is where I got confused ?
    thanks
    siva

  • Could some one explain the "Preparationu201D and u201CTechnical Setup" of apo snp

    could some one explain the "Preparationu201D and u201CTechnical Setup" of apo snp

    Hi,
    Can you go through the following threads?
    process of snp
    SNP
    SNP Cycle
    Please let me know if you need more information.

  • Hi frnds...im new 2 BI can some one explain me basics in BI...

    HI frnds..
      I jst started BW/Bi training..can someone explain me basics in BW.. like
    what are dimesion id's n surrogate id's??
    what is extended schema???
    what is master data??
    how master data is stored??
    what is datasource,infosource,infopackage,application component,transfer rules,update rules....have much confusion..
    please can some one clear it...

    First of all this is not the correct forum for your questions. This forum handles questions regarding the BusinessObjects on Demand offering.
    Secondly it is not realistic to expect an answer to ALL those questions in a forum. I would suggest either to buy book about SAP Netweaver/BW (Beginner's level) or search for the keywords you are refering to either in SDN or in the Internet. There are some SAP BW tutorilas available out there.
    eg.
    Step By Step BW Exercise
    http://searchsap.techtarget.com/tutorial/SAP-NetWeaver-BI-training-tutorial
    Regards,
    Stratos

  • Can some one explain each line of this abap code

    Hi..
      I got this code from a document, where they try to add account group (LFA1-KTOKK) to 0VENDOR_ATTR. I have no idea of ABAP syntax. Can some one tell me the meaning of each line of code.
    Tables:  LFA1.          "vendor master data table
    data:    l_tabix      like sy-tabix.
    case i_CHABASNM.
    *Enhancement of Vendor Master Record
         WHEN '0VENDOR'.
           case i_datasource.
             WHEN '0VENDOR_ATTR'.
               data:  l_s_BIW_LFA1_S like BIW_LFA1_S.
               loop at i_t_data into l_s_BIW_LFA1_S.
                 l_tabix = sy-tabix.
                 select single * from lfa1 where LIFNR = l_s_BIW_LFA1_S-LIFNR.
                 if sy-subrc = 0.
                   l_s_BIW_lfa1_s-ZZacctgrp = lfa1-ktokk.
                   modify i_t_data from l_s_BIW_lfa1_s index l_tabix.
                 endif.
               endloop.
           endcase.
       endcase.
    Thanks in advance.

    Hi
    Tables: LFA1. "vendor master data table
    <b>"here by saying Tables they have delcared the LFA1 table for further use in the program"</b>data: l_tabix like sy-tabix.
    <b>"here they have defined own table index by copying the structure of system index"</b>case i_CHABASNM.
    <b>"when character"</b>
    *Enhancement of Vendor Master Record
    WHEN '0VENDOR'.
    <b>"here it says that its 0vendor"</b>case i_datasource.
    <b>"when this datasource"</b>
    WHEN '0VENDOR_ATTR'.
    <b>"when datasource 0vendor_attr"</b>
    data: l_s_BIW_LFA1_S like BIW_LFA1_S.
    <b>"here we are declaring an internal table like BW internal table"</b>loop at i_t_data into l_s_BIW_LFA1_S.
    <b>"here looping at i_t_data table data into l_s_BIW_LFA1_S".</b>l_tabix = sy-tabix.
    <b>"here we are saying that our defined table index is equal to system index"</b>select single * from lfa1 where LIFNR = l_s_BIW_LFA1_S-LIFNR.
    <b>"selecting single rows from table lfa1 where lifnr is equal to l_s_biw_lfa1 field s-lifnr"</b>
    if sy-subrc = 0.
    <b>"if system field returns 0 that means the above line has been executed"</b>
    l_s_BIW_lfa1_s-ZZacctgrp = lfa1-ktokk.
    "internal table field is equal to lfa1 field."
    modify i_t_data from l_s_BIW_lfa1_s index l_tabix.
    <b>"changing the internal table data as per i_t_data"</b>endif.
    endloop.
    endcase.
    endcase.
    THIS IS MY UNDERSTANDING PLEASE KINDLY CORRECT ME IF I AM WRONG.
    thanks
    harish

  • How to configure one dsl connection and one public ip in cisco router and map to one interface for using exchange server

    how to configure one dsl connection and one public ip in cisco router and map to one interface for using exchange server

    Hi ,
     Have you got any additional public IP Address from your service provider , If yes on router you can have static route for those additional IP Address pointing to your ASA  outside interface . 
    Accordingly you can configure NAT 
    HTH
    Sandy . 

  • The inbuilt camera functions for one user, but not for the other. Where do I find the settings?

    The inbuilt camera functions well with one user, but logging in to the other it says no camereas can be found. Where to I find the application to turn it on and of?
    Best regards
    Bjorn

    For details of how to restore it, see [https://support.mozilla.com/kb/menu+bar+is+missing]

  • Deadlock - can some one explain pls?

    public class Lazy {
         private static boolean initialized = false;
         static {
              Thread t = new Thread(new Runnable() {
                   public void run() {
                        initialized = true; // Deadlocks here
              t.start();
              try {
                   t.join();
              } catch(InterruptedException e) {
                   throw new AssertionError(e);
         public static void main(String[] args) {
              System.out.println(initialized);
    }The above given program deadlocks at the point specified in comment. Can someone explain the reason for this? Thanks in advance

    Sounds reasonable. But I do also expect some voodoo
    magic to be involved since the posted code isn't
    synchronized.If I understand the few lines of the VM Spec correctly, the above would lead to:
    public class Lazy {
         private static boolean initialized = false;
         static {
              Thread t = new Thread(new Runnable() {
                   public void run() {
                                    // <VM>
                                    if( !Lazy.class.ready() ) {
                                         synchronize( Lazy.class ) {
                                                 // Do Lazy init
                                    // </VM>
                        initialized = true; // Deadlocks here
              t.start();
              try {
                   t.join();
              } catch(InterruptedException e) {
                   throw new AssertionError(e);
         public static void main(String[] args) {
              // <VM>
                    if( !Lazy.class.ready() ) {
                   synchronize( Lazy.class ) {
                              Do Lazy init
              // </VM>
              System.out.println(initialized);
    VM Spec (squiggly thing)2.17.5 Detailed Initialization Procedure
    Message was edited by:
    mlk

  • Can some one explain me oracle MVC configuration or point me to a guide

    I use oracle MVC in my application. cle20.jar is used for it. The application was working fine and now all of sudden I get a null pointer exception in my code where i use this line of code: "ProcessInfo info = (ProcessInfo)getInfo(aKey);" where getInfo is from the oracle.cle.process.GenericProcess and aKey is not null.
    Any help or direction will help. I debugged the application and see that getInfo is always returning null value for all values of aKey.
    Error Message is as follow:
    ERROR [STDERR] java.lang.NullPointerException
    15:23:32,752 ERROR [STDERR]      at myapp.application.process.GetData.persist(GetData.java:302)
    15:23:32,752 ERROR [STDERR]      at oracle.cle.process.PersistingProcess.start(PersistingProcess.java:83)
    15:23:32,752 ERROR [STDERR]      at oracle.cle.process.CLEStateMachine.start(CLEStateMachine.java:61)
    15:23:32,752 ERROR [STDERR]      at oracle.cle.process.Process.start(Process.java:108)
    15:23:32,752 ERROR [STDERR]      at oracle.cle.process.GenericProcess.start(GenericProcess.java:84)
    15:23:32,752 ERROR [STDERR]      at oracle.cle.process.ParentProcess.start(ParentProcess.java:226)
    15:23:32,752 ERROR [STDERR]      at oracle.cle.process.DisplayGroup.start(DisplayGroup.java:75)
    15:23:32,752 ERROR [STDERR]      at oracle.cle.process.CLEStateMachine.start(CLEStateMachine.java:61)
    15:23:32,752 ERROR [STDERR]      at oracle.cle.process.Service.start(Service.java:389)
    15:23:32,752 ERROR [STDERR]      at oracle.clex.process.controller.HttpServletController.doPost(HttpServletController.java:422)
    15:23:32,752 ERROR [STDERR]      at oracle.clex.process.controller.HttpServletController.doGet(HttpServletController.java:836)
    15:23:32,752 ERROR [STDERR]      at javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
    15:23:32,752 ERROR [STDERR]      at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
    15:23:32,752 ERROR [STDERR]      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
    15:23:32,752 ERROR [STDERR]      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    15:23:32,752 ERROR [STDERR]      at myapp.application.servlets.SessionFilter.doFilter(SessionFilter.java:42)
    15:23:32,752 ERROR [STDERR]      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
    15:23:32,752 ERROR [STDERR]      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    15:23:32,752 ERROR [STDERR]      at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    15:23:32,752 ERROR [STDERR]      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
    15:23:32,752 ERROR [STDERR]      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    15:23:32,752 ERROR [STDERR]      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
    15:23:32,752 ERROR [STDERR]      at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
    15:23:32,752 ERROR [STDERR]      at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
    15:23:32,752 ERROR [STDERR]      at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432)
    15:23:32,752 ERROR [STDERR]      at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
    15:23:32,752 ERROR [STDERR]      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
    15:23:32,752 ERROR [STDERR]      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
    15:23:32,752 ERROR [STDERR]      at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
    15:23:32,752 ERROR [STDERR]      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
    15:23:32,752 ERROR [STDERR]      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
    15:23:32,752 ERROR [STDERR]      at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
    15:23:32,752 ERROR [STDERR]      at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
    15:23:32,752 ERROR [STDERR]      at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
    15:23:32,752 ERROR [STDERR]      at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
    15:23:32,752 ERROR [STDERR]      at java.lang.Thread.run(Thread.java:595)
    Thanks in advance....
    Edited by: user1694903 on Feb 10, 2009 12:46 PM
    Edited by: user1694903 on Feb 10, 2009 12:48 PM

    KB 60446, How to clean an LCD Panel

  • Could some one explain to me how Custom Events work?

    I tried looking in the live docs and still it confused me, so
    then I went searching on the net and found this very lovely
    tutorial
    http://www.tink.ws/blog/custom-events-in-as-30-dont-forget-to-override-the-clone-method/
    but still it confused me. The part I am puzzled on the most is that
    when you create like a event that listens for when your mouse
    clicks something is setup like addEventListener(MouseEvent.CLICK,
    eventHandler) etc, etc. And when a mouse is clicked the event is
    triggered! but if the CLICK constant is just a a string value what
    is going on behind the scenes that tells it (lets say Flex is
    talking -->) "okay he/she specified the 'CLICK' constant so I
    guess this means I will make this event happen only when the mouse
    clicks on that particular object" and same with
    MouseEvent.DOUBLE_CLICK how does it know to trigger this event only
    when the mouse double clicks on a item. I want to make my own
    custom events that trigger a particular event based on what a
    object does, but I just don't understand how to set it up and
    implement it.

    HI,
    The hole concept of event dispatcher is that events get fired
    all the time, if there is someone listening to the event or not. In
    your own example, the CLICK event gets fired each time someone
    clicks on the object.
    When you add an event listener basically what you are doing
    is adding a function to a queue of functions that get executed each
    time a specific event is fired. This is very important to keep in
    mind from the object disposal point of view, since for the garbage
    collector to actually kill an object all reference to it must be
    eliminated, and this include the reference in this queue for the
    listening function.
    The reason that an event name is simply a String is so you
    can actually define any event you might like. Still is good
    practice to define constants for your events names since it will
    avoid a lot of errors when writing code.
    Now to fire an event all you need to do is dispatch a
    specific event using the "dispatchEvent" function. This is what
    happens each time you click on an object, the dispatchEvent(new
    Event(Event.CLICK))) function is called.
    If you are using custom events it's a good idea to extend the
    Event class so you can add some extra information to the event, for
    example, in the MouseEvent the x and y coordinates of the mouse are
    added. To dispatch a custom event all you do is call the event
    dispatcher with the custom event:
    dispatchEvent(new CustomEventClass(Some Data));

  • One Drive on Mac Mini Server not indexing - no spotlight or finder results

    I have two drives on my Mac mini server. No RAID, etc. They are factory config 500G each.
    The "main" drive has all the applications, desktop, etc on it and indexes fine, I can search or spotlight with no problem.
    Anything on the other disk works fine, but is not searchable. Is there a setting that I have turned off search on that other drive? Is there a way to force a re-index, etc.

    Look in System Preferences > Spotlight > privacy tab > See if the drive is listed in the exclusion list. If so highlight and press the "-" icon below the list to allow indexing. It will start immediately after you remove it from this list.
    Regards,
    Captfred

  • What does POP server mean and where do i find it?

    i do not know what POP server means, or what's it used for and where to find it?

    Not exactly; in my yahoo email, in order for it to accept an address from another site to receive emails from, the settings there are required to put in a "POP server". This is what i don't get of what to put in that required field?

  • What is server name and where do i find it?

    Having trouble findung server name

    A server name is a computer name you have somewhere in your house.  What exactly is the problem??
    Say thanks by clicking the Kudos Thumbs Up to the right in the post.
    If my post resolved your problem, please mark it as an Accepted Solution ...
    I worked for HP but now I'm retired!

  • One of my folders disappeared. How or where do I find it

    I was trying to drop a bookmark into a folder that I had been using for years. I disappeared. How can I get it back??

    Are you using Sync?
    You can check for problems with the <b>places.sqlite</b> database file in the Firefox profile folder.
    *http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    *https://support.mozilla.org/kb/Bookmarks+not+saved#w_fix-the-bookmarks-file
    *Places Maintenance: https://addons.mozilla.org/firefox/addon/places-maintenance/
    Note that you can move folders as well.

  • I have sold some items on pre sale more than 31 days where do I find those transactions?

    You can adjust your Sold list to show up to 90 days of sales.It's a drop down menu. Since your buyers have already paid, the information should also be in Paypal - Recieved. Again you will have to adjust the calendar at the top of the listing to see more than your last ten sales.

    Sounds of custom email notifications in Mail you would like DockStar and MailActOn. These things should really spice up your email on your Mac.
    Message was edited by: satcomer

Maybe you are looking for

  • How can we tell the progress of download of Lion?

    I purchased the app for Lion operating system, but I see no progress bar, etc. The tab says "installing" and I'm assuming it is, but I am wondering how long it will take and any other information as to what to do next. Any clarification? Thanks.

  • Send a mail with a body and attachment

    Hi guys!!!! I have a RFC -> XI -> Mail Scenario! I'm able to send text in the body of the mail. I'm able to send text as an attachment. But I'd like to send both (text in the body and other text as an attachment). How can I do this? thanks in advance

  • Run VI versus Call by Reference

    I noticed that when you do Run VI you have the option of specifying whether or not you want to wait until the VI is done. I need to pass in a parameter so I'm using the Call by Reference node instead but I can't find the property that will allow me t

  • Re: PDF CONVERSION STILL NOT CLEAR

    hi anji.. it shows error in bin_filesize... what it mean.. what can i do to get the output... can you please

  • Error Code 0X8007005 installing Forefront Endpoint Protection

    I am having a terrible time getting forefront installed.  I installed Windows 7 Pro 64-bit on a computer and then installed Forefront without any issues.  After that I ran Windows update from our WSUS server.  After the updates were installed, Forefr