You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New-TfsTeamProject MyProject -Passthru |Import-TfsTeamProjectAvatar-Path "C:\foo\bar\MyProject.png"# Import-TfsTeamProjectAvatar: The input object cannot be bound to any parameters for the command # either because the command does not take pipeline input or the input and its properties do not match # any of the parameters that take pipeline input.
Missing argument positioning support:
Import-TfsTeamProjectAvatar MyProject -Path "C:\foo\bar\MyProject.png"# Import-TfsTeamProjectAvatar: A positional parameter cannot be found that accepts argument 'MyProject'.
Project
argumentThe text was updated successfully, but these errors were encountered: