Jump to content


anyweb

Migrate to the cloud - Part 1. Setup

Recommended Posts

hi @dipalma

thank you for trying out my solution, this code is 'as is' and it's up to you to make it work in your environment, you can rem out all the scrolling by editing the associated log file, but what you really should have seen is the full screen status screen and not the powershell logging

what that means is something probably failed which is why you are seeing the powershell cmd instead of the status screen,

feel free to post your logs here and i can take a look.

that said, i'm still working on it and will hopefully have a newer version of it to release in the coming month or two with a LOT of bug fixes and improvements

cheers

niall

  • Like 1

Share this post


Link to post
Share on other sites

hi @Wizu

I've now finished updating the changes and testing to the new release (1.5.28)

I plan on blogging about the changes shortly, if you'd like to try it before I blog it then please pm me and i'll make the code available,

Share this post


Link to post
Share on other sites

Hello,

Your script is awesome and will save us a lot of works for our migration. Thanks a lot for sharing it with us.

I had to modify something to get it work.

When OS language is different from english, the administrators group isn't the same so instead of using an hardcoded group name I got it with the sid which is always the same  

        $AdminGroup=(get-wmiobject win32_group -Filter "SID='S-1-5-32-544'" | Select Name)
        Add-LocalGroupMember -Group $AdminGroup -Member $UserName}
  • Like 1

Share this post


Link to post
Share on other sites

hi TomBlack, i have a new version (not released yet) with several fixes/changes/enhancements, if you want to try it, pm me and i'll make it available to you, blog coming later...

 

Share this post


Link to post
Share on other sites

Hello @anyweb,

First of all, I really want to thank you for the amazing blog and the youtube video, it has been really helpful :) Is the updated code up for download? I've been waiting for it for a while and would be really glad if you could post something about it. Thnx

Share this post


Link to post
Share on other sites

hi @shintest, i'm working on it just now so plan on releasing yet another release soon, please stay tuned !

  • Like 1

Share this post


Link to post
Share on other sites

Hi Niall,

 

Hope you are doing well and thank you for the great stuff you put together 😉

I have a small question, would it be possible to migrate the data from the old profile to the new one created after the migration of the machine?

I know all the data will be on OneDrive, but just in case user start to download all the data again and end up facing storage problems.

Edited by RobsonM

Share this post


Link to post
Share on other sites

hi @RobsonM, thanks !

this tool does not migrate any of the users data, but ... it also doesn't delete anything so the users data (files apps etc) is still stored and hidden in their old profile located in C:\Users\<username.old>

if you really want to migrate their data then you'll need to customize the scripts and/or use a 3rd party tool for that

 

cheers

niall

  • Like 1

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.