A set of utilities that allows the migration of data between two systems that each have a suitable API.
Install-Module `
-Name:simple-migration.ps1 `
-Force
Install Pester
Install-Module `
-Name:Pester `
-Force
Import-Module `
-Name:Pester `
-Passthru