User syncing from one DC to another

Dear friends,
Let me tell you the details. I have domain a domain A and domain B, created trust between the domains. Joined machines to Domain A and can login as Domain B user. We have an exchange in domain B and the Domain A users have mailboxes in it(Domain B have additional
suffix).
My Question: Can we add a replica of users (in an OU) in domain B to domain A, this is required for some applications in the domain A environment. I know trust creation is the solution but the requirement is the presence of objects in domain A.
Eg : user1 object must be available in domain A and domain B with same password. I know the question itself is confusing.
Please advise.
Regards,

Hi
Exchangetvm,
Syncing password and having replica users would mean, a management overhead. On top of it complexity in troubleshooting issues would be tedious.
You might now also need two-way password sync etc., even one-way password sync will pose a security risk or account lockouts if the sync is not good enough.
You should look for other options, rather than getting this done this way.
You might look at the possibility of using a AD-LDS instance of the AD of domainA. Its just as Mahdi said, this is like using FIM, but in a alternate way.
If you have Forefront Identity Manager (FIM), you can use it to synchronize the users from AD into AD LDS and then manually populate the AD LDS specific attributes through LDP, ADSIEdit, or a custom or 3rd party application. If you don't have FIM, however,
you can use ADAMSync to synchronize data from your Active Directory to AD LDS. It is important to remember that ADAMSync DOES NOT synchronize user passwords! If you want the AD LDS user account to use the same password as the AD user, then
userproxy transformation is what you need.
In the References section, I've included links that explain the purpose and configuration of
userproxy. The short version is that you can use this section of code to create userproxy
objects rather than AD LDS user class objects. Userproxy objects are a special class of user that links back to an Active Directory domain account to allow the AD LDS user to utilize the password of their corresponding user account in AD. It is NOT
a way to logon on to AD from an external network. It is a way to allow an application that utilizes AD LDS as its LDAP directory to authenticate a user via the same password they have in AD. Communication between AD and AD LDS is required for this to work
and the application that is requesting the authentication does not receive a Kerberos ticket for the user.
Exchange Online
DirSync uses similar concept(your requirement, not ADLDS), but ADFS is preferred over it.
Is there a place I can go to see all the feature differences between FIM, Dirsync and AAD Sync?
Yes, see the full matrix
here.
References:
Microsoft Azure Active
Directory Sync tool
New Office 365 directory synchronization tool shipped called
Azure Active Directory Synchronization Services
Active Directory - The UnicodePwd Mystery of AD LDS
Understanding Proxy Authentication in AD LDS - userproxy transformation
Synchronize with Active Directory Domain Services
Checklist: Synchronize Data from AD DS to AD LDS
Regards,
Satyajit
Please “Vote As Helpful”
if you find my contribution useful or “Mark As Answer” if it does answer your question. That will encourage me - and others - to take time out to help you.

Similar Messages

  • How to transfer user settings from one account to another (on the same Mac)

    I'd like to create separate user accounts for "work" and "play" (so that I can do things like have separate address books, etc...). However, I already have LOTS of personalized settings (trackpad behavior, login items, etc) that I'd like to keep the same between the two accounts.
    Is there a way to transfer all of the user settings from one account to another?

    You'll need to copy your /Home/Library folder. Make sure you back up first before doing the following. Log out of both your Work and Play accounts. Log in to a third account with administrator privileges. Assuming you are copying from the account called "work" to the account called "play", enter the following in Terminal:
    sudo rm -rf ~play/Library (this deletes Play's Library folder.)
    sudo cp -R ~work/Library ~play/Library (this copies Work's Library folder to Play's folder.)
    sudo chown -R play ~play/Library (this fixes permissions of Play's new Library folder.)

  • Moving iphone sync from one computer to another

    Hi everyone,
    I am about to switch from one laptop to another & would like to start syncing my iphone 4 on the new laptop. How do I do the transfer? I tried once and the iphone will sync any apps from the laptop to the iphone (none at the moment so it would erase all apps on the iphone) but not the other way round. Once again, I dont want to sync to both laptops, I just want to switch from one laptop to another one. For example, what happens if your laptop stops working, you cant sync/backup your iphone to another/new laptop?
    Thanks

    I have re-authorised my computer, but not synced yet.
    All Mozy did was to copy everything under C:\Users\Mark Moss\Music\iTunes\iTunes Music, to a backup folder of the same name on mozy.com. So when I restored my hard drive's data, the iTunes was put back.
    Under C:\Users\Mark Moss\Music\iTunes\Mobile Applications on my (repaired) laptop, I now don't have any mobile apps listed (I guess I'd forgotten to back those up but in any case they're on my iPhone) so I'm concerned that if I replace my iPhone, I'll lose the apps, which I want to avoid.

  • Powershell Copy User Description from one Domain to another in one Forest

    Hi.
    I would like to copy the Description field from one domain to another domain in the same forest.
    First I would like to get the following data from source domain
    - SamAccountName
    - Description
    - Office
    - Job Title
    - Department
    - Manager
    I would like to get these informations to a txt-file. That I can manage myself, I think.
    These values shoud then be set on the destination domain - and here my powershell skills are not suffecient. How do I add these values from txt-file to existing users? (if some users aren't there, the script should continue)....
    I can Get-AdUser -Identity xxx -Server sourcedomain and Get-AdUser -Identity xxx -Server destinationdomain from the same powershell windows.
    Regards
    Carsten
    Carsten

    Hi. Thank you very much for helping me out. I tried the above script and added in additional properties.
    When I run the script, I only get one line in my csv-file, the Office-field is empty and all items appear on screen instead of output to file.
    The script looks as follows:
    $ou = [adsi] "LDAP:<Server>"
    $searcher = New-Object System.DirectoryServices.DirectorySearcher $ou
    $searcher.Filter = 'objectClass=user'
    $result = $searcher.FindAll()
    foreach($contacts in $result)
     $contact = $contacts.GetDirectoryEntry()
     $contact | Select-Object -Property @{Name="SamAccountName";Expression={$_.SamAccountName}},
               @{Name="Description";Expression={$_.Description}},
               @{Name="Office";Expression={$_.Office}},
               @{Name="Title";Expression={$_.Title}},
               @{Name="Department";Expression={$_.Department}},
               @{Name="Manager";Expression={$_.Manager}}
    $contacts | Export-Csv -Path output.csv
    Carsten

  • Moving user files from one server to another.

    Hi everyone
    I would need your help to help me migrate the user files of around 300 persons to a new server.
    Is there a tool that could help me doing that?
    Here is the situation:
    I have an old 2003 server with all the user accounts. We are using the shares to manage rights.
    We want to migrate all these accounts to a 2008 R2 server using NTFS rights.
    So:
    is there a tool that could:
    - copy the files and put NTFS right automatically with the username (%username%) as owner for each user personal folder.
    - change the path of the personal folder in each account in AD to the new server.
    - Make them automatically members of a specific group (We use that group to exclude these users from the old login script that would've map to old server instead.)
    is there anyone who could help me with this issue?
    Thank you very much!
    Dag

    Hi Dag,
    You can use robocopy to copy user files NTFS permissions from one server to another server and use /COPY:O to copy the owner information.
    For robocopy command, I would like to suggest you refer to the below article:
    http://technet.microsoft.com/en-us/library/cc733145(v=ws.10).aspx
    Robocopy will not help copy Share permissions but only NTFS permissions. So if the drive letter will not be changed, you can backup and restore the Share permission with steps here:
    http://support.microsoft.com/kb/125996
    Then you can refer to the article below to change the path of the personal folder in each account in AD:
    Change a user's home directory
    http://technet.microsoft.com/en-us/library/cc732253.aspx
    Best Regards,
    Mandy 
    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.

  • How to copy a user account from one Mac to another

    If I have a main user (admin) account on one Mac, and want to copy its Home Folder over to another Mac that already has user accounts on it, what is the best way to do it?
    For example, if I boot the source Mac in Target Disk Mode then connect it to the other Mac, can I just drag and drop from its Users folder into the Users folder on the other Mac? And would that then appear in SysPref/Accounts, complete with names and passwords etc, or is it not that simple?
    (Actually, I just checked by launching Migration Assistant, and it seems to indicate I can use it to copy User Accounts from a different Mac - is this all I need? How would I connect the two Macs for this to work?)

    Slightly confusing, that article - it talks about using Migration Assistant in Lion or Mountain Lion, but in my case both computers have used Snow Leopard. Does it still apply?
    (One other observation - don't you find it confusing the way Apple defines "Target Disk Mode"? It's pretty much always the case that a computer booted in this way becomes the Source computer, while the Target computer is the one it's connected to!!)

  • Copy a user account from one disk to another

    I replaced the hard drive in my G5 imac, and for one reason or another, using restore failed to create a bootable disk. Instead, I reinstalled Leopard. I would like to copy the old user account from the old hard drive so I can seamlessly continue using my computer. I created a secondary account on the new drive with the same name as the old one, and then copied the contents, but that didn't work very well.
    Can you advise how to restore the account from an old disk for use on a new one?

    Well, the desktop picture was generic, opening firefox gave me the error along the lines of "cannot open firefox, firefox is already open." Trying to download a new firefox tells me that there's no room on the disk. That's about where I stopped. Pretty much everything isn't working right.

  • Help with migrating user data from one account to another

    I am on a G5 with 10.4.11. I installed FCP studio 6 and everything works fine except compressor. I have had only one user account on this mac (i will call it account 1). I was told to create another account (account 2), log on and see if compressor works. It does. Basically there are files missing on account 1 and compressor won't run. I have installed 3 times and no change.
    Anyway I was told to migrate all my user data from account 1 to account 2. I have been looking at threads and want to make sure I am doing the right thing. I found a way to close. Please see if this works. IT may be from the tiger forum:
    pick a short user name for your new account. then run the following terminal commands
    sudo mkdir /users/newshortname
    sudo ditto ~ /users/newshortname
    You'll have to enter your admin password (which you won't see) after the first command. that's normal. This will copy your current home directory to /users/newshortname. Then go to system preferences->accounts and create a new account with the short name newshortname. You'll get a popup saying that a home directory by that name already exists and asking if you want to use it. say yes.
    Anyway, I would like to migrate everything from account 1 to 2 and have all preferences...everything. I would also like to be able to delete the old account...account 1 and rename account 2. Since this is a home MAC, I really don't need it PW protected. I would like this MAC to just use my new account 2 at start up.
    Please ask me any questions. This is my editing MAC, and I can't get around inside the OS. I know FCP like the back of my hand, but don't want to screw up this computer.
    Thanks in advance.
    Message was edited by: Nelson May

    Yeah, you should be able to move most of it by changing permissions.
    Network settings could be any/all of these though for instance...
    /Users/YourUserName/Library/Preferences/ByHost/com.apple.networkConnect.<12 digit number>.plist
    /Users/YourUserName/Library/Preferences/com.apple.internetconnect.plist
    /Library/Preferences/SystemConfiguration/preferences.plist
    /Users/YourUserName/Library/Preferences/com.apple.systempreferences.plist
    /Library/Preferences/SystemConfiguration/com.apple.airport.preferences.plist
    /Library/Preferences/com.apple.sharing.firewall.plist
    /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist
    /Library/Preferences/com.apple.networkConfig.plist
    /Library/Preferences/SystemConfiguration/com.apple.nat.plist
    /Library/Preferences/com.apple.print.FaxPrefs.plist
    As well as the old Keychain & cookies from your Browser.

  • Importing users & groups from one OID to another

    I was wondering what's the fastest and most efficient way of exporting all users, groups, classes & attributes from one OID server and importing them into another OID server. In another way i just need to synchronize both OID servers with the same data. what's the fastest and best way to achieve that please?

    Just use the gray installer discs that came with one of the computers.
    Note that you must then remove from the first computer as you have only a license for one computer.

  • OBIEE 10g Copy user profile from one Env to another Env

    Hi All,
    I have to copy an user profile from DEV to SIT.
    It has so many components. I have copied the following components from DEV to SIT. but i am getting an access errors. could you please help me find out what am i missing?. I also tried by deleting user1.atr on Target Server.
    web\catalog\DEV_REPO\root\users\user1                -- folder
    web\catalog\DEV_REPO\root\users\user1.atr           --file
    Error:
    Assertion failure: pRoot at line 107 of ./project/webxml/xmldocument.cpp
        Error Details: Error Codes: OQ78YWIW
    Regards,
    Suresh

    How are you friend
    by this time you might have checked this OBIEE - Oracle Business Intelligence 911: OBIEE 10g Error from Dashboard layout

  • Moving Sync from one computer to another.

    Hi Folks!
    I have been using an old Mac Mini to sync my iPhone 3G to and want to move it to an older G5. When I first plugged the iPhone into the G5 I got the expected warning about loosing all the data currently on the phone. I can, and have, moved most, if not all, of the music/movie/audiobook files over to the G5 and will be moving my photos as soon as I get iPhoto on the G5.
    My question is, how do I move the backup info from the Mac Mini to the G5?
    Thanks for any assistance!
    Eric C. Smith
    Dual 2.5GHz G5/Mac OSX 10.5.8
    Single 1.8 GHz G5/Mac OSX 10.5.8
    1.42 PPC Mac Mini/Mac OSX 10.4.x
    Various and sundry PCs running Windows XP

    This is where the backups are stored, just copy to the right folder:
    Where Backups are stored:
    The folder where your backup data is stored changes depending on the computer's operating system. Since iTunes only keeps one backup per device, you should ensure the backup folder is included in your periodic data backup routine.
    iTunes places the backup files in the following places:
    On a Mac: ~/Library/Application Support/MobileSync/Backup/
    On Windows XP: \Documents and Settings\(username)\Application Data\Apple Computer\MobileSync\Backup\
    On Windows Vista: \Users\(username)\AppData\Roaming\Apple Computer\MobileSync\Backup\

  • Getting User Settings from One MBP to another MBP

    Scenario:  I've got two 2011 MBP 13" 2.7ghz 500GB Hybrid SSD 8GB RAM laptops.  On one of them, the hard drive became unrepairable, so in order to fix, I transferred all of my data via thunderbolt from the unrepairable hard drive to the other MBP's hard drive.  I then erased and restored the hard drive of the machine not working and reinstalled Lion.  All good.  I then transferred all of my data back.  Question, how do I get my user settings back if I skipped the set up assistant the first time around?  Migration assistant?  I put the MBP holding my old data in target disk mode but I only am able to migrate the settings of the previously working MBP.  Does this make sense?  Thank you.

    If I'm getting this right (and that's not certain) when you first
    transferred all of my data via thunderbolt from the unrepairable hard drive to the other MBP's hard drive.
    How did you do this and what did you copy and where (to another folder?) on the working MBP?

  • I need to MERGE a same named user account from one mac to another.

    I am  a neophyte in the Mac World, seeking to move al of my son's material from hid old MacBook to a MacBook Pro that has a fresh install of Snow Leopard. I set up his user account on the MacBook Pro during the installation process. The user account on the Book has an identical name. He has used the Pro for two weeks. The need is to MERGE the accounts' information, NOT: 1) Renaming the user account to be transferred (THAT MIGHT MAKE HIM SCHIZOPHRENIC); 2) Replacing the existing user account with the one you are transferring (THAT WOULD MAKE HIM LOOSE TWO WEEKS OF HIS LIFE); or 3) Do not transfer this user account (WHICH WOULD MAKE HIM LOOSE TWO YEARS OF HIS LIFE), as these are the only options available (all unacceptable) via Migration Assistant using a Time Machine backup. If it is material, I made a backup of the Book before and after upgrading it to Snow Leopard. I attempting to migrate from the post-update backup. I'm tempted to try Ethernet migration, but suspect I will be faced with this same dilemma. I have reviewed other posts on this subject, and hope there is a better solution than putting the old User Account into the public folder of the Pro and then moving data into the new User Account.
    Express Lane is closed down for the day, so this is my first experience in a discussion group. Anyone have any suggestions?

    As long as the two accounts share the same username the solution is fairly simple with minor exceptions. On the new machine connect the backup drive you used. With the immediate exception of email, calendars, and contacts you can just drag the desired files from the backup drive onto the new computer putting them in their appropriate folders on the new computer - this would be the various folders in the /Home/ folder.
    For email: Mac OS X Mail- How to import email
    For iCal and Address Book it would be easiest to stay with the most recent data and copy these folders:
    /Home/Library/Calendars/
    /Home/Library/Applications Support/AddressBook/
    Copy these folders to the equivalent locations on the new computer. Then you also need to copy:
    /Home/Library/Preferences/com.apple.addressbook.plist
    /Home/Library/Preferences/com.apple.addressbook.abd.plist
    /Home/Library/Preferences/com.apple.ical.plist
    into the appropriate folder on the new computer.

  • Adding an existing user account from one computer to another?

    hey all,
    i fried my Macbook. it's wrecked.
    while i save for another i plan on borrowing my sister's computer (she's going overseas for 3 months).
    Now im sure the HD of my Macbook is fine, and my mum has one too. So i want to take the HD out of hers (apparently this wont void the warranty) and put my HD into it, booting it from mine, so that it is essentially my computer.
    Then i want to transfer my account details to my sister's iMac - but i dont want to wipe her account off. I just want to add an account to her iMac, that account being the one that was on my Macbook (via my mum's Macbook).
    How can i do this? Can i do it? Does it matter that my Macbook (and therefore my account) was running OS 10.5, while her iMac is on OS 10.4?
    Id love to hear back from anyone that can help. I haven't had much luck so far... my Macbook was only a few months old, and i was literally a week from insuring it when i bumped a glass of orange juice.... you can imagine the rest : (
    thanks all : )

    Leopard itself, unlike Tiger, is a "universal boot" OS - it does not come in separate Intel and PPC versions. So if you can get your MacBook HD image cloned onto an APM-formatted external Firewire drive, it MIGHT still boot and run in the G5 iMac.
    You said you got an external drive - did you mean a Firewire enclosure which now holds the MB HD?
    If so, you could now obtain another external Firewire drive, not just an enclosure. They are quite cheap at OWC (much cheaper than another computer) and can be put to good use later for backup whatever happens.
    Then the idea would be to connect the new empty drive to the G5 iMac, and use Disk Utility there to partition it as APM if it is not already that way. Then also connect the FW enclosure containing your MB HD. From the G5, use a program like Carbon Copy Cloner to clone the old GUID-partitioned MB volume (source) to the new APM-partitioned external drive volume (target).
    Next try to boot from the new external drive, and cross your fingers!
    Again this might not work, but an external FW drive is always a good investment for future backup.
    You mentioned an eMac - if you want to try it instead of the G5, be sure it meets the requirements for Leopard.
    jd

  • How to correctly merge users folders from one catalog to another?

    Hi gurus,
    Here's the scenario we have right now and would appreciate any guidance:
    Several months ago, in our 11g Test server, we upgraded our 10g production catalog to 11g and have been developing/correcting dashboards in this 11g Test server.
    Now we are ready to go to production with our 11g changes. What is the correct way to merge the catalog so that at the end, I'll have an 11g Production catalog with my updated 11g dashboards but we have the users' personal content from 10g?
    Specifically, my question/concerns are:
    1 - Should I be using 11g Test server catalog as the base and then upgrade current 10g catalog and copy and paste just the /root/users folder into the 11g Test server catalog using Catalog Manager?
    or
    Should I use the upgraded 10g production catalog as the base and then copy and paste in the /root/shared folder from 11g Test server catalog using Catalog manager?
    2 - What about the /root/system folder? Do I keep the 10g upgraded /system folder or the 11g test /system folder?
    Thanks for your help.

    Hi User,
    Follow this approach,
    1. Upgrade the existing prod catalog to 11g
    2.Open the test catalog in Catalog Manager
    3.Select the shared folder which has the new reports, goto file ->archive and save the archive file
    4.Open the upgraded prod catalog, select the shared folder ->File -> Unarchive and select the saved archived file
    5.Deploy this catalog in dev or test environment and verify the changes.
    Regards,
    Dpka

Maybe you are looking for

  • IPhone 6 iOS 8.1 - Photos blank / preview corrupt after restore from backup

    Hello, I just restored from a recent backup of an iPhone 5s @iOS 8.1 (from today) to a new iPhone 6, also on iOS 8.1. Everything else is ok, except the photo library. Only those images that have been edited within in iPhone 5s stock photos app over t

  • TimeMachine migrates to the wrong date. How do I specifiy which date to migrate from?

    Recently, my MacBook Pro 2011 unibody, 10.7.5 crashed due to bad sectors. After installing a new a hard drive, I preformed a restore via the migration assistance. It all went well except that it restored to not the latest date. The cause of this is w

  • How to remove duplicate emails in Mail

    Does anyone know if a good app that works in Lion that will help me remove duplicate emails in Mail?  There are some options on the web that I've found but they don't seem to work with Lion.

  • File directory.

    Hey Guys, i dont know if this is possible, but im building an intranet and there a page thats is going to link to lots of files, but these file will be contantly changing, adding and removing. i am wondering on that page is it possible to have a litt

  • Combobx prolem

    Hello expert I make define New functionality in combo box like in sap but sir i get problem that when i click on define new it open one table when i add code and name in table and update it and close the updated entry not display in combo box but whe