Azure AD Connect Export and Import Configuration Settings

Поділитися
Вставка
  • Опубліковано 19 жов 2024

КОМЕНТАРІ • 35

  • @ShotokuTech
    @ShotokuTech  2 роки тому +1

    #CSEXPORT to analyize the pending export changes.
    pushd C:\Program Files\Microsoft Azure AD Sync\Bin
    csexport YourADDomain c:\temp\aaco.xml /f:x
    csexport "AzureDomain.onmicrosoft.com - AAD" c:\temp\aadexport.xml /f:x
    CSExportAnalyzer c:\temp\aaco.xml > c:\temp\aaco-export.csv
    CSExportAnalyzer c:\temp\aadexport.xml > c:\temp\aadexport.csv
    docs.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-sync-staging-server

  • @linuxlearning1154
    @linuxlearning1154 Рік тому +1

    The Connector Staging part helped me.
    Thanx.

    • @ShotokuTech
      @ShotokuTech  Рік тому

      Thanks, yes it is a good test to make sure something bad won't happen.

  • @JoshuaMartinez-t1f
    @JoshuaMartinez-t1f Рік тому +1

    Thanks for the Help! Network Admin from Kansas!

    • @ShotokuTech
      @ShotokuTech  Рік тому

      Thanks! Make sure to see this short followup video. Things in production were different from the lab! ua-cam.com/video/-QjwXwzZg7g/v-deo.html

  • @sexymeh99
    @sexymeh99 2 роки тому +2

    Awesome video.. this guy is full of knowledge

    • @ShotokuTech
      @ShotokuTech  2 роки тому +1

      Thanks! Hard work pays off. Never give up.

  • @aanyah
    @aanyah 2 роки тому +2

    Another amazing video, cool tech stuff here as always!

  • @ОлегФедянин-т9к
    @ОлегФедянин-т9к Рік тому +1

    Thank you very much! You helped me to migrate configuration settings!

    • @ShotokuTech
      @ShotokuTech  Рік тому +1

      Great news. At work I actually have three AAD Connect instances syncing three forests to three tenants. So any shortcuts are welcome. Glad this helped you. Thanks.

    • @vgwarelearning4057
      @vgwarelearning4057 Рік тому +1

      @@ShotokuTech WOW ,, Do u have like MULTI CLOUD enviorment ?

    • @ShotokuTech
      @ShotokuTech  Рік тому

      @@vgwarelearning4057 Yeah, the struggle is real! 😅

    • @vgwarelearning4057
      @vgwarelearning4057 Рік тому +1

      @@ShotokuTech mine was pretty simple . May b u can tell old AAD Connect v1.6 on ADFS SERVER win 2012r12. Today configured AAD Connect v2 on staging mode,win svr 2022. What all I need to take care when turn new one into Active Mode.

    • @ShotokuTech
      @ShotokuTech  Рік тому +1

      @@vgwarelearning4057 I cover cutting over staged to production in this video. So please review it carefully, Also look for my pinned comment for the commands to test the output of the staged server before cutover. The import export feature has been moved into AAD Connect setup now. I cover that in this video: "Azure AD Connect Things I Didn't Know" ua-cam.com/video/-QjwXwzZg7g/v-deo.htmlsi=FIlneIDcZXPNAPzl

  • @danielthegardenwarrior3825
    @danielthegardenwarrior3825 2 роки тому +1

    Awesome job covering this

    • @ShotokuTech
      @ShotokuTech  2 роки тому

      Thanks. Make sure to check this one out. It follows up on this one with a couple key details. Thanks!
      Azure AD Connect Things I Didn't Know
      ua-cam.com/video/-QjwXwzZg7g/v-deo.html

  • @NicoPost
    @NicoPost Рік тому +1

    Thank you for the video!

    • @ShotokuTech
      @ShotokuTech  Рік тому

      Thanks! Don't miss my followup video with more new details: Azure AD Connect Things I Didn't Know
      ua-cam.com/video/-QjwXwzZg7g/v-deo.html

  • @marcinbogdanski6184
    @marcinbogdanski6184 2 роки тому +1

    Thanks for sharing all that knowledge.

  • @MsJorgeb7
    @MsJorgeb7 2 роки тому +1

    Very good video! Thank you!

    • @ShotokuTech
      @ShotokuTech  2 роки тому

      Thanks! I heartily recommend my follow up to this video: "Azure AD Connect Things I Didn't Know"
      ua-cam.com/video/-QjwXwzZg7g/v-deo.html

  • @ShaikhAfroz
    @ShaikhAfroz Рік тому +1

    good stuff

    • @ShotokuTech
      @ShotokuTech  Рік тому

      Make sure to watch "Azure AD Connect Things I Didn't Know"
      ua-cam.com/video/-QjwXwzZg7g/v-deo.html

  • @romakogan4527
    @romakogan4527 2 роки тому +1

    Quick question if I may: If I ran export validation commands and they show that every single user OMODT is UPDATE and AMODT is ADD - what does that mean as far as promoting this new staging server? Why would it show all records as having to be updated?

    • @ShotokuTech
      @ShotokuTech  2 роки тому

      I'm not so concerned about updates as I am deletes. But can you see what attributes are being added?
      "Understanding the export.csv file Most of the file is self-explanatory. Some abbreviations to understand the content:
      OMODT - Object Modification Type. Indicates if the operation at an object level is an Add, Update, or Delete.
      AMODT - Attribute Modification Type. Indicates if the operation at an attribute level is an Add, Update, or delete."
      docs.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-sync-staging-server#verify

    • @romakogan4527
      @romakogan4527 2 роки тому +1

      @@ShotokuTech On local AD, it wants to Update Attribute "msDS-ExternalDirectoryObjectId" on all objects. On Azure AD it wants to ADD 3 Attributes: dnsDomainName, netBiosName and onPremisesSamAccountName

    • @ShotokuTech
      @ShotokuTech  2 роки тому

      @@romakogan4527 These seem like new attributes being added to sync. I think you are fine. It's when you have an unusual number of deletes or adds I get concerned. Back when Dirsync was replaced by AAD Connect, they changed the logic to sync rules and I managed to delete 18 corporate executives from the other forest, who fell prey to an errant contact filter. Had I known how to check this then, it would have spared me. LOL

  • @DEMDEM-rd6uk
    @DEMDEM-rd6uk Рік тому +1

    Can I do this with the old server having a old version of AD connect?

    • @ShotokuTech
      @ShotokuTech  Рік тому

      This came in with v1.6.x.x I think. I have not tried it on anything earlier. On some newer versions and now on v2.x.x.x it is actually a menu option in AAD Connect setup. And the PowerShell script seemed to not work at that point. This video updates on it. ua-cam.com/video/-QjwXwzZg7g/v-deo.html

  • @adnantahir7690
    @adnantahir7690 Рік тому +1

    I wan to migrate AAD user to ON-perm AD
    Please Guide me

    • @ShotokuTech
      @ShotokuTech  Рік тому

      This is an interesting question that I don't think I can answer in the context of the comment section. Let me give is a thought and I will see what I can do.

    • @ShotokuTech
      @ShotokuTech  Рік тому

      Here is my test. Let me know what you think? ua-cam.com/video/mc8KlVrW6rU/v-deo.html