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
Originally posted by rhino2334 September 17, 2024
Are all of the functions of TfsCmdlets compatible with azure devops server 2020?
I'm able to use Get-TfsTeamProject to get the list of all projects within a project collection, but when i try to loop through and then use a project name with Get-TfsGroup as shown in the following line, "Get-TfsGroup -Collection $FISCollection -Project $proj.Name -Scope Project", I get this error:
Get-TfsGroup: Error getting descriptor for project 'ProjectName' (API resource location GUID is not registered on https://myAzureDevopsUrl/CollectionName.. )
The text was updated successfully, but these errors were encountered:
Discussed in #233
Originally posted by rhino2334 September 17, 2024
Are all of the functions of TfsCmdlets compatible with azure devops server 2020?
I'm able to use Get-TfsTeamProject to get the list of all projects within a project collection, but when i try to loop through and then use a project name with Get-TfsGroup as shown in the following line,
"Get-TfsGroup -Collection $FISCollection -Project $proj.Name -Scope Project
", I get this error:Get-TfsGroup: Error getting descriptor for project 'ProjectName' (API resource location GUID is not registered on https://myAzureDevopsUrl/CollectionName.. )
The text was updated successfully, but these errors were encountered: