I want to get the latest changeset from powershell. I can do this with
$changesetText= tf changeset /latest /server:${TFSServer} |out-string
But this requires access to whole Team Project Collection, as the changeset number is used across all branches. Is there any way I can get it with /login?
psexec did work: