ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Removed computer form AD need user profile

    Scheduled Pinned Locked Moved IT Discussion
    windowsactive directorywindows vistawindows 10windows 7migrationprofiles
    23 Posts 10 Posters 2.6k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • wrx7mW
      wrx7m @JaredBusch
      last edited by wrx7m

      @jaredbusch said in Removed computer form AD need user profile:

      Which version of this program? Do I need to buy it?

      If you are just keeping the clients as they are and just need to adjust the profiles, this is the one you want - http://www.forensit.com/domain-migration.html

      If you are setting up new systems and want to migrate a profile to a new system, you would use this one-
      http://www.forensit.com/move-computer.html

      Tranzwiz (second option) is free for personal use but only 79.95 for pro, per tech.

      1 Reply Last reply Reply Quote 1
      • ObsolesceO
        Obsolesce @black3dynamite
        last edited by

        @black3dynamite said in Removed computer form AD need user profile:

        @jaredbusch said in Removed computer form AD need user profile:

        Which version of this program? Do I need to buy it?

        It's free for personal use.

        This doesn't sound like personal use at all... so I don't know wtf Dustin is pushing this.

        KellyK DustinB3403D 2 Replies Last reply Reply Quote 1
        • dafyreD
          dafyre
          last edited by

          I've done this a time or two...

          • Unjoin computer from AD... Reboot
          • Log in as admin, create NEW user account with same username as AD username
          • Grant new user account full control on the C:\Users\username folder.
          • Reboot, and Login as new user. All their stuff should still be there.
          wrx7mW 1 Reply Last reply Reply Quote 1
          • KellyK
            Kelly @Obsolesce
            last edited by

            @tim_g said in Removed computer form AD need user profile:

            @black3dynamite said in Removed computer form AD need user profile:

            @jaredbusch said in Removed computer form AD need user profile:

            Which version of this program? Do I need to buy it?

            It's free for personal use.

            This doesn't sound like personal use at all... so I don't know wtf Dustin is pushing this.

            $90 is pretty reasonable for the amount of time it could save. This is the biggest hassle in domain migrations/removals.

            1 Reply Last reply Reply Quote 0
            • wrx7mW
              wrx7m @dafyre
              last edited by

              @dafyre said in Removed computer form AD need user profile:

              I've done this a time or two...

              • Unjoin computer from AD... Reboot
              • Log in as admin, create NEW user account with same username as AD username
              • Grant new user account full control on the C:\Users\username folder.
              • Reboot, and Login as new user. All their stuff should still be there.

              What about the SID in the profilelist reg key?

              dafyreD dbeatoD 2 Replies Last reply Reply Quote 0
              • dafyreD
                dafyre @wrx7m
                last edited by

                @wrx7m said in Removed computer form AD need user profile:

                @dafyre said in Removed computer form AD need user profile:

                I've done this a time or two...

                • Unjoin computer from AD... Reboot
                • Log in as admin, create NEW user account with same username as AD username
                • Grant new user account full control on the C:\Users\username folder.
                • Reboot, and Login as new user. All their stuff should still be there.

                What about the SID in the profilelist reg key?

                I don't recall ever having to muck around in the registry to fix it. It's been a while since I had to do it.

                1 Reply Last reply Reply Quote 0
                • DustinB3403D
                  DustinB3403 @Obsolesce
                  last edited by

                  @tim_g said in Removed computer form AD need user profile:

                  @black3dynamite said in Removed computer form AD need user profile:

                  @jaredbusch said in Removed computer form AD need user profile:

                  Which version of this program? Do I need to buy it?

                  It's free for personal use.

                  This doesn't sound like personal use at all... so I don't know wtf Dustin is pushing this.

                  I didn't say steal it...

                  1 Reply Last reply Reply Quote 0
                  • dbeatoD
                    dbeato @wrx7m
                    last edited by

                    @wrx7m said in Removed computer form AD need user profile:

                    @dafyre said in Removed computer form AD need user profile:

                    I've done this a time or two...

                    • Unjoin computer from AD... Reboot
                    • Log in as admin, create NEW user account with same username as AD username
                    • Grant new user account full control on the C:\Users\username folder.
                    • Reboot, and Login as new user. All their stuff should still be there.

                    What about the SID in the profilelist reg key?

                    That is what ForensiIT does in the background.

                    wrx7mW 1 Reply Last reply Reply Quote 1
                    • dbeatoD
                      dbeato
                      last edited by

                      USMT would have been great for this:
                      https://docs.microsoft.com/en-us/windows/deployment/usmt/usmt-overview
                      But this should work
                      https://support.microsoft.com/en-us/help/2454362/renaming-a-user-account-does-not-automatically-change-the-profile-path
                      or
                      https://morgansimonsen.com/2008/06/10/how-to-manually-transfer-a-user-profile-from-one-user-to-another-2/

                      1 Reply Last reply Reply Quote 3
                      • Mike DavisM
                        Mike Davis
                        last edited by

                        I just took some computers from no AD to AD. The USMT even grabbed their wall paper. The commands were:

                        scanstate.exe c:\USMT /uel:30 /i:migapp.xml /i:migdocs.xml /localonly /ui:"sarah"
                        loadstate.exe c:\USMT /i:miguser.xml /i:migapp.xml /MU:"sarah":"ad.domain.com\ssmith"
                        

                        You would be doing the reverse of that, but the /MU switch is the one that changes the account type. One that that I noticed is that it seemed to be scanning the entire hard drive looking for docs placed outside the user folders. Since it was going right back down to the same machine, I didn't need that, since it took extra time. If anyone knows what is needed to avoid that, please share.

                        1 Reply Last reply Reply Quote 3
                        • wrx7mW
                          wrx7m @dbeato
                          last edited by

                          @dbeato said in Removed computer form AD need user profile:

                          @wrx7m said in Removed computer form AD need user profile:

                          @dafyre said in Removed computer form AD need user profile:

                          I've done this a time or two...

                          • Unjoin computer from AD... Reboot
                          • Log in as admin, create NEW user account with same username as AD username
                          • Grant new user account full control on the C:\Users\username folder.
                          • Reboot, and Login as new user. All their stuff should still be there.

                          What about the SID in the profilelist reg key?

                          That is what ForensiIT does in the background.

                          Right, I know that. I was asking about when dafyre said he used to do it manually with the steps he outlined.

                          1 Reply Last reply Reply Quote 1
                          • CloudKnightC
                            CloudKnight
                            last edited by

                            I've have used that ProfileWiz before by ForensiT, works really well.

                            1 Reply Last reply Reply Quote 2
                            • 1
                            • 2
                            • 2 / 2
                            • First post
                              Last post