From the course: AWS Administration: Migrating Virtual Machines

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Deploy the Azure connector

Deploy the Azure connector - Amazon Web Services (AWS) Tutorial

From the course: AWS Administration: Migrating Virtual Machines

Start my 1-month free trial

Deploy the Azure connector

- [Instructor] So the next step in the process is to execute the script that we downloaded in one of the previous videos. So right now I'm logged in to my Azure virtual machine and the first thing that we need to do is to check the execution policy to make sure that it's sufficient to allow us to execute the script and we do this by using the Get-ExecutionPolicy cmdlet. And in this case, we can see that the ExecutionPolicy is set to Unrestricted, which is fine. Remote sign in should also work. If you need to change your ExecutionPolicy, you can do so by using the Set-ExecutionPolicy cmdlet, followed by the name of the ExecutionPolicy that you want to use. So the next thing that we need to do is to switch to the folder containing the script. And to do this, I'll type cd\ and press Enter and that's going to drop us down to the root folder. And then from there, I'm going to go to the scripts folder where I saved my script…

Contents