-
-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
Description
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.. )