Created
September 25, 2018 14:11
-
-
Save tdewin/085c449f0c1bde6035de62e26b57b13c to your computer and use it in GitHub Desktop.
Move-VBOEntityData sample
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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