Skip to content

Instantly share code, notes, and snippets.

@csprabala
Created March 19, 2017 15:55
Show Gist options
  • Save csprabala/4b43a4215a0c05caff7e1d5ecc02f5e0 to your computer and use it in GitHub Desktop.
Save csprabala/4b43a4215a0c05caff7e1d5ecc02f5e0 to your computer and use it in GitHub Desktop.
Run one ps script from another in the same folder
& ((Split-Path $MyInvocation.MyCommand.Path) + "\Script2.ps1") $subscription_id $rg_name $rg_location $template_file_path $parameters_file_path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment