Contact Objects and Primary SMTP address changes

We are going to be changing the primary SMTP address on a large number of contact objects. Does anyone know if simply removing the SMTP address of contacts will cause any issues?

Hi,
Please confirm if the “contact objects” in your posting mean the
Mail Contact in Exchange. Generally, the Primary SMTP address for the mail contact is the external email address for the contact.
If you want to change it to a different external email address, we can use EMS with "-PrimarySmtpAddress" parameter to change it. If you want to change the primary SMTP address for multiple mail contacts, we can create a .csv file with all changed
external e-mail addresses for these contacts. Then imports and uses the data in the .csv file to set the mail contact.
Import-CSV "C:\ChangedContacts.CSV" | ForEach-Object {Set-MailContact -Identity $_.Name -PrimarySmtpAddress $_.EmailAddress -EmailAddressPolicyEnabled $False}
Regards,
Winnie Liang
TechNet Community Support

Similar Messages

  • Powershell script to get all the AD accounts with multiple primary SMTP addresses

    I require a script to be run in powershell for Win Server 2008 R2, to look to AD accounts with multiple primary SMTP addresses ?
    Description: In my Organization, there can be a configuration error which might have resulted in multiple primary SMTP addresses to be assigned to a user. I want to get the list of these AD accounts which have multiple primary SMTP addresses

    Hi,
    You can use the PowerShell command given below to get the AD User name and primary smtp address in a OU,
    Get-ADuser -filter {proxyAddresses -like "*"} -searchbase "ou=testOU,dc=MyDomain,dc=local" -properties * | select name,proxyaddresses | fl
    NOTE: proxyAddresses attribute in AD User matches the primary SMTP address.
    Regards,
    Gopi
    JiJi
    Technologies

  • I want to change my primary e-mail address that I use with Apple ID - help guide says Select Edit next to "Apple ID and Primary Email Address." But there is no 'edit' on that section there is on every other but not that one. Can anyone help?

    I want to change my primary e-mail address that I use with Apple ID - help guide says Select Edit next to “Apple ID and Primary Email Address.” But there is no 'edit' on that section there is on every other but not that one. Can anyone help?

    You can create an alias @icloud.com email address within your current account that will receive email in your current iCloud inbox (see http://help.apple.com/icloud/#/mm6b1a490a).  (@me.com addresses are no longer available as new addresses.)  Just be aware that you cannot use an alias address later to create a new iCloud account or move it to a different account.
    Also, even if you created a new iCloud account with a new ID, your existing purchases would not be lost.  They are permanently tied to the original ID you used to purchase them.  You can also continue to use the existing ID for the iTunes store; it does not need to be the same as the ID you use for iCloud.

  • HT201356 Why can't I change my "Apple ID and Primary Email Address" to an email address using an Apple domain?

    I am trying to use an Apple EMail address as my primary email address and I am unable to change it. I previously had another "nonapple" address identified as my Apple ID and Primary Email address. Now I apparantly can only change it to another "non Apple" related email address. It seems stupid to have to go to Google and use thier email address to make a change.
    What gives.

    Thanks Roger! I understand that it is an Apple ID already that makes sense. That "non Apple " address however, is compromised and I do not wish to use it anymore and will be shutting it down. I find it strange that I must only identify a "Non Apple" address as my "primary email address". I have an alias address on the account and I can sign in using it as my Apple ID. i don't see the Logic in forcing someone to use another email provider as your primary mail service. (I know I can set up alias's and use them under an Apple domain, but the primary email will still be there and I understand used for any account communications from Apple.) Any further comments on this situations?

  • HT5621 When i try to change my apple id and primary email address. The page just flickers and wont change or send me an email to confirm

    When i try to change my apple id and primary email address. The page just flickers and wont change or send me an email to confirm

    I am in the same boat as all of you and have done lots of digging on this issue around the Apple Support Communities.  Over the past three days, I have spent 2 hours on the phone with Apple trying to get creative about how to get around this issue (delete all my accounts and start over, etc.).  Unfortunately, the bottom line message Apple gave me was this, "The ONLY way to use your @me as your primary email address is if you set it up that way at the very beginning.  If you use a different email as your first primary address, you can never switch to your @me account unless you go and create a NEW @me account and start from scratch that way."  So disappointed.

  • I can't change my Apple ID and Primary Email Address, there is no "edit" option

    I can't change my Apple ID and Primary Email Address, there is no "edit" option

    I am also curious about this.
    I want to stop using my hotmail account (which is also my Apple ID) and migrate to my icloud address for all my email.
    Why cant I use my icloud mail address as my Apple ID?
    Seems strange to be forced to use a hotmail address instead.

  • Bulk Change UserID and Primary Email Address

    Hi All,
    We have just successfully completed Cutover Migration and imported in all users and mailboxes from our existing Exchange 2010 environment into Exchange Online. However we are now wanting to change all UserID and Primary Email Addresses to conform with a
    new username strategy. All accounts are currently Cloud Only and we do not have DirSync set up and are not planning to.
    Currently the username and email address for a user is in the format [email protected] We want this now to be [email protected] for both logging in and email address. We want to maintain the old Email address as a proxy address. How is this possible?
    There are about 500 users, so I need a quick way of doing this with a script?
    Regards,
    Timus

    You can connect to Exchange Online via the powershell console.
    To add an emailaddress this should work :
    http://technet.microsoft.com/en-us/library/bb123794(v=exchg.150).aspx
    To change the upn, check http://msdn.microsoft.com/en-us/library/azure/dn194136.aspx
    This one might also be interesting :
    http://blog.migrationwiz.com/2012/01/24/office-365-powershell-tip-bulk-change-upns/

  • Exchange - Export only primary SMTP addresses

    Hi SpiceHeads, 
    I'm looking for a script or help to write a script that simply dumps all primary SMTP addresses to a text file, one per line.
    Everything I've found or even using exchange powershell includes additional fluff like names or alias's.
    Any help would be appreciated.
    This topic first appeared in the Spiceworks Community

    I'm seeing this same limitation and I'm needing to determine if it is an ActiveSync limitation from Exchange or if it maybe is a limitation of the mobile device. 
    I have customers who are delegates for multiple exchange mailboxes.  For the sake of example I'll use the following:
    John Smith ([email protected]) is a delegate on a shared mailbox ([email protected]) and a delegate for his boss, Cheryl Thompson ([email protected]). 
    John has an Iphone 4S running IOS7.  He adds his exchange account ([email protected]) and accesses email/contacts/calendars on that account with no issues.
    Next he adds the shared mailbox by putting [email protected] in as the email address of the account, but he uses jsmith with his password as his user credentials.  The account is added and John is able to access the shared mailbox and calendars for
    this account.
    When he trys to add the 3rd account for his boss, he uses his boss' email address ([email protected]) with his jsmith credentials and he gets the following error:  "Cannot Create Account:  An identical Exchange account already exists." 
    Any idea of whether this is an Exchange 2010 limitation or an IOS limitation?  The infrastructure we are using is Exchange 2010.
    Todd Boring
    MD Anderson Cancer Center

  • HT202667 The "edit" button does not pop up next to my Apple ID and Primary Email Address

    The "edit" button does not pop up next to my Apple ID and Primary Email Address. I want to change my address because its an old @mac.com address and I want to update it with my @gmail.com. I'm guessing this is an apple support question, but I would like to just get it fixed.

    Just making sure we are comparing Apples to apples, so to speak.
    If this is NOT what you see at My Apple ID - then Apple ID: Contacting Apple for help with Apple ID account security
    It seems that for SOME folks it takes contact with a live person at Apple - can't explain why though. One person replied that after contacting Apple, they were instructed to email [email protected] with old and new. I never heard back if that was successful or not - just that the email was instructed.
    ÇÇÇ

  • Edit  Apple ID and Primary Email Address.

    HI, I cannot change my Apple ID and Primary Email Address. The "Edit" Link doesn't show up next to it. Only "Your Name" and "Alternate Address" can be edited once I log into "Manage ID". Please help! Thank You!

    You can't delete an Apple ID or an iCloud account. Just stop using it and create a new one. If you want to make your ID the same as your new @icloud.com address please see this post:
    https://discussions.apple.com/message/22283348#22283348
    Otherwise create an ID at http://appleid.apple.com using a non-Apple email address and then use the ID to create a new iCloud account. I would personally recommend the second option: if you take the first you must make sure to add a non-Apple contact address because otherwise if there is a problem (such as forgetting your password) Apple can only contact you at an address you can't access.
    Note that you can't transfer iTunes Store purchases from one account to another. Also depending on your requirements you may only need to create an 'email alias' which is an additional address (not account) - please see
    http://help.apple.com/icloud/#mm6b1a490a

  • I created an Apple ID for my daughter with her own gmail address, but I want her Apple ID and primary email address to be an iCloud email address. How can I do this? I can't set up an icould email address for her without first creating an Apple ID?

    I have created an Apple ID for my daughter with her own gmail address as the primary email address, but I want her Apple ID and primary email address to be an iCloud email address. How can I do this? I can't set up an icould email address for her without first creating an Apple ID right?
    I'm not good with computers so please explain in simple way...:)
    I also wonder what the best way is to set up accounts for children in a family. I dont want them to be able to purchase apps etc through the parents accounts, also some things we like to share as a family and others we don't want to share. Is there any good. clear, simple explanation from Apple Support about these issues? Or best to go to Apple store and go to genius bar or one to one advise?
    thanks

    You can set up an iCloud account which makes the iCloud email address you choose the Apple ID and thus the login for it:
    https://discussions.apple.com/message/22283348#22283348
    though I have to say I think it's more sensible if the ID is another address, both for security reasons (so people don't know what the login is) and as a contact address from Apple if the account were to stop working and they needed to contact you. So personally I would to to System Preferences, enter the GMail address which is an ID, and then choose a nerw @icloud.com address.
    If she has her own iCloud account she will need either her own computer or her own user account on your Mac to be able to make use of it. You should note that under Apple's terms of use Apple IDs are only available to children of 13 and over.
    As to purchasing apps, this is nothing to do with iCloud: it's iTunes, and the login can be different. So you can all sign into the same iTunes account but have different iCloud accounts. Or she can have her own iTunes account if she is of suitable age (credit card needed for purchasing apps).
    If you have other children you should be aware that any one Mac or device can create only three iCloud accounts - this is tied to the serial number, not the user account, and once reached cannot be bypassed. You can of course sign into an iCloud account created on another device.

  • ICloud email address asApple ID and Primary Email Address

    why can't i use my icloud email address, as my applie ID and primary email address and use it to sign in to itunes?

    I'd like to know the answer to this problem as well. My Apple ID changed, however my iphone still has the previous appearing in sign into iCloud. It's greyed out, so i can't change it. If I want to delete the account, which I have tried, it wants the password for the old Apple ID.

  • HT5621 Apple ID and Primary Email Address

    I can't edit the 'Apple ID and Primary Email Address' section and I want to change my Apple ID name badly...

    If your Apple ID is a Apple address - @mac.com, @me.com or @icloud.com, then it cannot be changed. If it's a non-Apple address then you should be able to change it at http://appleid.apple.com.
    If you are an iCloud user then you must turn off 'Find My 'iPhone/iPad/Mac/ on any devices is it enable on, before changing the ID. You will then need to sign out on each device and back in with the new ID.

  • Apple ID and Primary Email Address

    When I installed IOS5 on my iphone and activated icloud, i used my existing AppleID with ".gmail" mail address and at the same time created my new ".me" mail address. All worked perfectly.
    Then I tried tu update my AppleId to have my new ".me" mail address as an AppleID and Primary Email Address (instead of the ".gmail" one). Apple refuses this update and I get this message :
    "You cannot create an Apple ID using a MobileMe account. If this is your email address, it is also your Apple ID."
    I never had a MobileMe account with this AppleID.
    Has anyone encountered the problem ?
    Thank you for your answers.

    You can change the primary email address on an account via http://appleid.apple.com, the Store > View Account menu option on a computer's iTunes, or by tapping on it in Settings > iTunes & App Store on an iOS device and logging into it
    Changing primary email address : Change your Apple ID
    After changing it : Apple ID: What to do after you change your Apple ID

  • Apple ID and Primary Email Address need both saperated

    Hi,
    my
    Apple ID and Primary Email Address
    both are same an email address
    I want to create my login id on iphone is a name .. not my email id .. can i do this
    thanks

    Found a solution...
    • Go to your country's Apple Store website http://store.apple.com/
    • Click on the Account button in the top-right corner
    • Under Account Settings, click on Change your default shipping or billing info
    • Sign in with your usual Apple ID and password
    • The email address listed under Payment Information is the key
    • Click on Edit next to Payment Information and change that email address to your preferred address
    This worked for me!

Maybe you are looking for

  • How to write to application log at BBP_CREATE_BE_PO_NEW

    Dear all, I am running in a strange problem. I want to log to application log (SLG1) in BADI BBP_CREATE_BE_PO_NEW. As soon as I call a function from there I get an error at the shopping cart position. Changing values in the given data does work witho

  • MSI 770 TF 2GD5/OC cant display GPU usage

    Hi everyone, Programs like Afterburner and GPU-Z dont show the GPU usage from my 770, it always stays at 0% wich obviously isnt right when im in-game etc.. Tried it with NVIDIA driver versions 320.49 and the new 326.19 beta, and MSI Gaming App 1.0.0.

  • Dynamically assigning digital signature strategy

    Hi Experts,   I have a requirement where I need to dynamically assign different signature strategy to document approval based on the number of approvers. In our case for the same document based on the level of changes number of approvers might be dif

  • Installing Oracle 10gAS 10.1.2 on linux AS 4.0

    Hi, We have Red Hat Enterprise Linux AS release 4 (Nahant) 2.6.9-5.EL. but we are looking for upgrade it to Red Hat Enterprise Linux AS release 4 (Nahant update 1) 2.6.9-11.EL for that we actually unable to locate the package for the same, as we have

  • Familiar with the term "box cut"?

    Editing a project for a new client - in their written requests, they've asked for a "box cut" a couple of times. Not familiar with this term. Anyone know what they might be referring to? Could it be montage of several clips sliding on screen in boxes