Skip to content

derdanu/azure-storage-mover-hyper-v-gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

azure-storage-mover-hyper-v-gallery

Hyper-V Gallery for Azure Storage Mover Agent

Setup Hyper-V Gallery

The following commands must be executed on Administrator PowerShell.

Add gallery

New-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Virtualization\"  `
    -Name 'GalleryLocations' -PropertyType MultiString -Value (
    'https://raw.githubusercontent.com/derdanu/azure-storage-mover-hyper-v-gallery/main/image.json',
    'https://go.microsoft.com/fwlink/?linkid=851584'
    )

Remove gallery

Remove-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Virtualization\" -Name "GalleryLocations"

Create a Azure Storage Mover Agent VM

  1. Open Hyper-V Manager
  2. Click on Quick Create...
  3. Select Azure Storage Mover Agent VM and click on Create Virtual Machine
  4. Click on Connect to connect to the VM
  5. Login with admin and password admin

Hyper-V-Quick-Create-Gallery

About

Hyper-V Gallery for Azure Storage Mover Agent

Resources

Stars

Watchers

Forks

Packages

No packages published