Skip to content

Instantly share code, notes, and snippets.

@tdewin
Created September 25, 2018 14:11
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 tdewin/085c449f0c1bde6035de62e26b57b13c to your computer and use it in GitHub Desktop.
Save tdewin/085c449f0c1bde6035de62e26b57b13c to your computer and use it in GitHub Desktop.
Move-VBOEntityData sample
$repo2y = Get-VBORepository -Name repo2y
$repoinf = Get-VBORepository -Name repoinf
$alex = Get-VBOEntityData -Type User -Repository $repo2y -Name "Alex Wilber"
$alex
Move-VBOEntityData -From $repo2y -To $repoinf -User $alex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment