Command/TFS/GetPendingChanges.ps1
Import-Module CmxModule -Force -DisableNameChecking SetWindowTitle $MyInvocation.MyCommand.Name Write-Output "Get pending changes . . . " CmxGetPendingChanges Read-Host "Press key to exit" |