Simple Migration API

A set of utilities that allows the migration of data between two systems that each have a suitable API.

Installation

Install-Module `
    -Name:simple-migration.ps1 `
    -Force

Build

Test

Install Pester

Install-Module `
    -Name:Pester `
    -Force

Import-Module `
    -Name:Pester `
    -Passthru

Contribute