How do move ALL contacts from other groups into iCloud contacts group

Is there a way to make Icloud contacts the default for the "groups" on my iphone ?
OR
is there a way to merge ALL the other groups into icloud contacts so i just have the one Icloud group to deal with on the iphone ?
Thanks !

This page: http://www.macworld.com/article/1054187/outlooktoaddress.html - has this to say:
'Under Outlook 2002 you could simply open your contacts and drag them to the desktop to turn them into vCards. No longer. Try this and the contacts are converted to messages.
While you can select a single Outlook contact, choose File -> Save As and, in the resulting dialog box, choose vCard Files from the Save as Type pop-up menu, this works only for individual contacts—you can’t export a group of contacts this way.
You have a few options for eventually getting the things out of Outlook. The first is to select all your contacts and choose Action -> Forward as vCard. Outlook will create a new email message that contains all your contacts as individual vCard attachments. Send this message to yourself, pick it up on the Mac, drag these files into Address Book or Entourage’s Address Book and you’re good to go.
Or Sperry Software can lend a hand with its $20 vCard Converter Add-in for Microsoft Outlook. This adds a service that enables Outlook to export all your contacts as a single vCard.'
A Microsoft Help Page suggests:
'The simplest way to do this would be to export your Outlook contacts to a tab-delimited file and then import that into Address Book.
In Outlook select File menu --> Export... and select Contacts to a list (tab-delimited text).
Save the new file to your Desktop.
In Apple's Address Book select File menu --> Import... and select your file.
Use the next window to match the field names in Address Book with those in your export file'
If using either method you import into Address Book you can sync that to iCloud, which is probably easier than trying to import into the iCloud website. If you're prepared to splash out $20 the Sperry Software program would  simplify matters a lot.

Similar Messages

  • HT1449 how do you move all music from two computers into one itunes account?

    How do you move all music from two computers into one itunes account?

    An "iTunes account" is an online account you use for buying music, like a bank account.  An iTunes collection is the media you see when you open iTunes. Which do you mean?
    If it is two computers, it would also help to know where these are located. Are they on the same local network? If they are, try Home Sharing (and you have control of both and you aren't just trying to get music fro your computer to your friend's computer in another state).  If they are not, you'll have to use an external hard drive or flash drive.
    Is this on a PC? Your computer information says Windows but you posted this in the iTunes for Mac forum.

  • How to move all files from a folder for a user to a centralized folder on a core server with a GP

    Hello,
    I was curious if someone know how to move all the files of a user "local" profile on a Terminal Server to that of a centralized server where the "local" profile of like the user desktop, favorites, setting, etc are stored in the event
    the local profile on the TS become corrupt it can pull from this server...
    The problem I have is no matter what I tell users to save there files to our Y drive that is a folder that is synced
    across all 6 of our TS servers, users still store files on there desktops, so as you can imagine if one day they are on one server, then next day they could be on another and there files aren't the same.... hence the reason why I want to move all there files
    to the centralized server so when I redo the profiles from scratch on the TS server in the farm they suck files from the core server and have all of the files they are used to having.... 
    So I was curious and I've heard from some this is possible in a GP, but I'd like to move the contents of all 6 TS for
    each user or if I have to d this on  per user basis I will, just looking for a way to move the files....

    Hi Trevor,
    To move all users’ desktop to a server, we can use Folder Redirection to do this. The path for Folder Redirection is:
    [Group Policy Object Name]\User Configuration\Policies\Windows Settings\Folder Redirection
    In this situation, we can choose to redirect desktop to the root of a network file share or a folder on a network share.
    Regarding how to configure this, the following article can be referred to for more information.
    Configuring Folder Redirection
    http://technet.microsoft.com/library/cc786749.aspx
    Hope it helps.
    Best regards,
    Frank Shen

  • How to move all files from a folder for a user to a centralized folder on a core server

    Hello,
    I'm curious if there is a batch file that can be made to move the contents that are setup like this....
    I'm having to redo a TS cluster and I'd like to make a batch file script that can be executed that moves the contents of say 'jsmith's local desktop profile @ \\NGTTS1\users\jsmith to a centralized folder on our roaming desktop profile server that saves
    all of the files for the desktops @ \\NGTFS1\users\jsmith.
    The problem I have is no matter what I tell users to save there files to our Y drive that is a folder that is synced across all 6 of our TS servers, users still store files on there desktops, so as you can imagine if one day they are on one server, then
    next day they could be on another and there files aren't the same.... hence the reason why I want to move all there files to the centralized server so when I redo the profiles from scratch on the TS server in the farm they suck files from the core server and
    have all of the files they are used to having.... 
    Now I know I can do this with a MOVE command I've just never done one to this exact.
    Hopefully someone knows the command to move all the contents of one folder on one server to the folder on a different server. I've already got the bulk of the coding done of the .bat script I just don't know this move command:
    would it be this:
    move \\NGTTS1\users\jsmith *.* \\NGTFS1\users\jsmith
    any help would be appreciated, I'm sure this is a easy command to do!
    This is the coding I have so far....
    @echo off
    color 0A
    title Moving Local Profile folder to Centralized Profile Folder on Core Server.
    :start
    echo Welcome, %USERNAME%
    echo What would you like to do?
    echo.
    echo 1. Moving Local Profile folder to Centralized Profile Folder on Core Server
    echo. 
    echo 0. Quit
    echo.
    set /p choice="Enter your choice: "
    if "%choice%"=="1" goto Move-user-profiles
    echo.
    if "%choice%"=="0" exit
    echo Invalid choice: %choice%
    echo.
    pause
    cls
    goto start
    :Move-user-profiles
    echo.
    set /p profile="Enter user profile: "
    move "\\NGTTS1\users\%profile%" *.* "\\NGTFS1\users\%profile%"
    echo moving files from local profile folder to FS1 profile server, stand-by...
    echo.
    goto cancel-special 
    :cancel-special
    set /p cancel="Type cancel to stop action: "
    if not "%cancel%"=="cancel" exit
    cls
    echo Action is cancelled.
    echo.
    pause
    exit

    In Windows we would do this using Group Policy.  There is a Policy setting that csn move the Desktop folder to any server you want to move it to.  Once set it will automatically do this for you.
    You should post in the Group Policy forum to find out how we use Group Policy to manage users profiles in Windows.
    You cannot use a script to relocate a users Desktop folder.  The desktop is locked by the time the users logon script is finished running.  It the desktop and profile are already being managed by Group Policy then this can only be done with GP.
    There are also numerous issues associated with deployment and re-deployment that you need to address  Post your questions in the Winows Deployment forum to get assistance with deployment issues.
    Again - want you are asking is not generally possible because of how Windows is designed.  This would only likely work on a simple system or on a stand alone PC and then only under a very limited set of circumstances.
    Use GP folder redirection to do this.  For deployment use Deployment Forum and for TS specific issues post in the RDS forum. 
    All of  this needs to be considered correctly for TS users inn a TS Cluster environment. (TS Cluster?? - not sure what you mean by that.
    ¯\_(ツ)_/¯

  • How do I move all clips from an event into the edit line...

    If I have an event of tons of clips that comprise an hour of footage, how can I select all of those clips at once from the event library and transfer them to the edit line above?
    There is no Select All feature, that I can see, and it takes forever to highlight each chunk of clips, one at a time, and drag them up.
    I'd like to drag the whole 1 hour's worth of clips in one event in my library up to the edit line at once.
    Thanks!

    Hi Rich,
    I am trying to somehow "select all" clips, (not just all shots within a clip), but all 100 or so slips from an entire tape, from the first clip, to the last clip, and everything in between, and move them all up to the edit pane at once.
    As it is now, I have to click on a thumbnail, select the entire clip, and move one clip at a time up to the edit pane.
    I want to move all the clips up at once.

  • Copying contacts from .pst file into iCloud

    What would be the easiest way to copy contacts from a Microsoft Outlook 2003 .pst file to iCloud, of not by synchronizing?
    I am able to open the file with Microsoft Outlook 2003 and see, change and add the contacts. Synchronizing does not work.

    Hello Mr. Churchill,
    I'm hoping you could help me based on your suggestion for Howard919.  I downloaded my Yahoo contacts into a vCard but then it would not upload into icloud.com.  I keep getting error messages. Could you please help me?
    Thanks

  • How to Move All Emails from MAIL to ENTOURAGE

    After 30 years married to Windows I have filed for divorce and am entering a new relationship with Apple via a new Black MacBook. (you may have heard the expression "once you've gone Black you'll never go back"!)
    Although many Mac things are elegant the move from Outlook Express and Outlook to MacMAIL was disgustingly painful and amateurish. I now have 25,000 emails mixed up together in MAIL. (They were formerly neatly separated in Outlook Express into various accounts with sub-folders according to my various businesses and projects.) The Apple store that guided me was totally uninformed about the abiity to transfer intact account structures from Outlook Express and Outlook and so I am left with 10 years of filed emails all mixed together ... what a disaster in my first week of the new marriage!!
    It appears to me that MAIL is not the serious business email program I need. I have heard that Entourage might be more powerful and flexible, and in fact is similar in functionality to Outlook. My HUGE concern however is the continuation of my pain in moving my emails again.
    Can anyone assist me with credible advice on (a.) how to make the move (b.) is Entourage a truly business-strength program (c.) are there any programs to facilitate the transfer, and (d.) how can I get the file organization back again?
    I have 6 separate accounts and own all my own domains through which I have my email services (incoming and outgoing mail is controlled by my servers).
    This is my first real experience with Apple and it has been painful. While Apple seems truly superior in audio, video, music, graphics and "cool designer widgets" I have found that in a serious business environment in which email is a foundation of our businesses that Apple lags behind. I really hope to be able to embrace the Mac world totally but I am unimpressed about what I have found so far. I would be deeply grateful for any helpful comments.
    Paul
    MacBookBlack   Mac OS X (10.4.8)  
    MacBookBlack   Mac OS X (10.4.8)  
    MacBookBlack   Mac OS X (10.4.8)  

    Have you used Entourage's import feature?
    It may not be exact since Entourage does not use the same account and filing structure as Mail but it will be close. There isn't any other way to transfer all Mail.app mailboxes and messages to Entourage that I'm aware of.

  • How to move all images from a site to a new folder and not lose links?

    I have always wondered this.....tried a few things with no success..Whenever I take over a site from someone, a lot of time the previous designer did not make folders for ANYTHING including images.....so in thier main directory they have 20 html pages, 200 images and css files etc.....I can not think this way.....I want to just make a folder for images...put all the images there.....a css folder....etc. Once I do this all my links are lost and it is to much work to replace each one with the broken link finder in Dreamweaver......In some other applications like Logic Studio ( a music production application as an example ) it is very similar. Your main song file is pointing to linked audio files all over your hard drive....If you decide you want to move that drive it will search for the linked audio files and when it can not find them it asks you to specify the new folder or search manually for them.....if I had moved 200 audio files it comes in quite handy because I can just point to that new folder and im done.......finally, my question is what would you guys recommend for doing this? Moving hundreds of image files so that I can organize things...........any help would be GREATLY appreciated...I have googled but found no great technique...

    I'm having the same or similar issue...  I think...  trying to do a little house cleaning in the file structure.  For example, in our events folder I'm creating archive folders (i.e. - 2004, 2005, ect...) and when I use the Files Panel to drag and drop the past event pages into the newly created archive folder, the pages loose all their links.
    Image link prior to and after moving are the same (../images/logo1.gif)
    It does ask me to confirm that I want to move the file but nothing about updating the links.  Is it due to the way the files are linked in the original files?
    Thanks in advance for any help!!!

  • How to move all info from original user identity to new user identity

    I bought a new printer and had some problems. In the process of 'fixing' the problems with the help of HP tech support I have since lost the ability to print from my original printer. I have found that I can print from a new user identity to both printers, so I'm figuring the easiest way to fix this problem is to physically transfer everything I have on my original user profile to a new user profile so that my printing problems are fixed. I can print to the new printer from the original user profile. So if there is a way that I could fix it so that I can print to the old printer that would be even better. But I've given in to the fact that I'm going to have to delete the original user profile and use a new one.
    If any one has any tips on the easiest way to do this with out losing anything I've aquired that would be greatly appreciated.

    I'm just taking a wild guess here but: the situation you described sounds like there is a problem somewhere with you original user's settings, probably in your ~/Library Folder. If you really were to transfer all of your old users information to the new account, including all files and settings there is a fair chance that you would also import whatever the problem is on your original account.
    So you should as you said either try to fix your old printer in your old profile so both work there or transfer only your data files such as the Music, Pictures, Movies and Documents folders from your original home directory to the new home directory. You could also import the ~/Library Folder in bits and always make sure that you can still print but that would probably take as long as finding the problem in the original account. I hope that helps amking a choice which way to go.

  • How to move all emails from mailbox to an external email account in Exchange Server 2007?

    I have a user who is leaving the university in a few days. The user would like to forward all of their old emails from their mailbox to their G-mail account. Will setting up email forwarding forward all of the old emails to the G-mail account or just the
    new emails that are received after setting up email forwarding? If forwarding isn't the correct solution; then what is? We are running Exchange Server 2007.

    No, as you've suspected the forwarding will only affect new messages coming into the mailbox, not existing ones. Additionally, if you did get all existing messages to forward to another account (you could probably do it by creating a rule in Outlook) then
    the gmail account would show every single one of them as arriving now, and lose their existing send date.
    Probably a better option would be to export the mailbox to .pst, and then assuming the user has their gmail account configured in Outlook somewhere as something other than POP3 they can then open the .pst file on their machine and copy the messages over
    to their gmail account, which I think would also preserve the original information.
    You could do that via the server using Export-Mailbox as described here
    http://technet.microsoft.com/en-gb/library/bb266964(v=exchg.80).aspx (note it has to be run from a 32-bit OS with the Exchange Management tools installed), or the user could just as easily do it themselves from within Outlook using the Export option.

  • How to move an icon from one Pic into another Pic?

    Hello,
    I haven't seen this question addressed so forgive me if this was already discussed.
    I like to know how I can place a small smiley icon (pic) into another existing photo. In Photoshop Elements (be it 4.0 or 6.0) if I drag the the picture into Elements, it shows up and place it in the project bin. Here's the problem, when I drag the smiley icon onto the picture (which is already shown in Elements) it creates another window for the smiley icon and project bin instead of affixing itself onto the pic.
    Yes, I can use Ctrl-A to copy the smiley face and then drag it onto the pic. But when I use Paint.net (a free program) it does exactly that asking me to confirm that I want to create a new layer. The difference is that with Paint.net I can drag 2 pics from the desktop and add them together within seconds. With Elements I have to do an extra step and, this extra step just seems unnecessary.
    Is there a way to simply drag the smiley face onto the pic without creating another window (using Elements)?

    http://i11.photobucket.com/albums/a154/eastcoasthandle/3.jpg
    http://i11.photobucket.com/albums/a154/eastcoasthandle/4.jpg
    These 2 pics should further show/explain what I am talking about as I am not sure of the proper name for this process.

  • How can i move contacts from other accounts (eg: gmail,hotmail etc) to icloud account.

    Hi All,
    I have setup icloud in my Iphone 6 running 8.1.2. and it is logged in by enabling Contacts in icloud settings. My contact list contains 1718 Contacts. I manually backed up my data into icloud including my contacts without Passbook & Documents data. But when i logged into iCloud.com to see the contacts it is not there.
    I also find when i checked only the Icloud contacts "there are no contacts showing in my contact list". I think this is the reason why there is no contacts in icloud web too. Then how can i move contacts from other accounts (eg: gmail,hotmail etc) to icloud.

    I assume you're using GMail as your primary e-mail account?  Try this.  This is how I am setup.  Not only will it move all your contacts to your phone but any changes made in GMail or on the iPhone will be sync'd with the server.
    http://www.google.com/support/mobile/bin/answer.py?answer=138740
    Note... I think this will delete your existing contacts from your device.  You will want to use iTunes to back them up and get them imported into GMail before you sync your device wtih GMail.

  • In address book how do I move all cards from my 'last import' smart group into a new group?

    In Address Book, how do I move all cards from my 'last import' smart group into a new group that I will create? So far I am not being allowed to Edit Smart Group!
    Thank you x

    Simon
    You’re going to have a very big problem and very soon. These missing pics are the beginning of trouble.
    the total size of all my folders on my 60gb internal drive is 46.5 gb, yet only 1.9 gb is available,
    OS X needs about 10 gigs of free space on the hard drive for normal OS operations such as virtual memory and temporary files. Without this space the machine slows down as the OS hunts for free space, files become fragmented and applications begin to crash. The risk of data corruption increases exponentially.
    You must, as a matter of urgency, make space on the drive. I cannot stress this enough.
    You may be able to recover the pics from your camera card using an app such as MediaRecover
    Regards
    TD

  • How to move all contacts from phone to sim card?

    Could someone advise me how to move all contacts in my Treo 500 from the phone to its SIM card, and what is the capacity of the SIM card as I have approx 700 contacts in the phone.
    Thanks,
    Stuarp77
    Post relates to: Tungsten E

    You cannot, in one pass.
    Sorry.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • My young kids have ipads and since I updated the software, but they have their own icloud account, predictive text within their messages shows all my contacts from my iphone but the contacts are not listed as their contacts, how do I stop this?

    My young kids have ipads and since I updated the software, but they have their own icloud account, predictive text within their messages shows all my contacts from my iphone but the contacts are not listed as their contacts, how do I stop this?

    I have deleted the iCloud account under my name on their iPads and replaced with their ones. Apple support said yesterday I needed to click the small 'I' by each name as it came up in the TO box and remove it. After doing rid for each contact under each letter of the alphabet it should remove them from latest contacts. Having done this, although I could not remove groups I had sent, I am not convinced they will not return once I have written a few texts, any ideas?

Maybe you are looking for

  • Weird issue with saving

    Hi, I normally hit Command-S every minute or so when working on something. I hit those keys and keep on going. Just a few minutes ago I did this and the window popped up as if I had hit Shift-Command-S - like I'm trying to save the project as a new v

  • Reading RT results in ABAP

    I need to read RT results in the payroll simulation run. I understand that in the simulation run RT table doesn't get updated, but still all the calculations and processing is done. I need to read these values in my ABAP program. Any suggestions on h

  • Custom theme's masters partially available

    I've created a custom theme with 14 masters, but only five of them are visible in the Masters drop down in the Tool bar. Any suggestions?

  • Average of Turnaround Times

    Post Author: cawade CA Forum: Formula I have a report for which I need to monitor the time taken for the work to be completed for each customer (excluding weekends) ie the turnaround time. I am using the following: Local DateTimeVar d1 := {First Date

  • Audio dropouts in iDVD 7.04 at every 99th frame when creatin IDVD slideshow

    Dear Friends, About two months ago, I completed my first iDVD slideshow project, consisting of 911 photos and a soundtrack. It seemed perfect when using iDVD Preview, but when I burned it to a DVD or saved it as a disk image, I discovered a series of