Skip to content

Instantly share code, notes, and snippets.

@logicbomb
Created August 13, 2012 18:45
Show Gist options
  • Select an option

  • Save logicbomb/3343129 to your computer and use it in GitHub Desktop.

Select an option

Save logicbomb/3343129 to your computer and use it in GitHub Desktop.
cd "d:\projects\lemur technologies\tools"
. .\load-buildsystem.ps1
$cmd = new-object Lemur.AzureManagement.ImportDatabaseFromFile
$cmd.DatabaseName = "foo"
$cmd.Server = "bar"
$cmd.Username = "war"
$cmd.Password = "waz"
$cmd.Filename = "fee"
Invoke-BuildCommand $cmd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment