Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...

Downloads:
20,998
Downloads of v 7.5.37:
319
Last Update:
11 Jun 2018
Package Maintainer(s):
Software Author(s):
- MrHinsh
Tags:
git tfs git-tfs sourceControl- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

VSTS Sync Migrator
This is not the latest version of VSTS Sync Migrator available.
- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
20,998
Downloads of v 7.5.37:
319
Maintainer(s):
Software Author(s):
- MrHinsh
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
VSTS Sync Migrator 7.5.37
This is not the latest version of VSTS Sync Migrator available.
All Checks are Passing
2 Passing Test
To install VSTS Sync Migrator, run the following command from the command line or from PowerShell:
To upgrade VSTS Sync Migrator, run the following command from the command line or from PowerShell:
To uninstall VSTS Sync Migrator, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download vsts-sync-migrator --internalize --version=7.5.37 --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade vsts-sync-migrator -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade vsts-sync-migrator -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure vsts-sync-migrator installed
win_chocolatey:
name: vsts-sync-migrator
state: present
version: 7.5.37
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'vsts-sync-migrator' do
action :install
version '7.5.37'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: vsts-sync-migrator,
Version: 7.5.37,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller vsts-sync-migrator
{
Name = 'vsts-sync-migrator'
Ensure = 'Present'
Version = '7.5.37'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'vsts-sync-migrator':
provider => 'chocolatey',
ensure => '7.5.37',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install vsts-sync-migrator version="7.5.37" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 11 Jun 2018.
Visual Studio Team Services Sync & Migration Engine allows you to bulk edit data in Microsoft Team Foundation Server (TFS) and Visual Studio Team Services (VSTS). Supports both migration and bulk update scenarios.
$toolsLoc = Get-ToolsLocation
$vstssyncmigrationpath =Join-Path -Path $toolsLoc -ChildPath "\VSTSSyncMigration"
if(test-path $vstssyncmigrationpath) {
write-host "Cleaning out the contents of $vstssyncmigrationpath"
Remove-Item "$($vstssyncmigrationpath)\*" -recurse -force
}
Install-ChocolateyZipPackage 'vstssyncmigrator' 'https://github.com/nkdAgility/vsts-sync-migration/releases/download/7.5.37/vstssyncmigrator-7.5.37.zip' $vstssyncmigrationpath -Checksum 6949C4BA2AA45C3E739CED9197E7CC50C4EC5A085E739FB6B3B20245A17773D9 -ChecksumType SHA256
write-host 'VSTS Sync Migration has been installed. Call `vstssyncmigrator` from the command line to see options. You may need to close and reopen the command shell.'
$toolsLoc = Get-ToolsLocation
$vstssyncmigrationpath =Join-Path -Path $toolsLoc -ChildPath "\VSTSSyncMigration"
Uninstall-ChocolateyZipPackage 'vstssyncmigrator' 'vstsbulkeditor-7.5.37.zip'
write-host 'VSTS Sync Migration has been uninstalled.'
- vsts-sync-migrator.7.5.37.nupkg (0204e3d0a9be) - ## / 61 - Log in or click on link to see number of positives
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
Azure DevOps Migration Tools 8.6.2 | 114 | Wednesday, November 20, 2019 | Approved |
Azure DevOps Migration Tools 8.6.1 | 8 | Wednesday, November 20, 2019 | Approved |
Azure DevOps Migration Tools 8.6.0 | 7 | Wednesday, November 20, 2019 | Approved |
Azure DevOps Migration Tools 8.5.5 | 48 | Monday, November 18, 2019 | Approved |
Azure DevOps Migration Tools 8.5.4 | 7 | Monday, November 18, 2019 | Approved |
Azure DevOps Migration Tools 8.5.3 | 151 | Thursday, November 7, 2019 | Approved |
Azure DevOps Migration Tools 8.5.2 | 11 | Thursday, November 7, 2019 | Approved |
Azure DevOps Migration Tools 8.5.1 | 73 | Friday, November 1, 2019 | Approved |
Azure DevOps Migration Tools 8.5.0 | 25 | Thursday, October 31, 2019 | Approved |
Azure DevOps Migration Tools 8.4.7 | 19 | Thursday, October 31, 2019 | Approved |
Azure DevOps Migration Tools 8.4.6 | 13 | Thursday, October 31, 2019 | Approved |
Azure DevOps Migration Tools 8.4.5 | 13 | Thursday, October 31, 2019 | Approved |
Azure DevOps Migration Tools 8.4.4 | 12 | Thursday, October 31, 2019 | Approved |
Azure DevOps Migration Tools 8.4.3 | 70 | Monday, October 28, 2019 | Approved |
Azure DevOps Migration Tools 8.4.2 | 42 | Friday, October 25, 2019 | Approved |
Azure DevOps Migration Tools 8.3.3 | 159 | Saturday, October 12, 2019 | Approved |
Azure DevOps Migration Tools 8.3.2 | 26 | Friday, October 11, 2019 | Approved |
Azure DevOps Migration Tools 8.3.1 | 25 | Friday, October 11, 2019 | Approved |
Azure DevOps Migration Tools 8.3.0 | 19 | Friday, October 11, 2019 | Approved |
Azure DevOps Migration Tools 8.2.6 | 36 | Thursday, October 10, 2019 | Approved |
Azure DevOps Migration Tools 8.2.5 | 31 | Thursday, October 10, 2019 | Approved |
Azure DevOps Migration Tools 8.2.4 | 53 | Tuesday, October 8, 2019 | Approved |
Azure DevOps Migration Tools 8.2.3 | 30 | Tuesday, October 8, 2019 | Approved |
Azure DevOps Migration Tools 8.2.2 | 30 | Tuesday, October 8, 2019 | Approved |
Azure DevOps Migration Tools 8.2.1 | 22 | Tuesday, October 8, 2019 | Approved |
Azure DevOps Migration Tools 8.2.0 | 25 | Tuesday, October 8, 2019 | Approved |
Azure DevOps Migration Tools 8.1.9 | 30 | Monday, October 7, 2019 | Approved |
Azure DevOps Migration Tools 8.1.8 | 23 | Monday, October 7, 2019 | Approved |
Azure DevOps Migration Tools 8.1.7 | 20 | Monday, October 7, 2019 | Approved |
Azure DevOps Migration Tools 8.1.6 | 20 | Monday, October 7, 2019 | Approved |
Azure DevOps Migration Tools 8.1.5 | 23 | Monday, October 7, 2019 | Approved |
Azure DevOps Migration Tools 8.1.4 | 32 | Monday, October 7, 2019 | Approved |
Azure DevOps Migration Tools 8.1.3 | 63 | Saturday, October 5, 2019 | Approved |
Azure DevOps Migration Tools 8.1.2 | 102 | Monday, September 30, 2019 | Approved |
Azure DevOps Migration Tools 8.1.1 | 49 | Saturday, September 28, 2019 | Approved |
Azure DevOps Migration Tools 8.1.0 | 23 | Saturday, September 28, 2019 | Approved |
Azure DevOps Migration Tools 8.0.17 | 24 | Saturday, September 28, 2019 | Approved |
Azure DevOps Migration Tools 8.0.16 | 21 | Saturday, September 28, 2019 | Approved |
Azure DevOps Migration Tools 8.0.15 | 21 | Saturday, September 28, 2019 | Approved |
Azure DevOps Migration Tools 8.0.14 | 21 | Saturday, September 28, 2019 | Approved |
Azure DevOps Migration Tools 8.0.13 | 60 | Thursday, September 26, 2019 | Approved |
Azure DevOps Migration Tools 8.0.12 | 61 | Wednesday, September 25, 2019 | Approved |
Azure DevOps Migration Tools 8.0.11 | 34 | Tuesday, September 24, 2019 | Approved |
Azure DevOps Migration Tools 8.0.10 | 26 | Tuesday, September 24, 2019 | Approved |
Azure DevOps Migration Tools 8.0.9 | 22 | Tuesday, September 24, 2019 | Approved |
Azure DevOps Migration Tools 8.0.8 | 17 | Tuesday, September 24, 2019 | Approved |
Azure DevOps Migration Tools 8.0.0 | 94 | Wednesday, September 18, 2019 | Approved |
Azure DevOps Migration Tools 7.5.73 | 46 | Tuesday, September 17, 2019 | Approved |
Azure DevOps Migration Tools 7.5.72 | 27 | Tuesday, September 17, 2019 | Approved |
Azure DevOps Migration Tools 7.5.71 | 667 | Tuesday, July 2, 2019 | Approved |
Azure DevOps Migration Tools 7.5.70 | 40 | Tuesday, July 2, 2019 | Approved |
Azure DevOps Migration Tools 7.5.69 | 31 | Tuesday, July 2, 2019 | Approved |
Azure DevOps Migration Tools 7.5.68 | 37 | Tuesday, July 2, 2019 | Approved |
Azure DevOps Migration Tools 7.5.67 | 41 | Tuesday, July 2, 2019 | Approved |
Azure DevOps Migration Tools 7.5.66 | 634 | Tuesday, April 23, 2019 | Approved |
Azure DevOps Migration Tools 7.5.65 | 361 | Wednesday, March 20, 2019 | Approved |
Azure DevOps Migration Tools 7.5.64 | 54 | Wednesday, March 20, 2019 | Approved |
Azure DevOps Migration Tools 7.5.63 | 66 | Tuesday, March 19, 2019 | Approved |
Azure DevOps Migration Tools 7.5.62 | 55 | Monday, March 18, 2019 | Approved |
Azure DevOps Migration Tools 7.5.61 | 43 | Monday, March 18, 2019 | Approved |
Azure DevOps Migration Tools 7.5.60 | 177 | Tuesday, March 5, 2019 | Approved |
Azure DevOps Migration Tools 7.5.59 | 41 | Tuesday, March 5, 2019 | Approved |
Azure DevOps Migration Tools 7.5.58 | 73 | Friday, March 1, 2019 | Approved |
Azure DevOps Migration Tools 7.5.57 | 46 | Friday, March 1, 2019 | Approved |
Azure DevOps Migration Tools 7.5.56 | 40 | Friday, March 1, 2019 | Approved |
Azure DevOps Migration Tools 7.5.55 | 615 | Friday, December 7, 2018 | Approved |
Azure DevOps Migration Tools 7.5.54 | 183 | Friday, November 23, 2018 | Approved |
Azure DevOps Migration Tools 7.5.53 | 69 | Friday, November 23, 2018 | Approved |
Azure DevOps Migration Tools 7.5.52 | 123 | Friday, November 16, 2018 | Approved |
Azure DevOps Migration Tools 7.5.51 | 63 | Friday, November 16, 2018 | Approved |
Azure DevOps Migration Tools 7.5.50 | 78 | Thursday, November 15, 2018 | Approved |
Azure DevOps Migration Tools 7.5.49 | 398 | Tuesday, October 9, 2018 | Approved |
Azure DevOps Migration Tools 7.5.48 | 120 | Thursday, October 4, 2018 | Approved |
Azure DevOps Migration Tools 7.5.47 | 65 | Thursday, October 4, 2018 | Approved |
Azure DevOps Migration Tools 7.5.46 | 193 | Thursday, September 20, 2018 | Approved |
Azure DevOps Migration Tools 7.5.45 | 81 | Thursday, September 20, 2018 | Approved |
Azure DevOps Migration Tools 7.5.44 | 63 | Thursday, September 20, 2018 | Approved |
Azure DevOps Migration Tools 7.5.43 | 84 | Wednesday, September 19, 2018 | Approved |
VSTS Sync Migrator 7.5.42 | 152 | Thursday, September 6, 2018 | Approved |
VSTS Sync Migrator 7.5.41 | 83 | Tuesday, September 4, 2018 | Approved |
VSTS Sync Migrator 7.5.40 | 334 | Saturday, July 21, 2018 | Approved |
VSTS Sync Migrator 7.5.39 | 196 | Monday, July 16, 2018 | Approved |
VSTS Sync Migrator 7.5.38 | 126 | Thursday, July 12, 2018 | Approved |
VSTS Sync Migrator 7.5.37 | 319 | Monday, June 11, 2018 | Approved |
VSTS Sync Migrator 7.5.36 | 246 | Thursday, May 24, 2018 | Approved |
VSTS Sync Migrator 7.5.35 | 210 | Saturday, May 5, 2018 | Approved |
VSTS Sync Migrator 7.5.34 | 111 | Saturday, May 5, 2018 | Approved |
VSTS Sync Migrator 7.5.33 | 133 | Tuesday, May 1, 2018 | Approved |
VSTS Sync Migrator 7.5.32 | 180 | Wednesday, April 25, 2018 | Approved |
VSTS Sync Migrator 7.5.31 | 318 | Thursday, March 29, 2018 | Approved |
VSTS Sync Migrator 7.5.30 | 189 | Friday, March 23, 2018 | Approved |
VSTS Sync Migrator 7.5.29 | 265 | Thursday, March 8, 2018 | Approved |
VSTS Sync Migrator 7.5.28 | 230 | Friday, February 23, 2018 | Approved |
VSTS Sync Migrator 7.5.27 | 160 | Friday, February 23, 2018 | Approved |
VSTS Sync Migrator 7.5.26 | 194 | Wednesday, February 21, 2018 | Approved |
VSTS Sync Migrator 7.5.25 | 366 | Friday, January 12, 2018 | Approved |
VSTS Sync Migrator 7.5.24 | 199 | Thursday, January 4, 2018 | Approved |
VSTS Sync Migrator 7.5.23 | 194 | Saturday, December 30, 2017 | Approved |
VSTS Sync Migrator 7.5.22 | 163 | Saturday, December 30, 2017 | Approved |
VSTS Sync Migrator 7.5.21 | 163 | Friday, December 29, 2017 | Approved |
VSTS Sync Migrator 7.5.20 | 176 | Thursday, December 28, 2017 | Approved |
VSTS Sync Migrator 7.5.19 | 241 | Tuesday, December 19, 2017 | Approved |
VSTS Sync Migrator 7.5.18 | 211 | Thursday, December 7, 2017 | Approved |
VSTS Sync Migrator 7.5.17 | 239 | Saturday, November 25, 2017 | Approved |
VSTS Sync Migrator 7.5.16 | 172 | Saturday, November 25, 2017 | Approved |
VSTS Sync Migrator 7.5.15 | 336 | Thursday, October 19, 2017 | Approved |
VSTS Sync Migrator 7.5.14 | 218 | Thursday, October 12, 2017 | Approved |
VSTS Sync Migrator 7.5.13 | 186 | Thursday, October 12, 2017 | Approved |
VSTS Sync Migrator 7.5.12 | 220 | Wednesday, October 4, 2017 | Approved |
VSTS Sync Migrator 7.5.11 | 249 | Thursday, September 21, 2017 | Approved |
VSTS Sync Migrator 7.5.10 | 171 | Thursday, September 21, 2017 | Approved |
VSTS Sync Migrator 7.5.9 | 215 | Monday, September 18, 2017 | Approved |
VSTS Sync Migrator 7.5.8 | 183 | Monday, September 18, 2017 | Approved |
VSTS Sync Migrator 7.5.7 | 170 | Monday, September 18, 2017 | Approved |
VSTS Sync Migrator 7.5.6 | 245 | Monday, August 28, 2017 | Approved |
VSTS Sync Migrator 7.5.5 | 204 | Tuesday, August 22, 2017 | Approved |
VSTS Sync Migrator 7.5.3 | 202 | Wednesday, August 16, 2017 | Approved |
VSTS Sync Migrator 7.5.2 | 185 | Wednesday, August 16, 2017 | Approved |
VSTS Sync Migrator 7.5.1 | 199 | Tuesday, August 15, 2017 | Approved |
VSTS Sync Migrator 7.5.0 | 191 | Saturday, August 12, 2017 | Approved |
VSTS Sync Migrator 7.4.2 | 158 | Saturday, August 12, 2017 | Approved |
VSTS Sync Migrator 7.4.1 | 197 | Thursday, August 10, 2017 | Approved |
VSTS Sync Migrator 7.4.0 | 216 | Tuesday, August 1, 2017 | Approved |
VSTS Sync Migrator 7.2.0 | 179 | Tuesday, August 1, 2017 | Approved |
VSTS Sync Migrator 7.1.8 | 235 | Wednesday, July 19, 2017 | Approved |
VSTS Sync Migrator 7.1.7 | 249 | Wednesday, June 14, 2017 | Approved |
VSTS Sync Migrator 7.1.1 | 187 | Monday, June 12, 2017 | Approved |
VSTS Sync Migrator 7.1.0 | 172 | Monday, June 12, 2017 | Approved |
VSTS Sync Migrator 7.0.2 | 297 | Friday, April 28, 2017 | Approved |
VSTS Sync Migrator 7.0.1 | 230 | Friday, April 7, 2017 | Approved |
VSTS Sync Migrator 7.0.0 | 246 | Wednesday, March 8, 2017 | Approved |
VSTS Sync Migrator 6.3.1 | 224 | Thursday, February 23, 2017 | Approved |
VSTS Sync Migrator 6.3.0 | 230 | Monday, February 13, 2017 | Approved |
VSTS Sync Migrator 6.2.0 | 231 | Wednesday, January 25, 2017 | Approved |
VSTS Sync Migrator 6.1.0 | 209 | Tuesday, January 24, 2017 | Approved |
VSTS Sync Migrator 6.0.2 | 253 | Monday, January 2, 2017 | Approved |
VSTS Sync Migrator 6.0.1 | 280 | Tuesday, November 22, 2016 | Approved |
VSTS Sync Migrator 6.0.0 | 204 | Thursday, November 10, 2016 | Approved |
VSTS Sync Migrator 5.3.2 | 257 | Monday, October 24, 2016 | Approved |
VSTS Sync Migrator 5.3.0 | 169 | Friday, October 21, 2016 | Approved |
VSTS Sync Migrator 5.1.0 | 273 | Wednesday, October 19, 2016 | Approved |
VSTS Sync Migrator 5.0.0 | 256 | Tuesday, October 18, 2016 | Approved |
VSTS Sync Migrator 4.4.0 | 282 | Tuesday, October 18, 2016 | Approved |
VSTS Sync Migrator 4.3.0 | 220 | Monday, October 17, 2016 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about VSTS Sync Migrator and the VSTS Sync Migrator package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or VSTS Sync Migrator, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.