Guest User

Untitled

a guest
Dec 1st, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. cd "d:\projects\lemur technologies\tools"
  2. . .\load-buildsystem.ps1
  3. $cmd = new-object Lemur.AzureManagement.ImportDatabaseFromFile
  4. $cmd.DatabaseName = "foo"
  5. $cmd.Server = "bar"
  6. $cmd.Username = "war"
  7. $cmd.Password = "waz"
  8. $cmd.Filename = "fee"
  9.  
  10. Invoke-BuildCommand $cmd
Add Comment
Please, Sign In to add comment