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 ` -SolutionName "RecordLocked" ` -SourceCrmInstance CRMRECRUIT ` -DestinationCrmInstance CRMRECRUITTEST ` -Managed $false ` -PublishCustomizations $false ` -Emails "dhines@regent.edu" ` -CommitMessage "Test commit 4" ` -ImportTime "2:12PM" ` -Force ` -Verbose |