- Add cascade disconnection: When calling a "higher" Disconnect cmdlet (e.g. Disconnect-TfsConfigurationServer), the "lower" ones (e.g. TeamProjectCollection, TeamProject) are cascade-invoked, in other to prevent inconsistent connection information.
- Fix conditional use of -Title in New-TfsWorkItem (96a8a60)
- Fix argument naming and pipelined return in Get-TfsWorkItem (0a118125)
- Fix return when passing -Current in Get-TfsConfigurationServer (58647d2f)
- N/A