example-scripts/move-single-solution.ps1

# !!!!!!!!!!!! WARNING !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# I've hard coded this because I don't know an easy way to ensure I'm getting the latest file
# !!!!!!!!!Be sure to change on your machine if you want it to load the local script (if you're just using this as an example, ignore it)!!!!!!!!!!!!!!!!!!!!!!
Import-Module "C:\repos\ps\crm-ci\src\crm-ci.ps1" 

Move-RegentSolution `
  -Credential $global:Cred `
  -SolutionName "RegentUniversityViews" `
  -SourceCrmInstance CRMRECRUIT `
  -DestinationCrmInstance CRMRECRUITTEST `
  -Managed $false `
  -PublishCustomizations $false `
  -Emails "dhines@regent.edu" `
  -CommitMessage "Adding Regent University Views" `
  -Verbose