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

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

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.