Azure AD user name not using configured custom domain name

I have configured a few users for Lync Online that I setup before I had custom domain name work with Azure AD.  Now I have the custom domain setup and verified and configured as the primary domain.  The users that were configured for Lync
Online are still displayed with the *.onmicrosoft.com username in Azure AD.
Is there a way I can change these users so their usernames use our custom domain?

You can easily change the UPN via PowerShell:
Set-MsolUserPrincipalName -UserPrincipalName [email protected] -NewUserPrincipalName [email protected]
If you want to do this in bulk for all users, you can use something like this:
$all = Get-MsolUser -All
$users = $all | ? {$_.UserPrincipalName -match "tenant.onmicrosoft.com"}
$users | % {Set-MsolUserPrincipalName -UserPrincipalName $_.UserPrincipalName -NewUserPrincipalName $_.UserPrincipalName.Replace("tenant.onmicrosoft.com","domain.com")}
Test it first against a single user of course :)

Similar Messages

  • What is the point in this "BScatalyst" if can not use your own domain name?!

    the marketing of adobe BScatalyst is a enigma for me. What is it? when you can´t use your domain name?!

    I think you need to do a lot of research and a lot of reading.
    The point is: adobe has NOTHING TO OFFER besides the software (muse) for
    developing a site.
    Sorry to repeat this a lot but your not correct here as well.
    Muse came recently and is a simple tool to help get people into making sites from the graphics and design industry basically. BC Has a full template, layout and code system:
    http://docs.businesscatalyst.com/dev-assets/reference#!/module-reference/photo-galleries/m odule_photogallery.html
    It has API Access, it can be developed using any coding software from Dreamweaver to Coda 2. This for many is the primary method of creating BC websites and has been for years, even before Adobe purchased the BC company.
    It is always being updated as you can see with the new rendering engine and liquid markup:
    http://www.businesscatalyst.com/bc-blog
    The point is the CC atracts amatures, like my self, to devope sites, but
    they have NOTHING to offer on the hosting side of the work.
    Sorry, but none of this is correct. CC is a service created by Adobe to take all its software into the cloud, it is not just there to develop sites. In terms of storing your work in the cloud that is one of its primary functions. Ignoring BC and websites you can store your files, PSD's through your Creative Cloud account.
    Your post was put under moderation automatically by the forum software because how you posted it. The caps will do it.
    everything above here are without ANY interest for the common amateur muse developer. Why do you think we use muse?!
    I communicate, I read and know a lot of Muse developers, Again your not correct here as well. Sorry for repeating this but this again simply not true and pretty much everything you have said so far is that.
    A lot of Muse users develop very nice looking but basic in function websites, there are a lot who would like to do more such as eCommerce etc, you are not the norm in your thinking off what everything is from CC, BC and the web.
    CMS me here, SAAS me there, and business analysis me over again. IT IS OF NO INTEREST FOR US MILLIONS OF MUSE USERS!
    Again, this is not true. Most of the posts I see from Muse users is how they do more with BC and many want and ask how to upgrade their CC BC to offer more features. The Creative Cloud version of BC is the VERY BASIC version of it, it does not have most of the abilities it has if you have one of the higher plans.
    See here:
    US Yearly Pricing | Adobe Business Catalyst
    A complementary product to Muse is HOSTING!
    Creative Cloud is Adobe moving into the Cloud space for their products and services, Muse is an entry level designer based peace of software to create basic websites. Business Catalayst is what you do not want to research into and hosting is just storage basically.
    Adobe Business Catalyst
    In terms of your website, people make sites just for family etc and put them on the web, Real domain or not you can build a site for what ever you want. But its a website and will be out there on the web. Search engines like google will index such sites so if you do not want them out there on the internet do not create them to make them available.
    I do not mean to be rude, but your comments are not valid and going no where. You not really understanding what anything is, your complaining about things are not true or things that you think do not exist when they do.
    I have been developing sites on the Business Catalyst platform for over 5 years and using other coding platforms and other CMS's for longer then that. I am considered one of the people outside BC who know the platform for the most so please trust in what I am saying here.
    If you want just hosting just use Creative Cloud or something like dropbox.
    If you want to learn more about the web or building sites etc I suggest you go lean, there are many great resources out there.

  • How can I use a custom domain name?

    I noticed that when I try to publish my website, it prompts me to provide a domain name which will have ".businesscatalyst.com" tagged on the end. Is there a way to publish this site to a domain name I already own?

    After you publish to a free temporary BC site, you can either pay for the hosting on BC, or if you have a subscription to Muse or Creative Cloud you can redeem one of your included site hosting credits to push the site live, then you can assign your domain name to the site.
    http://helpx.adobe.com/muse/tutorials/upgrading-launching-your-muse-site.html

  • Be aware when using a custom domain name

    Accessing your site on the iPhone by going to http://gallery.me.com/yourname here works fine.
    If you have a personal domain pointing to http://gallery.me.com/yournamehere - the site doesn't render on the iPhone correctly.
    I called tech support, Apple is aware. Bummer.

    Well, you set the From: address that will appear on the email in Preferences, Accounts, Account information. (You can even add multiple email addresses in the Email address line -- just separate them with commas. Then you can select which From: address to use.)
    Anyone who looks at the complete message will still be able to see where it came from, but the From: field will be what you intend.
    -fred

  • Web Sharing with custom domain name

    Hi,
    I am wondering if I can use a custom domain name with the built in web sharing. Instead of it going to http://10.0.0.2/ it will be http://www.mydomain.com/. Thanks in advance.
    Ryan

    I have GoDaddy hosted domain name which I have setup to forward all web traffic to my ISP provided web page (eg http://my.webpage.ISP.com/account-name).
    There is nothing magical about that URL. So I do not see any reason why you can not use your DynDNS.org name.

  • Custom Domain name for Azure virtual machine using azure websites

    Hie, I am using a cloud service (e.g cloud1) and it has a hosted VM in it (Windows server 2012). It is having a URL cloud1.cloudapp.net. So I want to use the domain name (e.g azuresite1.azurewebsites.net)created from azure.
      So how do I add the Cname record and everything in this setup .
      I already tried to use
    this but that didn't work
     What additional steps are required to add custom domain name to an azure virtual machine and, the custom domain name is also an azure website

    If you want to use azuresite1.zurewebsites.net then i think, you have to create a azurewebsite. If you have a custom domain then following should work.
    You have findout the IP that is attached to the VM. 
    Point your domain name to that IP (using domain dashboard)
    Now your domain points to whatever the site hosted on the VM (port 80)
    If you have more sites then, you have specify HostName for the site which you want to use with domain name.
    Try and let me know if this helped.

  • Deploying Azure Web Site and Custom Domain Name

    I'm new to Azure and not at all familiar with the various methods of publishing to Azure via Git, etc. I belong to the old school of plain old IIS folder structures and uploading HTML files to Inetpub directory for deploying web contents.
    I have created an Azure web site at
    http://mysite.azurewebsites.net and have added a CNAME record on our DNS server to redirect traffic from www.mydomain.com to mysite.azurewebsites.net but to no avail. I have downloaded and installed the Azure
    PowerShell but can't seem to do anything with it. Any advice on how to configure the custom domain name for my azure web site as well as how to deploy contents to it, preferrably the old school way, would be much appreciated.
    Thanks!

    Hi,
    Azure web site support several development stacks, such as .net, node.js, php, python, and different stack has different deploy process, see more at:
    http://www.windowsazure.com/en-us/documentation/services/web-sites/
    refer to
    http://www.windowsazure.com/en-us/documentation/articles/web-sites-custom-domain-name/ for more information about how to configure the custom domain.
    Best Regards
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • New issue breaking Gmail when using custom domain name

    I have been using my own domain name in conjunction with Gmail since the launch of Gmail.  The use case is fairly straightforward -- I have my own domain name and have created an email address alias on this domain ("custom email address') that forwards email to my Gmail account.  I have configured Gmail to override the From field with this custom email address.  With this configuration, Gmail is happy.  
    On my Z10, I had created a Gmail email integration account via the Advanced Settings with my custom email address in the "email address" field and my gmail email address as the username with the appropriate gmail server settings.  When I continue from the advanced screen, I was taken to the Google account login screen where I grant permissions for my BlackBerry to access my account.  On this screen, I logged in using my gmail email address.  This worked fine and I received email without incident on my Z10 since I bought it on the Feb launch date ... until this past weekend.  My Z10 then suddenly reported that my settings had changed and nothing I could do could convince it to accept the above settings as correct.
    If you have a similar configuration and have noticed recent issues, there is a solution.  This new "issue" appears to be that when you log into the Google permissions screen during the BB10 email account configuration process (i.e. the Google login page after you enter all the server settings in Advanced section of BB email account setup), you are no longer allowed to enter a username that differs with the custom email address you are setting up.  It won't ever tell you that this is the problem.  You just get a vague email settings error at the end of the process and you can't get your mail.  It is possible that Google is the one who introduced this glitch, since the solution is within your Google account configuration, not BlackBerry.  Simply put, you must associate your custom email address with your gmail account login within Google.
    To do this, log in to Gmail using your usual gmail address.  Click on your Gmail address in the top right corner, select the "Account" link in the drop down.  Click the "Edit" link to the right of the Email heading.  At the bottom of this edit page add your custom email address in the field next to the label "Add a new alternate address".  After you add it, you will need to verify this address via an email that will be in your Gmail account.  I probably should have done this long ago, but never had the need to until now.
    Now you can get BB email working again.  Go back to the BB10 account settings page for your Gmail account.  This time when are kicked over to the Google login page to grant permissions to your BlackBerry to access your account, use your custom email address as your Google username and use your usual Gmail password.

    Amazing, Thanks !

  • Help! Azure VM Web Server and Custom Domain Names

    I am going to be pretty basic here, so I apologize at the start ;)....We are attempting to setup a web server for our customer applications in Azure. We need to setup the website with multiple subdomains i.e. ourcompany.com is the main site but we will have
    customer1.outcompany.com, customer2.ourcompany.com, etc.... 
    I have a domain name registered with GoDaddy. I have a virtual machine up and running. I have a test website up and running and can access it externally ( the net ) so I do have endpoints figured out at minimum. 
    Example. the current virtual server is ourcompany01.cloudapp.net . Our registered domain name is ourcompany.com.
    Using our domain registrar,I am able to point ourcompany.com to ourcompany01.cloudapp.net.
    The problem is that I want our customers to see ourcompany.com not ourcompany01.cloudapp.net in the browser. 
    How do I make that happen and also allow for the subddomains?
    Any help would be greatly apprciated as I am under the proverbial gun to make this happen!!!!

    Hello ShapopoJoe
    You are right about making changes in your DNS Registrar. That is the last step that is suggested in the article:
    http://azure.microsoft.com/en-us/documentation/articles/cloud-services-custom-domain-name/
    And about createing the sub domains, you will need to use the IP address. Since you would be creating more than one subdomains for your 'www.ourcompany.com', you will need to map them to Reserve IP address.
    You can refer to this link for creating more Reserve IP address:
    http://azure.microsoft.com/blog/2014/05/14/reserved-ip-addresses/
    Thanks.
    Syed Irfan Hussain

  • How do I configure snow leopard server to allow local client to access the server using its public domain name

    I have SLS 10.6 running on my local network with DNS configured.
    I can access the server from a client on the lan using server.local or server.domain  where domain name is my publically registered domain,
    From the internet I can access my server using the registered domain name i.e. www.domain.com. 
    Is it possible to set my server up so that www.domain.com  also reaches the server when used by a client locally?   At present I get a page not found error.

    The configuration you're aiming for is called split-horizon or split-brain DNS, and it's quite possible.  It can get slightly hairy when you have different stuff using the same host name for different purposes, for instance, and you'll need to track all external DNS entries in your internal DNS server when you're running "split". 
    Here is how to set up DNS services.   Split-horizon is one of the options listed there.
    My preference is to use a different domain or subdomain within the network, and to avoid using split-horizon where I can reasonably manage it.  One domain name is configured for and reachable outside and is effectively public, and the other domain (or a subdomain) is inside and private and only reachable directly or via VPN, for instance.

  • Mac users DO NOT use this Desktop software! it will cause hours of heartache

    I have exactly the same issue with a Bold and have still to find any option to resolve the issue other than to entirely wipe the device and go through the tiresome process of reinstalling and updating everything to the way i had it.
    I am utterly furious with myself for trusting RIM to release a desktop option for Mac users. I choose a Blackberry for its push email and i love the device very much, even despite Initially going through 6 Bolds until i received a new one from Vodafone UK that was not reconditioned and finally worked properly. Since then everything has been fine until this amateur attempt at writing software for Mac users.
    I don't have a lot of time to myself and i can think of nothing worse than spending the little time i have searching through endless ill concieved solutions that simply do not work. Just by plugging in my Bold and hitting sync has destroyed my contacts, ringtones and other settings. Why bother to release software until it is entirely tested? Why would you want to put your customers through this demorolising procedure which does nothing more than further emphasise your true lack of interest in supporting anything Mac. I dont want an iphone, i believe that your phones aresuperior for business users like myself.
    Please, please, if you are a Mac user DO NOT use this software unless you really want to go through hell just trying to get it back to the customised form you spent loving hours to get right. It destroys your address book and other elements and not one solution posted anywhere on the Blackberry web site works. YOU HAVE BEEN WARNED.
    The reason i am a Mac users is because i need a reliable hardware/software solution that works out of the box. It is entirely obvious that RIM havent quite realised the long term benefits of this really very simple idea!

    thecount wrote:
    well, I attempted to use it, but I initially just tried syncing just the tasks and it would not do that!  so I gave up and uninstalled.  
    I now have been trying to sync with pockmac but that also has issues.
    Only reason I am not going to get an iphone, is that I really need to sync with entourage and I use notes on it extensively. and I don't think you can sync an iphone with entourage notes?
    can't win can we?
    this was one reason i've been sticking with the blackberry as well. it appears though that now you can... http://support.apple.com/kb/HT1670
    i really have liked my blackberry, and have been waiting for this software for some time now, but if this is rims idea of a client i have no choice but to go to the iphone...

  • Most users can not use TEST PANELS or run EXE built vi's?

    On any fresh install of NI-DAQ, the System Administrator and the first user logged in afterwards can use the Test Panels... button in the "Measurement & Automation Explorer" as well as run the Standalone programs made by Application Builder (LabView 7.1)...all other users can not use the Test Panels... or run the Built-vi's that shows up with plenty of error code 21, "an external subroutine required for execution could not be found", and it seems to be vi's that are called by the vi's we use, like one step away. I have set the permissions to all the related files to FULL as well as hacked the registry's HKeyLocalMachine->Software->NI... as well as the CurrentControlSet->...->DAQCARD... all to full control.
    Since the Administrator and the frist user can run the programs it is definitely not a case of missing software, but just permission rights. Please help to get the other users productive as well!

    Hi, they have not got the application builder license here...

  • [ICM]Other way not use configuration manger...

    Hi all,
    I want to insert new agent not use configuration manager.
    so, I find out API or how to access AWDB directly.
    Thanks,
    Lee                

    The fact that you said "access the awdb directly" is scary.
    Configuration data is entered into the awdb "last" after it's sent directly from the config tools to the central controller (router) which stores the data in the loggers.  Only after the data is stored in the central database, is it pushed out to the distributor AWs.
    What is it you're attempting to do, such that the Configuration Manager isn't the answer?

  • How can send mails using hotmail/rediffmail domain name?

    I have used the below code to send a mail using javamail API?Even when I am sending my application does not have notified any of error/exceptions,But the message is not reached to I have given receipient's address in the to field.
    import javax.mail.*;
    import javax.mail.internet.*;
    import javax.activation.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.io.*;
    import java.util.*;
    public class Sendmail1 extends HttpServlet {
    private String smtpHost;
    // Initialize the servlet with the hostname of the SMTP server
    // we'll be using the send the messages
    public void init(ServletConfig config)
    throws ServletException {
    super.init(config);
    smtpHost = config.getInitParameter("smtpHost");
    //smtpHost = "sbm5501";
    smtpHost = "www.rediffmail.com";
    public void doGet(HttpServletRequest request,HttpServletResponse response)
    throws ServletException, java.io.IOException {
    String from = request.getParameter("from");
    String to "[email protected]";
    String cc = "[email protected]";
    String bcc ="[email protected]";
    String smtp ="www.rediffmail.com";
    String subject = "hai";
    String text = "Hai how r u";
    PrintWriter writer = response.getWriter();
    if (subject == null)
    subject = "Null";
    if (text == null)
    text = "No message";
    String status;
    try {
    // Create the JavaMail session
    java.util.Properties properties = System.getProperties();
    if (smtp == null)
    smtp = "www.rediffmail.com";
    properties.put("mail.smtp.host", smtp);
    Session session = Session.getInstance(properties, null);
    //to connect
    //Transport transport =session.getTransport("smtp");
    //transport.connect(smtpHost,user,password);
    // Construct the message
    MimeMessage message = new MimeMessage(session);
    // Set the from address
    Address fromAddress = new InternetAddress(from);
    message.setFrom(fromAddress);
    // Parse and set the recipient addresses
    Address[] toAddresses = InternetAddress.parse(to);
    message.setRecipients(Message.RecipientType.TO,toAddresses);
    Address[] ccAddresses = InternetAddress.parse(cc);
    message.setRecipients(Message.RecipientType.CC,ccAddresses);
    Address[] bccAddresses = InternetAddress.parse(to);
    message.setRecipients(Message.RecipientType.BCC,bccAddresses);
    // Set the subject and text
    message.setSubject(subject);
    message.setText(text);
    Transport.send(message);
    //status = "<h1>Congratulations,</h1><h2>Your message was sent.</h2>";
    } catch (AddressException e)
    status = "There was an error parsing the addresses. " + e;
    } catch (SendFailedException e)
    status = "<h1>Sorry,</h1><h2>There was an error sending the message.</h2>" + e;
    } catch (MessagingException e)
    status = "There was an unexpected error. " + e;
    // Output a status message
    response.setContentType("text/html");
    writer.println("<title>sendForm</title><body bgcolor= ><b><h3><font color=green><CENTER>CALIBERINFO.COM</CENTER></h3>Your message was sent to recepient(s).<br><font color=red>"+"\n"+to);
    writer.println("<br><br><a href=e:/mail/javamail/mail.html>back to compose</a>");
    writer.close();
    Please any one help me out from this probs.
    Awaiting for yours reply,
    or give me a reply to: [email protected]
    Regards,
    @maheshkumar.k

    Hi,
    how can send mails using hotmail/rediffmail domain name?In your java application,you specified www.rediffmail.com as your
    smtp server.But that is the address of that website.Try will a smtp
    server instead.For a list of free smtp servers,please visit http://www.thebestfree.net/free/freesmtp.htm
    Hope this helps.
    Good Luck.
    Gayam.Srinivasa Reddy
    Developer Technical Support
    Sun Microsystems
    http://www.sun.com/developers/support/

  • Exchange 2013 wildcard certificate - problem IMAP POP Because the matter is not a fully qualified domain name

    Hi all, I have an Exchange 2013 SP1, I have installed a third-party SSL certificate and correctly on the server, but when I assign the POP and IMAP services, I see this error
    The certificate with thumbprint XXXXXXXXX and subject '*. Xxxx.yyy' can not be used for POP SSL / TLS connections because the matter is not a fully qualified domain name (FQDN). Use the Set-POPSettings X509CertificateName command to set the FQDN of the service.
    I tried to run this command and restart the POP and IMAP services
    ImapSettings set-ca-server-1-X509CertificateName mail.xxxxx.yyy
    POPSettings set-ca-server-1-X509CertificateName mail.xxxxx.yyy
    But the POP and IMAP services, the certificate is not assigned.
    You know as you can solve
    regards
    Microsoft Certified IT Professional Server Administrator

    Hi,
    Before we go further, I’d like to confirm if you can use POP and IMAP properly.
    If everything goes well, we can safely ignore it:
    http://www.hsuconsulting.com/wildcard-ssl-certificate-exchange-2013-imap-and-pop-error/
    If not, we can try the following commands :
    Set-POPSettings -ExternalConnectionSetting {mail.domain.com:995:SSL}
    Set-ImapSettings -ExternalConnectionSetting {mail.domain.com:993:SSL}
    http://careexchange.in/how-to-enable-and-configure-pop-imap-in-exchange-2013/
    Note: Microsoft is providing the above information as convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information
    found there. Please make sure that you completely understand the risk before retrieving any suggestions from the above link.
    If you have any question, please feel free to let me know.
    Thanks,
    Angela Shi
    TechNet Community Support

Maybe you are looking for

  • Report for anoymous analysis of Time Quotas (IT2006)

    Dear all, we face the request to provide a view on all defined Time Quotas (InfoType 2006), where only the totals will be shown. Example: we have an overtime contingent OT employee 1 has 10hrs employee 2 has 20 hrs our goal would be based on selectio

  • Using Adobe Lightroom CC, do I still need Adobe Bridge CC?

    I have both Adobe Lightroom CC and Bridge CC applications. Is there something Bridge can do the Lightroom can't...if so what?

  • Extending a line, keeping the angle | But as part of a form!

    http://helpx.adobe.com/illustrator/using/adjust-path-segments.html  SAYS: "Adjust the length or angle of straight segments 1.          With the Direct Selection tool, select an anchor point on the segment you want to adjust. 2.          Drag the anch

  • Changing of default values on the selection screen dynamically

    Hi,       I have 2 radiobuttons R_A & R_B and i have one text field like P_TEXT. Based on selection of radio button i have to change the default values in P_TEXT on the selection screen. like if i select R_A i have to display P_TEXT = 'A'. if i selec

  • Having trouble updating to LogicPro 9.1.5

    HI, I've been running version LogicPro 9.0.2 up until today when I decided to update. Upon downloading and trying to run the script, I'm faced with this respone: Currently opperating on: Mac OS X 10.6.8 Any suggestions? Many thanks.