How to export a user's Calendar Appointments in Powershell from Exchange Server

Exchange 2010 sp3 w/hybrid Configuration:  Current User is On-Premise
1. Is it possible to retrieve all calendar appointments for a particular user from the on-premise exchange servers using powershell?
2. If item 1 is possible, can we track a user appointment - meaning that if someone where to delete the appointment the report can show us who deleted the appointment by using powershell to generate this report?
Thanks,

Hi,
Base on my knowledge, I don't think it is possible.
However, as a workaround, you can use powershell to recover all deleted items in a particular user:
PowerShell: Script to recover all deleted items in a mailbox
In addition, I recommend you post this in Powershell Forum
also, as they should have more professional knowledge on scripting and you may get effective solution timely.
Thanks.
Niko Cheng
TechNet Community Support

Similar Messages

  • How to restore a user's calendar agenda

    How to restore a user's Calendar agenda
    When you delete users from LDAP and then re-add them to a Calendar node, they
    will be assigned new nscalxitemid's.
    However, if you have not run any of the tools for removing these
    "orphan" entries, the old
    nscalxitemid's should
    still exist in the Calendar database.
    <P>
    To restore a user's agenda from the Calendar database, use the following steps:
    <P>
    <OL>
    <LI>Use ldapsearch to
    locate the user entries for the user who you are trying to restore.
    <P>
    Depending on what version of Directory Server you have, the
    ldapsearch command line
    utility will be in one of the following locations:
    <P>
    (Directory Server 3.x): <I>
    ServerRoot</I>/bin/slapd/server
    <P>
    (Directory Server 4.x): <I>
    ServerRoot</I>/shared/bin
    To search for the user with the UserID "bbunny," the syntax for
    ldapsearch would be as follows:
    <P>
    ldapsearch -D "cn=directory manager" -w <I>password</I>
    -b o=netscape.com uid=bbunny | more (All on one line)
    <P>
    It is also possible to dump the output of this command into a file, as in the
    following example:
    <P>
    ldapsearch -D "cn=directory manager" -w <I>password</I>
    -b o=netscape.com uid=bbunny > bbunny.txt (All on one line)
    <P>
    The LDAP entry for a Calendar user would appear something as follows (<B>Note:
    </B> The Calendar attribute, nscalxitemid
    is in <B>bold</B>, and the ID number
    is in <B>red</B>):
    <P>
    dn: uid=bbunny,o=netscape.com
    objectclass: top
    objectclass: person
    objectclass: organizationalPerson
    objectclass: inetOrgPerson
    objectclass: nsLicenseUser
    objectclass: mailRecipient
    objectclass: nsCalUser
    givenname: Bugs
    sn: Bunny
    cn: Bugs Bunny
    uid: bbunny
    nslicensedfor: mail
    nslicensedfor: calendar
    mail: [email protected]
    mailhost: st-thomas.netscape.com
    multilinedescription: I'm da wabbit!
    maildeliveryoption: mailbox
    <B>nscalxitemid: 10000:</B><B>00257</B>
    nscalflags: 0
    nscallanguageid: 0
    nscalsysopcanwritepassword: 0
    nscalpasswordrequired: 1
    nscaldefaultnotereminder: 0:0
    nscaldefaultreminder: 0:10
    nscaldefaulttaskreminder: 0:0
    nscaldisplayprefs: 4:480:1080:1:30:190:2
    nscaloperatingprefs:
    0:255:0:0:0:0:0:1440:0:1440:0:0:1440:0:1440:0:0:1440:0:14
    40:0:0:1440:0:1440:0:0:1440:0:1440:0:0:1440:0:1440:0:0:1440:0:1440
    nscalrefreshprefs: 1:60
    nscalnotifmechanism: 1
    nscaltimezone: 0
    <P>
    In the line <B>nscalxitemid: 10000:</B><B>00257</B>
    , "<B>10000</B>" is the node number and
    "<B>00257</B>" is the
    calID number.
    The number you will need to change is the
    calID number,
    "<B>00257</B>".
    <P>
    <LI>From the /unison/bin
    directory for Calendar, run
    unidsdiff
    or ctxdirdiff (whichever
    is available) to find the Calendar agenda that is missing an LDAP entry.
    <P>
    The syntax for these utilities will be as follows:
    <P>
    unidsdiff -n 10000
    or
    ctxdirdiff -n 10000
    <P>
    These utilities should list any entries that don't have a matching directory
    entry, usually in the following format:
    <P>
    nscalxItemid="10000:<B>00256</B>" (S="Bunny",G="Bugs")
    <P>
    The ID number in <B>red</B> is the ID that you will
    use to replace the ID number in the LDAP entry.
    <P>
    <LI>Use one of the following two options to update the LDAP entry:
    <P>
    <B>Option#1:</B>
    <P>
    <LI>Edit the file from the ldapsearch
    output by changing the
    nscalxitemid in this
    file to the correct <B>ID</B> from the
    unidsdiff/ctxdirdiff
    output (from step 2 above).
    <LI>Delete the user from LDAP.
    <LI>Use ldapmodify to
    re-add the user from the file you edited.
    (ldapmodify is located
    in the same directory as ldapsearch
    <P>
    For example,
    <P>
    ldapmodify -D "cn=directory manager" -w <I>password</I> -a -f <I>filename</I>
    </UL>
    <B>Option#2:</B>
    <P>
    <LI>Edit the file from the ldapsearch
    output using update statements that
    will update the LDAP entry without having to delete it.
    <P>
    For example, you can edit the output in step 1 above so that the file contains
    only the following lines with the correct
    nscalxitemid:
    <P>
    dn: uid=bbunny,o=netscape.com
    changetype: modify
    replace: nscalxitemid
    nscaxitemid: 10000:00256
    <P>
    <LI>Use ldapmodify to
    update the entry in the file, as follows:
    <P>
    ldapmodify -D "cn=directory manager" -w <I>password</I> -f <I>filename</I>
    </UL>
    </OL>
    After performing the above steps, you can use
    ldapsearch to locate
    the entry and verify that it was changed. The user should now be
    able to log into the Calendar Client and see her previous agenda entries.

    How to restore a user's Calendar agenda
    When you delete users from LDAP and then re-add them to a Calendar node, they
    will be assigned new nscalxitemid's.
    However, if you have not run any of the tools for removing these
    "orphan" entries, the old
    nscalxitemid's should
    still exist in the Calendar database.
    <P>
    To restore a user's agenda from the Calendar database, use the following steps:
    <P>
    <OL>
    <LI>Use ldapsearch to
    locate the user entries for the user who you are trying to restore.
    <P>
    Depending on what version of Directory Server you have, the
    ldapsearch command line
    utility will be in one of the following locations:
    <P>
    (Directory Server 3.x): <I>
    ServerRoot</I>/bin/slapd/server
    <P>
    (Directory Server 4.x): <I>
    ServerRoot</I>/shared/bin
    To search for the user with the UserID "bbunny," the syntax for
    ldapsearch would be as follows:
    <P>
    ldapsearch -D "cn=directory manager" -w <I>password</I>
    -b o=netscape.com uid=bbunny | more (All on one line)
    <P>
    It is also possible to dump the output of this command into a file, as in the
    following example:
    <P>
    ldapsearch -D "cn=directory manager" -w <I>password</I>
    -b o=netscape.com uid=bbunny > bbunny.txt (All on one line)
    <P>
    The LDAP entry for a Calendar user would appear something as follows (<B>Note:
    </B> The Calendar attribute, nscalxitemid
    is in <B>bold</B>, and the ID number
    is in <B>red</B>):
    <P>
    dn: uid=bbunny,o=netscape.com
    objectclass: top
    objectclass: person
    objectclass: organizationalPerson
    objectclass: inetOrgPerson
    objectclass: nsLicenseUser
    objectclass: mailRecipient
    objectclass: nsCalUser
    givenname: Bugs
    sn: Bunny
    cn: Bugs Bunny
    uid: bbunny
    nslicensedfor: mail
    nslicensedfor: calendar
    mail: [email protected]
    mailhost: st-thomas.netscape.com
    multilinedescription: I'm da wabbit!
    maildeliveryoption: mailbox
    <B>nscalxitemid: 10000:</B><B>00257</B>
    nscalflags: 0
    nscallanguageid: 0
    nscalsysopcanwritepassword: 0
    nscalpasswordrequired: 1
    nscaldefaultnotereminder: 0:0
    nscaldefaultreminder: 0:10
    nscaldefaulttaskreminder: 0:0
    nscaldisplayprefs: 4:480:1080:1:30:190:2
    nscaloperatingprefs:
    0:255:0:0:0:0:0:1440:0:1440:0:0:1440:0:1440:0:0:1440:0:14
    40:0:0:1440:0:1440:0:0:1440:0:1440:0:0:1440:0:1440:0:0:1440:0:1440
    nscalrefreshprefs: 1:60
    nscalnotifmechanism: 1
    nscaltimezone: 0
    <P>
    In the line <B>nscalxitemid: 10000:</B><B>00257</B>
    , "<B>10000</B>" is the node number and
    "<B>00257</B>" is the
    calID number.
    The number you will need to change is the
    calID number,
    "<B>00257</B>".
    <P>
    <LI>From the /unison/bin
    directory for Calendar, run
    unidsdiff
    or ctxdirdiff (whichever
    is available) to find the Calendar agenda that is missing an LDAP entry.
    <P>
    The syntax for these utilities will be as follows:
    <P>
    unidsdiff -n 10000
    or
    ctxdirdiff -n 10000
    <P>
    These utilities should list any entries that don't have a matching directory
    entry, usually in the following format:
    <P>
    nscalxItemid="10000:<B>00256</B>" (S="Bunny",G="Bugs")
    <P>
    The ID number in <B>red</B> is the ID that you will
    use to replace the ID number in the LDAP entry.
    <P>
    <LI>Use one of the following two options to update the LDAP entry:
    <P>
    <B>Option#1:</B>
    <P>
    <LI>Edit the file from the ldapsearch
    output by changing the
    nscalxitemid in this
    file to the correct <B>ID</B> from the
    unidsdiff/ctxdirdiff
    output (from step 2 above).
    <LI>Delete the user from LDAP.
    <LI>Use ldapmodify to
    re-add the user from the file you edited.
    (ldapmodify is located
    in the same directory as ldapsearch
    <P>
    For example,
    <P>
    ldapmodify -D "cn=directory manager" -w <I>password</I> -a -f <I>filename</I>
    </UL>
    <B>Option#2:</B>
    <P>
    <LI>Edit the file from the ldapsearch
    output using update statements that
    will update the LDAP entry without having to delete it.
    <P>
    For example, you can edit the output in step 1 above so that the file contains
    only the following lines with the correct
    nscalxitemid:
    <P>
    dn: uid=bbunny,o=netscape.com
    changetype: modify
    replace: nscalxitemid
    nscaxitemid: 10000:00256
    <P>
    <LI>Use ldapmodify to
    update the entry in the file, as follows:
    <P>
    ldapmodify -D "cn=directory manager" -w <I>password</I> -f <I>filename</I>
    </UL>
    </OL>
    After performing the above steps, you can use
    ldapsearch to locate
    the entry and verify that it was changed. The user should now be
    able to log into the Calendar Client and see her previous agenda entries.

  • How do I trace users who delete or move files from server

    We're in the process of setting up our XServe that will run on OS 10.6 and we would like to find out if it is possible to trace which user deleted which file or document from the server in case it happens. We want to do this because we will be having particular folders in which there are more than two users who have permission to remove files.
    I tried searching answers in this forum but I'm probably not doing it the right way. So my apologies if it's already asked and answered, and thanks if someone can point me to such.

    The answer relies on what access options the clients have to the directory in question.
    If the users can ssh to the server and get a command line, you're out of luck.
    If the users are using AFP, you can up the logging level on the AFP server to include file deletes.
    The same goes for FTP and SMB, but there's nothing for NFS.
    Other access methods may have similar options, too.

  • Calendar will not sync with Exchange server or most Google Calendars

    Hi,
    I am writing about my wife's brand new Samsung Charge on Verizon. We managed to setup both her gmail account and her work exchange server account fine, except for the calendars:
    Her Google calendar shows up fine, but I am unable to even see any other Google calendars that she has access to (both her own secondary calendars as well as calendars that others have shared with her) in order to select them to be visible.
    Her exchange calendar says it is enabled (on the list of available calendars), but no events at all show up.
    This behavior is with the latest software updates on the Charge (2.2.1 firmware, I510.EE4 build) using its stock calendar software. I did notice that if I use Smooth Calendar, it does list all of her Google calendars under its listing of available calendars, but it still only shows data from her primary calendar. This is also true using the Touch Calendar app, which leads me to believe that there is some problem within the Google Calendar sync software that is not allowing her calendars to appear correctly.
    Thanks!

    Hello whereizben,
    I see you have posted same post in another thread.  I have already replied to that posting with a solution.  Please see the following link for my reply:
    Re: Calendar will not sync with Exchange Server
    Thanks, again, for posting!

  • Outlook Calendar invite - Not able to send from exchange server.

    Hi,
       I am not able to send outlook calendar invite from exchange server. But if i installed outlook on my local machine/server it works fine. Below code the i used to build calendar invite for your reference.
      public static void sendOutlookInvitationViaICSFile1(EAppointmentMail objApptEmail)
                try
                    log.Info("Invite Started");
                    Microsoft.Office.Interop.Outlook.Application apptApp = new Microsoft.Office.Interop.Outlook.Application();
                    Microsoft.Office.Interop.Outlook.AppointmentItem agendaMeeting = apptApp.CreateItem(Microsoft.Office.Interop.Outlook.OlItemType.olAppointmentItem);
                    DateTime venueDate = Convert.ToDateTime(objApptEmail.VenueDate);
                    string formatedVenueDate = venueDate.Year.ToString() + "/" + venueDate.Month.ToString() + "/" + venueDate.Day.ToString();
                    DateTime from = Convert.ToDateTime(formatedVenueDate + " " + objApptEmail.FromTime);
                    DateTime to = Convert.ToDateTime(formatedVenueDate + " " + objApptEmail.ToTime);
                    System.Net.Mime.ContentType typeHTML = new System.Net.Mime.ContentType("text/html");
                    //Create the Body in HTML format
                    string strBodyText = "Type:Single Meeting\r\nOrganizer: {0}\r\nStart Time:{1}\r\nEnd Time:{2}\r\nTime Zone:{3}\r\nLocation: {4}\r\n\r\n\r\n\r\n{5}";
                    strBodyText = string.Format(strBodyText, objApptEmail.Email, from.ToLongDateString() + " " + from.ToLongTimeString(),
                                        to + " " + to, System.TimeZone.CurrentTimeZone.StandardName,
                                        objApptEmail.Location, objApptEmail.Body);
                    if (agendaMeeting != null)
                        Console.WriteLine("started");
                        agendaMeeting.MeetingStatus =
                            Microsoft.Office.Interop.Outlook.OlMeetingStatus.olMeeting;
                        agendaMeeting.Location = objApptEmail.Location;
                        agendaMeeting.Subject = objApptEmail.Subject;
                        agendaMeeting.Body = strBodyText;
                        agendaMeeting.Start = from;
                        agendaMeeting.End = to;
                        Microsoft.Office.Interop.Outlook.Recipient recipient = agendaMeeting.Recipients.Add(objApptEmail.Email);
                        recipient.Type = (int)Microsoft.Office.Interop.Outlook.OlMeetingRecipientType.olRequired;
                        ((Microsoft.Office.Interop.Outlook._AppointmentItem)agendaMeeting).Send();
                        log.Info("Invite Successfully End");
                        Console.WriteLine("End");
                catch (Exception ex)
                    log.Info("Error: " + ex.Message.ToString());
                    Console.WriteLine("Error: " + ex.Message.ToString());
    In exchange server/ not outlook installed server, i am getting below error.
    "Retrieving the COM class factory for component with CLSID {0006F03A-0000-0000-C000-000000000046} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))"
    Help me to send calendar invite without installing outlook on the specified server. Please do the needful.

    Hi
    It is probably that the stuff you doing is for outlook and because outlook is not installed it cannot find the classes.
    Hope this helps. Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Transport user specific layout of standard report from developer server to

    Hi ,
    I am using user specific layout of standard report in my customizing report for retrieving data from standard report.
    i want to transport this user specific layout of standard report from developer server (say client 400 ) to production server ( say client 100 ).
    Also i want to copy this layout for all end users ( different user names ) in production server.
    I tried to import user specific layout , it is possible only with in   the same server ( say developer server , but different clients , say 400 to 450).
    please help me to sort out this .
    Thanks & regards,
    Hari priya

    hi sadaram,
    Thanks for ur quick reply,
    I am using this user specific layout in my zreport for retrieving data from std report. i don't want this layout to be global for all users. i already created same layout in production also , but i want to copy this user specific layout to some of end users
    ( not all end users) with different user names.
    please suggest any solution to solve this issue..
    regards,
    Hari priya

  • Syncing calendars using Outlook 2007 from iCal Server

    Hi,
    I would like to know the procedure to sync calendars using Outlook 2007 from iCal Server.
    I'm setting up Internet Calendar on Outlook 2007 from == Tools> Account Settings> Internet Calendars>New> Enter the URL and click on add button
    Post that, I'm getting an error:
    "Error: Cannot verify or add the Internet Calendar in Outlook. Verify the link is a valid calendar link:
    webcal://fully qualified domain name:8443/calendars/_uids_/Generated UID/Calendar"
    Looking forward some response soon.
    Thanks!!

    Hi!
    That is never going to work if you are looking for 2-way sync with iCal server. You need a 3rd party application to do that, like ical4ol or the open source Outlook sync plugin available here: http://caldav.calconnect.org/implementations/clients.html.
    Or alternatively, use another mail client like eMClient for mail and calendaring.
    /Hasse

  • How to export a user and their schema from one 10g database to another?

    Hi,
    I would like to export a user and their entire schema from one 10g database to another one. How do I do this?
    thx
    adam

    If you want to export a user and the schema owned to the user, and import to the same user in a different database, or a different user in the same database, you can use the exp and imp commands as described in the Utilities manual.
    These commands are very versatile and have a lot of options - well worth learning properly. To give you a simplistic shortcut, see below - I create a user 'test_move', create some objects in the schema, export, create a new user in the database 'new_move' and import.
    oracle@fuzzy:~> sqlplus system/?????
    SQL*Plus: Release 10.2.0.1.0 - Production on Sat Mar 11 21:46:54 2006
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    SQL> create user test_move identified by test_move;
    User created.
    SQL> grant create session, resource to test_move;
    Grant succeeded.
    SQL> connect test_move/test_move
    Connected.
    SQL> create table test (x number);
    Table created.
    SQL> insert into test values (1);
    1 row created.
    SQL> exit
    Disconnected from Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    oracle@fuzzy:~> exp system/????? file=exp.dmp owner=test_move
    Export: Release 10.2.0.1.0 - Production on Sat Mar 11 21:48:34 2006
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Connected to: Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    Export done in AL32UTF8 character set and AL16UTF16 NCHAR character set
    About to export specified users ...
    . exporting pre-schema procedural objects and actions
    . exporting foreign function library names for user TEST_MOVE
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions for user TEST_MOVE
    About to export TEST_MOVE's objects ...
    . exporting database links
    . exporting sequence numbers
    . exporting cluster definitions
    . about to export TEST_MOVE's tables via Conventional Path ...
    . . exporting table                           TEST          1 rows exported
    . exporting synonyms
    . exporting views
    . exporting stored procedures
    . exporting operators
    . exporting referential integrity constraints
    . exporting triggers
    . exporting indextypes
    . exporting bitmap, functional and extensible indexes
    . exporting posttables actions
    . exporting materialized views
    . exporting snapshot logs
    . exporting job queues
    . exporting refresh groups and children
    . exporting dimensions
    . exporting post-schema procedural objects and actions
    . exporting statistics
    Export terminated successfully without warnings.
    oracle@fuzzy:~> sqlplus system/?????
    SQL*Plus: Release 10.2.0.1.0 - Production on Sat Mar 11 21:49:23 2006
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    SQL> create user new_move identified by new_move;
    User created.
    SQL> grant create session, resource to new_move;
    Grant succeeded.
    SQL> exit
    Disconnected from Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    oracle@fuzzy:~> imp system/????? file=exp.dmp fromuser=test_move touser=new_move
    Import: Release 10.2.0.1.0 - Production on Sat Mar 11 21:50:12 2006
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Connected to: Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    Export file created by EXPORT:V10.02.01 via conventional path
    import done in AL32UTF8 character set and AL16UTF16 NCHAR character set
    . importing TEST_MOVE's objects into NEW_MOVE
    . . importing table                         "TEST"          1 rows imported
    Import terminated successfully without warnings.
    oracle@fuzzy:~>                                                       If moving between databases, remember to set the SID properly before the import. If keeping the same userid, skip the from/to stuff in the import.
    There are many variations on the theme ...
    You can simplify this. You can select tables individually. You can use a parameter file. You can transport all the constraints and data. You can skip the data and only move the definitions. You can get some help (imp/exp help=yes).
    And, if it's all 10g, there is a new and improved facility called expdp/impdp (dp = data pump) which has a lot more capability as well, including direct transfer (no intermediate file) together with suspend/restart. Also documented in the Utilities manual.

  • How can I transfer my contacts, calendar items, notes etc. from one apple-id to another?

    I moved from DK to the US and now I have created a US-apple-ID. How do I transfer all my contacts, calendar items, notes etc. from my DK-apple-ID to my new US-apple-ID?

    Hey kristina rivera!
    You will first want to export your contacts from iCloud using the following article:
    iCloud: Export contact information as a vCard
    http://support.apple.com/kb/PH3606
    You will then want to log in to her iCloud account, then import the vCard file that had been exported from your iCloud account:
    iCloud: Import a vCard
    http://support.apple.com/kb/PH3605
    Take care, and thanks for visiting the Apple Support Communities.
    -Braden

  • How do I populate my "onmicrosoft" calendar with my events from "on mycomputer" in outlook for mac 2011

    I have seen Robert Twellman's answer about a microsoft exchange account workaround for sync outlook for mac with iphone but . . . . I cannot figure out how to get my "on mycomputer" calendar events (about 1800) onto the "onmicrosoft" calendar.  I tried import but that just creates an archive on my computer.  Help please.

    Hi Francorosso,
    Welcome to the Apple Support Communities!
    I understand that you have downloaded the iCloud Control Panel on your Windows computer and would like to sync your contacts and calendars between your iPhone and computer. There are two different resources I would recommend reading over and working through in this situation. 
    The first article I wold recommend using as a resource is the one linked below. This article will help you isolate and troubleshoot the syncing disconnect between your iPhone and Outlook calendars. 
    Troubleshooting Sync Services on Windows with Microsoft Outlook 2003, Outlook 2007, or Outlook 2010 - Apple Support
    To further troubleshoot calendar syncing issues, please review the Troubleshooting on Microsoft Windows (Microsoft Outlook) section of the next attached article. 
    iCloud: Troubleshooting iCloud Calendar - Apple Support
    Best regards,
    Joe

  • Calendar appointments got deleted from my Samsung Gallexy 3

    After downloading and then trying to remove a calendar widget from from G3, all my calender appointments got deleted from my phone and google calendar online.  Iyogi tech support was able to restore my appointments online from November back, but not Dec/January, and not on my phone  Verizon tech helped restore my dec/jan appointments on my phone only.  Ended up manually inputting my Dec/jan appointments to my online calendar; however, prior appointments still not syncing to my phone, only the newer ones.  Verizon did a hard reset and still did not sync.  They are sending me a new phone but not sure if it's a phone issue or google issue.  Tried emailing google but who knows if they will respond.  Anyone else have this problem and did you get it resolved?

    Hello Pakerbs,
    Thank you for providing the details of the calendar issue you are experiencing with your iPhone.  I recommend following the steps in the section titled "Troubleshooting on iOS devices" in the following article to assist with syncing your calendar events between your devices:
    iCloud: Troubleshooting iCloud Calendar
    http://support.apple.com/kb/ts3999
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • HT2513 How do I successfully set up Calendar to synch using an Exchange account?

    I have been trying to configure Calendar in OS X 10.8 Mountain Lion. So far, I have had no luck and my calendar events I can already see in Outlook for Mac 2011 are not appearing in OS X Calendar. I can also see the same calendar events on my iPhone's calendar.
    The Exchange server is a 2010 one. I am sending/receiving emails via Exchange fine using Apple Mail and the same account configuration. What's going wrong? Any suggestions?
    Nick.

    It may be your provider not forwarding on the requests, have you looked at this...
    http://service.o2.co.uk/IQ/SRVS/CGI-BIN/WEBCGI.EXE?New,Kb=Companion,question=ref(User):str(Mobile),C...
    If you've been helped click on , if you've been saved buy the app.
    Developer of stokLocker, Sympatico and Super Sentences.

  • Export AD users to csv and import them to Exchange using shell

    I'm implementing Exchange 2013 on a Windows server 2012R@ network.
    Now i want to import the users from the AD on the server into the Exchange server.
    I've created a csv from the AD users, but there begins the problem.
    I can't seem to get past some isseus..... The following script is where i'm at at the moment.
    C:\Windows\system32> $list=import-csv "C:\users......." |foreach {new-mailbox $_.emailaddresss}
    when i run this script in the shell of exchange i'm missing some parameters.
    I need a password and a userprincipalname.
    Can i include this in my script? And which password do i need?

    Are you implementing Exchange 2013 into an existing AD environment or are you trying to import users that exist in a separate AD forest into your environment?
    If you are implementing Exchange into an existing AD forest where the AD user accounts already exist, do use the Enable-Mailbox cmdlet instead as this adds a mailbox for an existing AD user.  The New-Mailbox cmlet will create a new AD user account,
    which would be a problem if the accounts already exist.
    If you are trying to bulk create mailboxes in a new AD environment where these AD accounts do not already exist, then you will need to create a password to assign to all the new accounts being created.
    This link has information on creating new mailboxes using an input CSV and assigning passwords via the EMS.
    http://exchangepedia.com/2006/11/exchange-server-2007-bulk-creation-of-mailboxes-using-exchange-management-shell.html

  • How do I get Outlook Email from Exchange Server configured on iPhone?

    My business email is hosted on MS Exchange Server via Outlook and is distributed to my networked PC and VPN home PC and laptop. My IT manager has enabled IMAP on the Exchange Server. I am unable to get my email account on the iPhone to receive or send mail through my Server. My domain names have been entered in the format "exchange.[domainname].com, and my user ID and password has been input for both incoming and outgoing email. The iPhone cannot seem to talk to the server and retrieve or send mail. Does anyone know what to do on the iPhone to be able to communicate with the server? (I am aware of the various limitations of the iPhone vs. Windows Smart Phones in terms of being able to use Microsoft Push Email and to be able to synch calendars, contacts etc. with a corporate server and/or multiple computers. Hopefully Apple will license ActiveSync for the iPhone to provide for this functionality, as recently rumored on a few blogs.)

    Thanks for your response. I've used the path that I had successfully used for years with my Windows Smartphone to no success. Neither advanced Apple telephone support nor my IT guy could get this to work. I have implemented a workaround to have my server automatically forward my emails to a new Yahoo account which then pushes to my iPhone. Definitely an unsatisfactory and incomplete solution, however.
    Editorial comments for Apple: Windows ActiveSync was so much more sophisticated in terms of being able to deal with server-based email, contacts, calendar and for users with multiple computers - i.e. office, home and laptop. I would have expected Apple to introduce something at least as functional and sophisticated or to licence ActiveSync. My user capabilities are substantially downgraded in these areas with my new iPhone and absent a quick software upgrade or licence of ActiveSync I will be unable to function productively with my iPhone. While we're at it, Apple, with my multiple email accounts set up on the iPhone, which is a great feature, I have no easy way to tell in which account to find a new email. I am forced to update the inbox in every single account to try to find where my new mail is going - some new mail indicator next to the account name (as opposed to showing how many unread emails exist with each account) needs to be implemented. The phone hardware, other than the batter - which doesn't even last me for the full course of a workday - is great, but software has only gotten to about 75% of where it needs to be.

  • How do I setup Address Book to view shared contacts on Exchange Server 2010?

    At work we have MS Exchange Server 2010.  I recently switched from Entourage to native OSX Lion apps Mail, iCal and Address Book.  Mail and iCal work fine so far with Exchange (IE. I can add delegates, see their calendars, etc.) but when using Address Book, I can only see my contacts.  In Entourage I was able to search other user's contacts and copy them to mine if I desired.  Is this not possible with Address Book?

    Are you sure you did that right ... because I did a File/Backup Address Book, and the file named included the date. I then copied the file through our Airport network from the Powerbook to a new iMac. The opening Address Book on the iMac, I did a File/Revert to Address Book Backup, which allows you to choose the file. Now the iMac had the same Address Book file as the Powerbook. This looks to me to be the same thing you are trying to do.

Maybe you are looking for

  • IPhoto Not Installed After Snow Update

    Ok let me get all the questions out of the way. - I installed family pack Snow on both my MBP & wifes MBP - My MBP works great, all that is advertised - The other MBP is running just the same, except it's missing iPhoto Yes that's right iPhoto is not

  • Crashing CS6

    Hi all, I recently installed CS6 onto my Windows 8.1 machine (it's a relatively fresh install FWIW). I have more than enough memory (8gb) and my video card is a Radeon R9 280. I have installed all the latest drivers for all my hardware, and am runnin

  • Objective Setings and appraisals

    Hi, We are implementing EHP4 performance management solution.In one of the requirement we want to use the BADI HRHAP00_LINK.But for cetain logic I want to get to know the object ID of the criterias defined in the backend at runtime. Could sombody ple

  • Searching objects with permissions

    Hi, I have an interesting problem, which will probably be more complicated to explain than it actually is. Basically, we have a client that needs to have some business processes implemented. Each user belongs to at least one group, sometimes two or t

  • Why free message for edit an ebook on iBooks Store ?

    Hi, I'm a french editor and i want to propose my ebooks on IBooks store. I have done an epub. I have used ITunes Producer and follow the process. I have not seen that ther's not a line for to propose the price. At the end a had a window which says th