Skip to content

Instantly share code, notes, and snippets.

@HowardvanRooijen
Created February 21, 2013 20:53
Show Gist options
  • Save HowardvanRooijen/5008151 to your computer and use it in GitHub Desktop.
Save HowardvanRooijen/5008151 to your computer and use it in GitHub Desktop.
Function Get-AllAgents
{
param
(
[Hashtable]
$ConnectionDetails
)
$client = New-TeamCityConnection @PSBoundParameters
return $client.AllAgents()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment