Skip to content

Instantly share code, notes, and snippets.

@jonathanmedd
Created August 17, 2016 15:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonathanmedd/97460fa7a436a950b12b8595fb0898f6 to your computer and use it in GitHub Desktop.
Save jonathanmedd/97460fa7a436a950b12b8595fb0898f6 to your computer and use it in GitHub Desktop.
Import Multiple Workflows
$Category = Get-vROCategory -Root | Where-Object {$_.Name -eq 'PowervROTest'}
Get-ChildItem -Path C:\vRO\Workflows\Export\*.workflow | Import-vROWorkflow -CategoryId $Category.Id -Confirm:$false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment