Downloads:
6,361
Downloads of v 2.0.0-beta0014:
82
Last Update:
19 Jul 2020
Package Maintainer(s):
Software Author(s):
- Igor Abade V. Leite
Tags:
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
TfsCmdlets
This is a prerelease version of TfsCmdlets.
- 1
- 2
- 3
2.0.0-beta0014 | Updated: 19 Jul 2020
- Software Specific:
- Software Site
- Software Source
- 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:
6,361
Downloads of v 2.0.0-beta0014:
82
Maintainer(s):
Software Author(s):
- Igor Abade V. Leite
TfsCmdlets 2.0.0-beta0014
This is a prerelease version of TfsCmdlets.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Igor Abade V. Leite. The inclusion of Igor Abade V. Leite trademark(s), if any, upon this webpage is solely to identify Igor Abade V. Leite goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install TfsCmdlets, run the following command from the command line or from PowerShell:
To upgrade TfsCmdlets, run the following command from the command line or from PowerShell:
To uninstall TfsCmdlets, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
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://community.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: (additional options)
choco download tfscmdlets --internalize --version=2.0.0-beta0014 --pre --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade tfscmdlets -y --source="'INTERNAL REPO URL'" --version="'2.0.0-beta0014'" --prerelease [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 tfscmdlets -y --source="'INTERNAL REPO URL'" --version="'2.0.0-beta0014'" --prerelease
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install tfscmdlets
win_chocolatey:
name: tfscmdlets
version: '2.0.0-beta0014'
source: INTERNAL REPO URL
state: present
allow_prerelease: yes
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'tfscmdlets' do
action :install
source 'INTERNAL REPO URL'
version '2.0.0-beta0014'
options '--prerelease'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller tfscmdlets
{
Name = "tfscmdlets"
Version = "2.0.0-beta0014"
Source = "INTERNAL REPO URL"
chocoParams = "--prerelease"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'tfscmdlets':
ensure => '2.0.0-beta0014',
install_options => ['--prerelease'],
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package is exempt from moderation. While it is likely safe for you, there is more risk involved.
PowerShell Cmdlets for Azure DevOps and Team Foundation Server
The MIT License (MIT)
Copyright (c) 2015 Igor Abade de Vasconcellos Leite
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
# Acknowledgments
* HelpGenerator.ps1
* Portions by Akira Sugiura ([email protected]) - [https://gist.githubusercontent.com/urasandesu/51e7d31b9fa3e53489a7/raw/ceafe2b144a6394fa82bf9863f0f42eee29752b4/Get-HelpByMarkdown.ps1]
* ObjectHelper\_InvokeGenericMethod.ps1
* Portions by David Wyatt - (Invoke Generic Methods from PowerShell)[https://gallery.technet.microsoft.com/scriptcenter/Invoke-Generic-Methods-bf7675af]
* BuildDoc.ps1
* Portions by Kier Dugan - [https://github.com/DuFace/PoShDoc/blob/master/BuildDoc.ps1]
$InstallPath = Join-Path $($env:ChocolateyInstall) 'lib\\TfsCmdlets'
$ToolsDir = Join-Path $InstallPath 'Tools'
if ($env:PSModulePath -like "*$ToolsDir*")
{
Write-Output "TfsCmdlets: Removing installation directory from PSModulePath environment variable"
$NewModulePath = $Env:PSModulePath.Replace($ToolsDir, '').Replace(';;', ';')
SETX @('PSModulePath', $NewModulePath, '/M')
}
$ShortcutTargetDir = "$Env:ProgramData\\Microsoft\\Windows\\Start Menu\\Programs"
$ShortcutName = 'Azure DevOps Shell'
$ShortcutFilePath = "$ShortcutTargetDir\\$ShortcutName.lnk"
if (Test-Path $ShortcutFilePath)
{
Write-Output "TfsCmdlets: Removing Start Menu shortcut file"
Remove-Item $ShortcutFilePath
}
# Contributor Covenant Code of Conduct
## Our Pledge
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
## Our Standards
Examples of behavior that contributes to creating a positive environment include:
* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members
Examples of unacceptable behavior by participants include:
* The use of sexualized language or imagery and unwelcome sexual attention or advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a professional setting
## Our Responsibilities
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
## Scope
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.
## Enforcement
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [email protected]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
## Attribution
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
[homepage]: http://contributor-covenant.org
[version]: http://contributor-covenant.org/version/1/4/
md5: D6E307032DD0A91A609FA328E8F3EDFD | sha1: 606949ADBC183A2450C8C76A59D2F513F9D501BD | sha256: E34379F2A5609B8190A820F5425D9779CA30206529A70ABBB8AA07337D2AB586 | sha512: A5CC0BD3EFE5BB87A66AF6A6057D57AF8AF571A65B573A678EDF9A067B4C801436D900ED5B536EEC689E47F484CF43F438C98084E62AA5F840F1974E0EB04FB3
md5: D47A039FEB3060BE2CA34E12EF1C5079 | sha1: 32C795D9E9556A77D00726EFE453972FA2473377 | sha256: C4214D2EBEAFFE009B2B1D55D827BCB329D1CFCCCE62C19CFE1A30C6A4250280 | sha512: C59AD017176F0B94C5CE58344FE5714FAE8FF152E0BEF8920B85E2D625AC726B1F68943DAD7209199ABD41B6A55560AEBE8CA442E8C59D365C5BD9BB1443381F
md5: B336EC5F280F21F70C74DCE5FFD4490F | sha1: 1E54D55BB4D076669294BEC91BCF644675FBC653 | sha256: 7989904E8A4C1409A582742A462BE707BF464128F205690EEB3E685E4D4EB777 | sha512: 575D22ACD95B1F9E6A53018791461161627F96A11618448989280C48F41048EF6123653428CF4E58402EF3AABCA876C00DE8A0225AD6AC5DB12AEE2CBF9294D2
md5: EBA6ED7B689102071B948E92F6FAFBA4 | sha1: A729852F95D3A01FD4FF2FE817FCD11312158D94 | sha256: 03692ADF462EBDCD350132950DD892B08D785362BBB667857A280543E367024D | sha512: BB7065B5CB5A14B8B406CFC138AF5B9B4A3BA9A8D13C59ECB4EBEBB1B08EDA3EC477869B2F376E0D789D406F9B0599E70172C180ED7EF9EB39561759502952EB
md5: 643291E379175304213167B8F0660E8C | sha1: C2F04DD71AE3C1782354B33C45A03AA03D5EAD5B | sha256: 32F024CDD195614DD499C10A4622A44CB0F9FBB41CEA71EAB455CC3C083144C9 | sha512: 55FA42C1219912BE5EAE033A4499127DF099BE0EF7057C09B3A605D5897749F75D2315A73EA7E0A53909064B591124A830553141BF05C47F4747C908FC0EB9B6
md5: 5FEBFD8B9C73C05DCBDC280B78A5C92D | sha1: 5DC99FE62CEFD8925A27C9C1A044513160BA2B6C | sha256: 45EE2597D0BC80D48608CC52F592741FD00BDB234AD041268BC9BBA5854485B6 | sha512: 7AF1AF73DA38625149643FBDD312A48F799784C102CB425F79B4AF3F24250464D523EEA54EF8A2F70A148CF8EF615E59413047B4A4983AB10C8E53FBC938E7F4
md5: 72CC65C3B379846828D34A8557D84BD6 | sha1: 4B2258FD274BE9B1F9BEFF3A560562C0AF7C24D0 | sha256: 839C21E8D723170BF8719C9E4DF6A0D84946AA0193F1327C02E581DF6C13A943 | sha512: 49CADC2B4ED2B50E684C23C9C1AC0E4EBA9D671184AEED8B31D573D12C3D72E4AF512B573CE437AB1B5DE079EF8D036983648C68072F47EBD965EA790B86B7AF
md5: B872FB4C0EE60F12568AB9D24E02A107 | sha1: 5A55985E0929B2B5E60DAC1D524FCFA69F0F45BB | sha256: CA1EC25E89EE3E0BE1E1B429E73C8075E65C868C47D674DA75CA4CDEA2E88E44 | sha512: 17F79BA24FDD67835A8F0B7B2D08470CC59194185066913BC8780ACF5829BC1F584CBAE9913D100C0A1C858B11E9DDE696BA978F204E922E6717D8278CEBA0B0
md5: 59E9D385DBD4B7DF8821B0EBAC0D0941 | sha1: 7AF9EA88E34FCE4A6BD568CF043B00624793F313 | sha256: B9CB7C841E53890F3650B727A7094BFD9AE14E775319CB0DCA170021EDF22FFA | sha512: 106674E8807C6E470ADEBD94129B65CBDFC2477CECCDC5CC94A6439A24F8BA2FE425B516901D321B6816E5BE4DE0B4DAC1D7378ED8DEBC43C85CFEDFE4E3ABE4
md5: 627B852A21FE33F452DFAD41E0B422F7 | sha1: 9F2C57648740A89666A9FA7EDC3FF50DD3B8A8E9 | sha256: 4B9E70BE0440F3D619A66C6E3D258B0ECD95BAF002805D78009F447E02192696 | sha512: 0870C30E4CC9AAF894EB0FF550BEE173CC22E9D8AAC79F67ABBA205D321F80E65EDA8780BC4DB44D513300216FCB300A6715D39B711B6D20EF3C22670491DA6E
md5: 58CA6BADE440D2181F2EE8CA602E6A6C | sha1: D28A11CF993578C54AC1652FEF3E34FA8FE57509 | sha256: 5805DBEF5DC49F8A30810182F1D1E6DE3D12F6D4A00292F492017EB9641FC159 | sha512: 84B60EE0DB72233C45F1B9945C90B64B2D20E1415F95C68C008F650B498A819D9723FD7FD41D72A0B4C889FBEE4CB039E554F57EBF5AD06E3CC9D2BA8512AE2C
md5: 4ED422E1D4B93851A08B340DE68FCCF5 | sha1: 0A2D0CA5F6AB2849DA70B1CABE779E579C831CA3 | sha256: CB0DA06C03F5628272465D035792F079544FBB3225C3279BBAFBF9B590434F7E | sha512: 5E42C7F5252550DDA3E405D0B5AE2825D9283F817741839588D2E6F181B4C862696DC0D9F70A7061A7D43C649B1B88C3BBD26C4540F6020F22E59CC3722CD7ED
md5: 1066DA61C93DBF094FFF9E840FF235B6 | sha1: 016CE1784D0C73473EFD127BFF5C6616F0DF81A0 | sha256: 3C6011D0786C049CBFA5B01594EA976D1C23A3D9AF6BD8A67FA296A704B52E61 | sha512: BDF9AD1742A176CAC1D7594D227D6EAE4A52B44169BF1E4D66A388D4ED3DF8D48776802E3B707F898A12AED55BCE81CC5E7F1A89B680CDDB658D7FC91FEB99F8
md5: 40E9341AD2603B94350D1C3016E4D2C4 | sha1: 5CC4E39CD9B0C2DDA549AB686F0A56FDB33E9D25 | sha256: D09894263B988D9F83B39DF7501C87AAFC2918191A1AAB654F93BCF276E4437C | sha512: 1ADEED792403B69D7C438F7B18903828DDD6DA4D4F98E99532EE7A3334BA6447B236793F086AF652D7AC6D7B81BEAE5C58B7085003574270394574B7D83FDA40
md5: 3090C5A2E9C66C6D9F232B40A6FC8C67 | sha1: 631A84A43332E579F20ED1F773ED710DB7C97F37 | sha256: CA99622B21C51FBDFF0841228E7E249C01E41D73C118B2A9B3A709C817F1A6CF | sha512: 0822AD1E5E5641F816ED7FD8DB5683973F998DFE84C3551BED9AFF3F33D12BF170FC8447DAD556F6BADD8044119EA227B4358F7E697E27127E0126C32CF2DAC0
md5: 5AE0F6E721F2A7EB2538D643B797F564 | sha1: 78FAAA8950AD2881D3B040EAADA457E8C2D59FC3 | sha256: 0194D2A6EA3F8F7997808CBC5C6E6485CECC5A3683005B22CF21A25474E8D179 | sha512: BCCDED735FE8174A2DD1C8E252BC1056202CD025B738086C3C2F80F910644449600A60484DE653E47434F70727B67096CE07AE520DF54E795A886A15D60A50B7
md5: 46FBE632E5C6A1F2F0599EEAA7276F85 | sha1: A194DA0ED33F088976C9FDA82E38F4412F766225 | sha256: 8AEFBAA0AC85151BB17AE960210F7780D93F8C827F79E73DD20D2BAD723AD2FA | sha512: 620DEB79C8AF9C345FCE795A82EE096C0A666DB8E7DCA08B2357C047F703FE25236BF31C3096D5A8CBA370A3F59BC465DFE2025CAB1BBADA14AD221D73D79FC6
md5: FFD1A44786D1132CAF165C2C081A1BA6 | sha1: E50616616CFEE53A006DA12ADE4EEB9D50796B7E | sha256: 0A93A82F4B9A5B5EEA9B5396C031E9364F822891D18D38BD2EF42D4D0456DA91 | sha512: 0D5D00094B731516361AD70CEC3A9D09D08B5C06C413E1DE25629BE0ECB1DC8BE9755F7D4DDA997454B252AAA3C464F3F8724DB89F4077CF05165FBC3D970287
md5: 317EE5A55CF75D18E09EF46D40E3D718 | sha1: 89D393B003BDA28D5E82E09D29B915AC25729820 | sha256: 36E161AC84C88FC0166B15EECEE5DB74E93EFB16FA3049C75FA63E9CC8030435 | sha512: 70DE18118C1FD5B6265988D942A5CB741E6CF31A72EECC90205AD8343F3EE807FED3522658A42CD5B1C81681B7864A1EC3F807B141B22B83D1190D69C85B106D
md5: 6150E98B006FF1439DD1306A01D8CD30 | sha1: C7268C673F75206C1E9CFE62C997AB03C78DCDE1 | sha256: D4A1D4C3A1855E643F26F4B9433407B5CA044A55142D67A990FACF9A9BD85728 | sha512: 8B6B962835DCCC218EC7319C455DCE5D6927E144B642C5D9CC4752DD730396145A41C15A29D5B57FE0A0F6C7827F4180F1FCFBCD402B5F91FCD06338A0E337D3
md5: 1752BDF82EAFE60D459825A81FA66B00 | sha1: 66280A328142B15E63FF80AEA5DDC7A1FDD52B81 | sha256: 9863A01B592192CD31B298920D7E9BDE8BAF26BD0AF75D2A64C5262582EC077B | sha512: A87D3E1846A97F5B23A3DB5FE8A1AD0D22CC5D4C833295A259D60807D59B1CADBE6539566D8AB4139783F1ED7F27E9ADEB80BC4E92D4283EA66C045FB3C2128B
md5: 7C7B9E6747EEF6E40F5FC1DA68D7B381 | sha1: BC968C92D32CD98D5B1739489ECFB8658A544846 | sha256: 217019E8BB0662EA1F0DF23E0D6C91BFA3ECDD89AE7FA178E3C6A898EC3650AF | sha512: E25B3ED19CCCCDF5054282B3B0CB43487315FC68FB053F5F7A377247DCF8B89FA5F802D7461295807E36DBDDD5C5F38F2F59C09C93130DFDF4783FB8852AE762
md5: 8CD494BBA5313D4DC7D293FA9CABBA01 | sha1: E1016755E516EA4E263F354D87859EA1125E7BB2 | sha256: 48FC341D7C20816CC5A2A4917CC284111BFB13B5B23605DD5063702E9DD6DC18 | sha512: FCC3AFDB8175283BC5DDA27790D97E1A2F77F3D93792314BD8FE19D2335CF8B714353D2FA009CE681975F2A177B054820C9C75FD650C8161E4972E8FF9047FBB
md5: 46225C06D6FE2D517B3BB5FAF3319B02 | sha1: F0D6CF77DA06B4C26B266020653BA54BB62F9B35 | sha256: FED9E1D7CF1F3268083A591EAD48A933C61876E81A1003C4E93ED6CE1DDE0338 | sha512: F106FBD030E38EFF7D18DC02044900B251ED1BBCEF19DF4E4F4DC2905B6FA3C4971FD1673FE163172D8EF63D526330E043AAD66EF8F89CBD0955B58C2010EA2E
md5: DA875B8A2B660840C6E9F30D8BBB59D7 | sha1: 786D7B8AF862C353FCB918DC7DFCF6451AA840D5 | sha256: FD4FCE13D9DAE0541768DA755E57DA2855695A5004EAA4341FF30556EB7033FA | sha512: 3527A251646B9763ABAEBF55C4B1792385C31CFF74E80F1DB46A1A06EA12D9E137AD8F36CF33C3E5F45EF31D153C594516EECCE2D3E3505CEB8CBB995EADF919
md5: 54F066334949D70664DAEB9C4F47A89A | sha1: 5872EDBB0ADC562A9BAD23B4B0302BE77B22C64F | sha256: BC911A0D0F32D63D30FC1DBFC7508425E7D75FDE73E6E9149428FCEC739575EC | sha512: E6403AA4067852538EBEECE32B1B75994D506D11A324A0EB0BA985A67310BBCE0FC08A58CBA6E898836890B3526CBF0E6C28529F3027DFD7F999C7B830916FDB
md5: 100775F03324F37B68E0EE11023F19D9 | sha1: 7F42F1B392A2D318E4DB9B69B949414273B59385 | sha256: B208B8F0280C79F9DB40ABD6FDA17B094D86B1D1B93A79E3BF760A1C9202C04C | sha512: 824BCC48C873A9AEAFAEC6C3F05C946CB9D42BA1364BC335462D6EE091403F5153189E132F262F37A5082035DAEC03BF244BF6E08179D0FE8AB4867A81E11B20
md5: 283AE2111ED42EC5FFA902523D94DD3C | sha1: 2D98D9B61F308E5E2C7B22B812DBDB821A2A136A | sha256: E752F935037304CA489CD101AF850EA258FD1F91027C54F6C9C49D4D23108AD2 | sha512: E8DE548C525AA5F12F9D7AFB29BC86064D0DD59B7C0BE07AFB7B00D7C45761709F333A9650FDF51F79479AEC8F7E1499707E0A3952A8D3142E668AC3E95DFA4D
md5: 713572BEE56D69E6414EBFE136173F6E | sha1: 822DE35C5AB86A18F9E7941F7B2467D6FC4D5F1C | sha256: EDD483E3407B4CBF3107A1EBB6E0539CC8CA76FF3AF2084735361A85658F13A9 | sha512: 78A4041A41B3A505B01C43EDF1A8DADA312F0B7FFE7753EE0ACC1F9FE57E0A2B9474D4F9D96DFE7489AD2E86833BFCCAC5289650A42D90E870ED150F441CB7DC
md5: 824028A3362F29CA20B9FF73CDA3069B | sha1: 00779D4B33200837B2FA40039391A309255DEBA6 | sha256: F2372450EC45753E126622AD0A57A15A73011B53E509339B6119CB6C963EDDF4 | sha512: CFB0D8F6054FD74E107B5B77702AF451A04FE043A1A3F2A6AE2FB0B8300FC53BE3760F2B2FD090AFCBDB37C90C057051A264F2020204FFA11CDA202F2F34A62D
md5: 1B9F8B56EA4AA1BF1D38A0CB1BD6DF69 | sha1: 1054204C4DDE29A4ACFFEFD81BA38BD9B852E578 | sha256: 35E501B1D285700CD20777B795A1A5B7816AF277F480EC3F5F4F13E0811B82C3 | sha512: EBAABB45971EFDBDE2E013DC93983942A317DBDAD1E2A0A2E8D374E629D6963FC4C080703FF9C801CD879F82A996931F9EE6ADE934F3A04725DCCD5063E486EF
md5: 9034FBC4F69497FC41B061347B7B216B | sha1: AF6F75F185CD767C1E84FB344AA2DDE2A1DED1D7 | sha256: 4179705F88EEBD4D761BE8179E5E0B32D01B025C53A78CD8BBBF1D4D258CC487 | sha512: 30C550E15B57CBF0351CE1234399E344BEC708E954A3F6E45EE93FBB6F21243301FE54EA25A97CCD487559154A410AD1634D61206233E38F452EE9A18E546B06
md5: CF7110DCFA1EB07BF81A6F51E71A9E80 | sha1: 1F611C7FF69EF063F99AAA0A93521D4DB7EB6A12 | sha256: ABA9AD43EB676B5EA4BBCEF827F1A50CD6A45D207965F2F9BF5C04E81EB3F90B | sha512: 8ED528D73BBEB2FD72810673B5507B305F6F471E83E24B849B6969A75158E1642636B559C0A04768F0C228F2B4A43469781EF65CDFB3E9D8FAC7AC12E50B6226
md5: 02919870AE1510FB7FC8EE304DF8B97A | sha1: A011EDAD48EF0352DB5F2C7B5D35A5AD6D0596C2 | sha256: 59662B2D2766C92BED59499B2A51D747F6CDB6DDBC24E16DF70C251AFB593094 | sha512: FE69D3823B6F1577BF7333079A17CB5B6B2ECA6295E8247A341E64468F0ED87BAFD53EFCE37BA7A71FDE0494C791C70634731315A805A74FBE89644F76E348CC
md5: AF30054E3FDAF30FC34ACF53F275516A | sha1: 71C9E754A4BFF717EB5C3AC11EEC2D3F56B8F72D | sha256: 7FBF32097C70178ECDFE93ECB08912F08DF3008C2AF4850F57FCC2553E0A57CF | sha512: 0B5581C4922856E40E61D2B291CD90A64992DF92587BC1EFFD566AD19A75BD996928BB9BD6D10E3682C875A4B4C79AD28C932278D5DB40E702E4A1725184DFA8
md5: DABFB21C631B4032B75A4050A2FF36B2 | sha1: 4CE7600707262F761F441AA5C9711B647AFC35B5 | sha256: B606E5DD77A6242CA1F1DF717EB53D9505AE56904330B975C08D4F2DBE8C3319 | sha512: 739CCFCC6420AEDBF4CE7D9499BB3852C0A2ADEE2D1F9E913E2B30B0B2BFA4BEA573E2FF11F59D6D889A52A44069D449C78D1BF06BACDCF25890029B26454E73
md5: 9454AE6EB0C6AD77E93A95074BA29266 | sha1: DF83FCB3639596AD42D5BE8314EF9D672079198B | sha256: 99177A4CBE03625768D64A3D73392310372888F74C3EB271CF775E93057A38E6 | sha512: 8D1D2BEDDE2D5F33179560E1A4F72206EE1984B3F5EB96E93F94329C4C4A8044DD74D62F9E708293132DE8C8F351F0E7FED74A450A251A8ADE205702B29D9DE1
md5: 90FBB551AAE3E60D7E39F374145ECE47 | sha1: B0C2EF9365E0F0ED5D658CE3889804F647CB0AAD | sha256: 1ACDCA2556AF41FD33489767A29C3E40D4BA1183E1ED8315A097B3F6FC6E243A | sha512: 2B6213CDF2370063CC54E626E2950A3D8D6B65A5A267083D948219B3C050B1917759F05FF1352472DEAFD921755F445DC159120212BCFE066F57B8ED3C411266
md5: 8F5107F61056ED86F410B8ACF88EC6C0 | sha1: 9FEE5097582BCBB87E6A923BFD37FD0E2EA6AE18 | sha256: EEC579A865371394AD8D8D82EC453C268343D90262DA76AC84D51564AF40CCBC | sha512: 9686173C97DF6D36682493CF6BC6846BCC9967D9DCD520BB45B145B58D097B1C116826158D1196001FA9373FDE6AAAE24A3A13A90F5926764EA5D2417021648F
md5: 167136D7A81BCC85ACF4930AA7AC835F | sha1: 1E70240CC820796E78D77B1219291EEE2FB6DBE0 | sha256: EF18458C4DCB93F6B4EAC07E1589CF3450BF878F2DD623F5D34F6A0F1B16E57A | sha512: 2C084142E09AE1B850F8550A55142FBBF996F3DFB122BBCAD4FFFC11A6FDC5417D623683F383C4AC4A35E46EA0D441D82588231093F179FF4601CC598A1C8896
md5: 7F1799B65B98450A19E4D049E9D3E70D | sha1: EC80C5A33374423A9E986C383A36A97DA70A3584 | sha256: 68705C4EF9AB818F2956A78E05F3FEFCE501A1448793B073B46110BEB49B47D6 | sha512: 8D67297C5CDED487C88FCAAD5A36E80926DAD8F1863E38F397751056F51258AC7B5A9E5C09C01BBA7A224F38FB2EE719586FAF0BA81516E05A19649EB09E7B78
md5: C62A83F20BC23AEFACE70EC13003C4C5 | sha1: 35553CFCDCBECCDC49710E68AEC495C16880F0BD | sha256: 1446D6B26DA49A5A9F366972F89F4E236F916955F31DDC38EBB96217C1CACE9C | sha512: 4DDA44FD5B538F5DA9E8CB46A3AB1BDC14B43425B9A61249ECCC925D986AF7B8B3548DB9490238F14807909ECF479415117141DDB344119438A59F97E894EA37
md5: A8B8C130324DA3E7FAB5CB7F3001EBE8 | sha1: 82379C4C9A81D404369B2B89D74498F1CCE26102 | sha256: 0CBF6D2F6BF55A901D4C5E3971725DA1165599A8ED2E6F134F8292FED43E0DCD | sha512: 4AB0EDFAE0DA0F287EEEA99678A8E9381BE871B8F3166F0E22039874E6016B37D8AB3F1E055B61D0C21987CDD735B12DEEBA4EF7826B8923802C8C79B0A00F7F
md5: 91B5141F40E650DF9F24959E002E6C66 | sha1: AC8675F91A4879042ED660C1D800058185552A57 | sha256: 1C73A1B016CFC8D497106EEC08AF07616F2F4C07E4DDC807C9F120CEACD0A53A | sha512: 6E1F88FC7C1ED560C4CA6168FAE9275583C7D664AF1A70F2A0A97A717D4B7E1D40A33F06B2782BB4ADB47AFC8B30B136DC28C0487A9DAEE183D8156DE5E5161B
md5: 00999FB817F7FDC8FB8FC30FEEFE82F3 | sha1: 275A2FD10D8463935B1F5ECE7A78A5639C504A3E | sha256: BAC1ACE21A5DE56ED50BEE8CA22FC41BC9DD3328DA777DFC03AA92C3D05DF104 | sha512: 022095FF34F8F30A2848647C0D68F461086A529384F8CD58B7FDA65DF6F1208BC3ECCF71798F0E05D24051993E6B2369B298D64E7E2EDD4E54E2DBF5DA09BD34
md5: 450B029703D4B740F6E0A2930660ABD4 | sha1: 0EA7A1968CB1C639CC767496A6E20B8D3E6F08D7 | sha256: 1A14BFB3D4CDAD50FF71869ACCFAC5A08283A7CB03C03D8BB2D00A728035056C | sha512: 38E8D86A183AAC8F070617D5EA4BB109C79742ADBC8551343F385983446201AAEDFF059926933DBB4E76AE747EC5FC786363DAD80D589BECFB3A766107A8DC4E
md5: BEB053CED12524CD30929C39FE042C47 | sha1: 921E59D904D6C8E2BAD5FEB738C01798A83ACD6F | sha256: 64ECBB6C584D9B3394CE519EE75ADEE80D4AB54FFEBAAA8423A08F105B34C9EE | sha512: 739AE832BB78F84BAFDC15AC6F7DE9CBEBE30FCC73F4FDB8829AFDDCD18ED3959FA7665FAEA8160FB75BB4574DE299EB7E0A2D794278C7C121C208CE334E01EB
md5: DCEEFB9C830E78B1E7D295329F61F8D4 | sha1: 967E9E28C8E4B7BCFB0DAD54F548D4880293CB09 | sha256: C04971E8158FFA71644F3D9C7DB9C99856020948315A7CAB6C3E27EF2FDEFF89 | sha512: A4F3D490E981C30B03820C2B0C12CD7C5F5BB277A898BD9552FB887FD568E6BD623BE4C46619F05B3A25EA2866C2100D0FF7F326CEF1CECF30F4B5FC14C64D90
md5: 02E47079A1B45F4FD8142752C91970E3 | sha1: E8016192D0A6738CD075F837109845376B270F14 | sha256: EF32858203F7263AA5767BAE4E94567FA1B3CDEDE214BA87603009C1C17B264F | sha512: 72DD2AED377786C0823DC4DE58A4D6A9E484E766F570E14D5C700003026E834EDA53628E7DAD2AD9DBFCE6706C52C2320900EE4CEEB062BE97A255FB46440918
md5: D3AD09FBF202167B7E6B5F0E1296380B | sha1: 2C099DB9745C21754B03A4C9AF55213A1A4444F5 | sha256: 81A0385CF1FED22F3153789D4AE1FEE75719F23E72CD543EDBA1AF48926FBF24 | sha512: 0B660A4ACB24D382BBD7058E2A3D21CDD741E7ED0A9D60672B0B667A75E145E229A594D302C78AECB5A729830092BA0117187665F8043A6590F8829D86991395
md5: 8EFE31B7D4FB847DCED560A22C58351F | sha1: 4DD5626698A3F42CA7F4DC90D5629F4DFFA6198E | sha256: D81F08289AAA767B44B3335A87196EC736596CE38FEAAE218ECABB9E97E02D5D | sha512: 0B3DEDC13F8431D554635958CEA531F33075B1E28A109676998A42ED3FE23E887FE830E115241653A565FA422222ABD5F6DDB086003099C464A4BD045202BF8C
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v3.1",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v3.1": {
"TfsCmdlets.PSCore/2.0.0.2095": {
"dependencies": {
"Microsoft.TeamFoundationServer.Client": "16.170.0-preview",
"Microsoft.VisualStudio.Services.InteractiveClient": "16.170.0-preview",
"Microsoft.VisualStudio.Services.Release.Client": "16.170.0-preview",
"Microsoft.VisualStudio.Services.Search.Client": "16.170.0-preview",
"Microsoft.VisualStudio.Services.ServiceEndpoints.WebApi": "16.170.0-preview",
"Microsoft.VisualStudio.Services.ServiceHooks.WebApi": "16.170.0-preview",
"PowerShellStandard.Library": "7.0.0-preview.1",
"System.IO.Compression.ZipFile": "4.3.0"
},
"runtime": {
"TfsCmdlets.PSCore.dll": {}
}
},
"Ben.Demystifier/0.1.2": {
"dependencies": {
"System.Reflection.Metadata": "1.5.0"
},
"runtime": {
"lib/netstandard2.0/Ben.Demystifier.dll": {
"assemblyVersion": "0.1.0.0",
"fileVersion": "0.1.2.14"
}
}
},
"HtmlAgilityPack/1.6.5": {
"dependencies": {
"System.Net.Http": "4.3.4",
"System.Xml.XPath": "4.3.0",
"System.Xml.XPath.XmlDocument": "4.3.0",
"System.Xml.XmlDocument": "4.3.0"
},
"runtime": {
"lib/netstandard2.0/HtmlAgilityPack.dll": {
"assemblyVersion": "1.6.5.0",
"fileVersion": "1.6.5.0"
}
}
},
"Microsoft.AspNet.WebApi.Client/5.2.7": {
"dependencies": {
"Newtonsoft.Json": "12.0.3",
"Newtonsoft.Json.Bson": "1.0.1"
},
"runtime": {
"lib/netstandard2.0/System.Net.Http.Formatting.dll": {
"assemblyVersion": "5.2.7.0",
"fileVersion": "5.2.61128.0"
}
}
},
"Microsoft.CSharp/4.3.0": {
"dependencies": {
"System.Collections": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.Dynamic.Runtime": "4.3.0",
"System.Globalization": "4.3.0",
"System.Linq": "4.3.0",
"System.Linq.Expressions": "4.3.0",
"System.ObjectModel": "4.3.0",
"System.Reflection": "4.3.0",
"System.Reflection.Extensions": "4.3.0",
"System.Reflection.Primitives": "4.3.0",
"System.Reflection.TypeExtensions": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Threading": "4.3.0"
}
},
"Microsoft.IdentityModel.Clients.ActiveDirectory/5.2.6": {
"dependencies": {
"Microsoft.CSharp": "4.3.0",
"NETStandard.Library": "1.6.1",
"System.ComponentModel.TypeConverter": "4.3.0",
"System.Dynamic.Runtime": "4.3.0",
"System.Net.Http": "4.3.4",
"System.Private.Uri": "4.3.2",
"System.Runtime.Serialization.Formatters": "4.3.0",
"System.Runtime.Serialization.Json": "4.3.0",
"System.Runtime.Serialization.Primitives": "4.3.0",
"System.Security.Cryptography.X509Certificates": "4.3.0",
"System.Security.SecureString": "4.3.0",
"System.Xml.XDocument": "4.3.0",
"System.Xml.XmlDocument": "4.3.0"
},
"runtime": {
"lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll": {
"assemblyVersion": "5.2.6.0",
"fileVersion": "5.2.6.0"
}
}
},
"Microsoft.IdentityModel.JsonWebTokens/5.6.0": {
"dependencies": {
"Microsoft.IdentityModel.Tokens": "5.6.0",
"Newtonsoft.Json": "12.0.3"
},
"runtime": {
"lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
"assemblyVersion": "5.6.0.0",
"fileVersion": "5.6.0.61018"
}
}
},
"Microsoft.IdentityModel.Logging/5.6.0": {
"runtime": {
"lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll": {
"assemblyVersion": "5.6.0.0",
"fileVersion": "5.6.0.61018"
}
}
},
"Microsoft.IdentityModel.Tokens/5.6.0": {
"dependencies": {
"Microsoft.IdentityModel.Logging": "5.6.0",
"Newtonsoft.Json": "12.0.3",
"System.Security.Cryptography.Cng": "4.5.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll": {
"assemblyVersion": "5.6.0.0",
"fileVersion": "5.6.0.61018"
}
}
},
"Microsoft.NETCore.Platforms/2.0.0": {},
"Microsoft.NETCore.Targets/1.1.3": {},
"Microsoft.TeamFoundation.DistributedTask.Common.Contracts/16.170.0-preview": {
"dependencies": {
"Microsoft.VisualStudio.Services.Client": "16.170.0-preview"
},
"runtime": {
"lib/netstandard2.0/Microsoft.TeamFoundation.DistributedTask.Common.Contracts.dll": {
"assemblyVersion": "16.0.0.0",
"fileVersion": "16.170.30208.1"
}
}
},
"Microsoft.TeamFoundationServer.Client/16.170.0-preview": {
"dependencies": {
"Microsoft.AspNet.WebApi.Client": "5.2.7",
"Microsoft.TeamFoundation.DistributedTask.Common.Contracts": "16.170.0-preview",
"Microsoft.VisualStudio.Services.Client": "16.170.0-preview",
"Newtonsoft.Json": "12.0.3",
"System.ComponentModel.Annotations": "4.4.1"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Azure.DevOps.Comments.WebApi.dll": {
"assemblyVersion": "18.0.0.0",
"fileVersion": "18.170.30208.1"
},
"lib/netstandard2.0/Microsoft.TeamFoundation.Build2.WebApi.dll": {
"assemblyVersion": "16.0.0.0",
"fileVersion": "16.170.30208.1"
},
"lib/netstandard2.0/Microsoft.TeamFoundation.Core.WebApi.dll": {
"assemblyVersion": "16.0.0.0",
"fileVersion": "16.170.30208.1"
},
"lib/netstandard2.0/Microsoft.TeamFoundation.Dashboards.WebApi.dll": {
"assemblyVersion": "16.0.0.0",
"fileVersion": "16.170.30208.1"
},
"lib/netstandard2.0/Microsoft.TeamFoundation.Policy.WebApi.dll": {
"assemblyVersion": "16.0.0.0",
"fileVersion": "16.170.30208.1"
},
"lib/netstandard2.0/Microsoft.TeamFoundation.SourceControl.WebApi.dll": {
"assemblyVersion": "16.0.0.0",
"fileVersion": "16.170.30208.1"
},
"lib/netstandard2.0/Microsoft.TeamFoundation.Test.WebApi.dll": {
"assemblyVersion": "16.0.0.0",
"fileVersion": "16.170.30208.1"
},
"lib/netstandard2.0/Microsoft.TeamFoundation.TestManagement.WebApi.dll": {
"assemblyVersion": "16.0.0.0",
"fileVersion": "16.170.30208.1"
},
"lib/netstandard2.0/Microsoft.TeamFoundation.Wiki.WebApi.dll": {
"assemblyVersion": "16.0.0.0",
"fileVersion": "16.170.30208.1"
},
"lib/netstandard2.0/Microsoft.TeamFoundation.Work.WebApi.dll": {
"assemblyVersion": "16.0.0.0",
"fileVersion": "16.170.30208.1"
},
"lib/netstandard2.0/Microsoft.TeamFoundation.WorkItemTracking.Process.WebApi.dll": {
"assemblyVersion": "16.0.0.0",
"fileVersion": "16.170.30208.1"
},
"lib/netstandard2.0/Microsoft.TeamFoundation.WorkItemTracking.WebApi.dll": {
"assemblyVersion": "16.0.0.0",
"fileVersion": "16.170.30208.1"
},
"lib/netstandard2.0/Microsoft.VisualStudio.Services.TestManagement.TestPlanning.WebApi.dll": {
"assemblyVersion": "16.0.0.0",
"fileVersion": "16.170.30208.1"
},
"lib/netstandard2.0/Microsoft.VisualStudio.Services.TestResults.WebApi.dll": {
"assemblyVersion": "16.0.0.0",
"fileVersion": "16.170.30208.1"
}
}
},
"Microsoft.VisualStudio.Services.Client/16.170.0-preview": {
"dependencies": {
"Microsoft.AspNet.WebApi.Client": "5.2.7",
"Newtonsoft.Json": "12.0.3",
"System.Configuration.ConfigurationManager": "4.4.1",
"System.Data.SqlClient": "4.4.2",
"System.Security.Cryptography.Cng": "4.5.0",
"System.Security.Cryptography.OpenSsl": "4.4.0",
"System.Security.Cryptography.ProtectedData": "4.4.0",
"System.Security.Principal.Windows": "4.4.1",
"System.Xml.XPath.XmlDocument": "4.3.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.TeamFoundation.Common.dll": {
"assemblyVersion": "16.0.0.0",
"fileVersion": "16.170.30208.1"
},
"lib/netstandard2.0/Microsoft.VisualStudio.Services.Common.dll": {
"assemblyVersion": "16.0.0.0",
"fileVersion": "16.170.30208.1"
},
"lib/netstandard2.0/Microsoft.VisualStudio.Services.WebApi.dll": {
"assemblyVersion": "16.0.0.0",
"fileVersion": "16.170.30208.1"
}
}
},
"Microsoft.VisualStudio.Services.InteractiveClient/16.170.0-preview": {
"dependencies": {
"Ben.Demystifier": "0.1.2",
"Microsoft.IdentityModel.Clients.ActiveDirectory": "5.2.6",
"Microsoft.VisualStudio.Services.Client": "16.170.0-preview",
"Newtonsoft.Json": "12.0.3",
"System.IdentityModel.Tokens.Jwt": "5.6.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.VisualStudio.Services.Client.Interactive.dll": {
"assemblyVersion": "16.0.0.0",
"fileVersion": "16.170.30208.1"
}
}
},
"Microsoft.VisualStudio.Services.Release.Client/16.170.0-preview": {
"dependencies": {
"Microsoft.AspNet.WebApi.Client": "5.2.7",
"Microsoft.TeamFoundation.DistributedTask.Common.Contracts": "16.170.0-preview",
"Microsoft.VisualStudio.Services.Client": "16.170.0-preview",
"Newtonsoft.Json": "12.0.3"
},
"runtime": {
"lib/netstandard2.0/Microsoft.VisualStudio.Services.ReleaseManagement.WebApi.dll": {
"assemblyVersion": "18.0.0.0",
"fileVersion": "18.170.30208.1"
}
}
},
"Microsoft.VisualStudio.Services.Search.Client/16.170.0-preview": {
"dependencies": {
"Microsoft.AspNet.WebApi.Client": "5.2.7",
"Microsoft.VisualStudio.Services.Client": "16.170.0-preview",
"Newtonsoft.Json": "12.0.3"
},
"runtime": {
"lib/netstandard2.0/Microsoft.VisualStudio.Services.Search.Shared.WebApi.dll": {
"assemblyVersion": "16.0.0.0",
"fileVersion": "16.170.30208.1"
},
"lib/netstandard2.0/Microsoft.VisualStudio.Services.Search.WebApi.dll": {
"assemblyVersion": "16.0.0.0",
"fileVersion": "16.170.30208.1"
}
},
"resources": {
"lib/netstandard2.0/de/Microsoft.VisualStudio.Services.Search.WebApi.resources.dll": {
"locale": "de"
},
"lib/netstandard2.0/es/Microsoft.VisualStudio.Services.Search.WebApi.resources.dll": {
"locale": "es"
},
"lib/netstandard2.0/fr/Microsoft.VisualStudio.Services.Search.WebApi.resources.dll": {
"locale": "fr"
},
"lib/netstandard2.0/it/Microsoft.VisualStudio.Services.Search.WebApi.resources.dll": {
"locale": "it"
},
"lib/netstandard2.0/ja/Microsoft.VisualStudio.Services.Search.WebApi.resources.dll": {
"locale": "ja"
},
"lib/netstandard2.0/ko/Microsoft.VisualStudio.Services.Search.WebApi.resources.dll": {
"locale": "ko"
},
"lib/netstandard2.0/ru/Microsoft.VisualStudio.Services.Search.WebApi.resources.dll": {
"locale": "ru"
},
"lib/netstandard2.0/tr/Microsoft.VisualStudio.Services.Search.WebApi.resources.dll": {
"locale": "tr"
},
"lib/netstandard2.0/zh-Hans/Microsoft.VisualStudio.Services.Search.WebApi.resources.dll": {
"locale": "zh-Hans"
},
"lib/netstandard2.0/zh-Hant/Microsoft.VisualStudio.Services.Search.WebApi.resources.dll": {
"locale": "zh-Hant"
}
}
},
"Microsoft.VisualStudio.Services.ServiceEndpoints.WebApi/16.170.0-preview": {
"dependencies": {
"Microsoft.AspNet.WebApi.Client": "5.2.7",
"Microsoft.TeamFoundation.DistributedTask.Common.Contracts": "16.170.0-preview",
"Microsoft.VisualStudio.Services.Client": "16.170.0-preview",
"Newtonsoft.Json": "12.0.3"
},
"runtime": {
"lib/netstandard2.0/Microsoft.VisualStudio.Services.ServiceEndpoints.WebApi.dll": {
"assemblyVersion": "18.0.0.0",
"fileVersion": "18.170.30208.1"
}
}
},
"Microsoft.VisualStudio.Services.ServiceHooks.WebApi/16.170.0-preview": {
"dependencies": {
"HtmlAgilityPack": "1.6.5",
"Microsoft.AspNet.WebApi.Client": "5.2.7",
"Microsoft.VisualStudio.Services.Client": "16.170.0-preview"
},
"runtime": {
"lib/netstandard2.0/Microsoft.VisualStudio.Services.ServiceHooks.WebApi.dll": {
"assemblyVersion": "18.0.0.0",
"fileVersion": "18.170.30208.1"
}
}
},
"Microsoft.Win32.Primitives/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.Runtime": "4.3.0"
}
},
"Microsoft.Win32.Registry/4.4.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"System.Security.AccessControl": "4.4.0",
"System.Security.Principal.Windows": "4.4.1"
}
},
"NETStandard.Library/1.6.1": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.Win32.Primitives": "4.3.0",
"System.AppContext": "4.3.0",
"System.Collections": "4.3.0",
"System.Collections.Concurrent": "4.3.0",
"System.Console": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.Diagnostics.Tools": "4.3.0",
"System.Diagnostics.Tracing": "4.3.0",
"System.Globalization": "4.3.0",
"System.Globalization.Calendars": "4.3.0",
"System.IO": "4.3.0",
"System.IO.Compression": "4.3.0",
"System.IO.Compression.ZipFile": "4.3.0",
"System.IO.FileSystem": "4.3.0",
"System.IO.FileSystem.Primitives": "4.3.0",
"System.Linq": "4.3.0",
"System.Linq.Expressions": "4.3.0",
"System.Net.Http": "4.3.4",
"System.Net.Primitives": "4.3.0",
"System.Net.Sockets": "4.3.0",
"System.ObjectModel": "4.3.0",
"System.Reflection": "4.3.0",
"System.Reflection.Extensions": "4.3.0",
"System.Reflection.Primitives": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Runtime.Handles": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Runtime.InteropServices.RuntimeInformation": "4.3.0",
"System.Runtime.Numerics": "4.3.0",
"System.Security.Cryptography.Algorithms": "4.3.0",
"System.Security.Cryptography.Encoding": "4.3.0",
"System.Security.Cryptography.Primitives": "4.3.0",
"System.Security.Cryptography.X509Certificates": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Text.Encoding.Extensions": "4.3.0",
"System.Text.RegularExpressions": "4.3.0",
"System.Threading": "4.3.0",
"System.Threading.Tasks": "4.3.0",
"System.Threading.Timer": "4.3.0",
"System.Xml.ReaderWriter": "4.3.0",
"System.Xml.XDocument": "4.3.0"
}
},
"Newtonsoft.Json/12.0.3": {
"runtime": {
"lib/netstandard2.0/Newtonsoft.Json.dll": {
"assemblyVersion": "12.0.0.0",
"fileVersion": "12.0.3.23909"
}
}
},
"Newtonsoft.Json.Bson/1.0.1": {
"dependencies": {
"NETStandard.Library": "1.6.1",
"Newtonsoft.Json": "12.0.3"
},
"runtime": {
"lib/netstandard1.3/Newtonsoft.Json.Bson.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.1.20722"
}
}
},
"PowerShellStandard.Library/7.0.0-preview.1": {
"runtime": {
"lib/netstandard2.0/System.Management.Automation.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.42"
}
}
},
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
"runtime.native.System/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3"
}
},
"runtime.native.System.Data.SqlClient.sni/4.4.0": {
"dependencies": {
"runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
"runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
"runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0"
}
},
"runtime.native.System.IO.Compression/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3"
}
},
"runtime.native.System.Net.Http/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3"
}
},
"runtime.native.System.Security.Cryptography.Apple/4.3.0": {
"dependencies": {
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0"
}
},
"runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
"dependencies": {
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2"
}
},
"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {},
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
"runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
"runtimeTargets": {
"runtimes/win-arm64/native/sni.dll": {
"rid": "win-arm64",
"assetType": "native",
"fileVersion": "4.6.25512.1"
}
}
},
"runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
"runtimeTargets": {
"runtimes/win-x64/native/sni.dll": {
"rid": "win-x64",
"assetType": "native",
"fileVersion": "4.6.25512.1"
}
}
},
"runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
"runtimeTargets": {
"runtimes/win-x86/native/sni.dll": {
"rid": "win-x86",
"assetType": "native",
"fileVersion": "4.6.25512.1"
}
}
},
"System.AppContext/4.3.0": {
"dependencies": {
"System.Runtime": "4.3.0"
}
},
"System.Buffers/4.3.0": {
"dependencies": {
"System.Diagnostics.Debug": "4.3.0",
"System.Diagnostics.Tracing": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Threading": "4.3.0"
}
},
"System.Collections/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.Runtime": "4.3.0"
}
},
"System.Collections.Concurrent/4.3.0": {
"dependencies": {
"System.Collections": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.Diagnostics.Tracing": "4.3.0",
"System.Globalization": "4.3.0",
"System.Reflection": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Threading": "4.3.0",
"System.Threading.Tasks": "4.3.0"
}
},
"System.Collections.NonGeneric/4.3.0": {
"dependencies": {
"System.Diagnostics.Debug": "4.3.0",
"System.Globalization": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Threading": "4.3.0"
}
},
"System.Collections.Specialized/4.3.0": {
"dependencies": {
"System.Collections.NonGeneric": "4.3.0",
"System.Globalization": "4.3.0",
"System.Globalization.Extensions": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Threading": "4.3.0"
}
},
"System.ComponentModel/4.3.0": {
"dependencies": {
"System.Runtime": "4.3.0"
}
},
"System.ComponentModel.Annotations/4.4.1": {},
"System.ComponentModel.Primitives/4.3.0": {
"dependencies": {
"System.ComponentModel": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0"
}
},
"System.ComponentModel.TypeConverter/4.3.0": {
"dependencies": {
"System.Collections": "4.3.0",
"System.Collections.NonGeneric": "4.3.0",
"System.Collections.Specialized": "4.3.0",
"System.ComponentModel": "4.3.0",
"System.ComponentModel.Primitives": "4.3.0",
"System.Globalization": "4.3.0",
"System.Linq": "4.3.0",
"System.Reflection": "4.3.0",
"System.Reflection.Extensions": "4.3.0",
"System.Reflection.Primitives": "4.3.0",
"System.Reflection.TypeExtensions": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Threading": "4.3.0"
}
},
"System.Configuration.ConfigurationManager/4.4.1": {
"dependencies": {
"System.Security.Cryptography.ProtectedData": "4.4.0"
},
"runtime": {
"lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.6.25921.2"
}
}
},
"System.Console/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.IO": "4.3.0",
"System.Runtime": "4.3.0",
"System.Text.Encoding": "4.3.0"
}
},
"System.Data.SqlClient/4.4.2": {
"dependencies": {
"Microsoft.Win32.Registry": "4.4.0",
"System.Security.Principal.Windows": "4.4.1",
"System.Text.Encoding.CodePages": "4.4.0",
"runtime.native.System.Data.SqlClient.sni": "4.4.0"
},
"runtime": {
"lib/netstandard2.0/System.Data.SqlClient.dll": {
"assemblyVersion": "4.2.0.1",
"fileVersion": "4.6.25921.2"
}
},
"runtimeTargets": {
"runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.dll": {
"rid": "unix",
"assetType": "runtime",
"assemblyVersion": "4.2.0.1",
"fileVersion": "4.6.25921.2"
},
"runtimes/win/lib/netstandard2.0/System.Data.SqlClient.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "4.2.0.1",
"fileVersion": "4.6.25921.2"
}
}
},
"System.Diagnostics.Debug/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.Runtime": "4.3.0"
}
},
"System.Diagnostics.DiagnosticSource/4.3.0": {
"dependencies": {
"System.Collections": "4.3.0",
"System.Diagnostics.Tracing": "4.3.0",
"System.Reflection": "4.3.0",
"System.Runtime": "4.3.0",
"System.Threading": "4.3.0"
}
},
"System.Diagnostics.Tools/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.Runtime": "4.3.0"
}
},
"System.Diagnostics.Tracing/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.Runtime": "4.3.0"
}
},
"System.Dynamic.Runtime/4.3.0": {
"dependencies": {
"System.Collections": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.Linq": "4.3.0",
"System.Linq.Expressions": "4.3.0",
"System.ObjectModel": "4.3.0",
"System.Reflection": "4.3.0",
"System.Reflection.Emit": "4.3.0",
"System.Reflection.Emit.ILGeneration": "4.3.0",
"System.Reflection.Primitives": "4.3.0",
"System.Reflection.TypeExtensions": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Threading": "4.3.0"
}
},
"System.Globalization/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.Runtime": "4.3.0"
}
},
"System.Globalization.Calendars/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.Globalization": "4.3.0",
"System.Runtime": "4.3.0"
}
},
"System.Globalization.Extensions/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"System.Globalization": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Runtime.InteropServices": "4.3.0"
}
},
"System.IdentityModel.Tokens.Jwt/5.6.0": {
"dependencies": {
"Microsoft.IdentityModel.JsonWebTokens": "5.6.0",
"Microsoft.IdentityModel.Tokens": "5.6.0",
"Newtonsoft.Json": "12.0.3"
},
"runtime": {
"lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll": {
"assemblyVersion": "5.6.0.0",
"fileVersion": "5.6.0.61018"
}
}
},
"System.IO/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.Runtime": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Threading.Tasks": "4.3.0"
}
},
"System.IO.Compression/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"System.Buffers": "4.3.0",
"System.Collections": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.IO": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Runtime.Handles": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Threading": "4.3.0",
"System.Threading.Tasks": "4.3.0",
"runtime.native.System": "4.3.0",
"runtime.native.System.IO.Compression": "4.3.0"
}
},
"System.IO.Compression.ZipFile/4.3.0": {
"dependencies": {
"System.Buffers": "4.3.0",
"System.IO": "4.3.0",
"System.IO.Compression": "4.3.0",
"System.IO.FileSystem": "4.3.0",
"System.IO.FileSystem.Primitives": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Text.Encoding": "4.3.0"
}
},
"System.IO.FileSystem/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.IO": "4.3.0",
"System.IO.FileSystem.Primitives": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Handles": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Threading.Tasks": "4.3.0"
}
},
"System.IO.FileSystem.Primitives/4.3.0": {
"dependencies": {
"System.Runtime": "4.3.0"
}
},
"System.Linq/4.3.0": {
"dependencies": {
"System.Collections": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0"
}
},
"System.Linq.Expressions/4.3.0": {
"dependencies": {
"System.Collections": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.Globalization": "4.3.0",
"System.IO": "4.3.0",
"System.Linq": "4.3.0",
"System.ObjectModel": "4.3.0",
"System.Reflection": "4.3.0",
"System.Reflection.Emit": "4.3.0",
"System.Reflection.Emit.ILGeneration": "4.3.0",
"System.Reflection.Emit.Lightweight": "4.3.0",
"System.Reflection.Extensions": "4.3.0",
"System.Reflection.Primitives": "4.3.0",
"System.Reflection.TypeExtensions": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Threading": "4.3.0"
}
},
"System.Net.Http/4.3.4": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"System.Collections": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.Diagnostics.DiagnosticSource": "4.3.0",
"System.Diagnostics.Tracing": "4.3.0",
"System.Globalization": "4.3.0",
"System.Globalization.Extensions": "4.3.0",
"System.IO": "4.3.0",
"System.IO.FileSystem": "4.3.0",
"System.Net.Primitives": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Runtime.Handles": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Security.Cryptography.Algorithms": "4.3.0",
"System.Security.Cryptography.Encoding": "4.3.0",
"System.Security.Cryptography.OpenSsl": "4.4.0",
"System.Security.Cryptography.Primitives": "4.3.0",
"System.Security.Cryptography.X509Certificates": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Threading": "4.3.0",
"System.Threading.Tasks": "4.3.0",
"runtime.native.System": "4.3.0",
"runtime.native.System.Net.Http": "4.3.0",
"runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2"
}
},
"System.Net.Primitives/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.Runtime": "4.3.0",
"System.Runtime.Handles": "4.3.0"
}
},
"System.Net.Sockets/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.IO": "4.3.0",
"System.Net.Primitives": "4.3.0",
"System.Runtime": "4.3.0",
"System.Threading.Tasks": "4.3.0"
}
},
"System.ObjectModel/4.3.0": {
"dependencies": {
"System.Collections": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Threading": "4.3.0"
}
},
"System.Private.DataContractSerialization/4.3.0": {
"dependencies": {
"System.Collections": "4.3.0",
"System.Collections.Concurrent": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.Globalization": "4.3.0",
"System.IO": "4.3.0",
"System.Linq": "4.3.0",
"System.Reflection": "4.3.0",
"System.Reflection.Emit.ILGeneration": "4.3.0",
"System.Reflection.Emit.Lightweight": "4.3.0",
"System.Reflection.Extensions": "4.3.0",
"System.Reflection.Primitives": "4.3.0",
"System.Reflection.TypeExtensions": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Runtime.Serialization.Primitives": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Text.Encoding.Extensions": "4.3.0",
"System.Text.RegularExpressions": "4.3.0",
"System.Threading": "4.3.0",
"System.Threading.Tasks": "4.3.0",
"System.Xml.ReaderWriter": "4.3.0",
"System.Xml.XDocument": "4.3.0",
"System.Xml.XmlDocument": "4.3.0",
"System.Xml.XmlSerializer": "4.3.0"
}
},
"System.Private.Uri/4.3.2": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3"
}
},
"System.Reflection/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.IO": "4.3.0",
"System.Reflection.Primitives": "4.3.0",
"System.Runtime": "4.3.0"
}
},
"System.Reflection.Emit/4.3.0": {
"dependencies": {
"System.IO": "4.3.0",
"System.Reflection": "4.3.0",
"System.Reflection.Emit.ILGeneration": "4.3.0",
"System.Reflection.Primitives": "4.3.0",
"System.Runtime": "4.3.0"
}
},
"System.Reflection.Emit.ILGeneration/4.3.0": {
"dependencies": {
"System.Reflection": "4.3.0",
"System.Reflection.Primitives": "4.3.0",
"System.Runtime": "4.3.0"
}
},
"System.Reflection.Emit.Lightweight/4.3.0": {
"dependencies": {
"System.Reflection": "4.3.0",
"System.Reflection.Emit.ILGeneration": "4.3.0",
"System.Reflection.Primitives": "4.3.0",
"System.Runtime": "4.3.0"
}
},
"System.Reflection.Extensions/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.Reflection": "4.3.0",
"System.Runtime": "4.3.0"
}
},
"System.Reflection.Metadata/1.5.0": {},
"System.Reflection.Primitives/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.Runtime": "4.3.0"
}
},
"System.Reflection.TypeExtensions/4.3.0": {
"dependencies": {
"System.Reflection": "4.3.0",
"System.Runtime": "4.3.0"
}
},
"System.Resources.ResourceManager/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.Globalization": "4.3.0",
"System.Reflection": "4.3.0",
"System.Runtime": "4.3.0"
}
},
"System.Runtime/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3"
}
},
"System.Runtime.Extensions/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.Runtime": "4.3.0"
}
},
"System.Runtime.Handles/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.Runtime": "4.3.0"
}
},
"System.Runtime.InteropServices/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.Reflection": "4.3.0",
"System.Reflection.Primitives": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Handles": "4.3.0"
}
},
"System.Runtime.InteropServices.RuntimeInformation/4.3.0": {
"dependencies": {
"System.Reflection": "4.3.0",
"System.Reflection.Extensions": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Threading": "4.3.0",
"runtime.native.System": "4.3.0"
}
},
"System.Runtime.Numerics/4.3.0": {
"dependencies": {
"System.Globalization": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0"
}
},
"System.Runtime.Serialization.Formatters/4.3.0": {
"dependencies": {
"System.Collections": "4.3.0",
"System.Reflection": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Serialization.Primitives": "4.3.0"
}
},
"System.Runtime.Serialization.Json/4.3.0": {
"dependencies": {
"System.IO": "4.3.0",
"System.Private.DataContractSerialization": "4.3.0",
"System.Runtime": "4.3.0"
}
},
"System.Runtime.Serialization.Primitives/4.3.0": {
"dependencies": {
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0"
}
},
"System.Security.AccessControl/4.4.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"System.Security.Principal.Windows": "4.4.1"
}
},
"System.Security.Cryptography.Algorithms/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"System.Collections": "4.3.0",
"System.IO": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Runtime.Handles": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Runtime.Numerics": "4.3.0",
"System.Security.Cryptography.Encoding": "4.3.0",
"System.Security.Cryptography.Primitives": "4.3.0",
"System.Text.Encoding": "4.3.0",
"runtime.native.System.Security.Cryptography.Apple": "4.3.0",
"runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2"
}
},
"System.Security.Cryptography.Cng/4.5.0": {},
"System.Security.Cryptography.Csp/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"System.IO": "4.3.0",
"System.Reflection": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Runtime.Handles": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Security.Cryptography.Algorithms": "4.3.0",
"System.Security.Cryptography.Encoding": "4.3.0",
"System.Security.Cryptography.Primitives": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Threading": "4.3.0"
}
},
"System.Security.Cryptography.Encoding/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"System.Collections": "4.3.0",
"System.Collections.Concurrent": "4.3.0",
"System.Linq": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Runtime.Handles": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Security.Cryptography.Primitives": "4.3.0",
"System.Text.Encoding": "4.3.0",
"runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2"
}
},
"System.Security.Cryptography.OpenSsl/4.4.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0"
}
},
"System.Security.Cryptography.Primitives/4.3.0": {
"dependencies": {
"System.Diagnostics.Debug": "4.3.0",
"System.Globalization": "4.3.0",
"System.IO": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Threading": "4.3.0",
"System.Threading.Tasks": "4.3.0"
}
},
"System.Security.Cryptography.ProtectedData/4.4.0": {
"runtime": {
"lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.6.25519.3"
}
},
"runtimeTargets": {
"runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.6.25519.3"
}
}
},
"System.Security.Cryptography.X509Certificates/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"System.Collections": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.Globalization": "4.3.0",
"System.Globalization.Calendars": "4.3.0",
"System.IO": "4.3.0",
"System.IO.FileSystem": "4.3.0",
"System.IO.FileSystem.Primitives": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Runtime.Handles": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Runtime.Numerics": "4.3.0",
"System.Security.Cryptography.Algorithms": "4.3.0",
"System.Security.Cryptography.Cng": "4.5.0",
"System.Security.Cryptography.Csp": "4.3.0",
"System.Security.Cryptography.Encoding": "4.3.0",
"System.Security.Cryptography.OpenSsl": "4.4.0",
"System.Security.Cryptography.Primitives": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Threading": "4.3.0",
"runtime.native.System": "4.3.0",
"runtime.native.System.Net.Http": "4.3.0",
"runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2"
}
},
"System.Security.Principal.Windows/4.4.1": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0"
}
},
"System.Security.SecureString/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Handles": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Security.Cryptography.Primitives": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Threading": "4.3.0"
}
},
"System.Text.Encoding/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.Runtime": "4.3.0"
}
},
"System.Text.Encoding.CodePages/4.4.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0"
}
},
"System.Text.Encoding.Extensions/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.Runtime": "4.3.0",
"System.Text.Encoding": "4.3.0"
}
},
"System.Text.RegularExpressions/4.3.0": {
"dependencies": {
"System.Runtime": "4.3.0"
}
},
"System.Threading/4.3.0": {
"dependencies": {
"System.Runtime": "4.3.0",
"System.Threading.Tasks": "4.3.0"
}
},
"System.Threading.Tasks/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.Runtime": "4.3.0"
}
},
"System.Threading.Tasks.Extensions/4.3.0": {
"dependencies": {
"System.Collections": "4.3.0",
"System.Runtime": "4.3.0",
"System.Threading.Tasks": "4.3.0"
}
},
"System.Threading.Timer/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.3",
"System.Runtime": "4.3.0"
}
},
"System.Xml.ReaderWriter/4.3.0": {
"dependencies": {
"System.Collections": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.Globalization": "4.3.0",
"System.IO": "4.3.0",
"System.IO.FileSystem": "4.3.0",
"System.IO.FileSystem.Primitives": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Text.Encoding.Extensions": "4.3.0",
"System.Text.RegularExpressions": "4.3.0",
"System.Threading.Tasks": "4.3.0",
"System.Threading.Tasks.Extensions": "4.3.0"
}
},
"System.Xml.XDocument/4.3.0": {
"dependencies": {
"System.Collections": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.Diagnostics.Tools": "4.3.0",
"System.Globalization": "4.3.0",
"System.IO": "4.3.0",
"System.Reflection": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Threading": "4.3.0",
"System.Xml.ReaderWriter": "4.3.0"
}
},
"System.Xml.XmlDocument/4.3.0": {
"dependencies": {
"System.Collections": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.Globalization": "4.3.0",
"System.IO": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Threading": "4.3.0",
"System.Xml.ReaderWriter": "4.3.0"
}
},
"System.Xml.XmlSerializer/4.3.0": {
"dependencies": {
"System.Collections": "4.3.0",
"System.Globalization": "4.3.0",
"System.IO": "4.3.0",
"System.Linq": "4.3.0",
"System.Reflection": "4.3.0",
"System.Reflection.Emit": "4.3.0",
"System.Reflection.Emit.ILGeneration": "4.3.0",
"System.Reflection.Extensions": "4.3.0",
"System.Reflection.Primitives": "4.3.0",
"System.Reflection.TypeExtensions": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Text.RegularExpressions": "4.3.0",
"System.Threading": "4.3.0",
"System.Xml.ReaderWriter": "4.3.0",
"System.Xml.XmlDocument": "4.3.0"
}
},
"System.Xml.XPath/4.3.0": {
"dependencies": {
"System.Collections": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.Globalization": "4.3.0",
"System.IO": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Threading": "4.3.0",
"System.Xml.ReaderWriter": "4.3.0"
}
},
"System.Xml.XPath.XmlDocument/4.3.0": {
"dependencies": {
"System.Collections": "4.3.0",
"System.Globalization": "4.3.0",
"System.IO": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Threading": "4.3.0",
"System.Xml.ReaderWriter": "4.3.0",
"System.Xml.XPath": "4.3.0",
"System.Xml.XmlDocument": "4.3.0"
},
"runtime": {
"lib/netstandard1.3/System.Xml.XPath.XmlDocument.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.6.24705.1"
}
}
}
}
},
"libraries": {
"TfsCmdlets.PSCore/2.0.0.2095": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Ben.Demystifier/0.1.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-72yB6sCgTKX6Wv3pZnbkANJrC4JzxPnss4LuaUpIeRiiIrfWKJw6/DNaFUYAckx6EluP3YydHreIvJT9tnljJA==",
"path": "ben.demystifier/0.1.2",
"hashPath": "ben.demystifier.0.1.2.nupkg.sha512"
},
"HtmlAgilityPack/1.6.5": {
"type": "package",
"serviceable": true,
"sha512": "sha512-uBXgK1zsIin+X2BYCy8KPDwafRet+Ja9yUJWdnc5ATlQBHrK4goe6DTAOaEE41IceaAH1OYTHgSpyvXqhX66rQ==",
"path": "htmlagilitypack/1.6.5",
"hashPath": "htmlagilitypack.1.6.5.nupkg.sha512"
},
"Microsoft.AspNet.WebApi.Client/5.2.7": {
"type": "package",
"serviceable": true,
"sha512": "sha512-/76fAHknzvFqbznS6Uj2sOyE9rJB3PltY+f53TH8dX9RiGhk02EhuFCWljSj5nnqKaTsmma8DFR50OGyQ4yJ1g==",
"path": "microsoft.aspnet.webapi.client/5.2.7",
"hashPath": "microsoft.aspnet.webapi.client.5.2.7.nupkg.sha512"
},
"Microsoft.CSharp/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-P+MBhIM0YX+JqROuf7i306ZLJEjQYA9uUyRDE+OqwUI5sh41e2ZbPQV3LfAPh+29cmceE1pUffXsGfR4eMY3KA==",
"path": "microsoft.csharp/4.3.0",
"hashPath": "microsoft.csharp.4.3.0.nupkg.sha512"
},
"Microsoft.IdentityModel.Clients.ActiveDirectory/5.2.6": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Z+RMsrkkaEYR+obg9G8Nr2C9HZZAcmzCMqvBAmY94DhCJCW5KxAHyTZjlYBM6fx5tC7blFtYRDogvb0EtTwJMQ==",
"path": "microsoft.identitymodel.clients.activedirectory/5.2.6",
"hashPath": "microsoft.identitymodel.clients.activedirectory.5.2.6.nupkg.sha512"
},
"Microsoft.IdentityModel.JsonWebTokens/5.6.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-0q0U1W+gX1jmfmv7uU7GXFGB518atmSwucxsVwPGpuaGS3jwd2tUi+Gau+ezxR6oAFEBFKG9lz/fxRZzGMeDXg==",
"path": "microsoft.identitymodel.jsonwebtokens/5.6.0",
"hashPath": "microsoft.identitymodel.jsonwebtokens.5.6.0.nupkg.sha512"
},
"Microsoft.IdentityModel.Logging/5.6.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-zEDrfEVW5x5w2hbTV94WwAcWvtue5hNTXYqoPh3ypF6U8csm09JazEYy+VPp2RtczkyMfcsvWY9Fea17e+isYQ==",
"path": "microsoft.identitymodel.logging/5.6.0",
"hashPath": "microsoft.identitymodel.logging.5.6.0.nupkg.sha512"
},
"Microsoft.IdentityModel.Tokens/5.6.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-C3OqR3QfBQ7wcC7yAsdMQqay87OsV6yWPYG/Ai3n7dvmWIGkouQhXoVxRP0xz3cAFL4hxZBXyw4aLTC421PaMg==",
"path": "microsoft.identitymodel.tokens/5.6.0",
"hashPath": "microsoft.identitymodel.tokens.5.6.0.nupkg.sha512"
},
"Microsoft.NETCore.Platforms/2.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ==",
"path": "microsoft.netcore.platforms/2.0.0",
"hashPath": "microsoft.netcore.platforms.2.0.0.nupkg.sha512"
},
"Microsoft.NETCore.Targets/1.1.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-3Wrmi0kJDzClwAC+iBdUBpEKmEle8FQNsCs77fkiOIw/9oYA07bL1EZNX0kQ2OMN3xpwvl0vAtOCYY3ndDNlhQ==",
"path": "microsoft.netcore.targets/1.1.3",
"hashPath": "microsoft.netcore.targets.1.1.3.nupkg.sha512"
},
"Microsoft.TeamFoundation.DistributedTask.Common.Contracts/16.170.0-preview": {
"type": "package",
"serviceable": true,
"sha512": "sha512-fESViBWKpT2Pr7XVHFTVXJXv/zWDpH7x9AQ9lmDxOAyWlIN2VdJEKzupH78C9XTJBJuDpCcYLg8ze//LFZACzw==",
"path": "microsoft.teamfoundation.distributedtask.common.contracts/16.170.0-preview",
"hashPath": "microsoft.teamfoundation.distributedtask.common.contracts.16.170.0-preview.nupkg.sha512"
},
"Microsoft.TeamFoundationServer.Client/16.170.0-preview": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ikg2OoMESxJuWPbyetSO2l1OW5e2EPKRhK74ViYxaryyqOBFKfnBjlnGAGDkoOQnuGnON/0ZE1+r19zJWxg13w==",
"path": "microsoft.teamfoundationserver.client/16.170.0-preview",
"hashPath": "microsoft.teamfoundationserver.client.16.170.0-preview.nupkg.sha512"
},
"Microsoft.VisualStudio.Services.Client/16.170.0-preview": {
"type": "package",
"serviceable": true,
"sha512": "sha512-26TkOWXYyz2NS9UXlK45bEXUS/NmhqoaSz+gedVxXwh1/2qszF1jLEJWpjG9yiRJ0n+nVigI3JEO5iQpV5xyXA==",
"path": "microsoft.visualstudio.services.client/16.170.0-preview",
"hashPath": "microsoft.visualstudio.services.client.16.170.0-preview.nupkg.sha512"
},
"Microsoft.VisualStudio.Services.InteractiveClient/16.170.0-preview": {
"type": "package",
"serviceable": true,
"sha512": "sha512-4STtJWXZFCXwMl98aDs3SqSNe/zhkTwPcLysKrljyWpIgpKMTyCgzgyzclkfgdjBp5l5Sca8v+bXqEEpLuAe/w==",
"path": "microsoft.visualstudio.services.interactiveclient/16.170.0-preview",
"hashPath": "microsoft.visualstudio.services.interactiveclient.16.170.0-preview.nupkg.sha512"
},
"Microsoft.VisualStudio.Services.Release.Client/16.170.0-preview": {
"type": "package",
"serviceable": true,
"sha512": "sha512-nYnmzjPvkPs8+lbfqjGqzCgSOL6W1aUxxFnd1McEz3uiRhKe1YDJPr0tnuhcgmpsCIhXYaiYs31scBx68WDslg==",
"path": "microsoft.visualstudio.services.release.client/16.170.0-preview",
"hashPath": "microsoft.visualstudio.services.release.client.16.170.0-preview.nupkg.sha512"
},
"Microsoft.VisualStudio.Services.Search.Client/16.170.0-preview": {
"type": "package",
"serviceable": true,
"sha512": "sha512-QvO60WP+hHHhaBlgSkSaAbIq1RDlKLTdSLgGXSOG/lHP3db259ZhJ1y9zWeUGrTtvS/qpMGWTXD3phRfp5Ssyg==",
"path": "microsoft.visualstudio.services.search.client/16.170.0-preview",
"hashPath": "microsoft.visualstudio.services.search.client.16.170.0-preview.nupkg.sha512"
},
"Microsoft.VisualStudio.Services.ServiceEndpoints.WebApi/16.170.0-preview": {
"type": "package",
"serviceable": true,
"sha512": "sha512-6tyuDNUxujoOj9tInDg4viK00aA6sxOIETAmOuENNyrf0kbJEi2LiiozKkCpkARqinyCIxO4P8VL9dRNWmtkWw==",
"path": "microsoft.visualstudio.services.serviceendpoints.webapi/16.170.0-preview",
"hashPath": "microsoft.visualstudio.services.serviceendpoints.webapi.16.170.0-preview.nupkg.sha512"
},
"Microsoft.VisualStudio.Services.ServiceHooks.WebApi/16.170.0-preview": {
"type": "package",
"serviceable": true,
"sha512": "sha512-W2ElSA5v7IaN6NYTw0oZ64oRHCBSXMD04RdpI3l7uRXgGqZKz7tmoZj1mcSg9w0UVGeVysRA6fqW86qj8n8oCg==",
"path": "microsoft.visualstudio.services.servicehooks.webapi/16.170.0-preview",
"hashPath": "microsoft.visualstudio.services.servicehooks.webapi.16.170.0-preview.nupkg.sha512"
},
"Microsoft.Win32.Primitives/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==",
"path": "microsoft.win32.primitives/4.3.0",
"hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512"
},
"Microsoft.Win32.Registry/4.4.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-dA36TlNVn/XfrZtmf0fiI/z1nd3Wfp2QVzTdj26pqgP9LFWq0i1hYEUAW50xUjGFYn1+/cP3KGuxT2Yn1OUNBQ==",
"path": "microsoft.win32.registry/4.4.0",
"hashPath": "microsoft.win32.registry.4.4.0.nupkg.sha512"
},
"NETStandard.Library/1.6.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==",
"path": "netstandard.library/1.6.1",
"hashPath": "netstandard.library.1.6.1.nupkg.sha512"
},
"Newtonsoft.Json/12.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-6mgjfnRB4jKMlzHSl+VD+oUc1IebOZabkbyWj2RiTgWwYPPuaK1H97G1sHqGwPlS5npiF5Q0OrxN1wni2n5QWg==",
"path": "newtonsoft.json/12.0.3",
"hashPath": "newtonsoft.json.12.0.3.nupkg.sha512"
},
"Newtonsoft.Json.Bson/1.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-5PYT/IqQ+UK31AmZiSS102R6EsTo+LGTSI8bp7WAUqDKaF4wHXD8U9u4WxTI1vc64tYi++8p3dk3WWNqPFgldw==",
"path": "newtonsoft.json.bson/1.0.1",
"hashPath": "newtonsoft.json.bson.1.0.1.nupkg.sha512"
},
"PowerShellStandard.Library/7.0.0-preview.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-vd2iKiQjgB/Lh3270aMgdq/NdVq/qNHsLM8P7k/oD3hALG1UOzePa62TOSK6RlQClfXW1xI9Y1e+haHlUkF3PA==",
"path": "powershellstandard.library/7.0.0-preview.1",
"hashPath": "powershellstandard.library.7.0.0-preview.1.nupkg.sha512"
},
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-7VSGO0URRKoMEAq0Sc9cRz8mb6zbyx/BZDEWhgPdzzpmFhkam3fJ1DAGWFXBI4nGlma+uPKpfuMQP5LXRnOH5g==",
"path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
"hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
},
"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-0oAaTAm6e2oVH+/Zttt0cuhGaePQYKII1dY8iaqP7CvOpVKgLybKRFvQjXR2LtxXOXTVPNv14j0ot8uV+HrUmw==",
"path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
"hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
},
"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-G24ibsCNi5Kbz0oXWynBoRgtGvsw5ZSVEWjv13/KiCAM8C6wz9zzcCniMeQFIkJ2tasjo2kXlvlBZhplL51kGg==",
"path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
"hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
},
"runtime.native.System/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==",
"path": "runtime.native.system/4.3.0",
"hashPath": "runtime.native.system.4.3.0.nupkg.sha512"
},
"runtime.native.System.Data.SqlClient.sni/4.4.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-A8v6PGmk+UGbfWo5Ixup0lPM4swuSwOiayJExZwKIOjTlFFQIsu3QnDXECosBEyrWSPryxBVrdqtJyhK3BaupQ==",
"path": "runtime.native.system.data.sqlclient.sni/4.4.0",
"hashPath": "runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
},
"runtime.native.System.IO.Compression/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==",
"path": "runtime.native.system.io.compression/4.3.0",
"hashPath": "runtime.native.system.io.compression.4.3.0.nupkg.sha512"
},
"runtime.native.System.Net.Http/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==",
"path": "runtime.native.system.net.http/4.3.0",
"hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512"
},
"runtime.native.System.Security.Cryptography.Apple/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==",
"path": "runtime.native.system.security.cryptography.apple/4.3.0",
"hashPath": "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512"
},
"runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-QR1OwtwehHxSeQvZKXe+iSd+d3XZNkEcuWMFYa2i0aG1l+lR739HPicKMlTbJst3spmeekDVBUS7SeS26s4U/g==",
"path": "runtime.native.system.security.cryptography.openssl/4.3.2",
"hashPath": "runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
},
"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-I+GNKGg2xCHueRd1m9PzeEW7WLbNNLznmTuEi8/vZX71HudUbx1UTwlGkiwMri7JLl8hGaIAWnA/GONhu+LOyQ==",
"path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
"hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
},
"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-1Z3TAq1ytS1IBRtPXJvEUZdVsfWfeNEhBkbiOCGEl9wwAfsjP2lz3ZFDx5tq8p60/EqbS0HItG5piHuB71RjoA==",
"path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
"hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
},
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==",
"path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0",
"hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512"
},
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-6mU/cVmmHtQiDXhnzUImxIcDL48GbTk+TsptXyJA+MIOG9LRjPoAQC/qBFB7X+UNyK86bmvGwC8t+M66wsYC8w==",
"path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
"hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
},
"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-vjwG0GGcTW/PPg6KVud8F9GLWYuAV1rrw1BKAqY0oh4jcUqg15oYF1+qkGR2x2ZHM4DQnWKQ7cJgYbfncz/lYg==",
"path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
"hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
},
"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-7KMFpTkHC/zoExs+PwP8jDCWcrK9H6L7soowT80CUx3e+nxP/AFnq0AQAW5W76z2WYbLAYCRyPfwYFG6zkvQRw==",
"path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
"hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
},
"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-xrlmRCnKZJLHxyyLIqkZjNXqgxnKdZxfItrPkjI+6pkRo5lHX8YvSZlWrSI5AVwLMi4HbNWP7064hcAWeZKp5w==",
"path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
"hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
},
"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-leXiwfiIkW7Gmn7cgnNcdtNAU70SjmKW3jxGj1iKHOvdn0zRWsgv/l2OJUO5zdGdiv2VRFnAsxxhDgMzofPdWg==",
"path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
"hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
},
"runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==",
"path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0",
"hashPath": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
},
"runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==",
"path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0",
"hashPath": "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
},
"runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==",
"path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0",
"hashPath": "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
},
"System.AppContext/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==",
"path": "system.appcontext/4.3.0",
"hashPath": "system.appcontext.4.3.0.nupkg.sha512"
},
"System.Buffers/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==",
"path": "system.buffers/4.3.0",
"hashPath": "system.buffers.4.3.0.nupkg.sha512"
},
"System.Collections/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==",
"path": "system.collections/4.3.0",
"hashPath": "system.collections.4.3.0.nupkg.sha512"
},
"System.Collections.Concurrent/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==",
"path": "system.collections.concurrent/4.3.0",
"hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512"
},
"System.Collections.NonGeneric/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-prtjIEMhGUnQq6RnPEYLpFt8AtLbp9yq2zxOSrY7KJJZrw25Fi97IzBqY7iqssbM61Ek5b8f3MG/sG1N2sN5KA==",
"path": "system.collections.nongeneric/4.3.0",
"hashPath": "system.collections.nongeneric.4.3.0.nupkg.sha512"
},
"System.Collections.Specialized/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Epx8PoVZR0iuOnJJDzp7pWvdfMMOAvpUo95pC4ScH2mJuXkKA2Y4aR3cG9qt2klHgSons1WFh4kcGW7cSXvrxg==",
"path": "system.collections.specialized/4.3.0",
"hashPath": "system.collections.specialized.4.3.0.nupkg.sha512"
},
"System.ComponentModel/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-VyGn1jGRZVfxnh8EdvDCi71v3bMXrsu8aYJOwoV7SNDLVhiEqwP86pPMyRGsDsxhXAm2b3o9OIqeETfN5qfezw==",
"path": "system.componentmodel/4.3.0",
"hashPath": "system.componentmodel.4.3.0.nupkg.sha512"
},
"System.ComponentModel.Annotations/4.4.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ToiYqSCioqhtspq2O/jYKtyTC/T0uwWHBTYlzCi6PRbSSHArN1IaRWeHffDamvms5sye5FDUWCfNZgubQpNRsA==",
"path": "system.componentmodel.annotations/4.4.1",
"hashPath": "system.componentmodel.annotations.4.4.1.nupkg.sha512"
},
"System.ComponentModel.Primitives/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-j8GUkCpM8V4d4vhLIIoBLGey2Z5bCkMVNjEZseyAlm4n5arcsJOeI3zkUP+zvZgzsbLTYh4lYeP/ZD/gdIAPrw==",
"path": "system.componentmodel.primitives/4.3.0",
"hashPath": "system.componentmodel.primitives.4.3.0.nupkg.sha512"
},
"System.ComponentModel.TypeConverter/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-16pQ6P+EdhcXzPiEK4kbA953Fu0MNG2ovxTZU81/qsCd1zPRsKc3uif5NgvllCY598k6bI0KUyKW8fanlfaDQg==",
"path": "system.componentmodel.typeconverter/4.3.0",
"hashPath": "system.componentmodel.typeconverter.4.3.0.nupkg.sha512"
},
"System.Configuration.ConfigurationManager/4.4.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-jz3TWKMAeuDEyrPCK5Jyt4bzQcmzUIMcY9Ud6PkElFxTfnsihV+9N/UCqvxe1z5gc7jMYAnj7V1COMS9QKIuHQ==",
"path": "system.configuration.configurationmanager/4.4.1",
"hashPath": "system.configuration.configurationmanager.4.4.1.nupkg.sha512"
},
"System.Console/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==",
"path": "system.console/4.3.0",
"hashPath": "system.console.4.3.0.nupkg.sha512"
},
"System.Data.SqlClient/4.4.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Bv5J2EBAdP7FSgehKYN4O6iw1AaZrw4rFFqwt9vZSjRvC70FpwP2d9UG4aTaI2wh3vfrBKK+tjewowGM2Y6c1w==",
"path": "system.data.sqlclient/4.4.2",
"hashPath": "system.data.sqlclient.4.4.2.nupkg.sha512"
},
"System.Diagnostics.Debug/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==",
"path": "system.diagnostics.debug/4.3.0",
"hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512"
},
"System.Diagnostics.DiagnosticSource/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-tD6kosZnTAGdrEa0tZSuFyunMbt/5KYDnHdndJYGqZoNy00XVXyACd5d6KnE1YgYv3ne2CjtAfNXo/fwEhnKUA==",
"path": "system.diagnostics.diagnosticsource/4.3.0",
"hashPath": "system.diagnostics.diagnosticsource.4.3.0.nupkg.sha512"
},
"System.Diagnostics.Tools/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==",
"path": "system.diagnostics.tools/4.3.0",
"hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512"
},
"System.Diagnostics.Tracing/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==",
"path": "system.diagnostics.tracing/4.3.0",
"hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512"
},
"System.Dynamic.Runtime/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-SNVi1E/vfWUAs/WYKhE9+qlS6KqK0YVhnlT0HQtr8pMIA8YX3lwy3uPMownDwdYISBdmAF/2holEIldVp85Wag==",
"path": "system.dynamic.runtime/4.3.0",
"hashPath": "system.dynamic.runtime.4.3.0.nupkg.sha512"
},
"System.Globalization/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==",
"path": "system.globalization/4.3.0",
"hashPath": "system.globalization.4.3.0.nupkg.sha512"
},
"System.Globalization.Calendars/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==",
"path": "system.globalization.calendars/4.3.0",
"hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512"
},
"System.Globalization.Extensions/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==",
"path": "system.globalization.extensions/4.3.0",
"hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512"
},
"System.IdentityModel.Tokens.Jwt/5.6.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-KMvPpX4exs2fe7Upq5zHMSR4yupc+jy8WG8yjucZL0XvT+r/T0hRvLIe9fP/SeN8/UVxFYBRAkRI5k1zbRGqmA==",
"path": "system.identitymodel.tokens.jwt/5.6.0",
"hashPath": "system.identitymodel.tokens.jwt.5.6.0.nupkg.sha512"
},
"System.IO/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
"path": "system.io/4.3.0",
"hashPath": "system.io.4.3.0.nupkg.sha512"
},
"System.IO.Compression/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==",
"path": "system.io.compression/4.3.0",
"hashPath": "system.io.compression.4.3.0.nupkg.sha512"
},
"System.IO.Compression.ZipFile/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==",
"path": "system.io.compression.zipfile/4.3.0",
"hashPath": "system.io.compression.zipfile.4.3.0.nupkg.sha512"
},
"System.IO.FileSystem/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==",
"path": "system.io.filesystem/4.3.0",
"hashPath": "system.io.filesystem.4.3.0.nupkg.sha512"
},
"System.IO.FileSystem.Primitives/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==",
"path": "system.io.filesystem.primitives/4.3.0",
"hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512"
},
"System.Linq/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==",
"path": "system.linq/4.3.0",
"hashPath": "system.linq.4.3.0.nupkg.sha512"
},
"System.Linq.Expressions/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==",
"path": "system.linq.expressions/4.3.0",
"hashPath": "system.linq.expressions.4.3.0.nupkg.sha512"
},
"System.Net.Http/4.3.4": {
"type": "package",
"serviceable": true,
"sha512": "sha512-aOa2d51SEbmM+H+Csw7yJOuNZoHkrP2XnAurye5HWYgGVVU54YZDvsLUYRv6h18X3sPnjNCANmN7ZhIPiqMcjA==",
"path": "system.net.http/4.3.4",
"hashPath": "system.net.http.4.3.4.nupkg.sha512"
},
"System.Net.Primitives/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==",
"path": "system.net.primitives/4.3.0",
"hashPath": "system.net.primitives.4.3.0.nupkg.sha512"
},
"System.Net.Sockets/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==",
"path": "system.net.sockets/4.3.0",
"hashPath": "system.net.sockets.4.3.0.nupkg.sha512"
},
"System.ObjectModel/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==",
"path": "system.objectmodel/4.3.0",
"hashPath": "system.objectmodel.4.3.0.nupkg.sha512"
},
"System.Private.DataContractSerialization/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-yDaJ2x3mMmjdZEDB4IbezSnCsnjQ4BxinKhRAaP6kEgL6Bb6jANWphs5SzyD8imqeC/3FxgsuXT6ykkiH1uUmA==",
"path": "system.private.datacontractserialization/4.3.0",
"hashPath": "system.private.datacontractserialization.4.3.0.nupkg.sha512"
},
"System.Private.Uri/4.3.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-o1+7RJnu3Ik3PazR7Z7tJhjPdE000Eq2KGLLWhqJJKXj04wrS8lwb1OFtDF9jzXXADhUuZNJZlPc98uwwqmpFA==",
"path": "system.private.uri/4.3.2",
"hashPath": "system.private.uri.4.3.2.nupkg.sha512"
},
"System.Reflection/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
"path": "system.reflection/4.3.0",
"hashPath": "system.reflection.4.3.0.nupkg.sha512"
},
"System.Reflection.Emit/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==",
"path": "system.reflection.emit/4.3.0",
"hashPath": "system.reflection.emit.4.3.0.nupkg.sha512"
},
"System.Reflection.Emit.ILGeneration/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==",
"path": "system.reflection.emit.ilgeneration/4.3.0",
"hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512"
},
"System.Reflection.Emit.Lightweight/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==",
"path": "system.reflection.emit.lightweight/4.3.0",
"hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512"
},
"System.Reflection.Extensions/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==",
"path": "system.reflection.extensions/4.3.0",
"hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512"
},
"System.Reflection.Metadata/1.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-423hF/x1/1/aBT6hjgrp8RH2zdKOd1iTujlHisSesTW/cgv1ixUitfk23ZknVzItMm6jnwp9CBwI2P3r9jpitw==",
"path": "system.reflection.metadata/1.5.0",
"hashPath": "system.reflection.metadata.1.5.0.nupkg.sha512"
},
"System.Reflection.Primitives/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
"path": "system.reflection.primitives/4.3.0",
"hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
},
"System.Reflection.TypeExtensions/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==",
"path": "system.reflection.typeextensions/4.3.0",
"hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512"
},
"System.Resources.ResourceManager/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==",
"path": "system.resources.resourcemanager/4.3.0",
"hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512"
},
"System.Runtime/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
"path": "system.runtime/4.3.0",
"hashPath": "system.runtime.4.3.0.nupkg.sha512"
},
"System.Runtime.Extensions/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==",
"path": "system.runtime.extensions/4.3.0",
"hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512"
},
"System.Runtime.Handles/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==",
"path": "system.runtime.handles/4.3.0",
"hashPath": "system.runtime.handles.4.3.0.nupkg.sha512"
},
"System.Runtime.InteropServices/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==",
"path": "system.runtime.interopservices/4.3.0",
"hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512"
},
"System.Runtime.InteropServices.RuntimeInformation/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==",
"path": "system.runtime.interopservices.runtimeinformation/4.3.0",
"hashPath": "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512"
},
"System.Runtime.Numerics/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==",
"path": "system.runtime.numerics/4.3.0",
"hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512"
},
"System.Runtime.Serialization.Formatters/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-KT591AkTNFOTbhZlaeMVvfax3RqhH1EJlcwF50Wm7sfnBLuHiOeZRRKrr1ns3NESkM20KPZ5Ol/ueMq5vg4QoQ==",
"path": "system.runtime.serialization.formatters/4.3.0",
"hashPath": "system.runtime.serialization.formatters.4.3.0.nupkg.sha512"
},
"System.Runtime.Serialization.Json/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-CpVfOH0M/uZ5PH+M9+Gu56K0j9lJw3M+PKRegTkcrY/stOIvRUeonggxNrfBYLA5WOHL2j15KNJuTuld3x4o9w==",
"path": "system.runtime.serialization.json/4.3.0",
"hashPath": "system.runtime.serialization.json.4.3.0.nupkg.sha512"
},
"System.Runtime.Serialization.Primitives/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==",
"path": "system.runtime.serialization.primitives/4.3.0",
"hashPath": "system.runtime.serialization.primitives.4.3.0.nupkg.sha512"
},
"System.Security.AccessControl/4.4.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-2NRFPX/V81ucKQmqNgGBZrKGH/5ejsvivSGMRum0SMgPnJxwhuNkzVS1+7gC3R2X0f57CtwrPrXPPSe6nOp82g==",
"path": "system.security.accesscontrol/4.4.0",
"hashPath": "system.security.accesscontrol.4.4.0.nupkg.sha512"
},
"System.Security.Cryptography.Algorithms/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==",
"path": "system.security.cryptography.algorithms/4.3.0",
"hashPath": "system.security.cryptography.algorithms.4.3.0.nupkg.sha512"
},
"System.Security.Cryptography.Cng/4.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-WG3r7EyjUe9CMPFSs6bty5doUqT+q9pbI80hlNzo2SkPkZ4VTuZkGWjpp77JB8+uaL4DFPRdBsAY+DX3dBK92A==",
"path": "system.security.cryptography.cng/4.5.0",
"hashPath": "system.security.cryptography.cng.4.5.0.nupkg.sha512"
},
"System.Security.Cryptography.Csp/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==",
"path": "system.security.cryptography.csp/4.3.0",
"hashPath": "system.security.cryptography.csp.4.3.0.nupkg.sha512"
},
"System.Security.Cryptography.Encoding/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==",
"path": "system.security.cryptography.encoding/4.3.0",
"hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512"
},
"System.Security.Cryptography.OpenSsl/4.4.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-is11qLXIHKIvbTipyB1an8FT1ZKavmgf/qJUSIz7ZP830ALRRhPSt5NhplW0/wMk0tNDQWQLluVap6HsQN4HMg==",
"path": "system.security.cryptography.openssl/4.4.0",
"hashPath": "system.security.cryptography.openssl.4.4.0.nupkg.sha512"
},
"System.Security.Cryptography.Primitives/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==",
"path": "system.security.cryptography.primitives/4.3.0",
"hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512"
},
"System.Security.Cryptography.ProtectedData/4.4.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-cJV7ScGW7EhatRsjehfvvYVBvtiSMKgN8bOVI0bQhnF5bU7vnHVIsH49Kva7i7GWaWYvmEzkYVk1TC+gZYBEog==",
"path": "system.security.cryptography.protecteddata/4.4.0",
"hashPath": "system.security.cryptography.protecteddata.4.4.0.nupkg.sha512"
},
"System.Security.Cryptography.X509Certificates/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==",
"path": "system.security.cryptography.x509certificates/4.3.0",
"hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512"
},
"System.Security.Principal.Windows/4.4.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-h3ah5DRH1dD0WbtLVZrLAUkkMYL9N3gQ/qrJuc65GzyR4hsaPD0YjEwmpu5+2tNT8BQktW5xw7KlgoY83jqd7w==",
"path": "system.security.principal.windows/4.4.1",
"hashPath": "system.security.principal.windows.4.4.1.nupkg.sha512"
},
"System.Security.SecureString/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-PnXp38O9q/2Oe4iZHMH60kinScv6QiiL2XH54Pj2t0Y6c2zKPEiAZsM/M3wBOHLNTBDFP0zfy13WN2M0qFz5jg==",
"path": "system.security.securestring/4.3.0",
"hashPath": "system.security.securestring.4.3.0.nupkg.sha512"
},
"System.Text.Encoding/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
"path": "system.text.encoding/4.3.0",
"hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
},
"System.Text.Encoding.CodePages/4.4.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-6JX7ZdaceBiLKLkYt8zJcp4xTJd1uYyXXEkPw6mnlUIjh1gZPIVKPtRXPmY5kLf6DwZmf5YLwR3QUrRonl7l0A==",
"path": "system.text.encoding.codepages/4.4.0",
"hashPath": "system.text.encoding.codepages.4.4.0.nupkg.sha512"
},
"System.Text.Encoding.Extensions/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==",
"path": "system.text.encoding.extensions/4.3.0",
"hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512"
},
"System.Text.RegularExpressions/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==",
"path": "system.text.regularexpressions/4.3.0",
"hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512"
},
"System.Threading/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==",
"path": "system.threading/4.3.0",
"hashPath": "system.threading.4.3.0.nupkg.sha512"
},
"System.Threading.Tasks/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
"path": "system.threading.tasks/4.3.0",
"hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
},
"System.Threading.Tasks.Extensions/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==",
"path": "system.threading.tasks.extensions/4.3.0",
"hashPath": "system.threading.tasks.extensions.4.3.0.nupkg.sha512"
},
"System.Threading.Timer/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==",
"path": "system.threading.timer/4.3.0",
"hashPath": "system.threading.timer.4.3.0.nupkg.sha512"
},
"System.Xml.ReaderWriter/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==",
"path": "system.xml.readerwriter/4.3.0",
"hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512"
},
"System.Xml.XDocument/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==",
"path": "system.xml.xdocument/4.3.0",
"hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512"
},
"System.Xml.XmlDocument/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==",
"path": "system.xml.xmldocument/4.3.0",
"hashPath": "system.xml.xmldocument.4.3.0.nupkg.sha512"
},
"System.Xml.XmlSerializer/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-MYoTCP7EZ98RrANESW05J5ZwskKDoN0AuZ06ZflnowE50LTpbR5yRg3tHckTVm5j/m47stuGgCrCHWePyHS70Q==",
"path": "system.xml.xmlserializer/4.3.0",
"hashPath": "system.xml.xmlserializer.4.3.0.nupkg.sha512"
},
"System.Xml.XPath/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-v1JQ5SETnQusqmS3RwStF7vwQ3L02imIzl++sewmt23VGygix04pEH+FCj1yWb+z4GDzKiljr1W7Wfvrx0YwgA==",
"path": "system.xml.xpath/4.3.0",
"hashPath": "system.xml.xpath.4.3.0.nupkg.sha512"
},
"System.Xml.XPath.XmlDocument/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-A/uxsWi/Ifzkmd4ArTLISMbfFs6XpRPsXZonrIqyTY70xi8t+mDtvSM5Os0RqyRDobjMBwIDHDL4NOIbkDwf7A==",
"path": "system.xml.xpath.xmldocument/4.3.0",
"hashPath": "system.xml.xpath.xmldocument.4.3.0.nupkg.sha512"
}
}
}
md5: 4869758057C3D62BD570D32DF56B7AFD | sha1: 12BDE6D83049E4D13B285682493CD82DA039D3B9 | sha256: A87EF228E5574F140789A93EEA8523236B5158AA53BA68783311053424F33C0C | sha512: EB4D97D30A88B2769E3EEADE815CEC519AF1EDCB926958A8BFF01B0AFCEE6BAF308B368508160F6E5F1CC354A8BA3331D5A140E6ADB325199C4E58F2E532AE68
md5: BA7E3A1A0DCB79D667FDC232EEFC7AF5 | sha1: 1164B376F8E34A9A0F06C259112671304EC734CF | sha256: 21AE17270969BEFCAFB84457AE9185C189ACFA06EA0E2EBB6947E0D1C8E538DA | sha512: 8CC249A290E844DDFA110F809814C59D0698EF6EF2973A05284E5EE44475AEEBDA9DECA85B4E6CC631110416DC312F892307D7ABC0C7A1A2722C78F3958CA39F
md5: 02905D0FC2E5744E36D60348C7E427C9 | sha1: 90535DBF54B6AB10D90591C2ADFED79A52850FFF | sha256: D1B401F2E3590F67588116CFADCB583F1F5952116F7D418ECD33B6E8210A6DC0 | sha512: BFF802B10E3021C6F889203191BAEA2F54F9E42B2BFBFF1EF3C858B10D2DB56C7817CD528349C10FF0D3020A3DEF791459CD942390B22B6B30CBBCBE9D9BDD08
md5: C2A07346B1CC6B301AAD117CF4CA0827 | sha1: BE96630873FA67C29627689601A68226060935AC | sha256: 31C38DDFA0F3F327B34F2C3EC63850A032E51980232836EEBB3A42A933DA66FD | sha512: ECA8491FB9C77E96DC325290906C08894215D18FF3E8F173D73EDAB623B9DB30D2B5E022ADB563A4A039F2DA7871EBB53A41EF09C3F6396BD95B3F4BAE87D294
md5: 0AC4514EB31193623CD4E33AAF47097C | sha1: 8179A4C1C2B33464C51CD0A0C658D86210990537 | sha256: B8F5F79BA34DCD8896E77596F9697FCBAE9693CA867A616A26478B83AB24C595 | sha512: 4F42DD9353BD2045412F24A961363EE5829DFA1B4EC9D6EDBECA8C8E3FC19D6461EF7E299A0F6C7BB6A7781863A39094F912204F22FBF9DE93DBB8C747F52664
md5: D188BF7DFDAF48CAF1920ED9E5E31C02 | sha1: 62A60EAA7D5ABFD93456DF214842864FDD8BB0A8 | sha256: 9A295F360C9AA0CDEC1F92990A90E84FAAB48A6C11E870C947A17CC5DF4BF028 | sha512: FC9B8E8EE4DEA31D9E2E67083314FAA7F6FD04932E11907842F3ABC476ABD2E7F7DB620196B9988202B0EDD78206ABF021244881CE2852894EFC562358F315DF
md5: 8155A3818D9E763071EBD1E792BBB62F | sha1: 6AA91F2CEAD50C17BF3125EAA9181B42AA994274 | sha256: 2F7421447F126B469A33A54639640C6CFC86C709C5645966A7654C21554BD52C | sha512: 8EC4C24AC78372D6FD730D2662CA0506EB84813D8219F1CA1881BFDAEB81486F4E0EFC7C86B310915E518877731BC8D32CFFD6C707F23EB772E280A335FC731D
md5: 48A71BF81850AFDD126F7B79633D49A5 | sha1: C45FA87A35B5F0EFECA9E27F7F85D50CEA4AFA19 | sha256: 67C8501E2FB3698F58452F18EB3CDE570A8AEACA91B966933734C874D21CC0BC | sha512: B911D7F0E77DB93F666949022A247CFBFF3A5D7D979A259EB283671252F2E635646CD9BE5C601E9B1590CDB0A6A0FFA6A5CA023BE7D96488F87DE25C3827386F
md5: A976204C21293111E756D37DB45E2845 | sha1: 27F8D183EFADC9D6EED5A83E48698CF28C55A636 | sha256: F340951DF4876012362EB738DA301B461E0E4F0109C50DBED649D6B84FF619AF | sha512: 483FDDFE3DDF0CD383183E5389AB3C8EBFF097ECE33795BDDEDC3DF3955058154DC296B812C885D06BBD006751D3A0F206FEDF15D1E5916224BAC79277F319AA
md5: 5932BC47E9A8F96E628267723E9A98AC | sha1: 3D7F4E3A822ACACFA1B8050EA01B8428DC14D977 | sha256: C7A77854725F627C6224ABFA5AA115F2A3B247A116D8A31346EA2049693FF706 | sha512: 48DEA0AE8CFE93244C738067308A56729A202BB539FD55BD42C71742E269D7BE4E6DD8C5ADBF78C8D255B76D7CAAC1DF2B4F04D71ECC58AEC0FC95C8C200FE8F
md5: 9D6A3D7D541317FFE0FB99DC063CD294 | sha1: EC142582DAC44460E005E8D208AA5FA6F5EAAE61 | sha256: C6A88C862BD16B522C7083BBE5193A66BD59BD4735D7D35ADDAF5EF9DCC6B190 | sha512: 014D12EAC883C153D9102653C0D249F79E3D078CBDA691FF2F361C1989169490E8251DA4FB3BFD34DDC16EADC2C9DE6B83F95847CE2EDF09674B9763FF3CA6F3
md5: ADECA721674C48006EA1300B35FC3C23 | sha1: AA83C9F7AEF4E63108829C06C9C2FB889A97206C | sha256: 7D79876153C395B7FAA9D6C6CEA94828345AEE41DE0D626BD13AA968F7D7813B | sha512: C22FB88D927D243951853756DB89BF2107AB0D7DD129C830473D24A2BB8C70CDA00E6B6304302A9B71D00AACD0358187580C7C33EC820B06BC1B79F2E3816DD6
md5: 0A61F49C71F16E95CEBF6553262A159D | sha1: 16FB106C4A3726DF74A46F7A0B564F22DCC14EA8 | sha256: D398D77C65A714C084E6C25745CDFC79134D9028B193118422F5F43B03A843E7 | sha512: A5CB24825708CB85A3A012AAF8AD4799F3F881CA723BD8DA7D8442B1BCB3C94825C0EDEDBAD0CF12F415ACDA49EDF58C640EEC18AF52505CAD776D370F6B9F73
md5: D32D033A2619C7D65924425869CD9BE6 | sha1: C5C42C11DB893C9C47F2FEAFA37ADD891BDE23BC | sha256: AE7159483CA2EBE44AB7F7D2884354F0CA5AC35D4092FCD92D124D55DD9E73ED | sha512: DCA143B9FF89F484C36D8379D69596116E490D1BBB38C06904339D5ADC72CE1DD45F13B6EEBD4B2CCA044BFD410D013E7337F6CA7570A7525191F9B8AA0D839C
md5: A2034B26EAFB44EC5C764F92A47B8159 | sha1: C2560BA7DFC5DC8A46ED0E7DE4C52ABAE1D9CDB4 | sha256: 74D8B7F68268959B8D03DC475E31AFBE2FDDB4029215CBE07D66770DDFD8E87C | sha512: 318B364989766CCBC15417E46ED39B710491F70C470B0847DF08C61D9C61C0B38ABA1E697C091BDBD630B5BADE750C61E85495864A7204BBB2C71B3EB851A5B7
md5: C2A20449817D49917B33AD38FE7209F8 | sha1: 4B4D9F48D03C08F851AE62BCBC56F8E3ACFED450 | sha256: F1EBA073F064E490BE0EC6C38206FF423E9D5B143AEB5DB914EEBDBF53590118 | sha512: 718D2B86F46C2FAB975A5D1B41B2365D008EA5C7592A01EF83C1DC452F71820FF6D04C7DCC085BB102240F06DBAA2479510898DFF91C16AB20B36F31A8E40AFB
md5: 70207E80347797B24B8E3CB8B9FBC1CC | sha1: D833DF1988370EAC52932B549A5D5ED3F9DF2346 | sha256: 30E0139F3345E54E3AD5C1638D046D821F23C5BCD6C2484B16744D3ACA15265C | sha512: 006F40AA4CA3923599ACD0F6F85FF46814C44E0E9A859172B58333D80D2497C7FC0F1E3B4EFEF287434980B5351173C74F360C28B9C04CABD93D635981F9C162
md5: 7EFD2E401F407E867D681A8467AD9996 | sha1: D92D0E065E8CE1940E6047587B8EEBAEB89DAB69 | sha256: EE2D2F7FB4493F437A673076E6A567AB87BB4A4A64AD75E8B3BD0E75CFB580B7 | sha512: 28BF2B4FC4CA8F0792F4C7E1E6FDF858A84510F2184BEB919156031F7B4618AE16E2FA9D02022E21EF73410C53AD68A9727FF353F44A2B755E6F8877563ACD0E
md5: A2EB60D266EA2E43609506E7E0E4388E | sha1: EB8F7FBE002D64F88965EF31CE9C75A38628C268 | sha256: B0978ED55AF0AB5953089911D54F2C194361750E846E58EFBE9D4B4E6314F856 | sha512: 7168D6EA956E761AA30D97B9FE52DBD77F16E4EA63362D8125DCC3BB696BA661BA4312A31C1D77CE8A985DCDFF9E26D3978806F7B26AE0CC9B9EC1216C44EC71
md5: 38EB6D20A10C9A10C694E74A104E83D1 | sha1: 95734F5D947E8D9043E27C5DDADAF3D9285FB4FE | sha256: B0234221F4D27B9543E8A7084E5C55EF1307CCFA80C722DE920E8B812D928052 | sha512: C184A0B4B5500D6EFB9F195F6175BC74F34231CC5A1F07C51113B43DB72AD818B2E69C551D49E4B2CAFA528666707BE6163577B5943CF6EB838C7CDB21BCF421
md5: 6021A02D91820390F0CE898147F8C755 | sha1: 32ADF5349F72F78BEA9E3D561E954515989FFA04 | sha256: 946516361A08259E5F23B4CDAE41D1B9070AB49C56CFF3AC0B7A9AED3703D9DB | sha512: 8687E1269A5EAF822BDA4DEA9453EC3900C7EF1542F797016CA0D89BACD2FBB4291C85F63D3F4511FC21BB14FF303C448A2A9C3A7EB8ACC8283D75BE16991EFD
md5: E351A59987A02EE56EBDCC83D9338224 | sha1: 46A2FA6C3D9969B225D45B531DBA2C9DEAA53447 | sha256: 8F487C77BBF00FA505AD1AC06B73E80BF721C90AEA1677CD221C7E33A12B45CD | sha512: C6B13E9B728C66EA7246BC6695DFE477755ABC62B56EC01D88AA039431DAB87E68B586FDD9273D5DE74B2C970208797A3AAC309F3EE9693DA976512A8D6BE1FE
md5: 5FC6C2C4CFB5D65868283E29872C68B2 | sha1: BF208502CF331A83DE542E9CD1BAAF04577A8BD3 | sha256: D312B81728E57CC500F01FF5FB9D6231ED085A8109066855031D5BD9514E4668 | sha512: FE70D5FBAED3885C062056100B2F61C14B91E4D7915CD4EC56BAFD7E5CDDFD49C8D7D0BAFC048FD57EFDB9A2A470EF535120522EAD4F3E8BDEE8116E4F0D9C60
md5: ECE2F5689C9E2E8EA86231FE5374238E | sha1: 2D2FF7B0FD626BEF0C45E920D3D21FE6A12B26B4 | sha256: F4EE557259696D03951D8CEDBA35D8B854D70321EE74BE00D54C6F153F0B7280 | sha512: 04736093A17F26B558E3A589D648B195B6BE2D668D3E8947E3511579167C73808F7A74F4D40CFBE23AB8ED6B2A19DA2E62E25B11C8368C526AB17FE0E8A4A0A9
md5: 4AA3F7D9CC0C7237F0D19D40F95C9304 | sha1: 50F3DF57DBBB5E7D11C786EB752607B4AC2FF3BE | sha256: 730BBF1EC5F0C9103C173C00E78962A3397DEEF31DBE90FB46B1B712A053C616 | sha512: 4C5B32BFDF2C0C49451A195081B7DCB66BEC2F0145B82EDA6BB85A0107C5381BD507EF47FDF3189C2C7E63C819D75179F72100D5F2049056633D5A6C183434F8
md5: C08C203EECF2557888EF260A9DA0DB3C | sha1: C4861C3672ED602A352229A2D055EB5AFEED9461 | sha256: 37AC6A79259F722C0FF7FA711C2E37F30404000E49CCAD2B98580E964D466C53 | sha512: C629C20EB23BB5C8E6EB64B46B265CD715DEB0BD93DF73DC3932223BF70E7FA0EDA6AF04B5A64DA9BC32A83FA92DFF566B57AD70842D63B8C141C83100403AA2
md5: 64A90140AEC56C185206DC3573FE9E96 | sha1: 536EB686F13B0CA7967E1745511DC754F55F1F6E | sha256: 020B003BFD88005ABF0B9B6ECBDAEF1C6C11C423A3BC9C1AC49286A909845C69 | sha512: E86BEDDC9AA5ABF2C1CE73EA00E58B804C3400FD01B22D06C042DAA1B4F6D45CD2512DDFC7648989E7A2C25DBEAF013000B78E2A1226B86C577E5A2AF33C74A7
md5: B65EDD70FD51881DC4F9FFB78089DDBE | sha1: 021EEA7D8B40528B9BAFAE54A541F71DA46EC81F | sha256: 04DB85F458550C70BF70AED52E57E62A9B6628FD0BD3AF2E68602266608B683A | sha512: F469AD19B71916C35CC97E67FE2C5CEC5E09429D464BE5379892C79D6061820FEBE38A72B479D626215BB2F199FA5B535B1B83CBB0A8A24A3DBAADD0F9A174BB
md5: B0291BA5FE4FA91120D915CFC7DEB4E5 | sha1: 734DEE148D139364C543695A3992EC6FEB916D0E | sha256: 9BE2FEAC52E687906C3D9F9CCB357E3E9A0220E928171D3A648886926310D94D | sha512: BAE98C06894583986E8DFF51BE92972D09A64D889E48E43675CC6A1141A1CE07523F74F7FB0962764CC497BBD2A33DB9E6004D9537698C9692DC6053F58D77F7
md5: 8333AAC5360AE8498D48FDED5A6CC31C | sha1: F9D317D5F897A2848C62390DB56EEC6E398A5E7F | sha256: C75358BC7CDA5424B8A68E4810C04BA8EA24EC60936F2DF1F8D996871F80251B | sha512: D038F9DF67C4760BD997C3C18CDF4D8B047EBD9D45D2D5221544BBCE8ACE84F88061673A2D9F91C6BC92E60652CFD80F6D0F9768AA5D77A5ACC4AC61C4B08EFD
md5: 70D6F67DD20721F86FEC6BE44D489232 | sha1: 970799C806B25209260338C9B0E00D0281B2DD5B | sha256: 395078AD4E5693EDABC4ECB483AC2FFB42BEB654C07B96EB6C9A67CAF3856E1A | sha512: E0FC4FB0CB70B6D74585155FC5E4D1C4E85E616D782CF5E012C8F7AC59DF4C0BB4114BCDD1B3AE2147B25C8DFB3CD9B3C00B0B1B3E1C9071B42A1EFC2E548926
md5: 78BF9296A5FC31274746CF2A74422D8E | sha1: 84B8A983C069035623CA9E1F1320A77A39923D45 | sha256: E49D970B157677DFAD9E6298A93FC472C6699A5970570A8FB3CB45AD08EEC52D | sha512: 140E8084F3C7A0BD13C6CBC56C4461726874413F90B58CBC8C189AA6734DA43C27E5BF83111D32141E0F96718A3350C94E14131825C63FB727C517D66A279AE1
md5: 83F8AB14F69235C2553AFEB17926694F | sha1: 413FC8FADBA14FB4ED4463F98979EAFDA05BC8E8 | sha256: 3EE78EC26CAAC23426DDF4D49B02FFE0244144E11831F6005FE830C965677410 | sha512: B2187FA742099A9703E5DA02B9B3D69A75B3793B33CA5C02BC37ED40E24B12255A8CD1D4109F99996DA0F81CE1142104536D4539C369436E53B48D472EBD5D75
md5: F7761B6AAE19DA706EAF139B6BA5A19A | sha1: 2E52001B5BDD6C32F915B06D416799618D82EFCD | sha256: F69283A596522B84BD3E88F91758CA890C9220414B6922D2B6F6A9F4B06394D6 | sha512: 0ED873139A15055FE90804744D85516A9D05346609BF975066AF3ABB1C72F48CE60019E86706C508B534D947C558FA5426E89210A71E92D9DA89D0F8785D811A
md5: 80031F5F8B0FFDA42CB4607DE4907B6F | sha1: F762A71281C5C8A82B63F3C6C763D3889154A0D6 | sha256: DDDA3BC3BA0569D19303FCDEC48CEC55C177A101B66233890C38D0FB0CC1B506 | sha512: 6073632499BC78E2F807233F126EEDB131F1FA5128B39A4F577EA4719795A5EC60D1F104965596F6DA36C2621DED060D14A0B977E5B834F985E3E64124727355
md5: 40772B341EE7638FA5BA0AEB5CA859DC | sha1: 4472BD8318E26BD63A23CDF9151D3383180844B7 | sha256: 3B712099C7AAA64C8FA196C3E8BE5F302E996FA87DEB3F271932DEB567C83810 | sha512: 23A0A37C2F943BCA23755FD830DED27ABEFCA435E99C903255A45D74726754C732465B0F0508789D4FB8CEFB06601C96317B4378FA7093DEFD558D382C69890A
md5: 78DA2107B61670B2386258316D44D306 | sha1: CCD48AE6C81D83091B04D8BF31800B800A1F908C | sha256: 127CC9E825F0A5F28B4F9D132DCA2F809142FE70B5E827AF1F67D98A77C0E627 | sha512: B6D9BA4DAFCC53CCDAAE669D1BF364886F1B8CFF802C530D9DA293950824E31EE7C18C1BAB6ADDF292B35AE1DF55EC6E21B23A013D8E23862C6D18665FFB97EC
md5: 4B3AA97F0312B1875B0D922860E81A04 | sha1: D9E2CE8D93FB3FC6186633F7DDB24E96089A64E7 | sha256: 4ED5FA99E8F88BD7608B9E62FB7198467905E0B87ED73A13CD5CC3280B82D503 | sha512: 697DE04346DE040EC886FEEDDF7525F76A9C65C35674EBAA61AA7C4FC5C3345483530F6CC10567204781F48E9E6853B26FA45DC824F9F5F1EC2FE69A5B777C4B
md5: 46B5523F719B21145FE081A8500EE013 | sha1: D7F54B56517AD60AD4E18C89A5110F8938FD9008 | sha256: 88B8C765E2C812D2A5987BAE72AE41DDCAB379D92E4BABC461BFD9A7DC6661E5 | sha512: 3A044525F84E0CE31ABED1EA718BAE015ACE1E9B3BD20B2F6B837A9B23F0841594E91A0A9AF6BA4E79F1671D815B11353B878E3F012B73999A1A9BAD73F1F041
md5: 82EC6EE40A050A52B366190F0C1C9242 | sha1: A1A0BEC2C1D12F670FF8E39F10AFEB93BFFEE3F7 | sha256: AB59CEE02C509CB3481394040C5E746FD2FDC67AFD42087130DB83DC98B297BC | sha512: 904DD9FBC8491FD7FF2B3FD9DDB74E051F323F45A984DB00DE826C516C43CC6EADF7C41365A0869B8B635D31400A72A0067B5A56E27F9A1BA598FDA70B777F54
md5: 7252FFC0C8E285E76D1C6677ED8010B7 | sha1: 8B8CE52B5A163F80F6CC1BD78275A75CC402BA38 | sha256: B59D2DC84BD9CDB003252E9A9008835E4403F2981AFD528DC0B63E3D519E2C9F | sha512: 4EA8E32F450213BF2635AA72BDC5D99151A7357565FC7D3F61235B644467045B29C2731BD7A7B95621B9C71CA10DB767DDF760CD230D23AF31F6F25D9F7308D4
md5: 50AC2255266858E1BC99930AB23CFA85 | sha1: EDB523BA115BBE2AAE2F8D3E9983DB6581711CAE | sha256: E7350FEFDC81F397470BE5804F1A4A637E5C3C45198ED3303EA226670BA5AE59 | sha512: C6C3B473F5C973D63358A7DCAA63B9A67C3048B52C01DB005CC2C3E21FF85F1A44D96E345AE3E139AF7BE533AFA8F5A3B808442045E9869551913470E30C6403
md5: 0CDCAFC3544DE3CABC22102096E8A843 | sha1: 789DB55EDE5D5FBBF588F4AB0B154620E0665686 | sha256: 190C542160ACC872435E9A4D1448066528EC19864AFCBA2B7644D3A4BA553726 | sha512: BF35497CCC6C1358ADD20955FE62100ABC6AAE853E9A0A3E132AB7D6F23D1B2AB26117D836694D44AD0106C779EB2F726078A5D12EEE965D730130044B9387BB
md5: 930290ED969A653D948DB69BC8856DEB | sha1: 65C49A92ADA958A5787C33A015865CCB5C42A51F | sha256: 3727B29319AC498BC3DCF6BF321AC5321AA4238FA9EFCF068CC61E08FBD8BC20 | sha512: 1709DFE39A0BEE56EEA64FDC3115BA2906CC5F3F54CCCF30A4FEBD62D5815D969DA87D628F8ABD5A6BF64BB20034E15D32F5DF99FBFCDE9BBA6CEF7C5E14356C
md5: 160FA52D76F3BB11F67C5973CAE0B148 | sha1: BA80B54F8809031038E687D8487231696882CEC5 | sha256: 964CA32494EBAFAC486D94DE4EDC6EBCCC6CD25270838A5856917436C2142D6E | sha512: 527D9A7BD3680832516AA6DFA8143797C13E6DF7B6F0802E3FCC81240908AF8EE4F688B4085E385DF27890FD03D3C6AFFF0B9902953B0EF9D30D777DD58C1225
md5: A52973F7299550178B7CCEDBA0C57C42 | sha1: 26A82DD22CCA910DA7AE130C1C968E4D29759692 | sha256: 0ECCC60E80F8ED614D955D55DC79DE4882F8E31680B7540D9FCB9C04226D8DBA | sha512: EC7DA92A48DEADCE4908CA70338BE5C4159D1782CDC17621349160CAE18788F55C35C24DAF0107F7ED8B05D9A87D43813BEB048490A3DBE717B726DF66C1552F
md5: A3BEF6AEE788801C01D33FA96CED39C0 | sha1: B26A30AC18A35FB73EB15E5A73CC59AFAEBBCB83 | sha256: CE2CC4918E282060286523E09B4C7B0FFA15DDD90E19439DF125796A5E8F39F2 | sha512: ACD37D2FAD8863AC9F653CFB6F573A0ECF01E46E9FA3D641542B87E891AD5B17FE2FFFAE5AC254AE69A4CB2DAC0851F35D878DF1B2D6EEA6749338D61D3B9A0C
md5: 39C12B381561F12B9457E067C3AA9AB1 | sha1: AFE1B7B7DEA65B39D9FC261364E9AF34ECDA8DC9 | sha256: ADDA1651AFE72D59A4197327D724234E896B8932E005487861F8F50C003C6F79 | sha512: B8B48CBCFA70EEF6B4C30CB569DC7278F8C57FD75A825455947368629070DC36BC44884FA8CDEB6D62A4882D7B19CA218B2467987EE7082ECD494680B0B7D462
md5: 5353C3C526C1E0A8DB853F71E1BDE3D7 | sha1: E9C20E654AC1607B4493BF59F13037FD73843358 | sha256: A42BE8554D408F09F045C37FEB17735948AA39035BD921B8528CE4BC03B99A5A | sha512: A6EF3AACC0135846210728C2B0DF4D5C4429B40E4B232A37AEDA831CE3A2D7F0A07A63EDE9F6CE1226183BF225A192858F6D377AE3F5089563AD3BC7B6F570AC
md5: 2795B11CA6EEB50375085F085590CAD4 | sha1: 83AF242C72D7D519835EB5FF99F849076EFB39BB | sha256: 5A6F0BB1B691D03A213F5D19AD66AB9DE84919B3BF7794135C979DEC0CF958E0 | sha512: 81642148CDB83C7E4FB4F42C1F4DA86E320FCFDC26F66A2ECEA66B24768592760BAEEA1DFA46B7E9CF2834E5243B4DC6561870D55715679A57F2A49AA37FD66F
md5: 3CFF3988F324EFDE64EB36C034086036 | sha1: 688C5E56DA4D0627AB37AF11754367D8660C24A9 | sha256: 6E4711A730B3E4235A7AFE89C9A36BDFB6EB6C92723D98E0870FE32A86651B30 | sha512: 5A53078608DAF3B24347DF58BC024137881D1D10B3474181EBC91B7A3766A0C1A2072E94198EAF2B4AC5FED5D916A9BAADAF4F65A1C436A8FA8F9648267D9C91
md5: 27D22406C04C5EB16DF2DBE738F55E5C | sha1: C7CD53CFF090C3C15BDBC958AD14356C824C1DBC | sha256: FAD3E56B355C1C95D7A8BB41A2858FD021EE2C1C8E410743A21F490643EAB04F | sha512: E260CCFB21D601E2CC52DDF0B8F1EE85A8785EA6336CFB9DDF9FD4E7577CC470BD97E1DB9D6403B8DAAC95F54CB267AB3B0D6F93157C5A536BF347383AC84EAE
md5: 5F638BA93E64955B785E37EB8F0005B4 | sha1: 2510D4BD7BAB3A04569B3BF58E54F36FEC716DAF | sha256: A7635D9453ADFF15C83B44D78005734FF03D44B3BABA4F304ACBC801AB83FE73 | sha512: E2298FF6334A951B1E3F7FC865C9BFE14297637FF328018252F02A8FE4AD6173D35D7030F4C126FBC15E559B8EE6DD263F55EC2F017F72D2970CA44BF755915A
md5: EE07F37867FAFA68A08618BCB4166725 | sha1: 5F777DC3E4DE704CFB7E3FC01446BB74102BC134 | sha256: FC1AC29F8ADB9818513269A427AFF3D77485B6ED946FAEE41CDFFE0D53CACC85 | sha512: 51C4B825CD5E52D0256475F0907F6F309796146EAB096AC6DE78F91360FFF226A8AC2B51377178A0E558D75F4FEB01BED6D6BAA2750151CFF4AAB42B22B86D0A
md5: EEFAE42826516895F68159EAF9DBF4D2 | sha1: 65045FEB3C21574676B6032BF2B4174E6E1CF61C | sha256: FB8C15D4E34AFDBA0477198CEFC2EF360DCA0C6BB87512D37270BB038BFC674E | sha512: 176F98C8106C6F0B9ADDB3A5BEF6FE501C85F4A459252AA3C59A511979E05A8ABA248E47F219E8B25089875ED8908C4EA46F3F0BE337C5E6BEC7E9151DA1149D
md5: 728EE2028336BEB58E81894AA0BA451C | sha1: 305C6B1CDEBABE242830E597C5F869FF471B899B | sha256: B7D3E8E2A688722A7989507BAF5F743F57E0EED8DF85E3BE6090D40D874CD045 | sha512: A9B506E7A16D27C8C8EE7BDC8BAAB30D97AF3027D437EFCDAAC4442B926C24E86DC23921316FEAD592A75DF56E54C0940A90596139C3CDAB997D75B728841DB3
md5: 0FE357DA7DDE7FFF51B1EF03429A4428 | sha1: 23BD6F1458D15760D5DD8EBBE98E33A0ED5310B8 | sha256: 3279A65794FD1433C46CA65E0765BE78EDF7D65E5D24D8C97D1594668F9C2DE8 | sha512: 249F2306659404DEE68991CEAA2C90C6CDAAAF25ECDD1205E77D9C7E6A5A717C8F57797CAA715508BAABA8E0DFC02B2CC21A92921F5E1B8D7F5340DF52FDFF83
md5: CF89D4D35703A8AC6A32D2BC7D9515FF | sha1: 4E71270C1F46B119AE0B46F18F872D2F649101C5 | sha256: F155138D8422B8673F3FD4A0E9BB7460F4E602931E12B1194ABB5ABDC9AA3AB9 | sha512: 04717FB52E4B6C5C0244E4466F43F97B81D8BD949B756286576273993AFFEBEAE856A5156FC47B02D4BA5FF3BF69EFD76A866DE7DAB7A66553F1B972CB9653D5
md5: D058FA5C8C0A8B449F66B4E36A006265 | sha1: B68E82EA261AD6263A79AC0331E625B8C773D854 | sha256: DF086C3EA4BA9F6075A8BEC55ADEAB14666BA7EFE9C7188471CAEBFCFAB7CB98 | sha512: 9E94DD017C3470621B21B52A3BC5A8A1451F7F8AAD4D8F30D494D95CDA09C7F21BF044A645AB70359A97518448E907B30925C3F04B8561C67B5F9E24A4B3C808
md5: 57325D4E3AC492393F5EE886C2648EB7 | sha1: DE34F1431A43E8B3D63CA34E7D789082F4817901 | sha256: F05DFF46501B0B12951BAECCE86FBFE06FEE6D47B6285DEFC3B8458D13EA304D | sha512: AC40DF3C156557C1261894A9EF83814865C5A18E1A85521E0D2F405B1F5B3A38FCF37AE162600B7AF8FD75615A5ACBCFC972DC27C6E8F650595AE44FD4DFACB7
md5: 2DB80A0BA11DD61188750A9BDCD42D9A | sha1: E7CEDB6AD46D0CF2DE7FFB271A5CDAA9675C8EE6 | sha256: 63B7BC80C85D37865EB0DF1625D2846D9CDC1AB294558746DDDA15BFA625606E | sha512: C9068ECD5F7D4573BEED207CC0502FC7B93A64C666795E3E1B017E6C1415C3606C856FAD14A0DD63C48D5C3BBEED021A904FDB560418A2D811F4A65656B0471F
md5: 72F297180A2D301B19B532728E3813BD | sha1: 0073B0FECCA25C1C9F971792F8D38CE5F7420645 | sha256: 947AECFC71C839504641957DC7AF9FC42B5D288E271D64E3C24B2CE6946988C5 | sha512: 841E71730162045DE7DF305BDB7DC459B0A0D63B02C168B0A5D582355BC5F5AFF6D09FC56A5130EFBCE9589928672C50CBF2895534721F9334B3D8DD6AE36DA4
md5: 7CB58A3B8A3CE6BEA3394478F400120C | sha1: B61E07938307ACBC2D9E7D2DEE014A5B623D1B51 | sha256: 1BB5C9099C740A07EF4FB002C43A580779973AA85A555E3FF90A66BC6D86A9D2 | sha512: 5DEC5C6B35DB278572149B70696D8F9912B03B3710C997A4E47E7B934CAB5D74701A9E448B8C0C62AA6546C94DEDD7989D8E5F0C1440F0CFA22305ED4DCE3EA8
md5: 11A8B7A54EDE769058428E7746BE9F90 | sha1: 95E08D9B329B148352CE25E990A0BCA0ACBBC9D3 | sha256: 290728442B7C26B83709D24F3EC7FDD89170FEA6E7241DA37CE63C0FD85DC45E | sha512: FDD9C11D45A11C10F327F969AB28A60C53F00271FA2E322F52D934AEFDA5F1B1C4E3A22125B2CB533F6899003FB8ECCFB3E2BAE5FE9759A3DE060F66D1D56513
md5: FFF2717B48B0D0A16F2A1B28EE724267 | sha1: A9D5D591EFE9675DC518C99CEC232C9DDEF0297F | sha256: 769B414234EB28BBB8E369358BB33C2475CAEADE8182E6B184B64635EF90A5D3 | sha512: ECAB584B51B3F510CEFDF76B160E191C06FE46BA143A845684C77D813684F171F1E037A0AFC02A8B612AA964BA7978BD331A8E81DE00167FC5AA1148DE75D210
md5: C7C33214137476936E6CC561C6B82B82 | sha1: 1B8E1034552A316E75C4FCF54D72991FAAAD4F38 | sha256: 9B13AABA7EB26F5C3B6B3FF18CDB220466A9C0563CD9608C9EF012AC066E4FF5 | sha512: DD238E186CF1D1A21A5FBB65FD5D5C3FB5B099771031B388EABA2D316E2B7CC618271ABEF9BDA2737383BBF005BA7E07E1B0D9B6EE71FAC98451DE68559E0155
md5: CE70DD88EA0F7A1F7662026B6EDA0907 | sha1: 59DBFAF6FBA98FF5EC3624B3DDCC268F9644A1D1 | sha256: FF42827CFDD280C13B74F1D5A7B102DD6D30D5B9831426670A1D538DCBD061E9 | sha512: 4BE65267F2EC6EC8504EFC19F8CC5FCEF30B6699DA39ADA51DF1078E8B655969216C6D216D12305AAE8DE8E01AA9F528F738589102C7EB9282BEFBAB1C81C277
md5: 996ADF0A13AC09A9B904FDD994C3F272 | sha1: 305EB187B11CBFB9148D453804752C9AC8A92C7F | sha256: 2F2D8AE3B97175E731FB73A16B120F9624C8C46F9F42AEDB7147164D1A62509D | sha512: 1A9F74105AE7A31CF87A683871E7FCEF3592D008AC5F1D3E77468654E91E9E51A430E6B97B0652F798167E904B0FD78365C1A7FDC56B8A7F27C7EF6976B7F5E4
md5: 119DAF3DD9EF8BAD1AF30BCACF9A5ACD | sha1: D4B2D0B16EDB9548FB1553BB4EF99F79A45020A9 | sha256: E5231A171AC506E540C8C753C12B02A22381EE8A1E7F44BAAC69AA5DDE369C50 | sha512: D016547D46B24D5FB688B85101252A3D6A1305ADF32B15E9D98F84A8470F98E5C34C18EFA60D20B94E623ED250196AA2194521250C8B453AB5580DDF8DD3905E
md5: 8FEEA71BB8DE5BC444B841B3AA23A43A | sha1: BE76E988FF8394776BCA79F2A51251B70D438382 | sha256: 685057E22521C0DC2F80C050C872980CE02FA856B1DA53A7A26DD6BBA163E92F | sha512: 729F3766B869FF22D4A3167DA84D088371673CBC7FC9F8CD6EC7BB26D27F61C34C2CC7E9446091DB1B6DCD4A32EAC444EBAE2EE00E37459FCFE2F5ED0A15E611
md5: C47593AFA2E78D682F5A192D95407947 | sha1: E6FAC8796C09E4EEE5CA2013B3098EB869A21997 | sha256: 1AC7016D1701BB244A2EB83386C10C5AE7A2A00BC30AF7A3343992331DAA36B4 | sha512: FF6417EFF26D640479CA460D2D3EAB198CBC3C34F6C95ADBD526B80EBECBBE325BDD8DE5CEDDB22920334CB4FCB5488A41E2BC76ED89BF12BF66EBC589E4E438
md5: E1CA06F6D611B31AFC6BD60DC3A7C91C | sha1: EC7A554C3F5D39085A5B04A55004FD8DFFBBE65C | sha256: 402B1C96E6961592856A0B973D078CF118317CCB15E25C40872DA8DF7E6B8861 | sha512: 5AD712DB9E3EB8AA0BB623D2421A0FB85BEA7DFF49933AA8849747AB62313CC0E271898F57E3FD4D991DD50C7D66B21E112A11E27CCB8356D81E10196A879E16
md5: E5EC4AFFA367E1372B6A3D93B9D76A41 | sha1: 38629095AEA381EDA52213C7D68092C81B23A583 | sha256: D0CF7AFA754B2DFD6A6B1FC3F9840FA504F480C2AE9E121655DE2A1D46028D18 | sha512: 29813DDC7B57F1AF49D5135A5877149D8BD2A6DE139AD3B55A0F318F09EE16DED4D08ACE06CA527E71ABB4C36D906990B3C78DD6AE430C8D1A6AFDDE06EDC187
md5: 2F252A1689B68FBA36EE0FFE8BF4A130 | sha1: DED98D7DDA26B559C3CA36762350B99061282BEB | sha256: 3A4B336918749EEA0F44502BBAC92BB197B012A6369C46E57F3EE0D221514381 | sha512: 52C81AD97A39EF87D8CB59D4B70E7C06DEC96E989BBFF88B50728D2B800C29D45A3FCDCEE8511D06C48D2382D2E242C3CF2A7E637B5C220EE5A6C207AF6D31A3
md5: F22D328A8C3D37816B63BCDE5618C6E3 | sha1: 1E083806515AAD1A6BACCB227EEF729A6A65E5B5 | sha256: 2F36F1EA48666268E79A4587DE7F51765A6CD908B2274910CC374BB5CD48CBE7 | sha512: BE41091ACFFFB1FDBA4396C78F2158A5E768B4EDE13AA5700FF3B9DD9AB3C7F2C6D2B161547BF6D50AB3781C0EADD449DD30342FAA8F8938CFCA032BB0D25B5A
md5: 7D50C36EAFD42D1A036E34896F912521 | sha1: CC0A50BA312A23A39CAF10573B5209E0EC905939 | sha256: D7F0B8BAD057B12378F8EC6C03743C660618B8C4C7558ECE2C7E5DD30C56F796 | sha512: 2808213FA24A6D3498CC7A3E6EAE4F7BF535E0B2280FECA84DD60CF4C263EA649ABBD972CB568C49BEF2A7D11D91A828A578C28616217605C42C9A2FEAFA9549
md5: B44D32AA8ADEA99D7D106869127A6DD4 | sha1: ECC52BA44FBC527C212C5816431BBCCDF9DB878C | sha256: CAEE316EB0EAC80F3DAE3FC925AE8C1E628238E274A37C59C1BE584140EDBC37 | sha512: B6B7D992032A36037B535D5DE1ED63153777E6FD5A70E6859C426582897148F1EAAC86044A49AA499FD6A30F88EE12FEF9CAAA1328E32271007F993639CF51A3
md5: 4E5B64C0D771F7A6BDDC4995426BC3E0 | sha1: 86E266B8001C336390AB77EEDA535B249579D556 | sha256: 70D4E9B4E4F0B6C64DE143D41ADB34317EF5868E0826B0E6922312AA82C27B02 | sha512: 5E112B7DBB2416154D80CED50ADBFCDA45F2C06868E7E972C6E0B1553A209A4BC9B5E2B5FCAE3798E5524043B518AB9AE71E62BA00C11028DFE6E6DC6CA0104B
md5: 02F01A1684C81077D989E9F491FBFBB0 | sha1: 71BED74D05E2DA8980BFEBF4042B3D0A4235C4D1 | sha256: 1A84B806DA2E9D2D2D90203F1C9BEC80918260255938A5BA6C89068904F144FB | sha512: 6152F62AB08547FCB44B58EEDEFF582B5EBC7CBC464C6B441878E751D076BA307528D40E12A84FC88605746F6B4AE80C88513E9D5A1E1BA75A6CA980DA9BA0BB
md5: 97328226558642B2965B0ABC7F0E2CCB | sha1: 2763A6BCF956796577A23C479B6545D969E38021 | sha256: 19B381040544CE9C87B7311FC61D93DD0FF414A1607ADF24EF83A7627EF151BC | sha512: 9D13A3EBDC87471A39D33399CBAED1E07DE951095C29B94AC8811B88101955B67C5F8F7A8A91E919DD6980BF273F537E36D70531920535E9261422D4C88A1555
md5: 422A489E55D5738D05A3DAEC4474939A | sha1: FC64F15437CBE1E9C84D81653741867D207AF01F | sha256: 31794544618321B99E71C9FD45520873702E447148196DC98D33CB5952BFAC54 | sha512: F454559638B5E954117DE2524D706DB801B914FD57B633F24C7CB41F0A6B4B0A1C0F09C30CABA78183F793580D16745B068EF36A9C7B959185440A62D476EA8D
md5: 270858356E1ED3CC7D924BC0FB0ABC2C | sha1: C195571332863D1B6FF644FB43BAAA5D05E7636B | sha256: 852CFDFDF47478EAFAFA5123E671817B9C737914008DE90D07EAD0D385372E1E | sha512: 9489CD0DFD2A39E975BAB86C38A0AD1DADD140FC5C6BC552945EB396C87B30D5449B6C9F2F4D41ED669E0A5EFA4F90EB7E7240F043879A7A0221B3BCAC9C2F62
md5: B2CAC4AF9035BBCECC8F6F5BADA4760C | sha1: 150BFA7039CA5F4AF4BCA5EBEFB8A67600BB4FAB | sha256: AEF3EFD2626F4E3198C616776B1F54E114B1B4AE6D1E8FBF6B57B4B9F768E94C | sha512: 8A6BC5A01C9419E146D042E463D453F735901C1D815843D719FD6E3BF2BE79FFDBFE93CFD8DD6A283108C5FB28D1AEE3BADF5CF147B2CBB606BCF4C3DBB61D56
md5: 0DAE54C8B92473DE565B31100073F0E1 | sha1: DA39097CE19E0D22A6B843B7C0783BB106812C7A | sha256: 3A992805D62232478A03A45944B4D416B38CEA745EE781FED5619770A8A7AB9B | sha512: 498685974141F6B76B537B6770FF835F8C1C79630E629289F58BCC0CBA9094E973A0A73211BDF9F6EA906E12E27A06106A32EB5A17253B649A7DFF7FD4D34DCE
md5: 1D8F77D208824A58F0DCCDCD0B9C6C92 | sha1: FEDA5D23D799B288A12B01620D5E19164546AC37 | sha256: 785570DDDDCCC97B0612989ADC94EE1FB145525D65427C58FA80DAF0B1CF7E50 | sha512: 5CDD6F0FD420DC306886A08A6E0FFDBEE6F59D0C10304B96AE9FD15099DD84E46D8B931D4995EDBFFC779A0CEAA0328ED801BA162F98F3961557989E86EC3732
md5: 9AC4367D3EF8675276F5BF4935B5832B | sha1: B222E49C9698A6124161FF74BD6E327A7C3B985E | sha256: F76BBF000E6A2D66B91F15E11313D495D0440CE4A43ED1A78AB092595DD6375B | sha512: 288A0E3E6B738E823F242D3EEA87B4D873989EB2813DAC8EB895AE64CF0259E41E7B1EDBA18CA1CA792721FB5AC35B6547974FB02F9AA9BB2A68FC7A5D6808D1
md5: C88EF4784E8B8C148996C31C4BF79152 | sha1: 0EADF89FF2019DFAE443D30048310CFD7A5B807C | sha256: 3499B03FB4C66280992EC668488A932AF81B7E37EFBF3E296F836BB05233B57F | sha512: 47A161515C77E4FAC3864A527A5425B555DEC5E00C1A8B0939E78B5AFDC78995E11232488481360A15C9A517438D6C9A5BC0B42B8AD9CD5D29662001FD561616
md5: 101F5BF09C61281077E0792EA8D1CDE5 | sha1: AF62FF66B8FF862D445A9C98D38B9CFF53CDD7E3 | sha256: 03A6ED47205195727DE4B9EC118FEABDA7E64C9494196168A9070EB649946BB4 | sha512: 9E3C5742A3CE6315BFA6AB54C7CDD0F3A03EE4B9C87DC399D371BBD95D606AA45EE96A037BF1AAC5D2C61C890AED19CBA92F0A5E398AFC422D8806B733A710B2
md5: 51FC7B135A4EADD1CF00CB60DE16722F | sha1: D7D247AE5527E1AC433599AEB12AA70D558DEC0B | sha256: 3F64A55C7E115D090E7B492EA24A29E99275D5F9467ECBDC3A46882D0748B7E0 | sha512: 4665EF2C656723915A39F24EDC9E9313BFED1318660B77D0D736BC97893E53E56246495B73661A8B831EC87E13B2DFDF0E518EE63C3C7E24B72FAB496B223FC7
md5: D248577C3EC51FE074E6DB8D7FD169C9 | sha1: 71A5FA441FA940781AD250EF89FB1818652CB608 | sha256: B1A022D85192DC2245729758AB67C80E65B5EB304E78AA5CDB715AADF7C6D21F | sha512: CA919843A2E5663B63B14B7424FEFA0CEB722CF93D0227A7E4C4BD86905B401F25C0E2C5C5F00390B3666B67A94A5DE4663B8A9E3C6A407CBEB7B19049F8F39F
md5: 48667C62BB36686084BF859203F51404 | sha1: 454490DF5984AF462837B7BDB22FCE91CD8B3C45 | sha256: 64858861859372E5368DA7B6E550860C3DDD17A7B110093AEA805398507837AF | sha512: C6FAC7B8ED6B61DDE3409F9EA44D3D7BD7254E8B592257BB03EC12F3C06085A4DE182AEFA0DB1B49047763395705994AE4CFB6BB039E3E15174FE581289AE143
md5: 15C34B74056360E5C9EC5A3491085E7D | sha1: 14ED28FFFBCE67D90CA092C1D1BF3C379DDE16C6 | sha256: C360846C0F0A63DD74106995135FFAA67703DE643462CD935111CDEE556C7713 | sha512: 2143CE9E15D6C5A8D61650F1742F77B709C390B319D1FCEADCF90F5EA0772F7BE485A8DC4DFA9DEF3CF36336D852EF9581F6AB22A24F89F866CE0026B9B06327
md5: 5C0661B5DB9537C82E098388ACCB3F36 | sha1: 760898C8F32067A248F3CC27DE3B07374D49291A | sha256: B905C6C7D03B3E31F532BEBB18D68657B629B5F14A8DB9C6771440A232210DE6 | sha512: BFE370D26EC7FD8D72FCCF199F061BCB622CAF198DF5947E30506FD9709C94A73DA56FAF4E8B5AE31068574984F439571EEA8D2E14FC869B2CD94BC2A32EC3CB
md5: CCB79D7973DE3AAE82F67D3CE3BB0497 | sha1: 5B9E3BA350F4B01091837493DFEF7BADB302BD15 | sha256: 25E6E60E6E383B3D3CF1744B259C05B5CEFBBC4162DCAB1DD3DA940E4CF28CB8 | sha512: F00E44A58F05AC9F3D7A33C7C114B13321626C5AF296DCA4654D3CF03100515B2BB48A8DA097792586BD6621019F3FA12294287115F62B7D2CE74F88B6C6F926
md5: 5374BD4ED960AC25D5C23EE9488E35F3 | sha1: 3413158FD375C2FE959B6ADB97A3FA3788044697 | sha256: ED62C34ABCCB50E05E7F2CA7F982AAF9D4C7592080C7902D5AAC0964E7600A98 | sha512: 6E84712D98C5E2D1A217E726DB1D639D03BC65BB53757649D02B41F6998C613DDDA7DF97120C1B3EEEF6DD15873E218435F6C3D68481FCB66A08A2371FF47887
md5: D6621B933A116391BC1427AE544CCBC4 | sha1: 628DBC2C940DF93EBF2ECB9BBE6E11D651DCAE95 | sha256: 3D3F4639F9F7B66348D4CC9C5FBAF8C9B9A039583E51F265CFD996FCF724C425 | sha512: E905A00DED5B870DA60A6753B40BDB0981B0BD5FE17F30AEC65CE7163F18A38FC90F61D19393DA4C812CC977BB67020A8A461EAA5BC8C1D8220EAA7483E4DDE3
md5: 583D35CE784263BA497397DD6275D82B | sha1: CB00D5774215FA654903534CDD0DCB19083616CD | sha256: 5A62B24DDD87CBC1AFF91DD1114A48C0FD9A5627C71EB7C48244C047E1C61169 | sha512: 2B1C40BE413D40256F1DE70B05CFF75901A3232FA97E93079F45CE19A7B81EEBD4CE3928E89ED98BFFE02F108A2556B5982D21C28F9FE816A2E7FA901F829970
md5: 635A27FF0CE2C946F651B6B82E348F91 | sha1: ACB071A980C2DA246AF97C51460C04EC683CA023 | sha256: 228881C01A16919D8B5AE441261A1047FDA224E11C2475DDD5BC6BC756BA12E4 | sha512: FDEDDA0F9A9B642B662318F224203123A38509D0B64EDBE352587BEFD98F46A088AF6E66575613234D2E41ECC59356EBABC660D9489A5E4BDF0320DF67807305
md5: 56E8318FB021580DE3DECBF51CEAEAE3 | sha1: 723A1B5BCAE7B9AFCC7530FEE0678325E2C6B22E | sha256: 140756D4B75A80D0C616BF2C457D4301AC409BFE3D95A87129D9F2E60D00C0B3 | sha512: 87AB570281A25C294CF900B60060C68ED8B8450892BF111BFDAE5A7BA9178A8FEA4D7E84B75E14336598D0E1633FE7892D05DBEAC94E86332CE1E89DB91A7B51
md5: 503D781806CFFAC74C173DACC4646ACD | sha1: 147065315FAF9A8F66EC9AE7893363C1CC4969E3 | sha256: DF26594B46DA674B4EAA80BF33FDB389A2DDE7E8629FA87F291147092B737E3E | sha512: 8E491068BA96C9A5A38B4E1EA88EF502D9C46FAFE1F2A13F85CEB1D535F4A196CA6962A940AF26656C8E876D9B303670740637BDED1FF2C0E9A27D5B5702177E
md5: FCB1BDAC90802F15E425F1E7057E8CB4 | sha1: 11103EAA67DBC48075045AF719FFE5283D8846B5 | sha256: 08E4FD18B6081516DA21D08B0D1730A60DB0EE5C2FFFCD692075B1EADC2B041E | sha512: 82CD43847C1E9C37649E0754B362825E004620F2B4D1BB725FE90AC5B45DE42FCCB9EE5868CAA72B4CF1D25AB79FFC90E3510E47B19C2C84938A4553BE6DA2D3
md5: 963B8BF990CAD3CE74A905B48B5D7407 | sha1: DD6693CEA8041BC4E63FE6ED04C195AD660DA579 | sha256: DED78195122F611B99E1F00F13DA2BA1A79D98B724DF7422DC2FFFE7D5DEDE00 | sha512: E38102E81FC8DACC6162555A285AE1EAC3B2623F763D3FCCC3E97B298AFA8B66A3FC0330A76B463813677093734EB1AC3F3528A3363E0D29E6705D4D81A5B020
md5: 1E017329CD04163128B89ECD489ED743 | sha1: A7AA1F69DDEA64088C7708DA25E62B8BEAA644E3 | sha256: 0390EC41CE79531F2A54BC309DAD9D920524F46DF61A089A2C83BB4504E1B794 | sha512: 39BC52C990AEF5DC7F408BEC0227CEE4F6A0F39F0E8ADCAAB4F5DC3F1D2B4A074A96A1BFC9A47A3FDA3D49D0332139CFF91DCF1011117FB77AD5837417313A2C
md5: 113B465930C9D9B3ACCF6AAE1BABC084 | sha1: D10B6519B04D26470B5BA7BD9FFE56B80651EED4 | sha256: 27B469607297F2473F82445BE7345378D7A8957389932BDDB831976589E5FAD3 | sha512: F61C6DFEF81E05FEB891ED731C2EC6C1AFA8056093EE1BF9AE3DF751B37332960E6E92C05BEA3F44BC8EAA1803695EA641E04A7C39D4B5C3E5A96CE0C8F8E908
md5: 8CB0384658574283DD863C9016ED8082 | sha1: 14C4901558CBA07C607C1B86E7888CEE3E153BE9 | sha256: E742F88B608D8ADA6E55F26179B35C54FC747ADB99B3DFA24BD8FB775C231457 | sha512: B550E8BE8C9CC397D2394C98BA0137DC17238149D4944D938C6D61C293BE2137DCF7BC524C8CF4ED0BE9DD03122CB34C3A8E7CA6B75480D0E86088DC7C04C000
md5: A8571A20E0D2EEBBE025A81AEF516102 | sha1: A06EF4EED418FF94B1E0F005257295ACBDEC645C | sha256: D970736ADE28E216345AF3CCC8E754CD0B5931D5990000C825DC7E83856F30DC | sha512: 2F5F405925C78AD94DEEFAAF056486F2813CFA235ECCFEB09CC08A183CFAC47D0FCD8BA8DF3EF744781854BF4402B7A2249624E983F318DEBB187E8FF64646B1
md5: CFEF3642F381EE2A9E495BF85AC0F973 | sha1: ECEDD392C3E8DC2DEA8C80054EF0C49104C41170 | sha256: 7C57AC93A9BC32FA8F349F0EA1D1798521D429D8E6DD9C6A0494979A25585C78 | sha512: C05E59E33861EEB2CD0E10917E4F757DB38A578733034C9583D7780AF7C19264D700E30B57CD985023F1535CDD876BF9056856C55FD72780CB2EB289C06A9DD5
md5: BECB40E4D84A9CC4472E6BFDB90E7A97 | sha1: F382E3E5B2FC1E03CDAC49698DA084B147C776C4 | sha256: 058EE5A914B97479DD9858D21C9B63681A106DF6BECCC9C6DE6D634305C14EC7 | sha512: 5CE314C8CE1F15A61E8ADB5735B1FCC431B66D9205C9BEE920E94D4C1B623196B47FF813CC32D75D0E5AFB59CFC63E06A2971122E50EC9205860375EA5DE7352
md5: ADC54151A7A258B79D0787AA89921E05 | sha1: 9F3397531929A704B329D63154B7121627F499AB | sha256: 03C2F5DC7C1754F7E6382D2B6B2EFFFC82B6C0F2B6AEE3909AFA2C44A311D7AB | sha512: 9E5DE7BA2058945E62D5681746700DB143827C0BE8C08C0F0F3BDDE564AA379B69B8974EC8CFCB3E412DC29431F1BBE5CCA571F5CC99009C127BC4054DBD4D2E
md5: BF1681204D0A22B0501D107CAB08586C | sha1: 91FBAD97D75DD05B985C6B313E1B3B2C8F455996 | sha256: 0C324A367D91C35FD1C31FD1B7A45506375A83575B6FE81CECA8B98C0DB0950E | sha512: F072C27EE2DD07AA70EC6498B272E56483954DA28639A0E7E0044246938A2AFE915A342C60B54D6EB4663967AE3A8F5BAADBA97E5089A8B18D02BF6423BB3EE0
md5: 5CBAFC20BBFEB189BDB92845B30224BE | sha1: 7728ED738DF8018CF1A55BD5B3A7F3154DF7B73E | sha256: 185688C7B98EC168645A5055ACCFA08C9A425B8EF67D56598F265030AB845AA7 | sha512: A9ED211FB56B45F9681A51CAF288E903DF25FA7EBB9C91D79452AB9D67BD5CD17ECDBAB17E7D0C568FEEA1131F66E8AA1278D258258AFAAB9DF03085D43FD113
md5: 1299C8F5AA0A5B77212D652DCFACC12F | sha1: F6E1AD333B230F97B1D53B4D3E3097BD99781E45 | sha256: EFD0966BAA11254F3E82E661383EBBACF0593A29C4F1BE039877A2F57FA7498D | sha512: 1EEB2F604683B36683BCBF91911B9E48CF69370EDDEB4C87C269B1998C929AF3FC42C4F51B086F1C833085D6C086D842397BC0381178CFA56ECC25DA71F432C8
md5: 73DF2FCB3FD35E622EB097178C5BA5A6 | sha1: C81E261FBA9C04B8E6729C632375FA8AF500F7ED | sha256: B9197986F1608830F3CA42CEE46DB092B3F95CD97D067BAFF4A51D2B49636E9B | sha512: BB124C34876A813FB51D23E3866D0807AFC7FA7161FD4A74CA4861263CFF4BBD4E5E46FA5354670AF7BBEF5615D00BFCB73EB3235355B9F29264D6A3E7422120
md5: 28D2FE542C8AFA21F52212FC795C02C1 | sha1: A2208769DD97A08DED21814B1FFA5DDE9E302DCB | sha256: 20DCF12F075079D454B025316816DACADFF2C3B6F65702EE3C0739225810052F | sha512: 0BD99A35BEAA88E62A8D7753EE971203884B3EB8F70092C550D601BEA058350D718C08B5CC1EB6C51777DC61BE3E1A9F6C0E0C5C32DA692417921AE7513D60C0
md5: 38842E4DC17C1F5E17F0A37D5AA4280C | sha1: 56E6472C70D1654FE269C8C77A8A9394EE6299AF | sha256: 0E713F8F5C84FD0408CF815FC15B776AAB95C4E576E8B382B23D843E65DD5FB0 | sha512: 93E514C887C129D415053C2263A6A8AC3F1D65625A18A3F8745E6F2553D269B2A633256C3093FB07DE3A421BAECABA40219837BE9799E2A16A8B63499A94119C
md5: A6A2DB3FE94F5EF4DA92773C4F68AEB6 | sha1: 625B6A759F11D8FC8C395B6608575D64F4F3D66B | sha256: 6B5DC3AE0B6F544F35EEF242A9FB9A75EAD6A63CCFF06D5C21B34B78A98B02B4 | sha512: 6B37DEDF924A7887E1972254AD0968723CF0C236B6C34786FF370ED4532BDAF1D87C6E4C83071EDB86702266D257E3474288634D8EC79D3E9E06A3D36A1C6852
md5: 55C42DB69A694DCE6CCEDBCE9418625B | sha1: 7659D7C6E07E53253B95AAF16532B8FF1EFB9DF4 | sha256: 16ECB26B26303C70D611F85B9655C589AD466D723DBE29CE7C9A1855EA279C94 | sha512: D3FCFEB7679BEEA4E19AAA57A4C17157966893C1178FB6C75FDB6EE811EA9BAA8F2D619FC627448AD167C02EAD484BF9A9D6EB86B67F6C2DE0CEEFB76BC60C43
md5: 6A884665C36CE3D5F90AD2DFC13CCE6A | sha1: F59C0942560E97194CA5C7AA6107801FBA9A5F7F | sha256: 439D6A974E5AC1A90290A9E69F39BEDACDAD74939D398B85313BEB9F219710E0 | sha512: D83DF1B4CF33561019E809B8E859BCD16D8A518D53BE3F756EFDB355E8CDE6D893C7BC81A5D92345239A95AECB2E089F6294B0AE00B3847B5C60F6EB9F710205
md5: 1850818DD66354C0B393A1610BFD6128 | sha1: C710ADF8579FCFCB624777AE31B573063292FBB4 | sha256: EDCA74AF925C28BD95E87AD957A43AAB44F0CF87C654CEF50BA9B513BC241877 | sha512: 5E772CBA328602DC2B0990C5D599184DD2A60989F649717BCB81C52CB8A0837F3DDB35FBF5C700933EE3D5B7942CAEC052B8B05128EEC62608EE055925365001
md5: 1AC80434B011845AE488D57965AF6209 | sha1: 3EF1942ED8A785D949ACFFDF0D1266F808240D06 | sha256: 8B5824A3EE07DF1A85A44BDE28E8D9669F06F543FB73AFF8932B0522ED5B731D | sha512: 202FEDA372CC7CCCFB9B443092248FDC71AF6414793723790745131EF92AE261A069382C40FAD142E0901221D55021305ACFF47EB103B9B03B277BF49E32DC3C
md5: FB67B3109C02ECACAACAEECD090ABE98 | sha1: AA56E1043EB0D5E3595014369F11E83C220DF629 | sha256: 9355A99115574524D7300C8524A77E8CF72E2D7EA57120F1803AEC6018261A22 | sha512: 1E8E83D74A3486428D74C36912D75E0ECDE7BDDFB86EE82237057C1311332170F7472A0180A898426DE3C68616E7FDACD1B2443E293B9F7B4E4EDA51881DEF9F
md5: 761B5498C95FC53248875E72C0947BDA | sha1: ABA068A64597EDF170DDCBE2275A536CE824DF06 | sha256: 0131DBAFC21BC591B06ACF8FB67AABA8936FC95AC971A79A60221496D75F402F | sha512: 3C11643005E3748EFB4AEF41516FE1A80F1197661721685A029F9A674FFE51AEEF0A4543DBC681E60B6481113565894229F5EE66F4BBAC0DD36686EE1AAB7635
md5: 277B2F223CB9EFA41B9ADA1C3071ECDC | sha1: 118662D29BE7DCEA8A1A6300A38FBAA50E6B1B29 | sha256: 62EDBB38FBCF4A500669CCCECC74059B39DD3655BB7AFC8CD7760BB2C6CD7282 | sha512: 360A18D8029799E38583221D71B802066CC783142FB49424101D641022005E8FF8CCB6D9CA7A16F71674D723DEF03B2CEF71B8F5B1F5BFA4C809AE4AD6AA1A5C
md5: A9BCE757F772847676FC70BC6BD63763 | sha1: 800674F5F5AEC3742815D4D9BF6385BF52324C59 | sha256: E792E7537BE3244527AA7CC70A737399BE7BA38D40E87C8974C3F14E5EAA950F | sha512: A79B757130D9070E349C12864C6B1CE88728DE118B9746C2351D53480228118079F4AA2C43B62C60058D41900462BC2C44F5D8CE9CB6BEA06FAADFB42313838B
md5: B72156AF8D290CA390A2CCB851FCAC36 | sha1: E08A749A08E812B4EB28ED6C4C65D4F608016BAE | sha256: A87BB821A0EF7A9EA7C3BAAAAC0810DF9F9E0BF39117F5561E18042BFE42918E | sha512: 4A369EB272CA93C17D5678569875AA6183323B70639124A0084076A933E77CEF07EC4838645A5FB649E73964A2D4278197DBB4634771D96E57037F9C5C35587F
md5: 3B1514888709D24C968979EC617B3C98 | sha1: 68C8F2E8CE226999987BB67CFC1293B676094865 | sha256: DC2D1E8A40C75B4B484801E40251675BD88B2511A6E4B68FD20ECC26BC4FE2A5 | sha512: 65545E86F3CB22085815D80B7E0FA25C409DF6C1158A2C1B84C623196A7134E60784A454AE0C3EAFE8C22174CE80A7265967ECE9B3BC861F16C73ED241319279
md5: 896B02EA3740A405A77F96363AF6EC9B | sha1: 52C1D50A95B704F7E272C013179FC19436113862 | sha256: 4688F3E732A5910858CA75BC68221861EB06F0BB4FE988C34B4FA28315BFF894 | sha512: 4C96FC52C757A3E738FFC1EE44468BBA915B5978F725D7F9AEEC17086D882F64B7DF8A34C3DE544095BCD1884B2FF5D73E429698761C9AF320C64AB44F751911
md5: 22838DDBE9F3E37CCA86F182D48EF4AD | sha1: 67A0C31FCA7F33787C86C7ED823CB7BCCF7597D1 | sha256: EEAAE4E28C75BE44EF81087C138EBB4849BAB9D90962AB44156194A72DF98D97 | sha512: 66D4843C685D0B04DC340DC2AF87B7EAC3A161FD441449472831E7ACB4CB7CC764E6FCD939C9BF3F43F17AE5785849041C564DD37D5D34AF183EFF659372F33A
md5: 3FA59778AA2D50000DFF1ACA5D380987 | sha1: D1B8CF15F4967AF41014849E5905B1D3D38D2BA6 | sha256: B55D48E371B3DA6CD14E53C8AA416C494B7ACFAC03EFDB14F710FA6535DD807F | sha512: 98F616687B27CAA8147EF76FA5D31E592A128B404B5B7ED0A679FADE1D769E7B646D90C32748FF1C65DCC86FA0143F6B37D0B621DE56E8188CDA8343D245B4AB
md5: 521D9F36C1F3C8DC253D9722641CEB2E | sha1: 155A80C8FF8EBDED3A0D2B3DDADB69DC17E2D38F | sha256: E5ED74BE2FCB7D3CEBD855883C9F0C77FE99819669ECF6633358F6894B47EFFD | sha512: 90F32A0614A22F83653AA6A309DA984AE3E86E62E3E15CE4E047C6C2EFA043BF6BB15AC288A097FF1EC1B7591A6FB3AF8555AD35101AAC10B9B4EFCBF8BF5D78
md5: 24F08FA542B04C132F73EE0C43DC6235 | sha1: 177869363848FB5329F063E57E642BD8CA8DFA65 | sha256: 8E633EC60F224F155E729C2718E34298FC9B22A2C6C548A05499052AC41C3D60 | sha512: E3A3C33E757F9DB1F239312DCAA0419701B9ED3C4B08341816504481ED86299D402542C25EC5F545FFA049FA9F4084664F2E94588F2B67A897FEB3AA820B7B54
md5: FA79360A440D61ECE2B090139E4C4AE8 | sha1: 91DAC069A0700EA371B3C8C531971F2FD27D6CF0 | sha256: 44605201098B2911A3688743BBEF8C278F9A0C3D57EEA051B55BE9D4FAC248B7 | sha512: 6ADCD1714E8CA1F14CC12721D9373E4B0B6B0CBAF53E02880BEB44249F555F301266F695ABE59A5E150B7345696D77DCEBF8FC46B6CBB59FDD78BAEDF9011097
md5: 23D8B5AEBB8D409F3A5FB7B0EBAC7E65 | sha1: 63172EA390BBF1D42DEA05F07F17EEB70787A77A | sha256: 01A6EC479713A8D6D39EC4BEAD46AF9E0CFC37FA9944795B6DB4062F7306F219 | sha512: 70CD4575A310AF6157A6BDF1AABD98F9CCC3F6F8439BF895D7B12F4C3772FDF0519CDE1E4B173BF29CCD73F38DD35B37EB5C9D754DC4098AB228DB28A97B9D26
md5: D295288F0D32A0348BB71BFFED2921DF | sha1: 372699B53B344ABD2E4DF1B092C87B01A4ED8F53 | sha256: 9CD86C30F34DA09C0B585A17A7CAF339FDF6F119B3DDD426C0AC3556E7AAF947 | sha512: EAA34D858ED791E38D37BC45AB9CD66EBBD3E3776C6C0486472096C088DF15372F80C17D4B0B46A0B448BF423E8ABFA2F3C4138732F6DC64191D7E803C1B2D21
md5: 6C2C1D829671EEC27BCBB4BBEFB00FED | sha1: DEC7EC119DF49DCBBF1B4E4563ED668911399F00 | sha256: E76C11107F993F492E57B76C110135CCE92B7A4F22074EEACAD2556CFADC5DAD | sha512: EFE5249D59C8E1D6437A8170743C2B84EBF02BED468C4E8D4D634AF54192FDE8F2DD8B9793BDA0BF77B19EB5917A23A4C79C413F4D9E96AB4725AE225FCBFEC4
md5: DD1AE46633D0DD8FA5A80B19D349B008 | sha1: C3BC1688053DF040C145E8323347FD6319C4F583 | sha256: 78C412BB3EA7DE5461AE0499933FBC8B0A4A591FF53024D2CD7ABC1EF24ECFC7 | sha512: E2AEAE2F5E0661A2E5B3E4C23908DEC120A0A881982462E48257795601F04342131AA0340FD99516F667C67C9F34460C01817CF96B764974F707B30245EF2476
md5: 4588DBCDE42BBAFA223B2BC8C806EBB5 | sha1: BBA31E61FF5D93111820D0EDDEA5C212080F9378 | sha256: 5C900D90553AC5348F9EBF5F84B36B59EF4582957A423C6FD6DCB3CB3DDA3D1D | sha512: B3FA7473DE3B2C54442A4CA3F18871C2B400C49AE671FD651778664777E68C28611FA3501AD0EAF79CD84F5347D314288529916D5C21A118638FD0514D754C0B
md5: 11583E1A14FB9EA8A50B2A84B270C3FF | sha1: 2992E003ED67705F5B66B689AFCED781A287A7B4 | sha256: 2FE296EA4D410AB596E84DFA37FCD6DA6EB8071E72D283CFCC0771ED7223F012 | sha512: 5623B880D48CA0A5C2C8223806ECB822DE54411284FD9E4CAE6A453D08CAE5EED2DE185D1AE22893183F31EE36F0DCCAD1BFB233C80CF53A101642B652BF142D
md5: 32F38BA18D2922C3DE8D51539F0C374E | sha1: 167CDDB7EB6F322415CDD43735BCA61FB0FDB7E1 | sha256: 1218997ECF9384F680161914B1CD3714F1F7222FABE48EA3A3FA1C2CC20A9C68 | sha512: 601F0821EDABA2EEA3A155872F20E50E603EC5EEFF80B06E2F85660865B36E8131843CF1325DD8179AB96BBD8C094043C2CEC3F36A9FDC89B1161413438EC04C
md5: 3CB0A50C6765E4F559E652F02242F73E | sha1: FBC68A551BDB63F55230C9D83335DC3AF28286D5 | sha256: E454AAF7C13B18638BF7E67E62B8D9F46BB8925A8AB9D1B8F0AEC5F399F686FD | sha512: 9606779CB5FD35B38FFE5BFFD1878E76F6B06A994D48AC951FF0A8E5AE1938A9BFE68D738DE2B8B7DD165E07635E1F11439CC8C6BA8B0B5BB8450425B1DB147E
md5: 9ED160078DF1C876C25A53F38CDB764D | sha1: FDE2569392586FE52635D871D8A87A32EB11DEC8 | sha256: 8BDBF0ED9D1298B6571096D2CA3E0F296AF81F544891E93DA8DFD6E67D6195B6 | sha512: 86F77881E5E1FF3C595F55CEECD76C0009B79AA71A034DF548C9BEF34579128DCCB7D540279250D1CEEFC626856410BFA5AA65C4D4D26A7E81EB8102B10CD10F
md5: FA202206F6905702B5F366C349A6325C | sha1: 7269AD33978FA82DB92243078D965ADBABC2D774 | sha256: C036C00F30AE7CB8E1735E7DC26F92304918FA8BF3C44303CBA191F1BC313CDD | sha512: CB310BABBED6D6E265000DC2D4CF22B46136B550E39D111C88BC858357C5F7FEBB3A99C43BCA319FFD5DE1CB65DA9F858456D2DA7E7FA31DFD25D88265C55B4D
md5: 4CF0AAF928A0EC032B2955A8AD39C45A | sha1: D3D648D829A62A5680CA0118E446295DC50DDCA9 | sha256: F5AAF7F80764899FFF554D99F0A9D0C47E826CE622C8ADE21F04FA4C69099D3E | sha512: CE3A00CB5FFEEEB57BBE15CB8B720FE0004279A73B0BB73C98B8EEA6206D8196880EC60D0D673F8721461F2BFE88FE87771BB9BB4309417072D247D890E61872
md5: 8E2C62F855CB81F3D5C89D4EF79B05CB | sha1: 129552A728304B24E4E3F95F55C1A20D3CA929CB | sha256: E119E3E7DD08D32F7A62A4F4FA0B583C54ADBF22CC3D8BFB30F8A8EC4DC9C03A | sha512: 5D434B33F269689ADCDD4AA6852012089F904D42EF43ED3A4DAA7C65F09B7C24BA0FA791D9B97174EA3B1934F145062E579D97EF6150524AECFF49C18D0A3363
md5: B05513B3EBAC5E1B5C046C81FF8604D4 | sha1: FAD1CC507E412B693892C9C95322D21160CB7A85 | sha256: 8292C9F52A81EA09B1305EBB86DC5662E319EA04E9F3079A1855896378DF8A5C | sha512: 3D8226C46DA984E9A35D56AEF4882FBD82C526EEA247A8495A8EAAB3F9B0230099E95B7BB1358EE4A150C1AF4F3C79273C7006C3FBBB45F7893C551E23539722
md5: 6AA46BB5C36EC03280AB9AD025CD3101 | sha1: 7777FF79FA11B1DC0E4FDDCD32DA9CCF2093AC03 | sha256: 9BE9EF55495561D8D8B5FDFD30C8638C314A59562D9FB4DEA9619589E6CC5E67 | sha512: 5F36F7BDEC44CA7905A6A2C75E76569F65B23219FCF07C4430B53D071E11A0B1CC1E232991A6DB976271B74E4E525965A4E4C452A6C95730A886397AA22D08D3
md5: A9B448DB6D1AA82D025C435DD9A258A6 | sha1: DF1E080AD422ABC213B2C9E845F1C239351315D4 | sha256: 45AE0039C090146C8EAE032CC5D915D4FD8A399ED5356EBEC523A654C9F07A41 | sha512: B314622151C67B797C5259B25717DB2646BC2D02F8B353F2DDACEA6D143EAADD13C5765CB3C020916AF73A6B6D80511204EE032328B29FF3AC144B413933C4D2
md5: 0B256D2DFD75947318A2A71A516DD16E | sha1: 5A9903CC5125721870D0735F772CF3422C8FF4A1 | sha256: 36C9DA85CEE09F3D634033AE3648763916171ECE37CDA26E94AFB81268B2EA56 | sha512: AA75EC9E121E911427C6899137912EFDD2A51948621B2B165D889D1B82B74E426A21C5678C3DA3EF87295D89C8AC87713F7A99D14A39F754FD538AC6DEC045F5
md5: 967A9ED9A273DBA8546109342F386153 | sha1: 6FC321F78FFE0DBD74137A7BAB5FA825ADD40276 | sha256: 0F391AEECA1464701B6A6046AD0E47CE21B3E33B55F673AE9613575F56BDEC14 | sha512: E25166916A7E164AC04A3BCB0DDDDE9E7055B3C3689EC3899A9231566FE6C2D468DBF0EB63E273139D7043B39E0E84FE449F968952E75C6A44EDECAEF41B5FC0
md5: 8BBD5E62E34246BC0649FE35073B73B3 | sha1: 9883F1E057668AA96CDE59F37EE2F51EF43899FA | sha256: 84C981DE488F9A1BD2E448F53B1FA8C4D7E22E3F336F0AF369F7B0AFC593A2BB | sha512: 6A66D90774399E6922634D1E8F6DB33F280396DFC6AD8D2582A1B9A67F5F3347721D9B735E875C2C2588A4F3C46E8521C1693727F08D7EBB07BBF05648C770B5
md5: 1068C0EA5C35922E212DE24D3B464FE0 | sha1: D9CDD2F8135CE06ABF803CBB851E700AA4407283 | sha256: 2E23E3DC781E60F4F9B3C042CDEC8689CBB0B4EF187B47C0301AF88DD361A181 | sha512: B298810A6AE51FCBCF72BBF3A4E103468D0D30132F89E46646D74BDD204E4191ED6FAD5449E2E3287A12E80087A62218D33D44E5CDDC77FDE61545C569D407D9
md5: 2FA73E8D5623591BF25FA717E14B8FCA | sha1: 1202644446C6D4A5089D9BB1262E29BA93ACC7C8 | sha256: CAB08EED1DE453073F0B3D7407F19AECC4CF77FD4F8C20912F76EDA3D4402E46 | sha512: E365AEED3733D80B20B6B1CA0E9F7EE09D991854F6306026BA085C56A0DF84BCABED1F49F6FD29718027A0C8AC2008751BEBF5346D4D6D66369C00B031707A22
md5: 9CC3262DE9BC27DF98C2780BDBD7748B | sha1: 40FE83F75EE03A65BE737624E3FFF2A43D4132BD | sha256: 70072181DC17728A45B1F731FEC4A7FDE937C66948320F7996FCA06380860ABE | sha512: 88DD6C38B4F3639C2AA3B7AA6643CFB532502974AB33F8FC99DF28392196CE064D98C71D86233DFB41100C385FF1C3E3C2F5782894B3C1DEE03008C5100208A5
md5: EE7612D189DCC9B161022934CDEC8929 | sha1: D84FE646AF8C3591F5020E6AF9FD55DD46D85491 | sha256: D58F6F2DCAA0AE2165654E5CC8846E91DD03BA45244E3938C5CC4844E9968B44 | sha512: F585D2C11C77B5BAE95F63FCCF3CB6F9BBC4A60A9D505D461535392DEDCBCEAF054DE7680CBCCAEDC92156FA7D3A23E9F9609EF9FBE46276425CFA427669E611
md5: 1605D81983C044A5171739DE83D12D2D | sha1: 075310DD4E4E5E20F4CA405838DCE5F234D2141D | sha256: AFDB73163DAE457BAA302A9A5BB783010356FF65D4C67BCD344D8531DDF2BE16 | sha512: 160B8A11270F82E300DA2570EF57EF68BC6C63D23A30A062B94500738E09383FEE23B0B6A67156300F592C2D8D8DF944D9FA301A85B7BF91D4A91A41145570C6
md5: 5590AC03BB8C23AC4E5DECFC6EDA9167 | sha1: FFF01651B9DE5BBE88CFB18E74FBAD6467A89825 | sha256: 34A4408B03C485058EDFB70AF5E435708C3A080A66D82EBDFB73F103B3560891 | sha512: 45E1C334F4333AC036D3EECFFC0F70BF84CC22B2DC6FA00CB39A95AE287B59768222D380C587E25B7ECCF6A31446D3C8068B33DC340FC41F605DAAC0E5E2A1FB
md5: C5002AFE42D64D79D1EE7B8C95FD312D | sha1: 7876E40CA8C4B47B74B73E4A4FC0B520DA54DF90 | sha256: 3285EDD0B1F80FEA45258DF29D55820408E8DDC754313F57B3D14DDE7839B578 | sha512: 2DFA01E13723927EF54CDA2D6487D265E35150C4B35B904AA0C4ACC0BAE1FC61FCD83A2CAC4CCD53561F2E30CC4DC34A87DAC61DC2A35A0B3F93CF32BAEE7CF7
md5: 98B86097AAAA195DC0F79967C812B996 | sha1: 2521851F350B6996F447ABB09200C381AEF9D0A8 | sha256: 028475E03E3E525D32783B89A585AF5F9B577D53427CDE34FB8540F8FFD53D03 | sha512: D31A7A84CF09BF0A28E34FAA2ACB7E34B45C58B32E4756F1A49D373A8E78CDCB776EA91EA9CA06F8FBEBF2B2BE6718378E54515B7A4E3252E2A8CE36F2BEDF04
md5: FE0E8B0F6601199D229052A5A4B7BBAD | sha1: BD3772EBC9C411AA03402268650013FFD8457389 | sha256: 379EC3DE18418FACA6105711B0ED74D0AEC98476F00068A8C8148AF2E704AB0E | sha512: F35C33B714A6F51277BCEC4C80548788090B9F9CE5462610B2DAD166C379744694686D4126C694C7DAD9D15A8B0B49E6A9616FFBE137284733C82F20EF7CD89D
md5: A2BC35472FF4FFD81A79612DFA40DB1E | sha1: 1E5E27822272975C81BA2EF23F10D3FD9274E000 | sha256: 9CB0C69C211134576A86ED13FFDB1DCC9DD85CFF68F07B1524E4E491DDE9A5A4 | sha512: 36CB29EA473CEBEE23B8AA510FA2795DA43E4F6CD4E64812705CBA7D7570389644F8FF3F219ED2947C9744D9333023144C8B611CDF4F789421B618FDD99F6894
md5: E73D92DEB4EAAD4FBF20E5A99B5B3BB7 | sha1: 8286E561BC029DF80C57913A0336A5AA3655819F | sha256: CB00259B9527062887AEF91EEFFFBAB7772106617A90D4CF3CDB5EC8091D3862 | sha512: 79A0E593AD1F2DCDEF32564D1DD26D56DC0624C86BEB50067A618007F1B1705A5EB5B4D79980BD4369D1BE4433A29ACD4783B3E2003A9099FC9BC047B21AFF11
md5: 33DBEBA0A041ADCC2DDA3B7FDB7B7748 | sha1: EB957C2D990CAC89BC9214FC5AEBE5F8D563ED30 | sha256: 52BD97F297487FDF7E70072F88AF8AB0CE82429D638BF1A6F328138EB086439E | sha512: 539745AF85551D9E6738A67D8A39016F249301FBBDD6D6507144E523B37A2009CF0B182A2611496E79C4AE28F66117528AF47E699DFF4A3A4A2A29C56E9BCA23
md5: 21076EBBA407EBB87AB692079383AF3E | sha1: D4B5F86DB105F978B2F323CDA2234E494481C4BE | sha256: C82BCC7AA80827752A8EA1055679294ABDA9D8937BC0B26D091FC1ECAFF97A41 | sha512: D352FC78D8F4488F605473377EE8A45225C1B22FD172544D41C525AFAD69904C1B4273FE24F8A2DFE11CBD1ED3EB7143E3C54EFFD70D6ABC83D2672EF3073669
md5: C81A5E36ACBC94BACD274568B9396622 | sha1: F7F89D5F32847274EECA7FDA26A29D9CDF3F9CEA | sha256: FB737B6F1A550181B0437C83E16D89780ED20608EE3D3CEAFB58F2C45E8B31DA | sha512: 6EC518DDE7B3AECA12670E35AF6A00DCB0031A89F15D75FC0B2CAA626EDECCCFC015F6F6FDF26A4D36A35BFFD020DB5BDB9E43B6FF5149DE2ED7F4F49F509269
md5: C6A8C26EF133211A3E01DEFF2D98385C | sha1: 99EACCDA0783B273CEC02DF1C0D4F158A8DC8BB9 | sha256: 4392A61C9E2C4E8295DC8DAC9C8E7FBD51CD128C94BE6147F9008C2C70E24E9D | sha512: BD49FB1DC6F3129BCBDEBADFEF1F2FF7CD8D5EB2F24D82A124973A6601DBC8727149BB4789405C6BE8348BCBBB4E09F246CC78F2931483D048502768621DBA82
md5: 3C0A38B40051D8F38DD07EDEBC2E6668 | sha1: 6C400BB8B9986A9E3D3C46C06E5C30E4B08C5950 | sha256: 15C6C25CC6E8BEDB44AE8EC45E18ECC30EFDB15FCDB4F2D3F2FA030A56E4BE7A | sha512: 8281488C1E047A56E0E294218174301EFB3361080E3437DA68AB4D777EC3DE7DF2B28B83662E7C2F79D672FE8E0CB9B856A2BEAC09A3E0C2C351441FDB67B1FF
md5: 99449ADE4422E0862B66C56AC8A77E29 | sha1: 24E45617EB860A655D4E10A3CFA8DED1BC493404 | sha256: 6836EAAAF9BF967D3635BB11649C3D2D29AE989072819F107B49CA54E7904A9B | sha512: A037148FA77A1165382FB5443BC38882AEC8C2E1A1D7DEA82B12AE224F5B733559A911579B2FD6700CE587D6A55DEAB7A4B55274495A023B6B0D121067F75DCF
md5: 9EBE51FE67A7DBA7F5C36D4983A9B6E2 | sha1: BF8B4EBE8AA62DADF1AFD3E6704FB289E24C7A83 | sha256: BFFB84BF8391B59A2EEEC0DA5D287476888612A1798374DE276B055B4FBF21D0 | sha512: 5B7DBF3013A7BA7DA79808350448EBBCA2E26A4F63ADF9EAFC4375A3226B45DB0A1010F89959C26CDE25F10A4DB9D7596B6B7B4CD208C03A96F41E311AA39D3F
md5: 37A37BE68BF2E592F752F095BE17C3D7 | sha1: 7D1473D66D6A56B67D8B495E8A5A6EC69B41B4AA | sha256: CEA739AE7E8234F1F508B4C25C176641F1CAD53BCC8A871473E9C1313AAD50DF | sha512: 0615FB53364B7247621167F6EE7E2876A104393326A54C0F860515F77484D21212BEFA34D206F37BAFD007039E6E6EF6278076952B6585827B21324E2BCCAFB8
md5: 008CB900E1BDF11543765E3B4C160A57 | sha1: C80F7D3A8A5791F9B3ADF6EFA8C5942A459BB0CA | sha256: 88871F19C0A7CA022A27AD1AB2AC6B05A78A114468D356F8264A0DF1756253A5 | sha512: BBA3EC0444815DE61857C2A3009BE613A342BB0434DC707841B6AD410CE401B7A9CC79FE136B3B878A4C1B75140E8D197AF4D6A281D584366459E521CF677367
md5: 77AD2CD09DC537D56F1A6C88F8CE1F95 | sha1: 5B2E2105463044F6CFA24DE71E917E7D49E8AE75 | sha256: F251396F24D19695B23ED5BFDE1F3B0EA1EF09010A9DF95A7950E115B14BBEFC | sha512: D7976951653F07FC2D63C7F2F4D162B2415043BD0FCC8CE9601C8FBD0752DFF314BCE5382A0308375FCD902FEA8786AD14CCB7BB73E3AB53F213C34F0A6EAB4C
md5: E5F3970C501DF3C2645737A79733366C | sha1: CD63784294F388169F0BBD50989BFDF38BF72602 | sha256: 146E9F91530B513B5BA48FCBB088C50F7BE6626235A78133D9624C84BE765CAB | sha512: 5FD28090811542744F6BD1526472CCEC54B95CBD80EBB2EED7FB6283222078EA90B425D226A5068FB6B890E53B12BB51DC254EABC22F288ED7E72DA444CAC33F
md5: 4095AF827A3BA5CEA5EEFC0F315E058D | sha1: 043F0335A919160817FC43E14A6BE91C72E68703 | sha256: 447829F70F37A1254331403DA6B81A4483B79CAE271EAB41A3E6B8101201FA78 | sha512: 8F0328608E4C214E088A2A764643927E8DB7746D8BA18A6D855922DBC101663621490C06702C94E03A685A46404298C2B9ED852BE8910519DBFDA596D8564AC3
md5: 88910B6E83F8CBF2120AC56E5D472F54 | sha1: 459D876FC088695CC155671F6B4B6256EBCD2057 | sha256: 2F2BDE081731EBBB51F1CAA2088F8909DA8BF67F7B10563ED9224176B2457E2C | sha512: EC888DFE7B7E58680223E099853B6CA725D4D8AE627160ED5E56781BED02003AF9FB6A1EF393944C3FDFC54F9400D1D13B784C6A392B6919408A1B091164DC99
md5: 689E1433F53CABDC71E6CF0894139C3D | sha1: A48F13CBF07E801BDD709BCBBFE560E71DD8B059 | sha256: 3D8DED886A9424A65C89733161CB997D31FE47AE755F166DD155BFAA33C8184B | sha512: D3A8F87D41F2289E5EE35E3E9C46D51BE2F1109516A2BCA850124173BC64AF5538904B9032CA6D72C97765AF894C656B953342187329740F66DB4F8E628131E4
md5: B79D9913383271C234BDF808F6179304 | sha1: 80EE792A3D107ADDC18B2857935FE274943FE3D3 | sha256: B056CF4A9B871E0C2299859A8BBEFB12AACF31D23D9C0D710401DE0BA621258E | sha512: 35BC04CC04166D5F442F937B537C4821ACBCF9D00A8BB7E2E5B80940914977B5DA13D370CCA18F06F030B7EACF079E62F92E3559533A2EAF701062876D6B8183
md5: DA3728FD6BC8EC35A5B49197602BF7FA | sha1: 59B1549B745C6D245A9ED1D7915F3D65FF696676 | sha256: EE4C0E367DAE01C0DAA122873DACCFBA94C6E5E5FAF4D12593F5FE600A19B9E6 | sha512: CB669BBF4C973B4D67E2CC63C6BFD07AFD38B91DD3B20049B7082FDD127F19E374DDA1592C64158ACED679907F1179409B97249BB5C49DAF73F9E5D057DE92FD
md5: 2303B63583AA2BFB3AA0B595F91E0D82 | sha1: BD49999F5C930A07FC19A154F1C7C5250B76054F | sha256: 7023F56F8C550461C7E0A53378DDB56E86C97085D0E5AB3B2AA61DFC4FDD8745 | sha512: 8A5367F78A64858BAB1C39B0C3CBEABBE0D43655491A06702C713BBAB11EFD29D00BB152AD9728418BF43A120862A36B6B13A282004A2E7FA2BBD4478D4A43A7
md5: 27C9D608C381F305B6B3E0198F60FDAA | sha1: C9C39D256881EE3A3DD1F98A9AC4BC464869097F | sha256: 39D7D5E839520694F229F46C9173DFB1FACA5611D14FEDC06796DFCFFFCEDCD8 | sha512: C22A5EFEB654990C7817CDA39460E0C43C8C2B089AF64DA866FA883886829293656E28FE52C217D36802BD3F64023F156B64AE8887BA1C738AA4E7D12D27AE8B
md5: 6224F6B4152209351C6E996CD1DFDFE6 | sha1: E1DBB8B873CD893915C756150CCCC8F3838F8954 | sha256: 58AE593B42D09C779300F79F464C7EFF3CB7940F2825311466EC1A0A0E31176D | sha512: FE70AEDDD72141E83305380E7A399982C4A4A8C0232651440FDA9C31AA4054A74B46EC2CCAD9801C6D6338BAB43135C500B427B4D95C91167C309E5421B02A8D
md5: D3999F5432166F23CA16F533C08B18D5 | sha1: CF1026A2506D0F796C6ED978EFBC4870FC9ACC8F | sha256: AED31512C47FDFCAA64FCFA9F43B30945374CE29A79038DB9C3E7DC8A0E77735 | sha512: 028E32EA59116E4BC5C77F00588996285B18D321E6D07CE5411FB16E5103FA61205FA1C659DD895002C9D96AF60162B7285A044B18D2D1C3A1DE60E7DCD028EC
md5: ABA87EF8F9D5B2C2B4F9AB7F522D2A5A | sha1: 952C2A4180EF729BE7426B906782337B178DDBA6 | sha256: E7E858528F980A73CBC1FFE7EC0385CB87AD2C25DB06616C372F62440315E411 | sha512: 8693FC4643924EFC741D443CAB6636994ABB7767178BD75FF9F78C90B360596F07E2B715CF3CDAC4074AEE932D969FEF636E9633B161E299D76F7C319C358CF2
md5: 0E2824E79C45FFA1717BB08117AA550D | sha1: E7356BBD8F531D30423FC350A7CDC297A86D4D31 | sha256: 6277498AA9E2DB52383BA6244F772909F04DCC53188CBA4B082FBBB77D568386 | sha512: CA983EE4C4DFF62C4EACBDB8BFC469FFEE5B3CB75342E1D06020A4D5DA17E7A05A66BDC4D327CE94E8C0E83C15B6507113EDB941B485C1F77EABADD1ABA85F6D
md5: 89EBF74AF484C935826F7E8C05BD1664 | sha1: F314C274DA08742AA5887186E2A668B396975270 | sha256: 744A3E6DA99A17BADEE6E9F1FE0B278085E35ECE1709627D48A24669DCE92762 | sha512: CD71CE58B2744A175312696161EE4286758E7C2CF1BBC3835719C1485397C8085BA521659489A2C4B9D38F733AACDBDA6371118990312D6CCA5A54D54EAF3B24
md5: 3693E2B499E9B0E5503BCD7EEE5B7E1A | sha1: 34EC02CD0ABF0ABA4C05C8C71562A2D65186E216 | sha256: 312E643E10D4CF4C59D75C607CA7ECCD84DEE70B72866AF65BA855C1CBB5821C | sha512: 0A1AEADD6AB883DA27578B0B22AAFD9645C336D22DE16183B2C6F6A07C0C7B413F86D84770CDF24445639BE5814632C20D54F4D0548E0CF456725DA3D00BDC16
md5: DD6E9EC564574DFCF7F775C031A7AB06 | sha1: 74ED9E509AF569990B4BA523B59965FE690FB614 | sha256: 94D41425A7F0D13ADF1E937C4416B262B5AC5C1A615ED06215BA0CDD6AD52D4A | sha512: A9BA52D5E028106929B515B7DD36783CA368F1773DFACEC85D525E971D877BFB9ABF7A7A115D427CFFB816E89079D80BCBEAA291D4968508CA620DD9C2F8A98D
md5: 7934EAA1ACD7B5A72585E18461E761ED | sha1: 65C417640B8661DAA904D2820681D48512D9FE0F | sha256: 0F5C3FAE05A219FBF36860956C7A23B84D24DC7B538DB022B276BB408DD11860 | sha512: 6DFD315775F0F202877151AA24730BD58AB3F454CE68FD6489D71E4BC1A21BB15227C116453B04B035378A4FEDC9AF6D82B5C98AC4C5FEC1A7885B6337E6C5D4
md5: 6E4A572F30A30DFB1CCBC9021F37A71C | sha1: D305C7BC66ED69638F30264DA22DD32D93A2901D | sha256: FCFB104BF6FE714AC274E8F9A40CC266BFFD7D910D934256B559B376288C40D7 | sha512: BE899E2807C60C657C3F7F353CB8018C89FAB73CB35F3A91530654C3B52D1A535E36FB0051172266B439EFCAFC5C6BB3797C4249E878350CB9DF404213A66603
md5: 828D29E5C6723302F936DEE6470853EA | sha1: DDF67C4C8753C34492467216E6D4951D7C335122 | sha256: 684B2F1C926A0BC73A64576E0F17FE5A990ECC76216A22BF6BC5A0FB75CB48C1 | sha512: 8A69E59C34203EA1F82DC003FFCF30212744BB3D8FE62ABCB3B131D7D8EB56E01FC019C21AACA3F7C86C3F9C33185ED29A3A1CF67FF8EBCEEE4839BD6179DAE0
md5: 59311335E8ACB348111C247BFB73C92D | sha1: 604FFA1824F5F582015BB9D21A4EFDE6843E9B67 | sha256: B43FEAFFBF4C313D9F101BD0120F3DC794304CF21731C45F243E9AD98F2D7FF0 | sha512: FFD9C31182FEA3DC5231AAD7F47E7D8F3A0F848F83DB50C62E458C219A3231B9354444B8A68010ADCA183A38726CC46D90A77A6B1E48829893B2F938B695B1A7
md5: 97796624CCEEDF1353419BBB2FBF474B | sha1: 4BB603B3A64A5B0AD8D66C3068DBFF425C238EEE | sha256: 45298DA1892E861E5505D14D812E5AB07CD86A0E0D9B5FA0337CC911271B440B | sha512: 431FD303DC1F375FCDCFD7ACFA3183DABE5EF01911691BA7D5D5A0EDD8B8B0DFE64D4089B2BA0515C3DDED5FFE4CE9559E43A124A3DCA256D584099D3421DA83
md5: 53EF912B65D4A7A9BF1DFEAFD47B8D9E | sha1: B4B2A8CF4BA4F68B04C0093EB896586BC754C658 | sha256: BA88C8FDC173695B1A4032E5C1C2D31E534D6EB4118C5F6B4BCEDB96C2497BDD | sha512: 56BC540A3711D6054A123FD1D18C7198DE65C30B53479758EC1B2DCEB384D29E6407F0C924B2FB1DDFFC73A849E36CA16F8C9EF66F9D8D32945CB651742CEAA0
md5: 056C8871D57511BEDC4FCE5F13F09454 | sha1: F8C85660DA13CAC8D868EA09677C70A65C37FCE1 | sha256: DA32DFFE387BE59A88CFA4D70BA69C48879719DEB1A515DE5143D82F1CA0E83E | sha512: A4F81B67993133C30E5EBFECC753971CDCD9E1A17D4A350F112C474D3CA42DA59546B2F4A3991A97276F59642B4AC5063D6795D1DE78447A4D2CB55522434875
md5: 4190EA3E974763253DB14B3252EF2FF8 | sha1: E42A5F5BD2EB37C6DD6592F94F2B19C7AA6DA787 | sha256: 6DC537F3020B98222C944E931853BE0DE9B62B5AACB7416113AF4DC58F2D8DF2 | sha512: 58F704C0F51A5B532B16F15E1397B3F21ACA65C53F2151BEF786F2D1B1CC83E3C6149E54D7EDDCD8F15114C8374232F3ED2E5A5F3237B3B678E73E9331D05E9F
md5: 247C3DF05BE6770A9035E5B993F5C211 | sha1: 68EE22BF0483A5587F8BCE14D00BCAA2204977BF | sha256: E0F3CF1FFE9907B968EFC9358836B806C946230F1224153F0DA79EDAC4547BD0 | sha512: 0F795ADEDCD96A6A7D7179CE8E8A4DBBD6B1DDAF88874C87A1174C157DC0BB6FC02E29B183E80A2CAD4E9A080F710CB36B56F088A46716A7115E465570467EEA
md5: C274D053B2C4C68E7C59DA2CDCC8CA8A | sha1: C4058EDF1CAA3993BA9026AEBBC681BEDA3F5219 | sha256: A74F8A3CF11AC904856989382A1F8C17D82FAE3E64AE4E3C9C3279EAF83ED025 | sha512: A36AE88656BF4F1885F48ECC5C71FA7B1F0014D49B69034980EA9492D6F198677BBC8715F007AC3FB05A2951EA4E4DD264EBFCA625F33ED2CE9065E0BE2DEEFE
md5: CC2802CEBD21623FF3651AF7ECA366EA | sha1: 13680F787EF53B50230B68FB49AE7E0320D60BB2 | sha256: AF97C0A60FAD7AD539DB3B995262EAB63C6DDC7725F3816D85A33DF6F1B196CC | sha512: 8DC95E35A4D03263A612EF111F8F4356D3C09804241317AD1627D39AB5905B64F149C8599EE4DEE39735D57AF28AC6ADD134713E87B7A1D719085D9478596B31
md5: C55DE1FEA419806510862CD46290C947 | sha1: 24CC61CB59BF21EC81D36E02139645C1EA7EEDF8 | sha256: 898B58A74AB80D1A6BF5896879D234E833A5B291CA8B29C3AFCA7399F9CF4BE0 | sha512: 20E01CBF69846684201CC2DF0BABF2180F15F780AE559ED039DE9A88F4B4620FF0F8BC61B60C776F003A17910B78FD8311A4F2F7FFBB0835ACD5D4F76C6C9D7C
md5: 53AFEE5DA424917A5896745D3734F18C | sha1: 733E7DC11D5F5B7A9CE205703470E1B72875C6C3 | sha256: 3D9CAD58320560CA5CC218EAA089183DF8E5FFE8B79BBC5058AAADC748A0D334 | sha512: 0288186653AFF4681934908C07CE5D129D9DC2A2505F73B4EDCD8C02143ABF45D0562D5EC161C60626AC44E68F019D28E35AC6A28E273FA72AB0E2F88F6FA0BE
md5: FFF0C1B4D3A785797EE1DD198D444868 | sha1: 95598D618DD949E8CC879C5AA959797D293ABCDA | sha256: 3608797904C25A41A3B8C359BEA63525863347D05665493D729764706AF6B19C | sha512: 248EDB9DB5DBBF0420B16174E77F69414A9A1998F9D6FC1FEE92339E65EEAF549F4427D3F2302E17BFF850DEAEB09B8A8B41283E3A61F2CD194FA5E08B0477B9
md5: C9B2C5B3EF3B7C2543DC193F5BB47453 | sha1: 459598580B844D682FCDADA9A26549539CE7CF49 | sha256: 791073616CFE856F7E4E9B9CB479BF53849FB63353674D8FA38AC5C1DCCE51E0 | sha512: EC2E55713DC3B44C138784945B304FAB7592F77C81496EEFDB371B0B7AB097DA5BD7F0D8296FF2D4FAC951359B378587B2A71FD21146FEEA45AEBB088EB105B3
md5: 3F52C74C1F015B6D51B1678DDA8C5B2F | sha1: 8ACBDB5682170B3ACABCED9B49EE59F1EE62EFCF | sha256: 50FF02CF9339C893EA1F53D1196FA86AE6E0D41622FA7BFDE013E0F6DC52A186 | sha512: 5A5B2EC26AF46C546B39966926C1F54A870AB2EB33C91570E09669B14F19BE794CB349D38A5566F7456875E519ACC4F0795163D912A7533DDDEA2E46CA002B81
md5: D7702CE663EFF37F5D6ADB8CD2ADA927 | sha1: 057DE8971AC491943A0408E7E46C071B7A5DA4EB | sha256: 5E6F640F3F0F4D3B7A2FE1B29F92E9E31AB36265EC4DF8E5D9C856D82B3A58D6 | sha512: 961B8A73AB7A859B568A329844953390B5BAF327112CE6EC430836767350D15B6582637A3C723EB1A7EA7DB68AFFE2861C7757918C277EDEC1FDCD5EC021AF1B
md5: 643EE1E902CB981739EE3022651BAB51 | sha1: AE2A12E9C9E0F18567A84084FD8F889DD3420E59 | sha256: 2A1574843843E759247D37FEF52E44F1445C7B4389F67E4D4C024B1A2FAC791A | sha512: EE3B7C8C2183552E5E96ADD0BA98EB5DA395CBB7CA829E94FC5E8095114029E9C2DC9C66A394DDB2416990BBA168E119B3D369057ED90A86DD1709F760E9B1C8
md5: EF38BC7F34E0BE6B78C5D46B68A78A6C | sha1: 846FFE7464B2C7AC1E9532E0248685872629ED6D | sha256: 76DCBF728E29B7FBF1385EB93FC7018CE8EACDEEFE0663CBF73D3CA838B680C6 | sha512: 8F77593851A3AFED52372A657F2413D70CA5608EF66B4EC95B6C2029FB88ABF07AC75F9BDF2C7C85F8F7F8693B84FB85C0220C1B237D91C71571865BF2E27F82
md5: 79555140B9E6504536695A9A73704B91 | sha1: 3252AB8BACBA87596160EAC38CE847A7725525D8 | sha256: 76B1FB755C45A2EF4E30780B84332F8A0F29EF56B8EB32BAF0710DED21232B3D | sha512: 96CEA9E24474B5E6425662DC9A8E380C255D1256B11A301A1816493F11AD265672EBA0948117398A46D350E3B02875D670C068183E19BBDDACAAB89458534B40
md5: 48DA5E8FE5CA83ECBF32D8E7EC356C85 | sha1: A45473449012B7A936D0C5C0CB7BFD628DEFD282 | sha256: F4EEFC840D59AD85A347A30AEC9A384EA9FA681715DEDAB17A4D7D6D3D9312D7 | sha512: D92D81F9181AE63A949F6BC243C63E544F998A2B6CC2EA1744C2EC95E7F4CC135206A76FFD9569B7681F85BE35BF8CF17BA3F5EBC21C3F5BF84CE6820A436D99
md5: 6F8BCCF499812F5832E572103AB48A24 | sha1: BABD546158EE55C3E94D255AF7A47C672F574C47 | sha256: ED74876EEE70AB7E948D52668846B746A1419F2528C4F652D023F6F92C94E456 | sha512: F678CCC82CB9FF794FA4DFF9FDD05E2F19DA003C1FA359404D76E145132599CA3382F33DA89868E68468C87441B77EAB68FF7F24B8982351FAA0526A0C9AA715
md5: F2DE7F46EA0A823A1D3E3198095790F1 | sha1: FCB2995205C2D4CE17729378C2223E578A874C9A | sha256: 05B3BC9E889EFB35B7AFD764A0C778E54D24335028BCFCAF1D4881CF64D0B512 | sha512: 44383118F62FF32F7E7A0F2E4D0C23A4B80B2D509146FB9617A44EDC7F95F6878264547A999E4E5B540667A36A4CE98FFBE66381F2B841E40DD214BA922A7D8F
md5: BE53E321BC4AF7DEBFB70480D66A83B5 | sha1: A53C988C4D565868D5331BD402025BA15F7DEFA7 | sha256: 4E84D936B23FFE34FD36843233C03FB46511CF1E1AE8267F86624FB654E27D80 | sha512: 2E351942DA235D930118027EE965EB76CB0AC2D472EDBD37DAA2040AF5C24B7C1E441058314DC15FB770CC5F4D27F49C6672C8172226984CB5F273F0345F2645
md5: 80D1FE023ADEDB1A00499468E6DE32FA | sha1: 5F7D222518A317424DC6FB9E7743051E88633D7F | sha256: 4641F10586BCD9A6C4F82A78904F099DAA61B156A2BD7CC1C78B6332B4B96129 | sha512: E3036B7BB8FEE31D0010161827A672899C049004D461E72F043065BD2BFF1FE41791F52C56FB009163DD4D837D6B52EBE922A5A9F576F592FADCF9C183C86957
md5: F4EE4A8D045BE7218041E5FF8A7683DB | sha1: 892A9D1FDC12DA177D557DD61F85DA1664B071B9 | sha256: CB907643F72156FA9D630401C005668597BFBA3E8BBC9E67E8FB2624AEC46094 | sha512: E26542FA4090D6C21779E9CDA26FFE128CE5A2493E3BAE7B06FE81FE0A20D500EFE9CC0D1FDCE33BFB92FAD26C08EA34E6AF30C5184020CDEB6289C44D0CED3D
md5: 773EA8BFFD2924A35A97C814401978DC | sha1: 2C57DE31E4F101796498C15B1ECA35CC8FD43E75 | sha256: FD57F54F31F6E4992AE94AE407F8EB211CED8BA58880CE0EE714C7DCDFF8A20B | sha512: 2DE93CFCE0DE69366640A4148CF885383C2EFD9F48D60FA39342BE322989E52847D9B023B541AB93098E2080411B78ABE5BC1840A86DB8C40F9CF24C3AFE2F04
md5: FCE6DD24E564998A577492A5F1F31F53 | sha1: D5DC56C3DAAF5BBD39DE1BBBF398D7BC1AD8477D | sha256: 5B25473751FF76B78BC3B6C603F5A60FE4427F05F3BE0CAD2CCD331205C4D13C | sha512: 32A9B2144835297FF149B7ECC87E6705F0C16ADD628A19E01E67343D3788D013B8672466AD44F9B56B61F2E56F074EA62BB610071E6F6EDD28459BA65CE5EFF1
md5: 6A81B8A1BCCE4FB638C7FE208D223002 | sha1: 5413D5F99112060B6CEDF77B867487FA866FBCA7 | sha256: ECBA5A40C59F4433EFE04BB0387A01E4E8AB2207743FB5865A12EBB7F7FFA454 | sha512: 5270B230C10A74268648979912016A6D9F7EB4DD54B15A35C68036EF4E8017F9582BB05131A78B4AE183F6DCA238D8C2CD08731890AEC781636700B1E6C5A792
md5: 384302EB4504BF9638BF364F1E2466D9 | sha1: 7EE65FFB5019CD013AFFF7837CCAF73FFAC831A3 | sha256: 47CF08154591429D33380C9C0A4F731736343D164B50E2CC5E173C50EBADE97E | sha512: 04718290E77113EE602C7124341279A33AD53554C472DB28DCBBCAAF37935A937BE319D7D1E5E8E65290EFE68169F841D5BB112D25FA90B28F3C9A1E92463EC6
md5: CD9D9B002204E053DAB435124519B838 | sha1: 1E61D2D5FD193598BA7E6D2DBF403DF7E878DD71 | sha256: 9B0ABF8A0C5A2687852E96F1D20ED1171A5BBC537885F02C58C884D85D0E8E94 | sha512: FE46329596AFCB4EF225B6B67CFDDEBF460C0DDA6272CA4800BDE4BC7A4A7AA4911212810757C1E7A4F8463C585A2A5BD7B146DE4CBA43A8F3E64A16C20F2FEA
md5: 6604B0B9FEB6BC49A5BABB2A5AD3C2AB | sha1: E76207DA260BC676D7CD0AEE7850E7CF9B78D6CA | sha256: 5D67DBA987B26C3169F20EFD038184D9F43352F75C63EE9D310D517A7BB2DD96 | sha512: 3D290FE3D8BD02C2ED2B5E15F5B86B70438990932B625527B7D20BCEF04A76319BF25B3EB0E74F19F34FA010D37F72DDC659E67231ADDB42C58D2C2397E595B1
md5: AB1CDAD7C81A6128A57F081CDF013143 | sha1: 39FAE2CC6F81ECF3C5A13011E324691F5DBE105C | sha256: 76986EA2E31B2EBE076F292A75149FBD8C7C0BFDC756B37E2C8FFFA9D224A20D | sha512: B9221CC7E3D5CDD80EE0855236F4B46F2BA8E20A7EAC9197BA67B9814CF8F7F7773458682640A4353ADAE98937EAB5382F8FEC8C401630D4D0A692524BF5AB49
md5: BDD4ECAE80C67AD63F6A32B52EDA8FF0 | sha1: F3352815CE788B59DAC695715F5A385A9247905A | sha256: 3097B92DB54BDDA34E1447CF2D7568EB0C3A2F6C7F97E8831E8F40EC913B84AF | sha512: D552C49058F6E71AE16856A0C5953EF9C2D03C096BBDD32D586DE139A28FD6A211E6B846C2F118BD61ADBE123B0191220ADE0FD34882DB712ED648C485749A98
md5: EB8DD3273F9C9B35E7D0FCA4592120B0 | sha1: B81E455C29AE80FA1DEF8F51245A765829BD102F | sha256: 53B3586E8D3FEE8D4E53418B63E5420E99F3EB018BCE57C14C6BD0018B610756 | sha512: 8B1C0D0F391F0F17A22EA942886E598EC9C28CAA41EAA62171E4A2844A9E8FE85DADA7B84AC6EE48AB704B7A647AF349EF0A1B66ECF28382B266B47027C484FC
md5: 9EB728E9B9FD9AE5BFBA793B44C74170 | sha1: 564DD6A7216785D6BF8AACDA2E96FD584F5AFBEE | sha256: 5D2B07D8C82F01FB78FCA07A90F7443FD08232385AC9F8F801DD318140F65EE1 | sha512: 06DF320F5F0DEF0BE37A1727B86E4888AA019BAA64B56DC5975AEBBCD906DB7E9B68231AB4936C2980EDD3046C02837CFE7E96A31F80A828ECEDA5F0B9219B6D
md5: 6EA73347D86B6DF73FE8D20AB27528F5 | sha1: FF96C99658103554D95173F03CAC08139875AB88 | sha256: 3311062943AF610E636A09F26C2D1736B77938F9421FC921566F1D432C2C00D4 | sha512: AD05E5F3B770C4E84A7B53463F5C66E61C068AC0A1BBBC6AA5D369B5CE40C2FBA60E6C460538B465137C402F1F8A44CA746CF9A54338826310F04972EBA5637C
md5: 6133E73A595E5E15C24FB0EA4F62E1C5 | sha1: 2FF4F00B9DD29C28B68FF5C154ED23EC1E83F169 | sha256: 800C8DF8D3E01F83F4BFFA3E5DBF4859F443D10AE47BD221A18101FC7667115D | sha512: E345FB3FE2A4E35DD53BC6C37C5B3A275F65B0E5417454E28A84484A22EF3DF07E9AC8BDABE47D37B7A0D8B966CD1BEC1FE6303CDECE5195B41D42E50F50F3F5
md5: 4D5C8DE895190ACBCF6AE266223A6643 | sha1: 341482F3087FC11852795D5A9F9F829AE56E2EF8 | sha256: 216F7931B55619E6A5812EBB7DACDB094973F9D94F6C5EA3905ABDB9EEEB4893 | sha512: 6A7F4571459E9DFBE25A37177A5C182880CF80E8EC0E92DCB15E996361F3FD4B38552D0C22AF17720F61BD27298D39E266D0638DAB0C22D3DA26084CA6880599
md5: 0054897EEE87CC58FD02344AE7B22B0C | sha1: ED094ED258BC3551F94FFADA8A2FBDB5FA289F3A | sha256: E003E73360BD8C1CA75A115896FA6813D304999B46DE81882D18A4A3BA7A0F36 | sha512: 3F1A4A0F307899996DC165DCAE9EFC730CAD9317FBE00AF816EF178B4448B0A3798D2B74F2A74CD012743267EE69D3A7D55A1DDE6F2568F9210193E354EA40C0
md5: 52E6DE9CAED18EA0C76E5B999279DF58 | sha1: 8C4253DA2095217F9E923C32257B6CEB1ABEA82E | sha256: 3FB0B8A655C20DB256132D79A810C8E88DED7D3D94A830805FA39C822F5D1750 | sha512: 9CF4693EB1D9B0295238D6EFAC1CDE0EA2037A57FE695806D8FFF3B6AAA0ABC6C5020A19A0ABE82302EB0B8981C6009B7696F7A5D2C4B78009C68036F8F181FE
md5: FEA9510BF47B31C3C6AA2F7C28522935 | sha1: CC53A52506CFC62316BA14F2B03B54145CC3B121 | sha256: 8F22266DF8F07A0F7F121063F847DECA37E695805E25B8012FE3E3EFF05666DA | sha512: 149519EA8279F8D30840DB8E68526E21DBD53BAAF8C0B864B959E52E05F1E08922C180023EE72B62651748FB5490C92B0592E67E5C4FA661E86838B4C8D74652
md5: 38823CE1FDED25850361F295A4FCD44A | sha1: 0E062C9D124B50B60DC8E764CB0B01D437217459 | sha256: 0CE039A7B303A367BE0E50CC35F352E3D147D9812174DD4B4BB53CF03C4A7E43 | sha512: 9A33201F74E7E6D5733355E7C4ABBE887ED42A59036893516E5ED670C4ABBC57A5AA017B25D519465B264AD03DC3F1062CB7EB413F2CB2BD7134D097B08F3286
md5: E1349C514C1A8746D780912E98A8150E | sha1: 1D3F9C0825A3A9194670A0B4B0C2088137C2ECA3 | sha256: 500CE681E3E3013F7EB1CAB845946D4DF1A87D22F13561E233A2038E3C8CF829 | sha512: 0D5E6138C827C3068F7C7AB468EEC4F8E7B270005ECC97865BA2D3E8EA9870A59ED36676599F7D9BB096AE69D4FFB3ACFFAEBF6DD0CDAF6456F4D365AF6FC8D3
md5: 3FEAE221083F9CB35B3D37B0361D3F5E | sha1: 3936AE2DBAACEC43CFB5549EE42E429B53190F95 | sha256: A51F73601ACBE88407F1B940BB27A0957747F935079A298BA63649594DB27E74 | sha512: 6B5F00E985B624F5CB33E4153519F86AD870F7BD57D84178DD00E82BDD36454A9EAA4461793DD7C5B432BD7C15788C7980FC50B309D77527E8B0B2BBBD7C2003
md5: F10F713924F543CF0AE800636819375E | sha1: ED3F50BE0213425FCF61487B120B4F70EB8EA21F | sha256: 7A1C524BB8365BC1450D51763757202A39369D73964C8B3E0C9B431D6B2065D8 | sha512: A74384A6049CE746621C276DAFD692F7E0BC0A3FB991979F3C35397D450E643787727F0B963F15A2DF85A576E3100350CFC1F61478BE557E4E7C8BFFE9921A8A
md5: 76B8D417C2F6416FA81EACC45977CEA2 | sha1: 7B249C6390DFC90EF33F9A697174E363080091EF | sha256: 5EAA2E82A26B0B302280D08F54DC9DA25165DD0E286BE52440A271285D63F695 | sha512: 3B510CDC45C94BE383C91687C2CB01A501BA34E3FBB66346214FC576D6F0E63C77D1D09C6419FC907F5B083387A7046C0670377AD2E00C3EC2E731275739F9C7
md5: 1EDD67D3D61607DAFD37DF4B1A5829F3 | sha1: 0FF2E7A4A32756FCB33742F35B4A2C03F0FC6F1C | sha256: D9449A183EB261F90C7C761F2D7FAB46C93E13F4ED4B23B2987A3607BF5D9C31 | sha512: 113830CF9D4499CFC0B5128D9A34AA50DD6DB3A99848BCA0A853EACA750551F028F40831EAC9CA147015FC4A48F722A4A0132F8EF240095EFE6B67D3B97B366D
md5: EB749707B4F8109A3303565C25D6C1BD | sha1: 01472FB1C76CACDF846EBF31AF0872C1C77330B3 | sha256: 950F6D11CC4424F8669355021638A3434C84F621858F3EBE1A4D49E04C36DD5D | sha512: CBFF321AD55EBD6B8AD8F1AD613021A65A2CADC059401339A9DF767667461F0BEF5EB0CA33277693C45114D7B5F3D43514AAA88CB4ED5370A7F686AB306B70A9
md5: 0ADF6F32F4D14F9B0BE9AA94F7EFB279 | sha1: 68E1AF02CDDD57B5581708984C2B4A35074982A3 | sha256: 8BE4A2270F8B2BEA40F33F79869FDCCA34E07BB764E63B81DED49D90D2B720DD | sha512: F81AC2895048333AC50E550D2B03E90003865F18058CE4A1DFBA9455A5BDA2485A2D31B0FDC77F6CBDFB1BB2E32D9F8AB81B3201D96D56E060E4A440719502D6
md5: 6815034209687816D8CF401877EC8133 | sha1: 1248142EB45EED3BEB0D9A2D3B8BED5FE2569B10 | sha256: 7F912B28A07C226E0BE3ACFB2F57F050538ABA0100FA1F0BF2C39F1A1F1DA814 | sha512: 3398094CE429AB5DCDECF2AD04803230669BB4ACCAEF7083992E9B87AFAC55841BA8DEF2A5168358BD17E60799E55D076B0E5CA44C86B9E6C91150D3DC37C721
md5: A7379ECE0F49B079FDDA19D66920E11A | sha1: 5959434566310CACC2FF755222208217228672C6 | sha256: 924848978A3A5CEB61607C2496C934B86221D18611B13DBECC89948DC4F659BB | sha512: 24F96540D919FDF0C1F290A32EBCC65CBA71D5CFD128B7435FE1A670F5A0D85B7F66A91F8FABBDEB73B82B031A2B99A6C67049C14BF5E8EC61EC352F6DC79E1D
md5: 3FB494706B57D3FD1D8387FDC4062F7C | sha1: AC9966F7D9E228320E85C22072C893F1D7AB4340 | sha256: 994318B7CBF03459B11E6B9FA2A0C43BEB62C34493CF5264DA7EE2D6A34DE6DF | sha512: 64ADE6601BCE9193A94F75D96058C3A3FE4BA8AADCED6A129E1152910A89EF8508F2000BAF60A2F3BB7317081910F20D7705D301FFD553C90861F17B649324BA
md5: C9721A3D933C75EC49DFD6736BE55C8F | sha1: F0FC058790F91432F3537C92C55D20BA116C8FFC | sha256: BD2572F73DCF8A76FDCFD39D0D5D4F073D84319A3E2CA86EFD812ABEF5CAC10B | sha512: 1DD5F5425091CD2E1EE35DBAF391EBB4EA4AAD6CA60E899CEF6D4AE59AAC720FBFE350DCA366629B1FC8F945F6854B9B8D348CD8670B2E7976BBB5A836CE502E
md5: EC2EE8F4577D4DB945DF9EB91E7E912A | sha1: 84970812D53D90492DD10C93A2998DFF4B957622 | sha256: 7E8DC039560667C8B7520FD3EB2675CCAC33410D85BA01BA6E5A5EDDCBB9C1D0 | sha512: B3AD990E3496E2FE4FC5798587EE28927A2597C3B15A84BA12703307B75B6758C97E7910BF05685CB2AAA40ED7F2B7C91C6B79E979DA00AA05D38D68879316DF
md5: 7AC2EE2A8793519758E020C084CA2375 | sha1: B0C924AB63FC569A64D7EE02A11182CD32DC26E6 | sha256: DACA29EFB54A9EAA77645C4BA84C969F24EFF543CA494D348332386E1A4F1991 | sha512: 79F3B07D1BA9A4FCF35CBCA06702E48EDA30945542AB52E16A11816E7DAA26D0BB3E3470DB69669C0772187FAA3A24E544956E56F2C2FE6F628B91033C94E65E
md5: 3656ABCAE3E4FEE710B258B4C552FCDD | sha1: EAEC6BB08DA39219AFB266794A8B0403C70AD59A | sha256: 824C5A6567F9655A340BF5B70870A2D3DA94B43161DE0E7C0E41FE6C50F5E6A4 | sha512: 89253DAE897D1A32452DD48906BA9B1411127F5B2D7E2C621D4222B07DB5C1C38D9E6DB9946328088BC72C1CB6C79AB57D2FA8783F5EA25841434FA460E44488
md5: 1B5E40C8AD8514E34E44D72CE1AD8458 | sha1: 9306236B91466075AD7D9CEF7CC91FE9FFD53179 | sha256: F893667303A454E5A092227C7BB9B9228E85C06EE8841B9787CA5683CF9F8589 | sha512: DFF3D47CD0392779B25E74A4BD496A063B6213A82988B3D65E5F37FD9F7D65F768D7AC25EE88F88A526409F9477DBFC3C8AE6B9D08B9BD0987C501C990E378D7
md5: 6C1E6CEEAFDD9591DB39B5DD7D8CB4F7 | sha1: CA760C28C439A17F160B5165CAB81B4BE0645626 | sha256: 23C8D23011A3945CE2AA4BE65363B48F005481144525B3C7317D18667781E6C1 | sha512: B281A0039468D6F44B310566EC9CDE94DD147EF94C7F4E593E1875A2C545BFABCFC45EF2C04E3676A34BD906BC0A8EDA5266E03C0A382E306DEEA03883185A81
md5: 231A479AA30E7B750D4D10567F9719A6 | sha1: 3BD43B2375A981BE07B5F14D78820DA194E66884 | sha256: 71FD6148527AC3AD22868D6D489AEE752063A230E037528ECB893403C374E344 | sha512: 0CBBCA490742B47494F9B5CD82395F79B1402BAF233A9C93FE1F9C5CD1973488F3138AB7AA4A85237FFD2CDF4554D2E892E22D55867B8D08A71F5AC3803D875C
md5: 70BA360B151AC29860D28CF8D392723F | sha1: 5347C56A0F73639AA34FDF19F33031ABAB970D66 | sha256: 1AE0536D8F654C2C40AF4AF68DBAF59A41E9975299F572ED349517398D1B4DA6 | sha512: A698C571E49AC6ED024DAA74B0884E66192B7C395A72A44D4F1770D7D94C9B845D9912794C5B9B00E84802008523F8D84E9580004D160A544697E9697041666A
md5: A9AE7EDF79825487BEBF5097BB4EABB8 | sha1: F24ABE65446D81FC077C5B1229FC3B9ED359E042 | sha256: FA0D0EA8D92ECCE4428733AA102506F7A0514B8F798AEDC3439BBA37BD61D17B | sha512: 5A76A27286A8B5A0F4812C5DE5218AB40C28C2963CC6394E309509BE8F33CEE9ED1E4A319F735C3D0030A85D855F20CE4381361991D5290D8200B8B502AFFA9E
md5: 0211E5DDB563EF4F992C9F222CAB1EA3 | sha1: 1101794A7E20EEB6B48419F86998B1054A294CEC | sha256: 822201A34BC9694A489CB08BA503DAFEE03F0CA9AFA8DCD0EFAB7D1E91E80939 | sha512: 5443345946D925E36D3FB3E4320B1D1978F10E77E7498F7E7EB6A990030D642256578EB0D8A60C5AB238639A9E0AEE000F20C45A82F63F8431945CAEA7174156
md5: A47741EDC307D293EDC1EF9DFD4988D7 | sha1: C3EF0B2AD0F7C9D64A54B0EE7F45BB93839699BF | sha256: AC2689687A734ED2411DE157736C6D476893F50FAA4D43A244EDE84E7914DDA5 | sha512: 50E5DAFFEF94D57E605510C970EC3B2007B2305F7F59B19D8CEFA4A41DFD5B612B98C7EEC6E48900FAFA7D4923932D04869D5FC8BD236139F72B999CEFDB8539
md5: 65C6854B4D7CA9F48C7E2F86B34898D8 | sha1: 0CB13AF521AB64CF4D268F5BCD71C8E73C1D6B10 | sha256: E35E2CDCDF9737F4125A3D34EFBAB229D51358ED3BB29C21E7D3822B5B0912EE | sha512: 55B3F79F02F35D60EECF5FA6F397E001D4E891EDED7316257AD5AD2F8E74222BE5502F8ECF3B62BA7D9B75FCF9708D03C3A860C4644423CF75CD9B82CF41BDCE
md5: 53CDC980FF57F9D3D4F689AE788AA4EE | sha1: 69F3FFCC6B14E3BFC348F25A8D990F4969D7D914 | sha256: DAE437AD37772E94EBA063E8638E1B47F797E59397334F8FE0E46C07BDC4C2F9 | sha512: 2E67DAE4F3D5065064AB9DCB4A5896EDA5B97C07E077738C451AB51AA4B42FB9CF36EB0FF1C4E8FDE13EB85D9AAB590D7BEBAB3D2250C3FB828280B43E5F4A93
md5: CBF87C8C0791A8F6D2D3424491E98D3C | sha1: 6593AB52FEE9DEE76B22E004B0168FFB167AA00F | sha256: EE5D3122B0F2BA031A3F3A253462A85646B18BF2FA491C8CA1A755733C6D4233 | sha512: ABD9968E7D9685FFEE79572C525573210F1172AB1E2EAD7AD753FAD5C981E36A9924A35E2B9659117FFF04D99C98FCF5ED0E2945425D9DEF05C34B4C0E105B18
md5: 71C58C39FBB0DBCDF9B98A418A011463 | sha1: FF6F7E434702A1D6653AA84AED77DB7DAE323669 | sha256: 86E6DC25A9D017D0D9F725D9E5E36DAF2D16A8F7DA7063058C8A2C99882CC7DE | sha512: 2789F4C43335B39F5D374DBB9D5D90C085A16E1098A51023F7612F27C909CF6175EA9692E4E26458F92FAD408242244845B871385A89F2E9B3C04B26E6250945
md5: 8DAF8A9481174695119FEDDA10D772DB | sha1: BDA474E81EACB3B0E1DC1627CAFA96E357581DE9 | sha256: 4608A465E651937992CEE762C0922B67765772AC9C78556D875BDC0EBCEA1077 | sha512: 80855DEC495DAA798F5B807844C5114968C55822305ED72CB536A38C5A8E6FD690DD9F2625B852BDC5B1BEFC2DA03C0F1C1EB6333C38559366FFE782A341F73A
md5: 896A2F658B807A44A2B7AFF757B2FB08 | sha1: F889D51AE0C354AE4AB2C1C8577335ADF3071413 | sha256: A5D02AEF549107EE8BF6A083E1DEBD87A3867D8C1E7CBD2819D67A8F2FBC1AC9 | sha512: C4CB99873A4859555A6563230618A0D53E5F55362558728CFCFE0865BFB7AC1599343C9B0CC65EECEA578876487875B9B7C7ACCFF5181D5665D53F1917B36D8B
md5: E77585CB59E7CC6CBE19D8784E5A48B2 | sha1: 427D9DBC00BB8142EA469AB7FB1222891AA79F70 | sha256: 4EB0F893100634E897A92B08745A3C74E24D09E383C5C09FD33EBBAF6D8F33E4 | sha512: 7EF57846E239617473D153EA6FBC4396A70520836666C52C87902FD64D533537512C24C10993D17F2E9D1E7E01E7CD127C6E732C7A224DE82F517833E14A15D6
md5: 070CD6CDA956B1DF043968ED2632ED08 | sha1: 33E4E0FC0A8D6F8B4747A11374695835A9A6D6B4 | sha256: 3E3BC1DFDADB9ACDF3857F893DE2C17AC7588155C415D1E6F06B3C53F4336761 | sha512: 4962B13ECB768FB9923558F2F885D3145E28DE065B14E91916F4FD716BADB3D9F329FEDB6DC90F83688A6B4FF4A6F8948B20FC5C07D16281826FEC4D75214430
md5: 8F7A6351C59872C43DCB99F38CC83CE4 | sha1: A2F1E1BF95E02BC128E4D862BB3D4A2BA5E20320 | sha256: F18D4AF519ECCCCBA76796387CD9FFB8927B76DA43F8221129BC204563B850CB | sha512: 001D6D18FC9AE27E6D12AC625260591895BCBFC6394FB083551773E5411A00080B655D02D5BE1A864C2B86756808EF5D08CDB6D8A22DA06082E46EDD1E0FBB28
md5: B01CF718EBAD014EC6A66E6B73A23363 | sha1: D607771FCB7CCC1C1F8BD9A8D8416EFE4253A0C9 | sha256: ED0FDA087CF66AE4059489310CCE0EEDDD9CB6EAF71E9166A946CB2B39BB11EF | sha512: 7FDE35E4FA7E9A9E442160B51C564318A4006814DA8CD7F0907E0B381B4D1F713225368888278B68EE2861DE065ECE9B9626708EE8C1ADEA1571B24A8272467C
md5: 04DEA2DE474261969BE83E04D2E35AF8 | sha1: 72EE21FA0DBC33C15218AB73D0988C753B565957 | sha256: 55854113736F1C62BEB3E74023DF351CB328CBE8A0699A089EEFBE34D9DBBE12 | sha512: 1E4518A282C414985BC172F63A8195B708BED5BB8C8D46923884ED3B5B727F2E86B004DE1E239D2B0500ACDE98DC66E33E9A04E5582584D1580418548BD5DA1F
md5: FE11E17AB075BA1B97E9BE3071459540 | sha1: 460E885DC853AC87AB1D98D6DFE571BCBE6960B7 | sha256: 0EB54237F1B1A22D7EE8093EF40A35796F0467C3CDCDB16ABE9B122154E3F615 | sha512: 5FD1A7ADFB45321FA09D721412D9F95638D61EFD553068208CC4F6B8A28C6590CBCECBEF26F0BC7CAF7758CAFD5BF6A84D3413D5D76D40D5D777D3B3B2F821F0
md5: B4A60FEBC93A038BC2678C6440B35A10 | sha1: BBD25212D9C2C8A2820E0BFD4E38E442F3F5C906 | sha256: C2BBC39F63BF78FCB407D15E3272C3BCA9D883CB3A06647D209FE7C33E8D7566 | sha512: BB8342774067891F935A3C3CED1D51EC9B034AA5B54A8A2AD4F75251692DC604953F01F010E5C62653777B5EC3584775D8DB411D636B066B78EB752403735BFF
md5: 3AF87EDB3C4F50BF3A2CFCE7EBF53950 | sha1: 67C38B31B5DF437C168A25B65F09EED7CD292E03 | sha256: F6E3A4DAC9015B432A296142D49CCFC6024C359CDC8C902EA79FE305104B2316 | sha512: 36071F96AE88FA6E613CD3D121DC3BAEC907EC6B33464BECF91739A5B10FC2CF179FEB782E6C8FBF4C7508173B8C0AE6F12D717FC3E12B5F731C0F00808445DC
md5: 7002264AD34F4AA7F0144BA9DB0E2588 | sha1: 0CD430DD7D47A3F8DA3D34D411DA864D67DDBA73 | sha256: A7D1D82D2A845DF2244ABBB32A654277BC71050A245161AC0CF76570045393EE | sha512: 5F9ADE796A4EAA586AD54261C8B3DBE601B21BADDE9599C1690407DC3FEE2219858ADCD5F2F21340B26D977964FE121EFCE1F08C54B7AD9E1816CCBCC05A4C83
md5: EC464BB3D5DEC2CD33877483D4839AF4 | sha1: 1510C67265ED08C5BCF3B8283DB03AADB71429A1 | sha256: 4CF86E91F9676F107ED7BADBEE10ED85157CCC58972FB54DD1338CC71A5344D7 | sha512: D28535A197ED6AB4CD23FF71349EB1983C321591B4F655FE4C0252FE7512B23EACBFA1BABEB6888BC7BF6E0C85F2C5B86CDC5B8EE7F83909C8865FB859677C37
md5: 5114BCDCB50E9CADBF23519D57D54AC4 | sha1: 152F69C8AD47DE93E955E850685FBC3D1F94217D | sha256: E2DF0FAA1AD2CFED7248A4604DEA5B63A489610B42E9E8F53955895302171353 | sha512: BFA3587E00C6A432B4E628123CF7321780C9B47BFA6C196ABDD62F0A65F6CAA95E99EFFCA278A82E8B68BB7E1D6D936F1BDD4DEE4FFAA80F22F6127D12B170BD
md5: DFD347464904CE402680C62509E52831 | sha1: 673DBDCDE4F9174D988DB2D29080FCBF87AF21CE | sha256: 0EF767D96685CF516FFA88C245BD12629AA726459FDC3510E5A229A1F96ACAC1 | sha512: A4811962A65E2F9B2A07A0DB0A969D132DDE2F7F693483D2A00C8B4DE9F6AE014EA14A894E358378024B62910F771AB1D4FDD1CD8D8564672FA728DA2A574F8D
md5: 61B84A54133D108F364A31BC101C8A3E | sha1: 384BB1ACC63A8AFA628EAF6898FE161B77E88606 | sha256: E10C8A26900D6A213E260ECA7A2CEAEC43BBAB2ACACD09164904314545734F16 | sha512: EA67C385DD361BF6128F03FDF8CAD0BB810207203CE7A4943B1C27FE385829EE1BFCA6E149E7A9EC024C70DCC3DAF7DDC6A47B818FC0FA310CEC8124298DB661
md5: AE714139545287144F1E0413B5542E6E | sha1: D513CC95F73E2DDCDF5E9A744A8ABBE6D1B6E098 | sha256: E9A6AE087C859351963B8D5501D9B23295D25E59E239FBD63C6E2DE2D5E14C8D | sha512: DA6EC594F9C4B4E6A8F8A025579F165DDC95BFFFDE4DB8F37A1BBA497E6207FE9159BDC715A29D27A6A10B60066B2EB9943DBA3814002EAA159251DA28C495C7
md5: 03F5D47316533F32C857D5AA8D7D00A1 | sha1: 03D893534098EBB68641E57D75D55894A106C3CA | sha256: 100DCF9D1ACE533E1A4B5259EF5C739BAC9E63475286D4108867255B0BB83251 | sha512: 5F44CF9409E89830077A67C6DC5327966B7BFBE53B3767CCFC27CC29030157CBC4D538EAE72DB922D1BC455EAAE0A009010861EE62DC67959093951B319A3E42
md5: FD8468B9B86686B2C699213EEEA740BF | sha1: A2399A30BBDF5E01126F90BF50333F6FFD1BB360 | sha256: 759970087445F6CA92DEBFCB6BC74378C658AE2A0ADBDD04E0C689D078D235A4 | sha512: 4B7AC5D48C1BD8F758CC6502C4B94B8BD728F92226AA3DCDA644E2662E1BF9558F6CA158096EB2CD8E5924B28769131D056E987DD6A56A6525C897B31607B61A
md5: 2A8F3B7529A25B14F35CC91E13471963 | sha1: 99CDE72DB561EE08FE208EC01A81A2FA294938BC | sha256: EA0501B9925EF5F702EFACBA90D377151D81B732E489F9F5E9978AB7D78091EA | sha512: CB8029FCDF073CB8A3B2AD9D76DEBE21C6428664D7068DEED9510F1661C8668F348CFBFBAC4A30562543EADC22A7B86689E77ADC0F81C32844C19874732AEF07
md5: 3F4AB0919C321F0124170FE756CD4784 | sha1: A62184C6912835F7628AE483B473E2AD0377F326 | sha256: 21BF29799C6351E442F1F0E7BD5D45886422F0A4EEB73D7B584826C2C393D0A2 | sha512: 6D8BD7A7CF132A838CD80DDB1149951AE9C432200B33D92126841F4DD5ED249FCB2FB9B8E3EB58C979AA42AFEFF4F734C635A425A215DD9A2830103B779B07A4
md5: B41B0B26384C042C295A45B6B02B2A44 | sha1: E8D845D0A530743BFF91365C8045A509B97D5DEA | sha256: 8B16321C1BB87DE191175BBEDBB82B6BAF1F9C9F3614619F2921CC23CBBD60CC | sha512: 7B52B8C3F35A5375A6D03968585357BA228BFF0AA79E429A2A3221E7F350335E6871BDED392AB35542B3B75863A7B5D193D68D7BE03E2AE84FE6A3C7C9A5AD8F
md5: EBF7E83768055744F8CF90F5E576107F | sha1: A0DDF0CDAC90D54D8341264830B0BAA47A2344FE | sha256: D1FED2C01DC27C1A34F8E976CF615A3AD2103A69768A403BE4527AD0ECF024EF | sha512: D46A4DCBE371BAC3AAB4091222884F35AC613B0EAB41032EB79C7EA1A5AE63A64B96F843272F37DA5988F872A5EFCC24F849DA54DCD634D64B287EFD58F49370
md5: 9224EC006B746C1361C84AEF48CA3075 | sha1: 446CC8BAE2E87FC3B4FCE7DF1D9C73D961DEE3CB | sha256: 15C9B39EF29F7639E7458B2833100EBC361778CFF481EEC55F333AC5F1032BF6 | sha512: 0C6010D700C230880A8752359F6ECA99BD1E8BE719E86A235DD6E01871CED93DC4F3AFD83EAE594669021422557AB4B7B37EB3707FC2392110705E9418EF2C66
md5: 96B809E16C0ADAA41D25AC87CF4716F3 | sha1: CDA146189D579A9656F6187111D66E49C9A04BBB | sha256: E72E43C7FEF3B34FA7873BE410423399F2F5328F43279B715FEECAECD21E2337 | sha512: 5F0974B4C230A490CDED8995BE43B3E48881CC3650101C864373CB2167238529AB04A8D55C456379EBAA17111EE2566D4E471615F4055C2890FF9D1534BA25FF
md5: 8C8CCE0FC7EFD55F771E6B9392BEAF75 | sha1: C5DFBEECF282A32AABC829D58598D5D127718DA7 | sha256: D13823FCDA3486EACBAFDC1B0DF9EACE1A40C1B6236ABA65D02039C8CBD0B86F | sha512: FE7685E3E96767DCCE8ACEAC60D3231F068B160D5BE6BF27BC879AA6A4383A906148D01D477E26EE0C777DB47557A1D253C2E85F4EB007835D6FE59AE61FFF9B
md5: FC7994C6C0FEC172016F9CEC187F0B2E | sha1: E588AC641B595B1BC0C44C8BAC7FCBC12352985E | sha256: B68F5C8171431AE0BF79160517183D9E9828DB4DCC141CE9BECF34BA4B014266 | sha512: 7EF7BC95B307D45EEB52B9AD093F6FBC319C62A2C508B49F73EA95830F6419C64108166B6E870AC6F055899EA73AD4A486BF75AAB659774DA5A3366A89BF6DF1
md5: 0BA1E706E0D7DEF5C91474943980682F | sha1: B0D2917298558DD03306C1C697902462B63FA1A0 | sha256: A506E983B744B2CC0905FB65A33DA3A2523ADE12CAE2D8C6EA9207208497E52D | sha512: FD92A32E64C184E619352E269A97B089C9D2A643D965FFC515815707417290D079F3742B38E5DF57FE4B4994ABD9E4184AF03E607B6D9C0E804C6E37B5ABEBAE
md5: 88E44309A7B28AF9B8AD9E872EB0B33F | sha1: 2C214C9AE66EEF27EEC0AF67D78AAD3B849D88C7 | sha256: 4205E30F027FE48EC9C2C61F1D47C8ACCC5484F6F6F3474BB56AB700D5DD2485 | sha512: 754090765429B7E2DEB99A09A4F815E558DC0FBF1CECBDE118CE8D1D150C95C895C42E64A3E57314D3E8C84300226CF6FD4F0A3BB0C652BE8A5927ECE7BD05A3
md5: E1240BA5C4B6F6FD858A99C9B1E4B429 | sha1: AF156ECFF067F73514F27391B04F928349FD2519 | sha256: 70FFFD059AE32F53596BDB3CFD6580C0147182FB317BC7A1AF60A13A55BC55AE | sha512: 1A18FF9F53191F367B96BB673A6EB9EA0683E0FE09444DDEFFCC24A76899C59F5CF365FAD63E56714304512E59149F4AFE2AB8592BFC1EE7A1210AB11DD663B5
md5: 0993F0564D434780EE68EA83855BB875 | sha1: EDDBAB18573744042B46CD5B2C38974BE79FF626 | sha256: B2F5E4566944A1AAB954B04E9F23261A325FB5E99A59DD8AEA14081C978871FB | sha512: 011DC40231D9A20F7140962A04A691EAAB37C9F0B9B0BA4837BC497AE22BB241569E62992142B6BCBDF4457EB7C70F72375A992BDBB571BCA358DB19BF2D2FE0
md5: FCA7E3F3DCE0BA2DF1E530B73D4C3E56 | sha1: B1EC907EF69BD36034C67F3C2009D9DCC68BA4B1 | sha256: 696231FF226A06CFF2B46C680DB2AF491B8584A083F0F4C403B90C197CC5A197 | sha512: 05D29CFF45B37AF6C1EE7AAEEA20BE5FE476B2B3F70174E116CADCA8140300B9228B7C0D7D63D96AD5A11D9D559155CFADDB113AAE7ADF2C14C87F9B8982448D
md5: 2B927A5D1137580625011D20D127B52A | sha1: 203F2A8EDBAB89CB85172E4674AD21287EF907AB | sha256: 8B933815DC0B951B3FA35BCD5F0FC5A06EE2092C6F91BC1D95A95176C616E967 | sha512: 4B793EAA5BDA81DF313DF7CA4D6F50B87B61E1776DD8EB4AD89A7133AEECBCD4FE88393CAF57965635C054BD965B55879E88BA67F3C09DA95CA42A4B522125F4
md5: E4245FB211C8BA9ACF3DAF222F1160E1 | sha1: A0C0718A85D49D808FA7FE418AD895164EB34C39 | sha256: 6E31FB76FB95B56400C5BB9B911B022007180CC2A08A9F6F19DB6F71EB4D02DC | sha512: 168430BCDBD49F3508BDFDEA6A85972EEE6924D8D09448363BE1D67BF546D7F7A1D6AAD12BDC20B671FC4FD0FEF715787E15F4648A813B81DD81B6B22EF2FE1F
md5: D24F8BAFEEBEEF9110F61F9222912DCE | sha1: 29AD5EB0082B123F4EC13B72C892DF2682A6DFF8 | sha256: C31DDADE593D24D9150E5F3A00FE67F25FE79FF2E908EFA64F933A7726D71B8B | sha512: 4A14AF7A930CD5B94F5B24A3871B0939965F22837973CCDBAAFB45D59EE18E684CC44F961EB8668D78D59775FDC953D1B91B1CDFDFD46DC23ADF27F2E75225ED
md5: B5C0A78E5CB23E5D12C6CCA3E3E9AC6E | sha1: 1441E75D3B56B43625DDEBFF62D35AA5DE9C44B1 | sha256: C739625BCBC1BFB950E9BB48CF656032AF63C206513B6F790C11F7C25843831B | sha512: 062FFAFCDDA35ACF7D43B35FB54794794EA67C15B87F60581B2617E969557D2C4439CF94FF01B6174C68467225DAAAEC00288C3AB56B575F76AB0C65376D8941
md5: A6C96942E0DD599147E3D465EE0F9902 | sha1: FF31916644BF025F4A9CC21DA0987FB9B4AA2D4A | sha256: DA02C82BEF0A093E25CA8CB00285BBAAC6EEEC402503494E21B383048966D57F | sha512: 6AFC1351E6B169BC0300059B7E8B7F1DEDE928377A111245AF60AEF8EB62C5F55DF85DDC9B9E83C33DB5298A47A07B1BF21C325D67526A02FB4C137C3B1C9684
md5: 30F9EDC24309F6D6B1232120EDE86A64 | sha1: 965A9C1E258937BAF69E95700D8AAB921F3B1924 | sha256: CB2012E57BB65C55C58F5394C0CA5333E010E56473309DC20E1EA93334999F34 | sha512: BDB1E2AA70AF5739B884DAF8E0443C745056F1282EF640577328BF786CEF851E96FE83FD11FCD0EE5B83541AB47BB1370A49D3C89D47A6BA6BEF5BFB65024506
md5: 350FEB2419C23DE895238160D2D3C9E5 | sha1: F3DDD7B256EA2837443BC46402E19FFEEC33F379 | sha256: 8C733D4D4AAC8B7D42C6972B1E63F2B6C02444A918EAC83F4E29A4566A42F422 | sha512: F5ECE07F5442E21FA534BD63CBAE7328CD4618CFF2C60F6A4E44C1EE8A18A8385ED82A4980F4D83A8A09298921552E94976E796B9FE5E74D3D150FB6E4928FC6
md5: CDE46F050043687101655BDF5CD40F9F | sha1: DBB2CBE41DBDB3AA5A434D2AAACE6C59E0AD739B | sha256: 388D555B2B6EA47C1391B2D178708E6E5E58073EC35757FCEAB6A6FAF88B2BA7 | sha512: A997A7DC6EA0FF609612A30847F93B62796E321DD6866FBCD446483CD7623FC61D1EEF05E96575EDEF2585A6EEC4657503A6D5E3E7E28DD7B928A9099FA2C5A0
md5: BFF2012C3F7D10BD7E62EADF94F34E2F | sha1: 8E56CEA54C6E8CEA7350FCBD9F3EEFABC9F35146 | sha256: A3C7816FE4542D50F1228910969A5AF9C5A752D4751187284F859F69068DB5A6 | sha512: AD6EA329D3022AE1C4A1754E19C38087BC76444DF6F31A36BB349DCF1BCF1440BB7AD6EF9E1EF053139503724922B1964BC1A798CC9AF908B2CEE222F0FF7C02
md5: C8BF5FA0B3D8023721F15FB898FF7F58 | sha1: 19ED2CB6E0CC072D62416CDAEE1381DCC6D148AB | sha256: 51B26AD3167CCBBA3648CBEEBA14A5C7565A8D1182001B5CC7AA4CD4428122DD | sha512: CF01C8328E68949E0B3EA128D7BEC4D90C9A8FB966A03E9F577885500987BCCAA6719F1F89ACEB2A18EB68E3B1B55C1D65636A769122BDD9637DEE1E8BD12433
md5: 1FBCF2FF37E4A134575C2B7BC6C6B08A | sha1: 9AF2E5A2453B88C905AEF5106E749C137C6FD274 | sha256: AECE643A40B1C7D4893BC59B81E1FA5C87DBA07DA4B695709EC293266DB4E667 | sha512: 09EC0F486C836E19DCB48C6CA9C5060A0BD21530F0CC4ABABD76203A4A5FFDF47FA0DC3981D88956C4974B5E9980B5850AE76FC11C80AEE7B7338E6E4381576A
md5: EDC6FCE14A512D3203E2F541F44713B6 | sha1: DA7EF1D644E0416A896A99C45F1BA59487032615 | sha256: EDCB2CA02E4374AAF29E5F85A09C3E48F1C249D114650AE9A88CD578AFBECF42 | sha512: 17E25BDE373CE6F45BB290652DB59D8EC9E81477124865C6F4A476401C15F1AB38049972782EC42507C0E45B99ACC93EA8ED06D50ACF4F1CE32C201415827211
md5: CDA40CF688FA5D45C979D68B248A8AAE | sha1: 3E2AA8FE4FAB8CC71FB45E2B3E8A9036DB980F9E | sha256: 56C2E86965D62E3EF71A746644D61BFC65425D5B6213C55FB6BA1F4524F4D9AB | sha512: A4B18E25F5123050A75BA5E167DB96A913478987BC1B0A55B7F21C57A0D56530AE715BDB1E53204BAD2DAED2296B96E59F9F534AA8DFE72B23CC12C6DA75A730
md5: 2C09585072962CF3A26A69941EB3A8D6 | sha1: 3AF35B6B53B320DF0992EE6E2824E5CF042EBD94 | sha256: F48C23DBF13DC913BE9ABF8616511DCCE9B79AE2A20BEB60B0EF7EF639330705 | sha512: 288FD80BC8FCA306CB878B06CBF566AB32FD636F013908D49015D5722B65D86B1D70C0F037304B4F2FDF6740012162E2737DF3F0DD2C517C84F6254694FBBF70
md5: C9293AE2FDF11148DEA3D6D4F7C3A712 | sha1: F307473847439AA995F21C5A1B9E278CA4E69DF0 | sha256: 56D5EB743AEDEBF7AC365F45DFB12B8E83F38093D9D1FEE86E1E76366CC25F0D | sha512: A69DBF8E0EA9E4AE2A566FBCB4FBBD5818EEC8F5ED4A31329F0DA8A46C1E922A863720AC69AFFCDD31ACA5FC9197EFF2D4418044E045D366F70212D948A83B98
md5: BC80BBF2A5CF443E1E7FDED672F78250 | sha1: E4503DF5D1F27A2FEB1512CF87B0110FE5B56664 | sha256: 84A4D18143D03C99CFE09FCC646718E1D6E99011057735DE87CBA6050A544B75 | sha512: 4B36D3F1F532349199735C31A69F96BC95E505DD40D4C442555F16382368D402353256074D1B3740A247BF15F2FB5D49A497473C1AB037DA9FC68B87661DDD89
md5: 4071D1A8E07359445A5994DFFF9596D4 | sha1: CAD1327D2FF2DAA26EEEFD4ACBB69DF8F0421ABA | sha256: 99AE0BBE4AC397225C16C97CD33D7CF063DFD48FFDC0D03608939200BBB82023 | sha512: 9CED7F00430B163FC9E19986E40201C6979EBA38A38CB5B1922C7ABC01BF4507B38A386E399A6478E2155ABA54A9411949F759F3C9D812A7A440896CABF87166
md5: 15509A47E5D1011A555F30BA13B723F7 | sha1: 70C0CEA7A8499CF28BF298919DF54256EE68C163 | sha256: 9035FBD2F9DC64A3FE531F9C321E36B9D001736B7D682C4F1266ACA7520933E3 | sha512: 1B87CEDECDDC0D8F5B6C16F9E4E71FA4CF24297EC92066BCA1F004DC146D93203174F8CD9045DFCA0FA10B461D997FE4742185251E788C5BCF614E11FB0AC8ED
md5: C01F424D6F3EF929FE58E5DE3519222B | sha1: 7084FFE18476430F753E054D81BB906C67304C19 | sha256: 34FF80F5A7756CF725B75C56E6C79C58EF9D6DDA862164F6381A5D5D8A3EEB4A | sha512: 296BF1F522CAB8A44CB0A1324678E1784F4A6666BB43CAD69DB9A70201BB226ED8816FAF07AC221A0C45178968A74C43F23750F3B7FCFAA5C1841D26535A8E89
md5: E3A35B2CEDB39E43E1FF14A0692B6834 | sha1: 159D33D0971D504CAA0EF1989387E3AA622C61A0 | sha256: 02763543E56970E50E967C1110553429842A745824297CC5F3127D494BEAA1D1 | sha512: 6B9CEB8109F34F341DBE2C0CFB80202D2937BF578DA3F9B4E34A36507034F86DBECF6298D34C01644CB718EC0D53A5B80873D5835EB8F4A64A8F37BFC40B042C
md5: 948302812D283D1B5B0EC02BCF57E8C7 | sha1: ED9EBCF9CEFB86989EF6CE1FA50E8C4FE762CA7E | sha256: 565C290E1C4CBA34C241CBF83702208440729E08F7F72843A35EFCB7F887455D | sha512: 407C8D1686D8A9195F23AB067EC1A78109BE10E3BA280FDAED35449507CDCAB8EECC993B870F5CAAB2AAF350FCB375B433A8F7CE5CF6F480B2A1833425763345
md5: A7A85D1AAB7EF368EC3786D98E853F6E | sha1: C83EC88A9941B407E94C4207C39F617A5D1BACF0 | sha256: 64EF466AA15C453D958282DC0204A1C155E591EC3FF7F5F3DA5506ACC7C86D31 | sha512: 9AADCABC552A71F81652E4235466652FE002E4258EC417714F6E3D0E8C4DF4B680A800228B799010B5548AECA22122A19AEEEB983EA16AC8E13C69E9983D5048
md5: 7502DF5B3570583F69B04B6D34C0839F | sha1: 720C367A8E3941BF37BD81C6E8AEBECF1E987A49 | sha256: 9A9E9FD0171359043B55E294299C240DE9F076689AA59C09DC6E41902F09CB47 | sha512: 06DC6D43DF8C0F805F8F6EFF3AB6620FE9FD8C0AFA9AFEBC32176A0AE10F12C0E715EA9F26DAEDADC3676F6EF9D1FE6990A0EC6868EF3AE2696FA0C4A548F484
md5: 3E5196CAA6139B839B986867C7B2D725 | sha1: 14CF5A4C30961428DFD5FDBAFEAA600AC57E8106 | sha256: 49D6136379D255D4F4D2398BA27442C65527E46C10057B19464B8AC755F46E2B | sha512: D43095E3F5330745E81F4FADE8D38A79579EEC3F552FCDF17F0B4D95FE22380DF9C1F1772B8D04E671E7789EC5F3BF8906E74837D35983A612F2B0C8F3AA0EE9
md5: 6BC29BE5716403358B8C0DCDB3FC9565 | sha1: 9EA9BA5D00433E4C78ECC1B55D39155892121724 | sha256: E0E5EB637BFDF86EE5FB011E2B20EE9E9B890203388211FA22CAD43D0347876C | sha512: B31D4202A417C1DBFDDA4DFBA9A1B26DE812325793DD93E04D702E1FBDADCDA2A7859CE0E72A0DCDAFF6928E5E8549F9886B0D11EB69CAC1577CAE7C65713C78
md5: BE3DF2E6F982B261E7F49D03D3ED1848 | sha1: 0DA3D6F3E59EABE0C484E19B2F6BCECB31B1E1C7 | sha256: A3C0742E2A381689B78542903A8BB3BCD56192F348526FBB21EE7C82E989E426 | sha512: A58218957946CF5D9893967C8315C9BA141165852B93327EA0A6E754F5B6F4C3F86554DAD66952639091C64EEC4243CF5D987BE2D62B3B3DB9E6CD5566EF0DF3
md5: FDE89AAE25DF289F81EC21359948AEAF | sha1: E3CEEDB921817EFC6971E5A83749384A63A52B4A | sha256: 49CB570D81D977BA291F653D099E9390EA468706F94853132CBC39129A9CF353 | sha512: CB422FD3F1D11C114B0FBD9F12FF461BB3C56230BAF0D525E0997A4DF3EC68B0A1DEE8EC83EBEAB48E943620B5CFD7D1FC2A21D912BB5B41DCB1FBEEC03921FC
md5: 2A0470E5F240BCB586EFC948290AF59B | sha1: 95A4FBC66233D0514A9C786AA127D716F0CA6538 | sha256: 12A14332FF1A08C3D794EE330083939D6B385F6AD34D86B814B2EF64E150A62A | sha512: C377B0DA5A1199826DD91245AE1DAF37B217DEAF8688546AAB93723AED4F3551036EEE2F5DFDADF36AAD505A3B8163761D9C4A381A40E22E34DAD91E5C390966
md5: 6DC32E91CB87C2A45B7396E6E275B8FB | sha1: 2942866F4CE3CC6E2CAF489590BEA9783B99BBDD | sha256: F3D5903D4E66FDDD322A64D68784CD3F23993C87CF8F03991A7C2A412DCA22DA | sha512: A4395D44639172109B64118CE847E5EE704A2C4D289104CA315A98AEC887C48F6E99B395A4F2ED01765FF758FA2DAE34CB80AC314A432ED2EFA3303689A20B78
md5: EF306B79A2B1F041296C896716CF8711 | sha1: B3A4E2B6B7D092EB0156CDE730632278F855F853 | sha256: 0E4872E453F2815008C7520DA1F79733869A4C551708FA80003EB1E8CFFDEB71 | sha512: D3644CC4315C0D5E7BBF558DF9C76333AFF691F48999984E5483B4FD76AD33B9F65CAA391C4EA11CA89A5CDCC2D32518876497FC1EADA7E689183A62D5F17AEF
md5: 160D0EE5133292FC62AA5EB81AEDAC64 | sha1: 3A17936C2A1B3F4670BCA0DC3596F98D631F44A7 | sha256: 76C3BFE56033D27687C11B74213DC98D4487A7728EF08424B95BF7219473A4FE | sha512: ECA05881FC7141292C0880C216B9C1122A9BCA3667CE9651CFB5874BEDA1AFF7DDD761CBE7DA4BA4BF3D857CA30F0B167C9BE6D191A3B30FBCC5471B7357A7F9
md5: 1119042F98197C774717162949C13FF0 | sha1: 88326CED0F1727A4F8BD4F1014202F43C35369CB | sha256: AE9DD28AACBE7DE3CF7AD7EC802584399C87189ECC443727B7FF1BBCF76BAE54 | sha512: 287446C385389C2D1A192CA3EF828CB26DF282D05205C668E1DCA67EA1255FB7E276B0EF45DD623198DA3B8F3C98B8133177257FB7D7099861BFB1E0BDE2993F
md5: 2620BE4B9362CE895A648CEE26E40388 | sha1: AB81E6569C669FCB3B9C16485A673B7ADE4FEFBD | sha256: 5BE84316B2523FE8381391BB9CF4C2EB36D14B4F093A05185DC583D98B58C232 | sha512: CFADF23FBE9D72DE911B3B01C1C82BCBEADCB916C1369BFFBE8E7AC1AFC6A435B14F2E14B99AF89145D6250E9DC33D01F4D9CF1768F2B22BD8C63141DF5AA369
md5: 8CC4C7DFEB41B6C227488CE52D1A8E74 | sha1: 93702135DB0646B893BABE030BD8DC15549FF0C2 | sha256: 9DC115AC4AADD6A94D87C7A8A3F61803CC25A3D73501D7534867DF6B0D8A0D39 | sha512: E4DA7E3AE5CA31E566EA0475E83D69D998253FB6D689970703A5AD354A2AAD1BB78D49A2C038F0A3C84A188D091696191B04E4A39253DEB3B6CB310B72F02F97
md5: 559C98EB9633C7BA1BC813F8E6E0E9A5 | sha1: 311F52B31611E6DC5FD4C0159BFA452C22980CA7 | sha256: CC62F3B867D50083C2932061F20662C698D2E1A741C4D2F9DF1FD2D435E3EF3C | sha512: E241C16869D1CDBB2C6482A7C5B2AF93DE4BA0CEF8185B8826EEE35ECB174F35F7585C8AE0320F7F4F6B80F3BB5B3EDAE2383760F2F35637F03C3A0E38E0875C
md5: 1D8AAFECA1EA565B257384D3F64864B0 | sha1: 4D923B100142AFA2E0A8B7ACDB3A6DE6FEB91148 | sha256: C2250E9E51B44D8AB8C5B892592766925F6580EE00B95026621D0AFB037C2707 | sha512: 99E4A226E1FABB348E7EF7C6FA56AD0CE4E4CF5D8569CE21881703DCA8D83A1C113FD5F440A4FC9E9B99A04AE8CF4490E17D62FFC09CFAC5A45678A4419EFDBB
md5: BDDD1CF42DD6F7BA5D1D7114CF7D86AF | sha1: 7AE42F96E3348EEC36783C15AD5D9E453D232FAE | sha256: A411A3E3AAC75D3211D8A58810B5FE13329E9D0BE62CC62C61FB1B3351E11FBD | sha512: 1C2B2ECDDD465C9304F88DBF13301403BDDEFA05C061923020625A088A245EA6837E94334013CC8CD6FAEEEB53671F0CD1D3C3349BBB149C84FE31C357632C00
md5: 45FF71114047DBF934C90E17677FA994 | sha1: 526C688E71A7D7410007AD5AA6EA8B83CACE76C5 | sha256: 529943C0CDF24F57E94BF03FAC5F40B94A638625027A02DF79E1E8CB5D9BC696 | sha512: 29684AC5391268EAA276196A6249364F6D23ABFE59BDC304A561CF326CEA6CD662FA04C05E15924FD6D3F9E9D1607992B8DCAD3F817CFE891580F9D9462FE9B7
md5: B52C339601CB264F83DF72D802E98687 | sha1: 8BBB7BADAAA912C1F17775E9ACDCAB389704C772 | sha256: 938DA38561DA54793944E95E94B6E11CF83AACD667487297D428FBCE1C06DC9C | sha512: 287F08AB07827570F9F3EF48A6D7E5C186899A2704FB3DBAF36975F6BE7B29FB6695A69FAB85A6F09BDDEFB60C79052C3A33CF862651F892EB9D773D880B3AF8
md5: 632CC8AD69B76FD9BB5847DE1E1439F7 | sha1: 2E32D50EC33EC6635681485B754F4E58D434A5EE | sha256: 5E61D755616CB10524F5F31E9B70C65A7FFF8E30E25CE711AC8B354D657AB479 | sha512: 9BA5CC82573308E5D995BA05BC660FC1C087EB91D8BD7EFCA6FF838A3C47BD6118D9C92919B2E0DAC11A5A27977318C5C819499DC19CD5D6E57122A0749858C6
md5: 6067ECBAB3C6DDDB6BF7C49C7948CAA8 | sha1: 5F3DA777AF01DBC159BD8D9D97D5DC105918AFC5 | sha256: 22108E32E0B6E42F5F52A4CB17B9B6FA3DFD547ECD9EEF9C67226DBEC54D23E5 | sha512: 9F3E834B8342E0C7AA5CCC993B520D664B03F1F0091066C66067923E1D4991EFA03F63908552538C05F423AA2B696DE7C76993F71A7564F3E87662CB0FC00726
md5: 2F39655CCFC010E32A7240D9BF5D0852 | sha1: 20AEAED12DFB8D71E39687350EB12BC0DE372AF0 | sha256: BFCD867F71C887429DFE008D7EC5D1853D15B3932D4CE8991694293477B5BE37 | sha512: 9769E59279A32F29C2F2C6970C81D3ED76FE3421B819DDFFC8FA98329F1B45300C737FDF71956672F80F69B3A75727D184F8C421E00B84E94163A86CB744A991
md5: D1699287934DA769FC31E07F80762511 | sha1: BFE2384A92B385665689AD5A72F23ABC8C022D82 | sha256: 0DBB92ECD5DFA7FC258BC6DEED4CECF1B37F895457FD06976496926ABDB317BB | sha512: 4FEF3E1535F546FFDDE0683F32A069BEEFFE89096524C7068F1F5CE8377824F82AE530D3990C9DD51BCCAA9E53FDED5613FA1174013325808059276DEE771187
md5: EA9376C17EE0148F0503028AD4501A92 | sha1: 9D5686CBF45E90DF5E11D87E7B90173A1A64B1A0 | sha256: B537313413F80105F143CC144FEEAE2AC93F44747727DE309A71D57D2650034A | sha512: 18D1BB2D5C469644078D75766DBF04ADDF7D0C543F7ED15FF522CEEAEF960900DD8EC68172F5D684B76B0AA6946BB38D641F021EC04C70AD66A6062C10412E0A
md5: D712A5A82A446086443CE00B610D8A5D | sha1: 7ADD96BAA123DB819F2F3D5AA62D6F872CE8FE14 | sha256: 1C7BFF6F16BB618648E699B723AEAFE511515CD6AAD699C25FAAE2A507E22811 | sha512: 225128E58E2F01B5CAADA6FE54B1D32FF6A700542CE22B425649AB22DA2944F796F04D1A2428C542BCAB5348A161CF73F5F9A1E7BBF1F6417C4D507217FE3FD0
md5: 99373AB10858746AAD424F28B48277F5 | sha1: 5042EE630A6C7C2986E8323A14D052C1D83B6F61 | sha256: 9C4AE61E0E8365762EFE3D34C5595029F2C12E0079E6070720E2CEF0882C84E5 | sha512: E96F8FDD6FFB702D344746CE82DE576BBA8636EDE3E39A7DA18CCF8A0178B8346FD31140760B864F1487D7804D931FF1A18DE07A4CAFA0CF79BDB340421FC03F
md5: 8B8C402311D7AB87E588675E736414FD | sha1: EB8C010A35B461402C1C33133F1B61C78BE8425A | sha256: 55A30D92D163CF1807BEA6DC13B4C13E70AEBBB034DC77EAEF4F4394730DCD8E | sha512: D03F450A3A19320DE71145E48CD7C088D9B50D0A683CC9A79D8967DCE085A6F63CBE537FCA1C6208865EB52EAFB10189613C7233047318CAEB2FB2C23C34A269
md5: 0D9A641105098D642567B22101A4DE0B | sha1: 12419C25D1C2EB706A4E4E649EE353CEDA7446A9 | sha256: 7C25A74772E135257235640A0264DDC05235E14F3627896CFE735E9955155F83 | sha512: FD4560CDF01DE237DDF797A33C5DBC220D3FCAE07EDE17D43C39F5562E36E03646676A87E20699D7603FCA6D84F66C8756EB863DD4727B7E1A499619BB88DDE1
md5: D86B0ACA05321569D9383DC7C4E9E934 | sha1: 2EF7D0A222C3A3E564B3C72D5B71A5BE40A7ADEA | sha256: 28B165CDDB82A2507114394AE398995EF8A50C549214F8678AA66054F6927754 | sha512: 5959E1129C983825233A07869DD1B2B1DB32830D2B5F6B7F8D869C39A76A241F88F76D37341FDFBF56F000FC6ACBA19AEB36A7EFB94721494B41B65BF4978651
md5: FA98A0F020248C2BE1DD40C07092F22A | sha1: EF6B3CCFF90BEDDAB5CE6F60B4CC23F75EDFD009 | sha256: CAE99F910874288AFBF810968D13B79D755CD4B2006609EC036EA4934181CBA5 | sha512: 554A25C761102DC41A9E421621E329868D1162AB29F47E59754C8FCFAE0C12BBE8200E1B5975ABF926F1DE0977A5407C43202AC8A2801C69A7F01D95B6A1E959
md5: A964808487E671BB369DBC0E4DC5A947 | sha1: C3848473E42E2F9B4D0A00180EA9ADE654432587 | sha256: 63EAB38EE9F4DCD686C8E6A4F01E1E2A9BB91E52B20AB4DDE0C28061E9261860 | sha512: 7352368B68835ECC9C5943AE2F2BD5CAB775A7FBB018AF7683E74FAD1731A9738AE14EBE0BCCD854A223AB762FCA7EC11411FDAE865C5C6DDD034900FA55CFD0
md5: 27C7D752C11C3F43F28EB31968E73E2B | sha1: 51E466218025126C5E524AFD2086F4AB0BF3660A | sha256: 260C6250EF9B57DCA99B4CECC533F9A34857B5A32B5351202F776163841200AA | sha512: 393D1747911A7F91F4C4F4F363A3782F24E00431478088DA454823A223A4E75E51D9B010FC5D9746E2BF0185BE90071B6CB70C777337D718B39151EEF6B486AA
md5: 37BE4CCE0ED037F8D9A7A3940BD2A2E1 | sha1: 96314EC1A59E4BB53C5B609BF79AD4C998A7A988 | sha256: C81A57D0634C462A6CF49844059E9B170F650CCDF0789519FFD4AE7D28E2718D | sha512: CEDAC24F414CCE5053FDF10779DBD153FCEBAD69B3960F75A5AB1110DA18799C79DC01B30269641022FCD874A331BC2DC7CE1A7D1A60DC90E109DD55B58665DB
md5: 60F59659DB517C2F4DD4C5C583D43097 | sha1: 87ED79D195D8D93AE1155AF08857F751A7ECA245 | sha256: B84B93BE455CC7D14EC0C88CE08DAFAC7B6AAC2E549C969E7126EB48C31F8B1C | sha512: 90BCEA3BAA04146F08013A832633957C6D511D5EB52270575EF9A571153384B5A02C5026361B70940775907B5BC710B2C91627EEACE432744F3B9E5E1ED509D6
md5: 29B0A1554E54611EBBA7911049F26FD3 | sha1: D707745E72D2F39374F2D28AF52AAAB7888B93AB | sha256: 2805A18724A24034AD6ACB315DAC516E479CECC5F3753204052657E560932D5D | sha512: 17558306A611BFAC6982D5650335B05EA407191290B653C028896142EBEE2ABCEB22F7D71926FBBCC3FAB8227C61A5FDA0E770ABFCA021AC7F891C9C7EE42E81
md5: C5CADB1409F25B6A1C7A6DD4C2DF236B | sha1: A994C87352486D433A06943C01329DD721AB343F | sha256: F600ACC811720183C639CEBE5618BAF9C8135B85B9CBDC0758BC9B2DCC6DD7A9 | sha512: 6BD6E482533B9FF8FFF8823F84CDE7191A0FD5575F76891A95E99CD1F5C1122EF92B436745EC9583089445FD5EAC795181759080B1D83CCFA1EED31D9CCE3AF0
md5: AC2F4B435DDF0600D7A866F42F3B40D9 | sha1: 0564FF7F7E6084BD6D02D8E6A4127D1C878B3FA6 | sha256: B56FFB65B842DAAE13F3020B0B04646DB92F89801D2A2F89087D145A996D43F7 | sha512: DC3E9C3B4D732801DCF43CFD6CDD2672F01E03CB99D804A3F4803FDDB9CA9817BCFD2F96FD94B7B33DB0994F5478CE200C048DB5DBB78D3B24E950262EBF4D28
md5: AE023BB0BEEE5189A07C7FD4E0CF3FCA | sha1: 846711D4161A3950FACDEF97037898A71F4EFDA1 | sha256: 56BD0C02C734ABF4D7FD1EF2E8B6A9E4BF5E4BAB4E606CD1023D63B02852FA61 | sha512: 62305027AE8BB5B830630FE54F2CF9E607F9B97FFE28912C2CB15D429252668F17EAF2D7CEECF5601C889D5EA52E0B9100F115173BB11B5D6208171792833C85
md5: C7C93DE0627833900B8379FD181B7351 | sha1: 2CB98F9622F57A0A9E037A378519AA6A271302F6 | sha256: C7E91BD148ED22EE1FF8EBD3E58B199A30AF90AA37499BCF8DA34409672F2ED9 | sha512: 1067BACC4495EACBC27937B54780B97DA62FED1AF66158E2FA492FC82B068D49BB49BC20C3C82C22D8EDD300BD7B097E14AA1E317F1789744E188BCA15D22B4D
md5: F9CA978B29C5B56B502CC37DEA7AA8E1 | sha1: C8914013108C48086E09D893F8FD0507D719300A | sha256: 919B933E167252DE36A9A752DD296C475475F1817A19D9F892D0FFEA3854165D | sha512: EDF2294B19ECB580E9356E1D2B549349FD668DBE66A3CE0D2E3D50C158049E9A93A226078550C1313A39390ABD24128C4A68226E2A14A43D0BB7547B2E111A23
md5: 33B8972FA6B00B8922210CA95E5745D1 | sha1: 609F31B98831327677E89E08BFF7D7322BA0F4A4 | sha256: DA18D61BB6B7D35C56CB4F392FAE0844CCA73F72A043A08994BECCB531FF3B77 | sha512: F85F03E20C8CE40BCF28D883CCD80CED755BF75D515FA66986963F0F4F5AD00BB1823D8C100A75323147B28A4916DD6C598102B18999AEB7B358C196AF4206DA
md5: BB1A520F25BB93ACE4DD0A060FBA677D | sha1: 92BF07CCF32EB9FDF06F446A256E0271C4028BF0 | sha256: 7720EE13405EA8A3C204703A181E67DC6D66835E9DF263C09D04D8B48B41EB26 | sha512: 9288148EC879EBEAFD53C225854EE3BD3768BA5C7B829D6AF1251D20AC301FC27A04BEBB603FE2CDE6949BC5968FDE717E8B747337C1AD872450D26F7C36F515
md5: 809FDBD7422A3E02C89244DC530A3367 | sha1: A6999C04B243B034F8EE7AD0D79F3CE24DF9A9D0 | sha256: C191A43029EDD4EB8EEE003356F1FE79AA45071C25433A7A3589590E9089EED9 | sha512: 5232B7EF2B60A99BE2B027112078A7DEBF58BFA4308F4AE53DD9A96FA7BCCBB0927BEB7148E7A3944173F7820F9F519767539D1FDFEF848B6F1D6668BE11FC15
md5: BFCEB4FACA75681137455CD70F8038B6 | sha1: BFA0E27BE1D56BA48918A9B7CA7090AF7779A10E | sha256: 9A4595DBB128E2D8F373B3AC45478E7131F4D181B50EC821EC8CB88BD46BD5B8 | sha512: 58D7E8D6FA237A6EAC018C0A88D6BF76AD9EE49B6A6790B64E68C33EBF80AFCB4223881AAC6821132B877E7D848BC917EB9490590CDB297F362C9B43143D6713
md5: 2FCB2158FC41D97E2BB71953664B99B9 | sha1: 16EB49AFCA84C9E6160B4E5B36F1EC5C98470C86 | sha256: 984575C44CAB17D46587AF6CC8C22C409B79BEC280FD771E6AF93A0A0C20E5B0 | sha512: 1527A426F8EC9931573468929966E102012B630EC4AA370C196B2B87472BCEE696B00355ADAEB39B4151B986470F7DADA415E3F930D9678B68D3C531C8AC9B52
md5: 51B07204081BDE29A1F84A3B48554186 | sha1: FCA2F72C039937357099CA6E167330E540F8335D | sha256: 5C84DD40D67C0E59906511D2B09DA8E28C454B5979EB5FDE74213F9D4BDBC564 | sha512: 099EC1B84FCF6BF07142AD8CD34307C80F19A64C754ADE505AB55707075A764FBE7BFA4CE2FBAEAA09B3E61EBDB6E3D116608DF0CF77BC076C7B3119DB37A324
md5: 3772A3A7E55178EC90ECB607ABA28511 | sha1: 68C240D1A43DE1678EF13107B9300C544E9D5E4E | sha256: C9E2562F1A1B86ACDB6957CF916ACED9C4F8B71EBB16DFA0050252146205AD37 | sha512: 245F12B4926114EBDB39A54628A1DF2501C4A27ABD531172CC63BC96298EE0F4BE5658AE95FE730C063EADFB1B664C7D201C69C2246CFBA23ED5A4FE7EF3D14E
md5: AB8D293BCD7A13E83565B4AFA8438988 | sha1: 48F227C62B2001C441BCBC5B570911F096DDF421 | sha256: 0E80A2E256D16E487BC847D1857ED7CD088F176254BA2A385D675338B836B0FC | sha512: 443DD75234C043DE736423466C1FC2FF2BD9B6B9FE753521C3C225DE99F5A7D3828A470CF8EA54678A86681949E5DCD1DE1EAB35BF0F348F758FA099A9092F54
md5: 34E21101FAF71A27C6819CC051DEBC9D | sha1: D9DF77B4993418337894FF04C6B813224B9F8543 | sha256: 81B6527AC2D18782AC24AE463C11DD1D70AB1BC89F626B7347A592229B371A1D | sha512: AA339F2489CA9BC9EF7F6121C9586DBD8F5AD2CA5A160A3BCAC74B908570EC2FC0BC24E0EC33AE9DE9D6A6C3557EC2816FE8E89FFCA93E310503F6F83A691F6D
md5: 58A2E5AC0510B9223236B9317C505B58 | sha1: A00954217CA326C54A863D451820263A6D7EE1AF | sha256: 80A229B2917FC3A5D941FF9745A6BE0065028AFDF9509300410D2721C71F1198 | sha512: 18736ECFE0EF0C477BF64F89CA97AF4578DEFC996F0A5BAD33D7A29AF6E09745E4B10D6D543243B9664E40169EE550C996E783C5FFBB0FC767DA7FFC63E13FB6
md5: D74405753F829E75E89BBA5EBC296112 | sha1: 474944856DB781A34796BFCCE18ECD4580275AD1 | sha256: 86F1F12E47F260985B08BB966598123578EB5E48BEF9BB086F04E16E9D53BB32 | sha512: CDC5D49FCF0249C539E45C9917C152F130C8FEE975D97C2F62526F474CB779B2BF273195F4AA7A64F76DD2496528C0D021B56E60AAE2635606F9F55092CB47F4
md5: 5E33930FE2E0867CB1F9FABEDDFBD7B1 | sha1: 4D93C7D7E6315CA2195ED73716996ADE8E17FBB2 | sha256: 349C7FBE9AE2B78C2F90239BDDFCEA5B16A0FAAC1FE83553A816C50C3E9089B1 | sha512: 8F87B5013E0CF3A776BFB1F1A68F316A28AF3CB6C74F0ADF3EAD6D5063525C6668B42C077549F66267130959A9CB986BF5F8E4242FC4EF36C356D6927F587A0F
md5: 3B49BF361F3116DE28176B40845BC199 | sha1: 5627E53D15E56868DC9082EDCAE5A653B96B9AF1 | sha256: BF97F67165231C2A42B95F11D80337B082E2B2BE54351DA44C8A10C06194B369 | sha512: 0FE87438ACD6C14401523987BE617A83DDFD2B42938FC52E0DA5F941F7DC70686CC6436EDD41C4998FD56D5F52D64ACFAB5010B96B1E80C084C4AB9F546202A8
md5: 8BE0CAA60074176FA1E7E63C0AEB6C01 | sha1: 4D4AE0D2664025327F28400D917CC59AFD69F33A | sha256: 30A49D16436E3A05569C99A0C2D21755C2FA323C5B925F9F21C10287CC97D9C9 | sha512: 057F21A7E7496343C06CC497A24E46E59218EAE1838885EEEF7391285CDE243AFE853155F52933959B40F40AA7028A289D15D279833208BBA42BF853D4DF91C6
md5: E04CDB6229D83768285ACB08D870F23A | sha1: A181F5CC93E9273D9169A9954A74D73BC1852980 | sha256: 719AC73BB261E0A13574F5A198126CCF40352264958DEFB555280D005134C704 | sha512: 257FB07C0D86E292FE6FA88E03B29994CB9864C17A535CE7B366A728EAA4B3A803D88A23157CAA457D0B681A2C0D97DD7D9A2754300B73030D9A09C4E9004772
md5: D4C1558516297C9F4989BA8CC5276AAC | sha1: 5D99737E910358F37DFABD1D400AE123C1E04F35 | sha256: 197C7EC45938E874F6324DE0FF2BE3AA9B0F4BC27E031E89F14C5371FA0EF808 | sha512: DCB8F56C33743A1F43305F7DBA34F8DF079C049B759F948DA395DC731515CB32A4F548B2839926350F6ADD1696F12E7683A9AB2AD8EA6528F317AF30E292224E
md5: 665E355CBED5FE5F7BEBC3CB23E68649 | sha1: 1C2CEFAFBA48BA7AAAB746F660DEBD34F2F4B14C | sha256: B5D20736F84F335EF4C918A5BA41C3A0D7189397C71B166CCC6C342427A94ECE | sha512: 5300D39365E84A67010AE4C282D7E05172563119AFB84DC1B0610217683C7D110803AEF02945034A939262F6A7ECF629B52C0E93C1CD63D52CA7A3B3E607BB7D
md5: B676D5E9828D6010339743F236F54EC4 | sha1: 0DFF461BE2E04EBF6DA5F4F2D3EB639CC2E0A8B5 | sha256: 7B58ADC6E23B24CD6615B35E848A002BDA053A26D48F9DDAFACFC8098E97C49C | sha512: CCA0ED47B391B12F44716DB1921314E7DCBF2A9F6B0916C78642B4AA814825C570569B103A7F5E298E9C02DBAE22E7CB905F08F80F94AD6DCB69FE09085CD8A8
md5: 2EEC710DBAACD32BEDFCA09ECA8DE52D | sha1: 2CB934305D3648FF29FDBC7D92485003F8458848 | sha256: 222BD77C5692C2961E8C3638F6511D6F7CBEB9E0977E2D5C3BCA6739A5311F37 | sha512: 03F132E1BAC629A394A093D59550B22D5FD4C4D6F244697173229282741A9CD6669C4256C024467CE94293C74F304560066711C35620AB4750621502AA67B5B1
md5: F39A35095CFD0019D6D4BB8461750BF0 | sha1: AD55AF22E5479A5ADDF01D698138E5149270E3CF | sha256: 2E2D28A0802D8C8C08C0D422F48733AD8BF1DFAE75F5682A4A3DF8898E7E819F | sha512: 25FC9D4254DE0AFAB9AE3E19B8B225E1D875DCACE6CA2C83F768B62C0E2B331CC9DD2988DFF7994B5819FB0DD7A89A49FD19E653FC2E4EE656182E08A969A93D
md5: 2A459C2C395F54352A16DE4AA0E5407F | sha1: 1BA9ECC598E170D779CEB290163AC88E6993935F | sha256: 4D97E8481B9A27042BB903245625735D82FF627C66797DE619303C1E705D0D6A | sha512: 28DCB8B6E306015D2004EC00443652CE986AB8E09FB09EB82193BFB0604268CA63C527FF64B6364F63C3ADBCDAF5FCDF4D1494243BFC8F6BB629BD213073BD7C
md5: 562F67001889CDBC2531947636418EE5 | sha1: B219DD45550762B54DAB46533D489C4755F55E0E | sha256: 9A8BA725F8E953C933285065228A9409036F9137D03016B127CCEA8A19452466 | sha512: FDE868018D24FD72177EDE58952325B52561F9D44AE02A4A2268E445F47ABF3B81B809F443D362DF83BD6667B5988AC2CA15242B9F76A0B5FB5B444FADA1BF26
md5: 28141960A88365DF6A60B0C6FF831B0B | sha1: B56C3D2E270B1C793A2EE17CAC9C98B178258E94 | sha256: F2E74A3EC2DC753C9A48FA9A677775F949EB1E02FC1BB8BF38C39E8D2AB147EB | sha512: CD44E789A6C04E2BC3B07810B57CC83787F06530065FDCE069D89E42557F40770923CC705E73B7699731166F19FD7133FBDD8EDD578D308A4F72CBB29E76939F
md5: 8D00682E84D1D773D2160B63C0380BA6 | sha1: 5E4158533532A27E03D0CCC9A0AF5E89FFFD8637 | sha256: D0D90152136A0ACF340FB345098F2E5C718BB13F3B5A809D7BE4D9948B8574D4 | sha512: 991FC952B452446255963AEB4F11C74E7116E15B666924452F3C0D15517322EF1D925DC44BC1F003E8483B5C0B34AD71D54ECAEE360FD9E942664FDEC4E37E99
md5: 8C9D9F45B85526E491F6555B1566A41C | sha1: 1420EF91F6E0F6954F373F1AC4079064398AB455 | sha256: 694F4C61B6BAE0AEFAC07A1E861C12C03CB6002F30091E4C8B05BB9C8CCF0D3D | sha512: 38890886C641D7E6E76A3D4D984215C680F5DCF12129BA2EBD560644EDA793335B01C637C1F6744C249DAB1FEFD5AEB8D1B212475221C03DF3CA82413F6670C0
md5: 7DA1FEE108A0750F47B70F25FE2CC55A | sha1: 6523838EF4AAB39D0D3C0DF11C28ADA449EDD592 | sha256: 69B48FF8E6F40B84CDDDB95BCDBB34E1184A2E29CB4CCC0FC9F1A2493648EE37 | sha512: 9C0E69C07B2ED6CAA9BB3FFD9EBA6C82A0B763F2DFB06341F6343C54DBC254505CC0350B96B79DC4062D8D28D47C79824E98BB293C8C85203E827164AF862B5A
md5: E06BAE626965FBDB0BAE5437498B5155 | sha1: 49392F58BE6F5C97C5DE59BFC44F9CFCBE1E5DD7 | sha256: 19766A20B62B038ABC3E863F2D6E7B55FABEE4D9CBCAD3EB1D7BD3EBFE8D023A | sha512: 69C6D8D5F8835DA31D36940F0AE793BD00D87E9CB9380C3A7B21FE3E315F192F95B8E63C8F9D0A3737C73673A0AEAC41FC728FB7B236F12453A953066F9E53E7
md5: 2E6378FEAEEE2F745417FC025C7850F9 | sha1: E0FAD5EF75676B2ED7CF155AF6602B867FCED041 | sha256: 99920CE34A01A0C07EFD86D6E134BB401993515D001B7567A4116AD222993A63 | sha512: 5A8C41F32598BCF8C8E315B18AD5F1BBC377D7B638DC05CAA3CC47E988536AA0EBE4718D73AEE39ED5004328BE3A9DE9722D8759E5DFD500038E7139DADF9638
md5: 55D9528D161567A19DBB71244B3AE3CE | sha1: 8A2FB74CF11719708774FC378D8B5BFCC541C986 | sha256: 870EE1141CB61ABFCE44507E39BFDD734F2335E34D89ECFFFB13838195A6B936 | sha512: 5338B067297B8CB157C5389D79D0440A6492841C85794EA15B805B5F71CFED445EFA9099C95E5BDEF8CF3902A6B10F032BFC356B0598DDE4F89FA5B349737907
md5: 1A3DA139180E9FAB380033D8D1FE3995 | sha1: 3CA31DE7F0F0784559E5A73EBD0EFB42C34D18FC | sha256: 63AAF632EE7F3BC852C4D71C742CF1D26F18F784F6C89113E056B2599BA8F514 | sha512: D991298419FB5290D6906A1F9FCCEF56BB3E17506E235C85B4D979EBC49ABD4F4B3123697E675346B57829C3EFDEED6291A155D69348CD55B8B6B2EEC9F804A1
md5: DEFAADD4A92D4D348B0827AB8159D2FE | sha1: F3BD9B4108ACD42ABFB99A3A4760BFFCB84F6C28 | sha256: 3D2551D6458B84566025FDDFE5DAD479CAB5785428EFD6814860D36AD1811C9A | sha512: 1B13C70F05D56871008D5C8752BC93C8FB590D5F89B4E97264F592CDFD772CBBCCE8380D255F8BB305BC25BCDDEA21E422617FA614DFFD3DDCC9A1D4BE6C54A5
md5: CF318475E6A7A56789ABB0F98C37ABE1 | sha1: 33D1EBD7212D747C8723CFB9E4292C99A641B964 | sha256: 0383DC02FDF0B5D4612D8CAAAD13D594CAC1609C8240B73DFD6EA5803F5E17EA | sha512: 5C67456A65FD051147281E14041F5165C1852FD6519DFC8DFCF9C86F20217CDAD9E2D26F815B557B99E2DB3500AF47B2DF8A1225A659FA1069815CD62302458F
md5: F1CC91D25B52C7504DC5BEAB5D0F498C | sha1: 498F0FBBD2712F4F637BDB7370B2302FCC4966F3 | sha256: E3036362506D96C9C00ED6393A2AFCACD9F2E71CD2A35C1D638A61E85D2FB040 | sha512: 4C931389035DF21AE67810D8C8E95CB613D9495E2392B11E34D84F624F90C78C541B14FB0D6FE7F0F89799AAD4B34E91FB6F73978AE38231840F047915E6EB5B
md5: 9E71DFCE86F14BEEB8F3E9F00D0A472E | sha1: BF83A7E98418BDE907DEAE8C0C0F3FB0F6C9DB1A | sha256: 62DCE4679E33C079E11F41B096BC803B30B1D963A1EA79EFA84187CEBBC06AFE | sha512: FF8CDC0287E510F859F46C1E35F9B0FB42EAD907B1EAA42C90C84B31CF6C2D4638CF682777F359B8611DD22062C1A5FA71F7FB667B7A3903783673E678098515
md5: 05D1B950C470EA8B0AA357F9A59CF264 | sha1: B1756DC750ED5CFD5D0BFC70CB899FD590867A0C | sha256: DAAABD07F1B94BE19D72913360286E469F454886850AFCC603506EAAB03150E4 | sha512: 8E65FF1909AC8D65F599062E61AC935A919D43404C357DBC6AD628923B0C7ED7158862DDD272CFC1C2A8CEC393D48A57BC4D69CE7706EEF1BB6838826B1AFAE3
md5: 9F31B6954FD453F13B5F39DA36F2E8EB | sha1: 7A6276348D85EAF00AE6958117797045929078CB | sha256: 18A610B8BAD43CF784CDE4D4902A238F2281C2A677DAAE790CAB55F6DA915979 | sha512: D3696D4D60CFC5AA5834F60A0B97A4F3A3F8EC3FB05BEB3C3D927426B72B3E5463C628C7DF950E43FF1344823B8C2D39730BA47BA0F2FEC7A0CFCDC237A5BCC6
md5: 0E35085C130D2D91E5241334BE7EF0DA | sha1: FD622ADE5CAE26353A22B6FA50A83669B72B6C41 | sha256: 50AD612D4CF6113DE26B2870DA099C4817F59E64A2DA98F05803B4A2E2304919 | sha512: 2498811F4AAC308CDC55C3406BEA4FEF5DC9E6F23559B09FB181F7447474EF586F00038282DDC39C241490B5DC2BCA7F41F19BD3E1BB00890DA29DF6489BB151
md5: B0346A4C5FA0FAC135509A0E7D3C4449 | sha1: 7D71B46BB9A28289384AA1EDF5CB03D64B3BCFF0 | sha256: F9FEB277F86241F55425182A26DECF50A210675D4F040EC542AF3FB3DD287DE6 | sha512: 916A465236F11FF6E421800961B20CB80A320176DA8C58002F6742040CE33C5207D378667A584C5D8E35CF8CFC19AC54504B3F6129E489EEABD86A5B4E7D8C77
md5: 65FBBA7A86B3E175200AE44727AB40E5 | sha1: 584B8683943A8E0AE98B10F452C94F6109D1C4EA | sha256: 7A81D2A001B543B2A55C9AFFC845A5DF7EDAB1FD308C6979BBD982B1B826B57C | sha512: 43607AEBBB0A3F2D437C7DE77785CD6C9F49411E1D4EFE41ECCD93D7FCCA197DABD4E15F45FBC4FBFF27C202FEC96B79F82202AFC88B59C20ED5E7912BCDC6D3
md5: D7E74EA95786A02687CE43C356ABDC95 | sha1: 2E6A3047BD3BCEE01F55D139A3C03E6D4D2DB14A | sha256: 383A1F9DAC655C6805C24D4A03BC5FBEB9ABD1536DE5510F5756259EEFCB4871 | sha512: B7E76B65406904F092FE96DED558A94EA53FA40BEC500EFCDCDEBF124921F4526DE2F239CD25BAE1801692DD6DFE5652FFD46B2AA4325133C7127D27F626BB9B
md5: 568B53398BFC0E54AAF448B68F5C77C2 | sha1: 76B0B6E65E38A90A4ECDB3F6DFE16D5A803081E9 | sha256: 8BB9D52BA5C67F05C8F632DEB1E7E98A909318B10E1388B47E919515FDD42CBF | sha512: 6052EE3664FD2095DE3338CF6D24DF022DC13D00B4BF14C57572F2A34AC078E07BD1F634A50028DB0952AE8067FFCF19079177FA534240D9526F33AE1E1459AC
md5: 6CCCA0BA6A7B9CAF8B8D3B0287DBED8B | sha1: B81FF87B407578EFBF184BDC10D0F101610379DB | sha256: 16E7EFD6C19B2E3E516AE1BC7B3175D0E22F1AD357701F229E353DA348EEE182 | sha512: 8505479031A0A5CAEEEE1A8A60AA35D7E0C332BBFDDE61193B615E242C127780E55F404289F26930E9EC9E53FCCF436B1A991BA2C8A9177163B41AAAF6BE0D32
md5: A42C32F4E98A9656FC2FED72D30E9380 | sha1: B6B8986FC1B5140817DE262AE4102499E37DAFFD | sha256: C343F7BF08A4C97A90BA607A492C721533333173FA63F65F6E5DE9CEEE65FC16 | sha512: 5C2DE8F18CB9B367D7DE88A2AF8A7FD538486B9FFB393972FBDFF42CD2899D6679FD8D7076FE37954D5E8EAB6C5041F19EDAD32659C5CCEEC1C2BA35E6F8982A
md5: E1E2239979B853157BA75310FEA7E65D | sha1: EE1AE416570911282ABDD3745674E58F9D469C9E | sha256: E8D531F0AAA674F794B7F43EC76E4E32AD93F3C136020CF4B6E3433832F9C0DF | sha512: DDF9D6E05D9566C9E02295A061756FF164C408EA211D016023EDBFA91BBA4D0D7DFF293D2BF4D87C25FE923500C7535E4A21B6A8D4B18FD9505F8E5C635F9C95
md5: 3373A24450373CAF0CBB756E10097FD4 | sha1: 87C352153804FF5BD4F8AEF8851546F3CF22461E | sha256: 575E26A455892F1FD77B730E6928F70B760E76094AFE5BCB677D854DAF869AC5 | sha512: 85E005B5BEB7C14BA34C62C38DA635962D1AA4740F91549B8659910EDD10F0FDE1734064B19567BF5BC63DBBBB62399F6CBE0AA323193DA599232DCE22B14A01
md5: 9087373EEE85190DAF8915E614B1E4BD | sha1: F434AF8CE30EAF5511E28C0230211F0D8ED4A154 | sha256: 557858E44A51A74646AD07A85CBA56AF1DA13AD26AC2F74EE5D8C3E8A171C221 | sha512: F728238FA567457D7977FEA667FCCB56C2EFE718A9A362E294934CC752E506E05C5D20C0BE2A309DE2A984DD60C3AE4EA03054185B96C9B5F5F5DE827AF9CEAF
md5: 99604779C668D9B8EF913854B9A24F9D | sha1: 97B62A3DBE2465B4C995E082AD6FF183F6267F59 | sha256: 8270D1248950EE8AEE5C2AC2E321DF07E65C7A94004AE03C857DEACD231A5542 | sha512: BE6DEE6E7030B400EAC68AC289EC9B74BFE0140EE59AF5E68BF43A63A821C6F6AD9CA03C501896A6C92464BF8116D7996FFE640AB51BD9FA96673D9794AC82CD
md5: E4A1681E09AEC6EFB00FB2A9355A1296 | sha1: 95699D187BF150D319CC64F90064301CAC57F338 | sha256: 967DDDBFE7F1CEB933B5875D65C59CDB835BB063F287A361E8B35DD814A9B14D | sha512: 49299C773A4C7CCC235C54A91FD07A000CF547B3EE55272E2EE8B2AA40281DC0AF3C3B5A9EDF5CAEE4BEB3AD0DE5A0DEA07159ACEBA582911B78A6B85DB793B0
md5: F554762FC38F81CB22D1DC8AB5CD40D5 | sha1: A67FDACEB10E828805A9E24FE0C59E1D73D19A7C | sha256: 566775F5502C3C1FA70ACADE145293DF5D02C1A9F031820D429605E9B4584B44 | sha512: BD23571BF9D0FE62BBF5FDDCAFF6B8F383CCC728AFBCEEBCAD8404D68C02EA1F55D4A22306BFC86C30172E70C6CF5425F2FF8877AAA8758A51C48CF4303BD2AB
md5: 7AB10B31C5CE290672B319D403751E95 | sha1: ED23E654968B3704A82F613B06BE5829E0CAAD70 | sha256: 1F5C1ABE1B2720680170388569354D8CDA9D558B53AFF7CAF175CE0F7E3733E5 | sha512: 65ED3AFF2424E7560FCC44380DC719BF200D444F9B06AF7F916D52152C330D55A7F4B96D0C1D2B291B07D82805C71DD9850F2F5F612F00ADFCA1CDF117C6B14A
md5: A60084F9988C7907F7092C143C8D3818 | sha1: A69238054BEE26063D32B85B797BC4E0C49F79D4 | sha256: B755D0B55A465D07C9DD3FC11822487D1E649B684AEF91A4CE9B935B416A01B9 | sha512: 6147F18BD9C49727251CBEA7A3168E3B19F34056DE5A9898571ECDEC85D424627A72968072449C81F97F95330BAED7E2ED0F6FDBA7E2F79B59B9352AB11003CF
md5: 06D000552ED6785988AE188FC35D1B86 | sha1: B0A8868D459FE0AF34D16C263CFE0202C414DC53 | sha256: 3C8630ACB43C12A6A317227FF2922056ECD991FE945464FDF7EA81F1293A479F | sha512: F3E5E97AAF3D26EA62C64787198CCE6DF703EA3A4EBB389BEBC84B424C8129A0181142A4FA5D965CA3106758A047D0E1A723F181AD293FD389C4F1B8D290B5A5
md5: 6DCD91B6A029794728F4EDEB2BF2E42D | sha1: 82BA1313448B431893C14D866F46D47B620514A9 | sha256: 02416BC542BE82002B8B81ADBBBCDCC8D098104020D09B571DC674B5BC19A177 | sha512: 2566F369EDEE9313E823AA2667CB95977F0DB57B4B47DA62F44850811F524D0598FDE6F5BB082BB3325789E4B256E970603B4297D3586F1C435498430723A38B
md5: 4523F60270149BAD67F6AE63375D2CDB | sha1: FF6E6BCD83A11D40BF53DABD0480A67AECFDCF50 | sha256: 18032D190D0D599823E59C8DD8B588909BEF8888B8BF304723A138B61F1B911F | sha512: 025E33F6927E634FE187491F40D96B36B2DDAF2ACDE97B340C8705BAE58BDED6C02B8BF9199A1B9D4AC75884C69DC665DC03B34571B1BD178CA1784C5F0D5451
md5: 7F65CCBF58C39F3853BB8DC4137DFD12 | sha1: 3946DFF0B68F0CA01689BD44C348559ADF548258 | sha256: 0AB1F7F87B7C2AFCA57D394E4F4E262C82BA3209CB0A750CD66401FB33F21ECA | sha512: FF7D953EC4B82C10E64FC85D3AFC8A1A58582170EF1752D4688FA1D48EFC490DBA5F0A784E748F7902E96FD885EA868B1A84DE44F48CF071975F3CD3F8E52C6A
md5: D40515A84448B91315F956E6D1A6C64B | sha1: 7FE773332D0461A252E52BE720A7794FCAAC7BFB | sha256: CBE29672CD2B6A0EA97B55F3844FBEDE3E591996F39C3AA1F829F2FA50551FA9 | sha512: 322F82AEB9EB9DA22257AC9FE835BF1C54C1BB268D37F0F97A4CA52BB42F6ACCCA9C8DBDB96D6D695FA69C24F5069978A4B6F1E960EE81D9EA671CCD30A348D3
md5: 7D317D88F9860A18ECF7FB90B33995D3 | sha1: C2E4B19CB9A0B48E899512CD121FFE6657D41072 | sha256: C98A52BD017DF01AEA7B955E6F219537D391A62C2C2B976684DA282F9CD7CACF | sha512: 79ED01C6D1CEA3DBA6B3566E03D05A971745E221BE9330F6800A249D1B239E092D3FF704E7403E7ECD6B7709B24B0CDD7E518F2EE5DA38019E7139D80594173E
md5: 11D674CFC81B7102C0BC6FFE58F6AC5E | sha1: DDDA49572D112944EC9AB62B31959AA93A386618 | sha256: 4DC8D588EC63641C28422D648E8DE5E2C030EB7AFEC2071A99DD3BD9A204557F | sha512: FB7C628B796A321AD9ECBF01D165E24F151C99D7E60A65D0AF52F779AD60A3203F47B247D44FC47044A68790D1EA4EE458A7BC8DF7EBE9D42C2275A9C11BC324
md5: 1A890C488CF2ECD406B804E7E3C5B7F0 | sha1: BF2C1287F0EC04223CD17FE20AB2ECFFF18579E3 | sha256: F17FF442B77A6CFE9C118D2F8FAE1AB6C814A0D4F35C5844996BE84F3FCC8592 | sha512: 4EEC61F9245DFF3D468818D6D6CBB8E12A5172658F1027A9AB0ECE03CC1377499833056A0DD4FF20B83B9FF9E47BB2E7F8DC7B641BC63AD78FF96C54BE01F524
md5: 0AD301EE2B7282B87DCD0D862EFE14DC | sha1: F720109A38846E358BDE7C47D9C946A79D2B6B1C | sha256: 0110616DFE870B8BCF25DF8F6CE38EF5AAC39E728DDAA3420EA199F5A7E80A16 | sha512: C66FC92435C399804D8A8C1C836E5648725DDA8A55D7ACD897AE719CA231D89251A0D9A293A67F079E345709CFDA83DCC693AD41A28D13661A55459F94FE33E0
md5: 9088029E38B2A393F22AFD9E576CE86E | sha1: 05E65EE95F647F38C717C73A0399870912DD374A | sha256: 3468E0C875DB94A8F45D56AB76BBCC677B942CA51A23649BA3C5AD1B20E391F1 | sha512: 23DCF5819996EE0F0C8FE044D6642A12E98A40309CE1F3F74688CF8E3DD6F6ED230AEC391FE7E511E15FBBBF14BFF09F976E923F22F2D68AD816D8FFAD17F101
md5: FDB3A743B2DAE5924CBA88A5C865128D | sha1: C53132EC95A7211C1BB6DCD5AD21CCB150A7B923 | sha256: 9D4FAEA9892D4ECFABF61986687FC6CB30F5F51A6B62819B9571FF58E04C4DD5 | sha512: CBD8370F3CB84CB9EB8BF3A7392245D6A90CE1A324971EA96170974DA092BDFC3DB2196F66958CA5D5000F13B18AFAB44FF82D50C5B9A625AA1B7A4AF17717DE
md5: 18CE4ECC42FC8D999EF091D812472CF0 | sha1: F874903CEA9F08F1A0887949B47722E6BA81B789 | sha256: 3D9EBC81B1BD3234666C8CE403A5F17A726867C68FFA5DE4EC8EE92599335658 | sha512: 0C027440EF6F6C105B0BF9319F4E0EA421FD310699028AF0A159300145C662E74B4B5D969663E3B52CDA7F9934A6AB93BBAE9BCD1BD39AAAC24FCBA7EC451156
md5: 824053272B268C577E9ADF17ED398142 | sha1: 5EA3F290ECDE1BAB983CEEE2417A688B7ED9B7F5 | sha256: 04B9235F64C9C846F8A767230714895DA87C7AE2CD0105E9D14835AE46F0FED8 | sha512: F475DCD2CC23FDFB017688713170FCAF8FEA05869A680613EA4AD84CB358ED0F2442DB0FF0DCBD739E3CC3DB7128A8F4A568AE8E5AF6A8840319B02630E420B9
md5: C8456355B990C6347AB2F3621E2010BE | sha1: 0B7A9EC0DFF6D958C9C64B5F592993372D31C5E9 | sha256: EFD8155CEC6F3683B701FE94F555D225332D283126BB36B36D9A20EA9D7FC724 | sha512: 7EAA67B9F5E0CD5D1F2ADED212721973CE7FC951D6AF554084B1FF82521F9EE85EAACF8881EF58453CF67935289CC68092A8F845506314BDC1249780B46503D8
md5: 145EB749E3B061DAB3360B142690FFD6 | sha1: F0759599123B46212080FA42E84F23D2EA2D7B0A | sha256: FD09C793BDEB4AFFB991D04D2AE1B09DE0B81422D57968231884C66C8410DE02 | sha512: 3DEF8EC69FACD7BE6B0FE0082548DFC46D2853AF721E22014CF1A1C46F7C7D0CE4C32283EB8EA38763B924CEB0DAB1AA24EAD943F93455A59C7028B680A5730E
md5: D1976F7280F75E8B6D8FBB2D03BED6EE | sha1: AA964BFDF49330C118FD2FC186FB6633266D3551 | sha256: 4CA246031C9CC050FE3E88C3F5ABF970612211155CD6FFA6C9E81E5050337A36 | sha512: 88EB23BFF00D9F61E664E54FC873F03481A7E25C476C7C92A988132CB9E79373AD41938B8C158CBB48B3CC8F55184E72CF8E54775185EFA1020F9EF35F025BB7
md5: 090FF56C4FE2EEFF2E16F03099AD71E1 | sha1: EF317CACC230A58A3B2FCC6CC079CC763AFCC7C5 | sha256: 5F560E1DD529BB2529D7052E04008449F58D0439C2BB43437D7B5D39F84F949F | sha512: FDAC43D0A18D9158DB4438349A7A550557A36E6ED0665EFCB65A046A5BEB5C38181996CBF6D860B8AD01C19E35315BB61AE766CAF06B23985E046484DAB45256
md5: 37E21B63959F243A157534133F85C5AF | sha1: DFAD52A9990B2FAFCE7098CEBB174927E8E0BA00 | sha256: 4F6A14E4BA2A2B26B8B8433D5F82F75A96AF5A4F036D9447373B07271493917B | sha512: F59FAA6319FE2AFEBCCBD643E20C1EDB75DB74E9271354BD86DAC3BEA2CC59452EE024DC26B517AE88254A7C90DBE0E6C19A7B5AB3BFE9159D986D6C53CA5521
md5: 328D12AF9613B0F3F25320B85DCCCBF4 | sha1: 09D02B85A094E925AC3C5D8B1ACA096B730C160F | sha256: 8957F0BCEA6AB8A011A53AE62466505199F11A228F87F3809931D974F87078CE | sha512: 16569ECB727ADA36811E72FFC925F07AA21B8A627BE45F1EDA18CF2B759939591DCAFCB2D087596EE903C5ABFFAF19F56F25E9710EF22874C934CAD19537B798
md5: D9F02D9F7DA653F82E75112A2AB99CE6 | sha1: BBBB4C2C3911AE1F5BA7FAF1D632ED0F14D9B6AC | sha256: 21493F7F615A099E795F7FAE7ECCE6082414D1D427790BDF4B103623A3AB34EB | sha512: DE5546FF103CCC6AA38E254039A372697A193F9C44D0A44F0BE3B242D9EEF63023DC3FD0C6E8E0D2363177F9230A4E7200D4C32591B398269A1CEE9BC47A99FC
md5: 415E3AB72F17F10D646B3E2C7A76F612 | sha1: ED25E94D4E88293345A0F28A5B975159C393B050 | sha256: 24DAA1FAEE0478BA58FEBE8EE789EB88BE0A14D350B57AD8B10690C55976B2E1 | sha512: 55B5C22B87F21DF89D0514AE05C9433B65A3C7532845FDFC4C2C5C5E2C3929D70143D84698FDB4DC13EC01895B1022CF0E5E76E12102739530B54150932A7B07
md5: A5F541655A9EDC24F4B5184A40E40227 | sha1: 90E196DCD76168F770ABE30098399BC5866ADF1B | sha256: B33D08149A756A401628D11BFDDFEEACA1F03C0578395BB061DAE44F8A12CE5D | sha512: C4D13E95114E232300B36ED7B7A72CE786F66D0F68B0ED9D54FEF788A831B39C893DAA3C2DE982B376A56A539C23E8F314CE8552ED7094E6826D5F70BFBE2D4B
md5: 6F99213A56EDC89DC13F63567211C15D | sha1: 3DEC3DD58171FDCC5895183ACFCCA347624D6053 | sha256: C03035B2CE09CA5D4E3E3E6DB06E71F8DE81D672787B0EDBE695D7271D0941CF | sha512: 3FCF7FABBD4C0950379691C80D88ABEEDBA94FCB64056092268D664C432E99AE6BA02E7164102123E426ED3C18E50261AA49CC1DE272EF763BDBC224282899CA
<?xml version="1.0"?>
<doc>
<assembly>
<name>TfsCmdlets.PSDesktop</name>
</assembly>
<members>
<member name="T:TfsCmdlets.AssemblyResolver">
<summary>
Custom assembly resolver
</summary>
</member>
<member name="P:TfsCmdlets.AssemblyResolver.Assemblies">
<summary>
Mantains a list of all assemblies stored in the /Lib folder of this module to support
on-demand assembly resolving and loading
</summary>
</member>
<member name="M:TfsCmdlets.AssemblyResolver.Register">
<summary>
Registers the Assembly Resolver in the platform-specific assembly resolution mechanism and
loads the list of private assemblies to the Assemblies dictionary
</summary>
</member>
<member name="T:TfsCmdlets.AssemblyResolver.AssemblyEntry">
<summary>
Represents a private assembly
</summary>
</member>
<member name="M:TfsCmdlets.AssemblyResolver.AssemblyEntry.#ctor(System.String,System.String)">
<summary>
Creates an instance from an assembly name and its file path
</summary>
<param name="name">Assembly name (e.g. "Newtonsoft.json")</param>
<param name="path">Full path to assembly file (e.g. "X:/path/to/module/Lib/Newtonsoft.json")</param>
</member>
<member name="P:TfsCmdlets.AssemblyResolver.AssemblyEntry.Name">
<summary>
Assembly name
</summary>
</member>
<member name="P:TfsCmdlets.AssemblyResolver.AssemblyEntry.Path">
<summary>
Full path to assembly file
</summary>
</member>
<member name="P:TfsCmdlets.AssemblyResolver.AssemblyEntry.IsLoaded">
<summary>
Indicates whether this assembly has already been loaded by the Assembly Resolver
</summary>
</member>
<member name="P:TfsCmdlets.AssemblyResolver.AssemblyEntry.Assembly">
<summary>
The actual assembly represented by this instance. If the assembly wasn't previously
loaded, it will be read from disk and returned to the caller
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.TeamProjectCollection.DismountTeamProjectCollection">
<summary>
Detaches a team project collection database from a Team Foundation Server installation.
</summary>
<remarks>
Before you move a collection, you must first detach it from the deployment of TFS on which
it is running. It's very important that you do not skip this step. When you detach a collection,
all jobs and services are stopped, and then the collection database is stopped. In addition,
the detach process copies over the collection-specific data from the configuration database
and saves it as part of the team project collection database. This configuration data is what
allows the collection database to be attached to a different deployment of TFS. If that data is
not present, you cannot attach the collection to any deployment of TFS except the one from which
it originated. If detachment succeeds, this cmdlets returns the original database connection string.
It is required to re-attach the collection to TFS.
</remarks>
<example>
<code>Dismount-TfsTeamProjectCollection -Collection http://vsalm:8080/tfs/DefaultCollection -Reason "Collection DefaultCollecton is down for maintenance"</code>
<para>Detaches the project collection specified by the URL provided in the Collection argument, defining a Maintenance Message to be shown to users when they try to connect to that collection while it is detached</para>
</example>
<related>https://www.visualstudio.com/en-us/docs/setup-admin/tfs/admin/move-project-collection#1-detach-the-collection</related>
<notes>
Detaching a collection prevents users from accessing any projects in that collection.
</notes>
</member>
<member name="M:TfsCmdlets.Cmdlets.TeamProjectCollection.DismountTeamProjectCollection.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.TeamProjectCollection.DismountTeamProjectCollection.Collection">
<summary>
Specifies the collection to detach.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.TeamProjectCollection.DismountTeamProjectCollection.Reason">
<summary>
Speficies a Servicing Message (optional), to provide a message for users who might try
to connect to projects in this collection while it is offline.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.TeamProjectCollection.DismountTeamProjectCollection.Timeout">
<summary>
Specifies the maximum period of time this cmdlet should wait for the detach procedure
to complete. By default, it waits indefinitely until the collection servicing completes.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.TeamProjectCollection.DismountTeamProjectCollection.Server">
<summary>
HELP_PARAM_SERVER
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.TeamProjectCollection.MountTeamProjectCollection">
<summary>
Attaches a team project collection database to a Team Foundation Server installation.
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.TeamProjectCollection.MountTeamProjectCollection.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.TeamProjectCollection.MountTeamProjectCollection.Collection">
<summary>
Specifies the name of the collection to attach. It can be different from the original
name - in that case, it is attached under a new name.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.TeamProjectCollection.MountTeamProjectCollection.Description">
<summary>
Specifies a new description for the collection. When omitted, it retains the original description.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.TeamProjectCollection.MountTeamProjectCollection.DatabaseServer">
<summary>
Specifies the name of the SQL Server instance where the database is stored.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.TeamProjectCollection.MountTeamProjectCollection.DatabaseName">
<summary>
Specifies the name of the collection database.
</summary>
<value></value>
</member>
<member name="P:TfsCmdlets.Cmdlets.TeamProjectCollection.MountTeamProjectCollection.ConnectionString">
<summary>
Specifies the connection string of the collection database.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.TeamProjectCollection.MountTeamProjectCollection.InitialState">
<summary>
Specifies whether the collection will be started ou stopped after being attached.
When omitted, the collection is automatically started and goes online after being attached.
</summary>
<value></value>
</member>
<member name="P:TfsCmdlets.Cmdlets.TeamProjectCollection.MountTeamProjectCollection.Clone">
<summary>
Changes the internal collection IDs upon attaching to that a "clone" of the original
collection can be attached to the same server.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.TeamProjectCollection.MountTeamProjectCollection.PollingInterval">
<summary>
Specifies the polling interval (in seconds) to get an updated status from the server.
When omitted, defaults to 5 seconds.
</summary>
<value></value>
</member>
<member name="P:TfsCmdlets.Cmdlets.TeamProjectCollection.MountTeamProjectCollection.Timeout">
<summary>
Specifies the maximum period of time this cmdlet should wait for the attach procedure
to complete. By default, it waits indefinitely until the collection servicing completes.
</summary>
</member>
<member name="F:TfsCmdlets.Cmdlets.TeamProjectCollection.MountTeamProjectCollection.Server">
<summary>
HELP_PARAM_SERVER
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.TeamProjectCollection.StartTeamProjectCollection">
<summary>
Starts an offline team project collection and make it online.
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.TeamProjectCollection.StartTeamProjectCollection.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.TeamProjectCollection.StopTeamProjectCollection">
<summary>
Stops a team project collection and make it offline.
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.TeamProjectCollection.StopTeamProjectCollection.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.TeamProjectCollection.GetRegisteredTeamProjectCollection">
<summary>
Gets one or more Team Project Collection addresses registered in the current computer.
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.TeamProjectCollection.GetRegisteredTeamProjectCollection.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.TeamProjectCollection.GetTeamProjectCollection">
<summary>
Gets one of more team project collections (organizations in Azure DevOps).
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.TeamProjectCollection.GetTeamProjectCollection.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.TeamProjectCollection.GetTeamProjectCollection.Server">
<summary>
HELP_PARAM_SERVER
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.TeamProjectCollection.GetTeamProjectCollection.Credential">
<summary>
HELP_PARAM_CREDENTIAL
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.TeamProjectCollection.GetTeamProjectCollection.Current">
<summary>
Returns the team project collection specified in the last call to
Connect-TfsTeamProjectCollection (i.e. the "current" project collection)
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.TeamProjectCollection.GetTeamProjectCollection.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.TeamProjectCollection.NewTeamProjectCollection">
<summary>
Creates a new team project collection.
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.TeamProjectCollection.NewTeamProjectCollection.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.TeamProjectCollection.RemoveTeamProjectCollection">
<summary>
Deletes a team project collection.
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.TeamProjectCollection.RemoveTeamProjectCollection.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Admin.StartIdentitySync">
<summary>
Triggers an Identity Sync server job.
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.Admin.StartIdentitySync.DoProcessRecord">
<inheritdoc/>
</member>
<member name="P:TfsCmdlets.Cmdlets.Admin.StartIdentitySync.Server">
<summary>
HELP_PARAM_SERVER
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Admin.StartIdentitySync.Wait">
<summary>
Waits until the job finishes running. If omitted, the identity sync job will run asynchronously.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Admin.StartIdentitySync.Credential">
<summary>
HELP_PARAM_CREDENTIAL
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Admin.GetConfigurationServerConnectionString">
<summary>
Gets the configuration server database connection string.
</summary>
<related uri="https://tfscmdlets.dev/admin/get-tfsconfigurationserverconnectionstring/">Online version:</related>
<related>Get-TfsInstallationPath</related>
</member>
<member name="P:TfsCmdlets.Cmdlets.Admin.GetConfigurationServerConnectionString.ComputerName">
<summary>
Specifies the name of a Team Foundation Server application tier from which to
retrieve the connection string.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Admin.GetConfigurationServerConnectionString.Session">
<summary>
The machine name of the server where the TFS component is installed.
It must be properly configured for PowerShell Remoting in case it's a remote machine.
Optionally, a System.Management.Automation.Runspaces.PSSession object pointing to a
previously opened PowerShell Remote session can be provided instead.
When omitted, defaults to the local machine where the script is being run
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Admin.GetConfigurationServerConnectionString.Version">
<summary>
The TFS version number, represented by the year in its name. For e.g. TFS 2015, use "2015".
When omitted, will default to the newest installed version of TFS / Azure DevOps Server
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Admin.GetConfigurationServerConnectionString.Credential">
<summary>
The user credentials to be used to access a remote machine. Those credentials must have
the required permission to execute a PowerShell Remote session on that computer.
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.Admin.GetConfigurationServerConnectionString.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Admin.GetInstallationPath">
<summary>
Gets the installation path of a given Team Foundation Server component.
</summary>
<remarks>
Many times a Team Foundation Server admin needs to retrieve the location where
TFS is actually installed. That can be useful, for instance, to locate tools like
TfsSecurity or TfsServiceControl. That information is recorded at setup time,
in a well-known location in the Windows Registry of the server where TFS is installed.
</remarks>
<example>
<code>Get-TfsInstallationPath -Version 2017</code>
<para>Gets the root folder (the BaseInstallationPath) of TFS in the local server where the cmdlet is being run</para>
</example>
<example>
<code>Get-TfsInstallationPath -Computer SPTFSSRV -Version 2015 -Component SharepointExtensions -Credentials (Get-Credentials)</code>
<para>Gets the location where the SharePoint Extensions have been installed in the remote
server SPTFSSRV, prompting for admin credentials to be used for establishing a
PS Remoting session to the server</para>
</example>
</member>
<member name="P:TfsCmdlets.Cmdlets.Admin.GetInstallationPath.ComputerName">
<summary>
The machine name of the server where the TFS component is installed.
It must be properly configured for PowerShell Remoting in case it's a remote machine.
Optionally, a System.Management.Automation.Runspaces.PSSession object pointing to a
previously opened PowerShell Remote session can be provided instead.
When omitted, defaults to the local machine where the script is being run
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Admin.GetInstallationPath.Session">
<summary>
The machine name of the server where the TFS component is installed.
It must be properly configured for PowerShell Remoting in case it's a remote machine.
Optionally, a System.Management.Automation.Runspaces.PSSession object pointing to a
previously opened PowerShell Remote session can be provided instead.
When omitted, defaults to the local machine where the script is being run
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Admin.GetInstallationPath.Component">
<summary>
Indicates the TFS component whose installation path is being searched for.
For the main TFS installation directory, use BaseInstallation. When omitted,
defaults to BaseInstallation.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Admin.GetInstallationPath.Version">
<summary>
The TFS version number, represented by the year in its name. For e.g. TFS 2015, use "2015".
When omitted, will default to the newest installed version of TFS / Azure DevOps Server
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Admin.GetInstallationPath.Credential">
<summary>
The user credentials to be used to access a remote machine. Those credentials must have
the required permission to execute a PowerShell Remote session on that computer and also
the permission to access the Windows Registry.
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.Admin.GetInstallationPath.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Admin.GetVersion">
<summary>
Gets the version information about Team Foundation / Azure DevOps servers and
Azure DevOps Services organizations.
</summary>
<remarks>
The Get-TfsVersion cmdlet retrieves version information from the supplied team project collection or Azure DevOps organization.
When available/applicable, detailed information about installed updates, deployed sprints and so on are also provided.
</remarks>
</member>
<member name="P:TfsCmdlets.Cmdlets.Admin.GetVersion.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.ConfigServer.GetConfigurationServer">
<summary>
Gets information about a configuration server.
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.ConfigServer.GetConfigurationServer.DoProcessRecord">
<inheritdoc/>
</member>
<member name="P:TfsCmdlets.Cmdlets.ConfigServer.GetConfigurationServer.Server">
<summary>
HELP_PARAM_SERVER
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.ConfigServer.GetConfigurationServer.Current">
<summary>
Returns the configuration server specified in the last call to Connect-TfsConfigurationServer
(i.e. the "current" configuration server)
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.ConfigServer.GetConfigurationServer.Credential">
<summary>
HELP_PARAM_CREDENTIAL
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.ConfigServer.GetRegisteredConfigurationServer">
<summary>
Gets one or more Team Foundation Server addresses registered in the current computer.
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.ConfigServer.GetRegisteredConfigurationServer.DoProcessRecord">
<inheritdoc/>
</member>
<member name="P:TfsCmdlets.Cmdlets.ConfigServer.GetRegisteredConfigurationServer.Server">
<summary>
Specifies the name of a registered server. Wildcards are supported.
When omitted, all registered servers are returned.
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Connection.ConnectConfigurationServer">
<summary>
Connects to a configuration server.
</summary>
<remarks>
A TFS Configuration Server represents the server that is running Team Foundation Server. On a database level,
it is represented by the Tfs_Configuration database. Operations that should be performed on a server level
(such as setting server-level permissions) require a connection to a TFS configuration server.
Internally, this connection is represented by an instance of the Microsoft.TeamFoundation.Client.TfsConfigurationServer.
NOTE: Currently it is only supported in Windows PowerShell.
</remarks>
<example>
<code>Connect-TfsConfigurationServer -Server http://vsalm:8080/tfs</code>
<para>Connects to the TFS server specified by the URL in the Server argument</para>
</example>
<example>
<code>Connect-TfsConfigurationServer -Server vsalm</code>
<para>Connects to a previously registered TFS server by its user-defined name "vsalm". For more information, see Get-TfsRegisteredConfigurationServer</para>
</example>
<para type="input">Microsoft.TeamFoundation.Client.TfsConfigurationServer</para>
<para type="input">System.String</para>
<para type="input">System.Uri</para>
</member>
<member name="M:TfsCmdlets.Cmdlets.Connection.ConnectConfigurationServer.DoProcessRecord">
<inheritdoc/>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.ConnectConfigurationServer.Server">
<summary>
Specifies either a URL/name of the Team Foundation Server to connect to, or a previously
initialized TfsConfigurationServer object. When using a URL, it must be fully qualified.
To connect to a Team Foundation Server instance by using its name, it must have been
previously registered.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.ConnectConfigurationServer.Cached">
<summary>
HELP_PARAM_CACHED_CREDENTIAL
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.ConnectConfigurationServer.UserName">
<summary>
HELP_PARAM_USER_NAME
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.ConnectConfigurationServer.Password">
<summary>
HELP_PARAM_PASSWORD
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.ConnectConfigurationServer.Credential">
<summary>
HELP_PARAM_CREDENTIAL
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.ConnectConfigurationServer.PersonalAccessToken">
<summary>
HELP_PARAM_PERSONAL_ACCESS_TOKEN
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.ConnectConfigurationServer.Interactive">
<summary>
HELP_PARAM_INTERACTIVE
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.ConnectConfigurationServer.Passthru">
<summary>
HELP_PARAM_PASSTHRU
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Connection.ConnectTeam">
<summary>
Connects to a team.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.ConnectTeam.Team">
<summary>
Specifies the name of the Team, its ID (a GUID), or a
Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. For more details,
see the Get-TfsTeam cmdlet.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.ConnectTeam.Cached">
<summary>
HELP_PARAM_CACHED_CREDENTIAL
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.ConnectTeam.UserName">
<summary>
HELP_PARAM_USER_NAME
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.ConnectTeam.Password">
<summary>
HELP_PARAM_PASSWORD
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.ConnectTeam.Credential">
<summary>
HELP_PARAM_CREDENTIAL
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.ConnectTeam.PersonalAccessToken">
<summary>
HELP_PARAM_PERSONAL_ACCESS_TOKEN
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.ConnectTeam.Interactive">
<summary>
HELP_PARAM_INTERACTIVE
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.ConnectTeam.Project">
<summary>
HELP_PARAM_PROJECT
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.ConnectTeam.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.ConnectTeam.Server">
<summary>
HELP_PARAM_SERVER
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.ConnectTeam.Passthru">
<summary>
HELP_PARAM_PASSTHRU
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.Connection.ConnectTeam.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Connection.ConnectTeamProject">
<summary>
Connects to a Team Project.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.ConnectTeamProject.Project">
<summary>
Specifies the name of the Team Project, its ID (a GUID), or a
Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.ConnectTeamProject.Interactive">
<summary>
HELP_PARAM_INTERACTIVE
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.ConnectTeamProject.Cached">
<summary>
HELP_PARAM_CACHED_CREDENTIAL
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.ConnectTeamProject.UserName">
<summary>
HELP_PARAM_USER_NAME
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.ConnectTeamProject.Password">
<summary>
HELP_PARAM_PASSWORD
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.ConnectTeamProject.Credential">
<summary>
HELP_PARAM_CREDENTIAL
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.ConnectTeamProject.PersonalAccessToken">
<summary>
HELP_PARAM_PERSONAL_ACCESS_TOKEN
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.ConnectTeamProject.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.ConnectTeamProject.Server">
<summary>
HELP_PARAM_SERVER
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.ConnectTeamProject.Passthru">
<summary>
HELP_PARAM_PASSTHRU
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.Connection.ConnectTeamProject.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Connection.ConnectTeamProjectCollection">
<summary>
Connects to a TFS team project collection or Azure DevOps organization.
</summary>
<remarks>
The Connect-TfsTeamProjectCollection cmdlet connects to a TFS Team Project Collection or
Azure DevOps organization.
That connection can be later reused by other TfsCmdlets commands until it's closed
by a call to Disconnect-TfsTeamProjectCollection.
</remarks>
<notes>
Most cmdlets in the TfsCmdlets module require a Collection object to be provided via their
-Collection argument in order to access a TFS instance. Those cmdlets will use the connection
opened by Connect-TfsTeamProjectCollection as their "default connection".
In other words, TFS cmdlets (e.g. New-TfsWorkItem) that have a -Collection argument will use the connection
provided by Connect-TfsTeamProjectCollection by default.
</notes>
<example>
<code>Connect-TfsTeamProjectCollection -Collection http://tfs:8080/tfs/DefaultCollection</code>
<para>Connects to a collection called "DefaultCollection" in a TF server called "tfs"
using the cached credentials of the logged-on user</para>
</example>
<example>
<code>Connect-TfsTeamProjectCollection -Collection http://tfs:8080/tfs/DefaultCollection -Interactive</code>
<para>Connects to a collection called "DefaultCollection" in a Team Foundation server called
"tfs", firstly prompting the user for credentials (it ignores the cached credentials for
the currently logged-in user). It's equivalent to the command: `Connect-TfsTeamProjectCollection
-Collection http://tfs:8080/tfs/DefaultCollection -Credential (Get-TfsCredential -Interactive)`
</para>
</example>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.ConnectTeamProjectCollection.Collection">
<summary>
Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to,
a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object.
You can also connect to an Azure DevOps Services organizations by simply providing its name
instead of the full URL.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.ConnectTeamProjectCollection.Cached">
<summary>
HELP_PARAM_CACHED_CREDENTIAL
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.ConnectTeamProjectCollection.UserName">
<summary>
HELP_PARAM_USER_NAME
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.ConnectTeamProjectCollection.Password">
<summary>
HELP_PARAM_PASSWORD
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.ConnectTeamProjectCollection.Credential">
<summary>
HELP_PARAM_CREDENTIAL
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.ConnectTeamProjectCollection.PersonalAccessToken">
<summary>
HELP_PARAM_PERSONAL_ACCESS_TOKEN
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.ConnectTeamProjectCollection.Interactive">
<summary>
HELP_PARAM_INTERACTIVE
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.ConnectTeamProjectCollection.Server">
<summary>
HELP_PARAM_SERVER
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.ConnectTeamProjectCollection.Passthru">
<summary>
HELP_PARAM_PASSTHRU
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.Connection.ConnectTeamProjectCollection.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Connection.DisconnectConfigurationServer">
<summary>
Disconnects from the currently connected configuration server.
</summary>
<remarks>
The Disconnect-TfsConfigurationServer cmdlet removes the connection previously set by its
counterpart Connect-TfsConfigurationServer. Therefore, cmdlets relying on a "default server"
as provided by "Get-TfsConfigurationServer -Current" will no longer work after a call to this cmdlet,
unless their -Server argument is provided or a new call to Connect-TfsConfigurationServer is made.
</remarks>
</member>
<member name="M:TfsCmdlets.Cmdlets.Connection.DisconnectConfigurationServer.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Connection.DisconnectTeam">
<summary>
Disconnects from the currently connected team.
</summary>
<remarks>
The Disconnect-TfsTeam cmdlet removes the connection previously set by its
counterpart Connect-TfsTeam. Therefore, cmdlets relying on a "default team"
as provided by "Get-TfsTeam -Current" will no longer work after a call to
this cmdlet, unless their -Team argument is provided or a new call to
Connect-TfsTeam is made.
</remarks>
</member>
<member name="M:TfsCmdlets.Cmdlets.Connection.DisconnectTeam.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Connection.DisconnectTeamProject">
<summary>
Disconnects from the currently connected team project.
</summary>
<remarks>
The Disconnect-TfsTeamProject cmdlet removes the connection previously set by its
counterpart Connect-TfsTeamProject. Therefore, cmdlets relying on a "default team project"
as provided by "Get-TfsTeamProject -Current" will no longer work after a call to
this cmdlet, unless their -Project argument is provided or a new call to
Connect-TfsTeamProject is made.
</remarks>
</member>
<member name="M:TfsCmdlets.Cmdlets.Connection.DisconnectTeamProject.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Connection.DisconnectTeamProjectCollection">
<summary>
Disconnects from the currently connected TFS team project collection or Azure DevOps organization.
</summary>
<remarks>
The Disconnect-TfsTeamProjectCollection cmdlet removes the connection previously set by its
counterpart Connect-TfsTeamProjectCollection. Therefore, cmdlets relying on a "default collection"
as provided by "Get-TfsTeamProjectCollection -Current" will no longer work after a call to
this cmdlet, unless their -Collection argument is provided or a new call to
Connect-TfsTeam is made.
</remarks>
</member>
<member name="M:TfsCmdlets.Cmdlets.Connection.DisconnectTeamProjectCollection.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Connection.NewCredential">
<summary>
Provides credentials to use when you connect to a Team Foundation Server
or Azure DevOps organization.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.NewCredential.Url">
<summary>
Specifies the URL of the server, collection or organization to connect to.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.NewCredential.Cached">
<summary>
HELP_PARAM_CACHED_CREDENTIAL
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.NewCredential.UserName">
<summary>
HELP_PARAM_USER_NAME
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.NewCredential.Password">
<summary>
HELP_PARAM_PASSWORD
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.NewCredential.Credential">
<summary>
HELP_PARAM_CREDENTIAL
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.NewCredential.PersonalAccessToken">
<summary>
HELP_PARAM_PERSONAL_ACCESS_TOKEN
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Connection.NewCredential.Interactive">
<summary>
HELP_PARAM_INTERACTIVE
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.Connection.NewCredential.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.ProcessTemplate.ExportProcessTemplate">
<summary>
Exports a XML-based process template definition to disk.
</summary>
<remarks>
This cmdlet offers a functional replacement to the "Export Process Template" feature found
in Team Explorer. All files pertaining to the specified process template (work item defininitons,
reports, saved queries, process configuration and so on) are downloaded from the given
Team Project Collection and saved in a local directory, preserving the directory structure
required to later re-import it. This is specially handy to do small changes to a process template
or to create a new process template based on an existing one.
</remarks>
<example>
<code>Export-TfsProcessTemplate -Process "Scrum" -DestinationPath C:\PT -Collection http://vsalm:8080/tfs/DefaultCollection</code>
<para>Exports the Scrum process template from the DefaultCollection project collection in the VSALM server, saving the template files to the C:\PT\Scrum directory in the local computer.</para>
</example>
<example>
<code>Export-TfsProcessTemplate -Process "Scrum" -DestinationPath C:\PT -Collection http://vsalm:8080/tfs/DefaultCollection -NewName "MyScrum" -NewDescription "A customized version of the Scrum process template"</code>
<para>Exports the Scrum process template from the DefaultCollection project collection in the VSALM server, saving the template files to the C:\PT\MyScrum directory in the local computer. Notice that the process template is being renamed from Scrum to MyScrum, so that it can be later reimported as a new process template instead of overwriting the original one.</para>
</example>
</member>
<member name="M:TfsCmdlets.Cmdlets.ProcessTemplate.ExportProcessTemplate.DoProcessRecord">
<inheritdoc/>
</member>
<member name="P:TfsCmdlets.Cmdlets.ProcessTemplate.ExportProcessTemplate.ProcessTemplate">
<summary>
Specifies the name of the process template(s) to be exported. Wildcards are supported.
When omitted, all process templates in the given project collection are exported.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.ProcessTemplate.ExportProcessTemplate.DestinationPath">
<summary>
Path to the target directory where the exported process template (and related files) will be saved.
A folder with the process template name will be created under this path. When omitted, templates
are exported in the current directory.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.ProcessTemplate.ExportProcessTemplate.NewName">
<summary>
Saves the exported process template with a new name. Useful when exporting a base template
which will be used as a basis for a new process template. When omitted, the original name is used.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.ProcessTemplate.ExportProcessTemplate.NewDescription">
<summary>
Saves the exported process template with a new description. Useful when exporting a base template
which will be used as a basis for a new process template. When omitted, the original description is used.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.ProcessTemplate.ExportProcessTemplate.Force">
<summary>
Allows the cmdlet to overwrite an existing destination folder.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.ProcessTemplate.ExportProcessTemplate.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.ProcessTemplate.ImportProcessTemplate">
<summary>
Imports a process template definition from disk.
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.ProcessTemplate.ImportProcessTemplate.DoProcessRecord">
<inheritdoc/>
</member>
<member name="P:TfsCmdlets.Cmdlets.ProcessTemplate.ImportProcessTemplate.Path">
<summary>
Specifies the folder containing the process template to be imported. This folder must contain
the file ProcessTemplate.xml
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.ProcessTemplate.ImportProcessTemplate.State">
<summary>
Specifies the state of the template after it is imported. When set to Invisible, the process template
will not be listed in the server UI.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.ProcessTemplate.ImportProcessTemplate.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.ProcessTemplate.GetProcessTemplate">
<summary>
Gets information from one or more process templates.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.ProcessTemplate.GetProcessTemplate.ProcessTemplate">
<summary>
Specifies the name of the process template(s) to be returned. Wildcards are supported.
When omitted, all process templates in the given project collection are returned.
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.ProcessTemplate.NewProcessTemplate">
<summary>
Creates a new inherited process.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.ProcessTemplate.NewProcessTemplate.ProcessTemplate">
<summary>
Specifies the name of the process to create.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.ProcessTemplate.NewProcessTemplate.Description">
<summary>
Specifies the description of the new process.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.ProcessTemplate.NewProcessTemplate.ReferenceName">
<summary>
Specifies the reference name of the new process. When omitted, a random name
will be automatically generated and assigned by the server.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.ProcessTemplate.NewProcessTemplate.Parent">
<summary>
Specifies the name of the parent process from which the new process will inherit.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.ProcessTemplate.NewProcessTemplate.Force">
<summary>
Allows the cmdlet to overwrite an existing process.
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.WorkItemType.ExportWorkItemType">
<summary>
Exports an XML work item type definition from a team project.
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.WorkItem.WorkItemType.ExportWorkItemType.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.WorkItemType.ExportWorkItemType.Type">
<summary>
Specifies one or more work item types to export. Wildcards are supported.
When omitted, all work item types in the given project are exported
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.WorkItemType.ExportWorkItemType.IncludeGlobalLists">
<summary>
Exports the definitions of referenced global lists.
When omitted, global list definitions are not included in the exported XML document.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.WorkItemType.ExportWorkItemType.Destination">
<summary>
Specifies the path to the folder where exported types are saved.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.WorkItemType.ExportWorkItemType.Force">
<summary>
Allows the cmdlet to overwrite an existing file in the destination folder.
</summary>
<value></value>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.WorkItemType.ExportWorkItemType.AsXml">
<summary>
Exports the saved query to the standard output stream as a string-encoded
XML document.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.WorkItemType.ExportWorkItemType.Project">
<summary>
HELP_PARAM_PROJECT
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.WorkItemType.ExportWorkItemType.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.WorkItemType.GetWorkItemType">
<summary>
Gets one or more Work Item Type definitions from a team project.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.WorkItemType.GetWorkItemType.Type">
<summary>
Specifies one or more work item type names to return. Wildcards are supported.
When omitted, returns all work item types in the given team project.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.WorkItemType.GetWorkItemType.WorkItem">
<summary>
Speficies a work item whose corresponding type should be returned.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.WorkItemType.GetWorkItemType.Project">
<summary>
HELP_PARAM_PROJECT
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.WorkItemType.ImportWorkItemType">
<summary>
Imports a work item type definition into a team project.
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.WorkItem.WorkItemType.ImportWorkItemType.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.GetArea">
<summary>
Gets one or more Work Item Areas from a given Team Project.
</summary>
<example>
<code>Get-TfsArea</code>
<para>Returns all area paths in the currently connected Team Project (as defined by a previous call to Connect-TfsTeamProject)</para>
</example>
<example>
<code>Get-TfsArea '\**\Support' -Project Tailspin</code>
<para>Performs a recursive search and returns all area paths named 'Support' that may exist in a team project called Tailspin</para>
</example>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.GetArea.Node">
<summary>
HELP_PARAM_AREA
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.GetArea.StructureGroup">
<inheritdoc/>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.GetIteration">
<summary>
Gets one or more Iterations from a given Team Project.
</summary>
<example>
<code>Get-TfsIteration</code>
<para>Returns all iterations in the currently connected Team Project (as defined by a previous call to Connect-TfsTeamProject)</para>
</example>
<example>
<code>Get-TfsIteration '\**\Support' -Project Tailspin</code>
<para>Performs a recursive search and returns all iterations named 'Support' that may exist in a team project called Tailspin</para>
</example>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.GetIteration.Node">
<summary>
HELP_PARAM_ITERATION
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.GetIteration.StructureGroup">
<inheritdoc/>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.GetClassificationNode">
<summary>
Base implementation for Get-Area and Get-Iteration
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.GetClassificationNode.Node">
<summary>
Specifies the name and/or path of the node (area or iteration)
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.GetClassificationNode.Project">
<summary>
HELP_PARAM_PROJECT
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.GetClassificationNode.StructureGroup">
<summary>
Indicates the type of structure (area or iteration)
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.MoveArea">
<summary>
Gets one or more Work Item Areas from a given Team Project.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.MoveArea.Node">
<summary>
HELP_PARAM_AREA
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.MoveArea.StructureGroup">
<inheritdoc/>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.MoveIteration">
<summary>
Gets one or more Iterations from a given Team Project.
</summary>
<example>
<code>Get-TfsIteration</code>
<para>Returns all aiterations in the currently connected Team Project (as defined by a previous call to Connect-TfsTeamProject)</para>
</example>
<example>
<code>Get-TfsIteration '\\**\\Support' -Project Tailspin</code>
<para>Performs a recursive search and returns all iterations named 'Support' that may exist in a team project called Tailspin</para>
</example>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.MoveIteration.Node">
<summary>
HELP_PARAM_ITERATION
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.MoveIteration.StructureGroup">
<inheritdoc/>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.MoveClassificationNode">
<summary>
Base implementation for Move-Area and Move-Iteration
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.MoveClassificationNode.Node">
<summary>
Specifies the name and/or path of the node (area or iteration)
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.MoveClassificationNode.StructureGroup">
<summary>
Indicates the type of structure (area or iteration)
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.MoveClassificationNode.Destination">
<summary>
Specifies the name and/or path of the destination parent node.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.MoveClassificationNode.Force">
<summary>
Allows the cmdlet to create destination parent node(s) if they're missing.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.MoveClassificationNode.Project">
<summary>
HELP_PARAM_PROJECT
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.MoveClassificationNode.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.MoveClassificationNode.Passthru">
<summary>
HELP_PARAM_PASSTHRU
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.MoveClassificationNode.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.NewArea">
<summary>
Creates a new Work Item Area in the given Team Project.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.NewArea.Node">
<summary>
Specifies the path of the new Area. When supplying a path, use a backslash ("\\")
between the path segments. Leading and trailing backslashes are optional.
The last segment in the path will be the area name.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.NewArea.StructureGroup">
<inheritdoc/>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.NewIteration">
<summary>
Creates a new Iteration in the given Team Project.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.NewIteration.Node">
<summary>
Specifies the path of the new Iteration. When supplying a path, use a backslash ("\\")
between the path segments. Leading and trailing backslashes are optional.
The last segment in the path will be the iteration name.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.NewIteration.StructureGroup">
<inheritdoc/>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.NewClassificationNode">
<summary>
Base implementation for New-Area and New-Iteration
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.NewClassificationNode.Node">
<summary>
Specifies the name and/or path of the node (area or iteration)
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.NewClassificationNode.StructureGroup">
<summary>
Indicates the type of structure (area or iteration)
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.NewClassificationNode.Force">
<summary>
Allows the cmdlet to create parent nodes if they're missing.
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.RemoveArea">
<summary>
Deletes one or more Work Item Areas from a given Team Project.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.RemoveArea.Node">
<summary>
HELP_PARAM_AREA
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.RemoveArea.StructureGroup">
<inheritdoc/>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.RemoveIteration">
<summary>
Deletes one or more Iterations from a given Team Project.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.RemoveIteration.Node">
<summary>
HELP_PARAM_ITERATION
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.RemoveIteration.StructureGroup">
<inheritdoc/>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.RemoveClassificationNode">
<summary>
Base implementation for Remove-Area and Remove-Iteration
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.RemoveClassificationNode.Node">
<summary>
Specifies the name and/or path of the node (area or iteration).
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.RemoveClassificationNode.StructureGroup">
<summary>
Indicates the type of structure (area or iteration).
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.RemoveClassificationNode.MoveTo">
<summary>
Specifies the new parent node for the work items currently assigned to the node
being deleted, if any. When omitted, defaults to the root node (the "\" node, at the
team project level).
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.RemoveClassificationNode.Recurse">
<summary>
Removes node(s) recursively.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.RemoveClassificationNode.Project">
<summary>
HELP_PARAM_PROJECT
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.RemoveClassificationNode.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.RemoveClassificationNode.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.RenameAreaNode">
<summary>
Renames a Work Area.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.RenameAreaNode.Node">
<summary>
HELP_PARAM_AREA
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.RenameAreaNode.StructureGroup">
<inheritdoc/>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.RenameIterationNode">
<summary>
Renames a Iteration.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.RenameIterationNode.Node">
<summary>
HELP_PARAM_ITERATION
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.RenameIterationNode.StructureGroup">
<inheritdoc/>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.RenameClassificationNode">
<summary>
Base implementation for Rename-Area and Rename-Iteration
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.RenameClassificationNode.Node">
<summary>
Specifies the name and/or path of the node (area or iteration).
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.RenameClassificationNode.StructureGroup">
<summary>
Indicates the type of structure (area or iteration).
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.RenameClassificationNode.NewName">
<summary>
HELP_PARAM_NEWNAME
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.RenameClassificationNode.Project">
<summary>
HELP_PARAM_PROJECT
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.RenameClassificationNode.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.RenameClassificationNode.Passthru">
<summary>
HELP_PARAM_PASSTHRU
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.RenameClassificationNode.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.SetIteration">
<summary>
Modifies the dates of an iteration.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.SetIteration.Node">
<summary>
HELP_PARAM_ITERATION
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.SetIteration.StartDate">
<summary>
Specifies the start date of the iteration. To clear the start date, set it to $null. Note that when clearing a date,
both must be cleared at the same time (i.e. setting both StartDate and FinishDate to $null).
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.SetIteration.FinishDate">
<summary>
Sets the finish date of the iteration. To clear the finish date, set it to $null. Note that when clearing a date,
both must be cleared at the same time (i.e. setting both StartDate and FinishDate to $null).
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.SetIteration.StructureGroup">
<inheritdoc/>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.SetClassificationNode">
<summary>
Base implementation for Set-Iteration
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.SetClassificationNode.Node">
<summary>
Specifies the name and/or path of the node (area or iteration)
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.SetClassificationNode.StructureGroup">
<summary>
Indicates the type of structure (area or iteration)
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.TestArea">
<summary>
Determines whether the specified Work Area exist.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.TestArea.Node">
<summary>
HELP_PARAM_AREA
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.TestArea.StructureGroup">
<inheritdoc/>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.TestIteration">
<summary>
Determines whether the specified Iteration exist.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.TestIteration.Node">
<summary>
HELP_PARAM_ITERATION
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.TestIteration.StructureGroup">
<inheritdoc/>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.TestClassificationNode">
<summary>
Base implementation for Test-Area and Test-Iteration
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.TestClassificationNode.Node">
<summary>
Specifies the name and/or path of the node (area or iteration)
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.TestClassificationNode.StructureGroup">
<summary>
Indicates the type of structure (area or iteration)
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.TestClassificationNode.Project">
<summary>
HELP_PARAM_PROJECT
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.TestClassificationNode.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.WorkItem.AreasIterations.TestClassificationNode.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.CopyWorkItem">
<summary>
Creates a copy of a work item, optionally changing its type.
</summary>
<remarks>
Use this cmdlet to create a copy of a work item (using its latest saved state/revision data)
that is of the specified work item type.
<br/>
By default, the copy retains the same type of the original work item,
unless the Type argument is specified
</remarks>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.CopyWorkItem.WorkItem">
<summary>
HELP_PARAM_WORKITEM
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.CopyWorkItem.NewType">
<summary>
Specifies the type of the new work item. When omitted, the type of the original
work item is preserved.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.CopyWorkItem.IncludeAttachments">
<summary>
Creates a duplicate of all attachments present in the source work item and
adds them to the new work item.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.CopyWorkItem.IncludeLinks">
<summary>
Creates a copy of all links present in the source work item and adds them to the new work item.
Only the links are copied; linked artifacts themselves are not copied.
In other words, both the original and the copy work items point to the same linked
artifacts.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.CopyWorkItem.DestinationProject">
<summary>
Specifies the team project where the work item will be copied into. When omitted,
the copy will be created in the same team project of the source work item.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.CopyWorkItem.Project">
<summary>
Specifies the source team project from where the work item will be copied.
When omitted, it defaults to the team project of the piped work item (if any),
or to the connection set by Connect-TfsTeamProject.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.CopyWorkItem.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.CopyWorkItem.Passthru">
<summary>
Returns the results of the command. It takes one of the following values:
Original (returns the original work item), Copy (returns the newly created work item copy)
or None.
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.WorkItem.CopyWorkItem.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.GetWorkItem">
<summary>
Gets the contents of one or more work items.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.GetWorkItem.WorkItem">
<summary>
HELP_PARAM_WORKITEM
</summary>
<seealso cref="T:Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem">
A WorkItem object
</seealso>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.GetWorkItem.Title">
<summary>
Specifies the title to look up for in a work item. Wildcards are supported.
When a wildcard is used, matches a portion of the title
(uses the operator "contains" in the WIQL query). Otherwise, matches the whole field
with the operator "=", unless -Ever is also specified. In that case, uses the operator
"was ever".
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.GetWorkItem.Description">
<summary>
Specifies the description to look up for in a work item. Wildcards are supported.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.GetWorkItem.AreaPath">
<summary>
Specifies the area path to look up for in a work item. Wildcards are supported.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.GetWorkItem.IterationPath">
<summary>
Specifies the iteration path to look up for in a work item. Wildcards are supported.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.GetWorkItem.WorkItemType">
<summary>
Specifies the work item type to look up for in a work item. Wildcards are supported.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.GetWorkItem.State">
<summary>
Specifies the state (field 'System.State') to look up for in a work item. Wildcards are supported.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.GetWorkItem.Reason">
<summary>
Specifies the reason (field 'System.Reason') to look up for in a work item.
Wildcards are supported.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.GetWorkItem.ValueArea">
<summary>
Specifies the Value Area (field 'Microsoft.VSTS.Common.ValueArea') to look up for in a work item.
Wildcards are supported.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.GetWorkItem.BoardColumn">
<summary>
Specifies the board column to look up for in a work item.
Wildcards are supported.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.GetWorkItem.BoardColumnDone">
<summary>
Specifies whether the work item is in the sub-column Doing or Done in a board.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.GetWorkItem.CreatedBy">
<summary>
Specifies the name or email of the user that created the work item.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.GetWorkItem.CreatedDate">
<summary>
Specifies the date when the work item was created.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.GetWorkItem.ChangedBy">
<summary>
Specifies the name or email of the user that did the latest change to the work item.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.GetWorkItem.ChangedDate">
<summary>
Specifies the date of the latest change to the work item.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.GetWorkItem.StateChangeDate">
<summary>
Specifies the date of the most recent change to the state of the work item.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.GetWorkItem.Priority">
<summary>
Specifies the priority of the work item.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.GetWorkItem.Tags">
<summary>
Specifies the tags to look up for in a work item. When multiple tags are supplied,
they are combined with an OR operator - in other works, returns work items that
contain ANY ofthe supplied tags.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.GetWorkItem.Ever">
<summary>
Switches the query to historical query mode, by changing operators to
"WAS EVER" where possible.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.GetWorkItem.Revision">
<summary>
Specifies a work item revision number to retrieve. When omitted, returns
the latest revision of the work item.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.GetWorkItem.AsOf">
<summary>
Returns the field values as they were defined in the work item revision that
was the latest revision by the date specified.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.GetWorkItem.Query">
<summary>
Specifies a query written in WIQL (Work Item Query Language)
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.GetWorkItem.Fields">
<summary>
Specifies which fields should be retrieved. When omitted, defaults to a set of
standard fields that include Id, Title, Description, some state-related fields and more.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.GetWorkItem.Where">
<summary>
Specifies a filter clause (the portion of a WIQL query after the WHERE keyword).
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.GetWorkItem.TimePrecision">
<summary>
Fetches work items in "time-precision mode": search criteria in WIQL queries
take into account time information as well, not only dates.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.GetWorkItem.ShowWindow">
<summary>
Opens the specified work item in the default web browser.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.GetWorkItem.Deleted">
<summary>
Gets deleted work items.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.GetWorkItem.Team">
<summary>
HELP_PARAM_TEAM
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.GetWorkItem.Project">
<summary>
HELP_PARAM_PROJECT
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.History.GetWorkItemHistory">
<summary>
Gets the history of changes of a work item.
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.WorkItem.History.GetWorkItemHistory.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.Linking.AddWorkItemLink">
<summary>
Adds a link between two work items.
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.WorkItem.Linking.AddWorkItemLink.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.Linking.GetWorkItemLink">
<summary>
Gets the links in a work item.
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.WorkItem.Linking.GetWorkItemLink.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.Linking.GetWorkItemLinkEndType">
<summary>
Gets the work item link end types of a team project collection.
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.WorkItem.Linking.GetWorkItemLinkEndType.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.MoveWorkItem">
<summary>
Moves a work item to a different team project in the same collection.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.MoveWorkItem.WorkItem">
<summary>
Specifies a work item. Valid values are the work item ID or an instance of
Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.MoveWorkItem.Project">
<summary>
Specifies the team project where the work item will be moved to.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.MoveWorkItem.Area">
<summary>
Specifies the area path in the destination project where the work item will be moved to.
When omitted, the work item is moved to the root area path in the destination project.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.MoveWorkItem.Iteration">
<summary>
Specifies the iteration path in the destination project where the work item will be moved to.
When omitted, the work item is moved to the root iteration path in the destination project.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.MoveWorkItem.State">
<summary>
Specifies a new state for the work item in the destination project.
When omitted, it retains the current state.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.MoveWorkItem.Comment">
<summary>
Specifies a comment to be added to the history
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.MoveWorkItem.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.MoveWorkItem.Passthru">
<summary>
HELP_PARAM_PASSTHRU
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.WorkItem.MoveWorkItem.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.NewWorkItem">
<summary>
Creates a new work item.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.NewWorkItem.Type">
<summary>
Specifies the type of the new work item.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.NewWorkItem.Title">
<summary>
Specifies the title of the work item.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.NewWorkItem.Description">
<summary>
Specifies the description of the work item.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.NewWorkItem.Area">
<summary>
Specifies the area path of the work item.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.NewWorkItem.Iteration">
<summary>
Specifies the iteration path of the work item.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.NewWorkItem.AssignedTo">
<summary>
Specifies the user this work item is assigned to.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.NewWorkItem.State">
<summary>
Specifies the state of the work item.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.NewWorkItem.Reason">
<summary>
Specifies the reason (field 'System.Reason') of the work item.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.NewWorkItem.ValueArea">
<summary>
Specifies the Value Area of the work item.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.NewWorkItem.BoardColumn">
<summary>
Specifies the board column of the work item.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.NewWorkItem.BoardColumnDone">
<summary>
Specifies whether the work item is in the sub-column Doing or Done in a board.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.NewWorkItem.BoardLane">
<summary>
Specifies the board lane of the work item
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.NewWorkItem.Priority">
<summary>
Specifies the priority of the work item.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.NewWorkItem.Tags">
<summary>
Specifies the tags of the work item.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.NewWorkItem.Fields">
<summary>
Specifies the names and the corresponding values for the fields to be set
in the work item and whose values were not supplied in the other arguments
to this cmdlet.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.NewWorkItem.BypassRules">
<summary>
Bypasses any rule validation when saving the work item. Use it with caution, as this
may leave the work item in an invalid state.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.NewWorkItem.Team">
<summary>
HELP_PARAM_TEAM
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.Query.ExportWorkItemQuery">
<summary>
Exports a saved work item query to XML.
</summary>
<remarks>
Work item queries can be exported to XML files (.WIQ extension) in order to be shared
and reused. Visual Studio Team Explorer has the ability to open and save WIQ files. Use
this cmdlet to generate WIQ files compatible with the format supported by Team Explorer.
</remarks>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.Query.ExportWorkItemQuery.Query">
<summary>
Specifies one or more saved queries to export. Wildcards supported.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.Query.ExportWorkItemQuery.Scope">
<summary>
Specifies the scope of the returned item. Personal refers to the
"My Queries" folder", whereas Shared refers to the "Shared Queries"
folder. When omitted defaults to "Both", effectively searching for items
in both scopes.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.Query.ExportWorkItemQuery.Destination">
<summary>
Specifies the path to the folder where exported queries are saved.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.Query.ExportWorkItemQuery.Encoding">
<summary>
Specifies the encoding for the exported XML files. When omitted,
defaults to UTF-8.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.Query.ExportWorkItemQuery.FlattenFolders">
<summary>
Flattens the query folder structure. When omitted, the original query
folder structure is recreated in the destination folder.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.Query.ExportWorkItemQuery.Force">
<summary>
Allows the cmdlet to overwrite an existing file in the destination folder.
</summary>
<value></value>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.Query.ExportWorkItemQuery.AsXml">
<summary>
Exports the saved query to the standard output stream as a string-encoded
XML document.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.Query.ExportWorkItemQuery.Project">
<summary>
HELP_PARAM_PROJECT
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.Query.ExportWorkItemQuery.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.WorkItem.Query.ExportWorkItemQuery.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.Query.GetWorkItemQuery">
<summary>
Gets the definition of one or more work item saved queries.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.Query.GetWorkItemQuery.Query">
<summary>
Specifies one or more saved queries to return. Wildcards supported.
When omitted, returns all saved queries in the given scope of the given team project.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.Query.GetWorkItemQuery.Project">
<summary>
HELP_PARAM_PROJECT
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.Query.GetWorkItemQuery.ItemType">
<inheritdoc/>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.Query.GetWorkItemQueryFolder">
<summary>
Gets the definition of one or more work item saved queries.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.Query.GetWorkItemQueryFolder.Folder">
<summary>
Specifies one or more saved queries to return. Wildcards supported.
When omitted, returns all saved queries in the given scope of the given team project.
</summary>
<value></value>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.Query.GetWorkItemQueryFolder.Project">
<summary>
HELP_PARAM_PROJECT
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.Query.GetWorkItemQueryFolder.ItemType">
<inheritdoc/>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.Query.GetWorkItemQueryItemCmdletBase">
<summary>
Base implementation for Get-WorkItemQuery and Get-WorkItemQueryFolder
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.Query.GetWorkItemQueryItemCmdletBase.ItemType">
<summary>
Indicates the type of item (query or folder)
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.Query.GetWorkItemQueryItemCmdletBase.Scope">
<summary>
Specifies the scope of the returned item. Personal refers to the
"My Queries" folder", whereas Shared refers to the "Shared Queries"
folder. When omitted defaults to "Both", effectively searching for items
in both scopes.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.Query.GetWorkItemQueryItemCmdletBase.Deleted">
<summary>
Returns deleted items.
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.Query.NewWorkItemQuery">
<summary>
Create a new work items query in the given Team Project.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.Query.NewWorkItemQuery.Query">
<summary>
Specifies one or more saved queries to return. Wildcards supported.
When omitted, returns all saved queries in the given scope of the given team project.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.Query.NewWorkItemQuery.Wiql">
<summary>
Specifies the query definition text in WIQL (Work Item Query Language).
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.Query.NewWorkItemQuery.ItemType">
<inheritdoc/>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.Query.NewWorkItemQueryFolder">
<summary>
Create a new work items query in the given Team Project.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.Query.NewWorkItemQueryFolder.Folder">
<summary>
Specifies one or more saved queries to return. Wildcards supported.
When omitted, returns all saved queries in the given scope of the given team project.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.Query.NewWorkItemQueryFolder.ItemType">
<inheritdoc/>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.Query.NewWorkItemQueryItemCmdletBase">
<summary>
Base implementation for New-WorkItemQuery and New-WorkItemQueryFolder
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.Query.NewWorkItemQueryItemCmdletBase.Scope">
<summary>
Specifies the scope of the returned item. Personal refers to the
"My Queries" folder", whereas Shared refers to the "Shared Queries"
folder. When omitted defaults to "Both", effectively searching for items
in both scopes.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.Query.NewWorkItemQueryItemCmdletBase.Force">
<summary>
Allow the cmdlet to overwrite an existing item.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.Query.NewWorkItemQueryItemCmdletBase.ItemType">
<summary>
Indicates the type of item (query or folder)
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.RemoveWorkItem">
<summary>
Deletes a work item from a team project collection.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.RemoveWorkItem.WorkItem">
<summary>
Specifies the work item to remove.
</summary>
<seealso cref="T:Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem">
A WorkItem object
</seealso>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.RemoveWorkItem.Destroy">
<summary>
Permanently deletes the work item, without sending it to the recycle bin.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.RemoveWorkItem.Force">
<summary>
Deletes the work item without asking for confirmation
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.SearchWorkItem">
<summary>
Gets the contents of one or more work items.
</summary>
<related>https://docs.microsoft.com/en-us/azure/devops/project/search/advanced-work-item-search-syntax</related>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.SearchWorkItem.Query">
<summary>
Specifies the text to search for. Supports the Quick Filter syntax described in
https://docs.microsoft.com/en-us/azure/devops/project/search/advanced-work-item-search-syntax
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.SearchWorkItem.Results">
<summary>
Specifies the maximum quantity of results. Supports between 1 and 1000 results.
When omitted, defaults to 100. Currently this cmdlet does not support result pagination.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.SearchWorkItem.Project">
<summary>
HELP_PARAM_PROJECT
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.SetWorkItem">
<summary>
Sets the contents of one or more work items.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.SetWorkItem.WorkItem">
<summary>
Specifies a work item. Valid values are the work item ID or an instance of
Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.SetWorkItem.Title">
<summary>
Specifies the title of the work item.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.SetWorkItem.Description">
<summary>
Specifies the description of the work item.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.SetWorkItem.Area">
<summary>
Specifies the area path of the work item.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.SetWorkItem.Iteration">
<summary>
Specifies the iteration path of the work item.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.SetWorkItem.AssignedTo">
<summary>
Specifies the user this work item is assigned to.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.SetWorkItem.State">
<summary>
Specifies the state of the work item.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.SetWorkItem.Reason">
<summary>
Specifies the reason (field 'System.Reason') of the work item.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.SetWorkItem.ValueArea">
<summary>
Specifies the Value Area of the work item.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.SetWorkItem.BoardColumn">
<summary>
Specifies the board column of the work item.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.SetWorkItem.BoardColumnDone">
<summary>
Specifies whether the work item is in the sub-column Doing or Done in a board.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.SetWorkItem.BoardLane">
<summary>
Specifies the board lane of the work item
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.SetWorkItem.Priority">
<summary>
Specifies the priority of the work item.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.SetWorkItem.Tags">
<summary>
Specifies the tags of the work item.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.SetWorkItem.Fields">
<summary>
Specifies the names and the corresponding values for the fields to be set
in the work item and whose values were not supplied in the other arguments
to this cmdlet.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.SetWorkItem.BypassRules">
<summary>
Bypasses any rule validation when saving the work item. Use it with caution, as this
may leave the work item in an invalid state.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.SetWorkItem.Team">
<summary>
HELP_PARAM_TEAM
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.Tagging.GetWorkItemTag">
<summary>
Gets one or more work item tags.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.Tagging.GetWorkItemTag.Tag">
<summary>
Specifies one or more tags to returns. Wildcards are supported.
When omitted, returns all existing tags in the given project.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.Tagging.GetWorkItemTag.IncludeInactive">
<summary>
Includes tags not associated to any work items.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.Tagging.GetWorkItemTag.Project">
<summary>
HELP_PARAM_PROJECT
</summary>
<value></value>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.Tagging.NewWorkItemTag">
<summary>
Creates a new work item tag.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.Tagging.NewWorkItemTag.Tag">
<summary>
Specifies the name of the new tag.
</summary>
<value></value>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.Tagging.RemoveWorkItemTag">
<summary>
Deletes one or more work item tags.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.Tagging.RemoveWorkItemTag.Tag">
<summary>
Specifies one or more tags to delete. Wildcards are supported.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.Tagging.RemoveWorkItemTag.Force">
<summary>
Allows the cmdlet to delete active tags (currently associated with work items).
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.WorkItem.Tagging.RenameWorkItemTag">
<summary>
Renames a work item tag.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.WorkItem.Tagging.RenameWorkItemTag.Tag">
<summary>
Specifies the name of the work item tag to rename.
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.CmdletBase">
<summary>
Abstract class from which and TfsCmdlets cmdlets derive
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.CmdletBase.Provider">
<summary>
The service provider injected in this cmdlet instance
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.CmdletBase.CommandName">
<summary>
Returns the PowerShell command name of this cmdlet
</summary>
<value>The name of the this, as defined by the [Cmdlet] attribute. If the attribute is missing, returns the class name.</value>
</member>
<member name="M:TfsCmdlets.Cmdlets.CmdletBase.BeginProcessing">
<summary>
Performs initialization of the command execution, logs the supplied parameters and check whether the current
this is tagged as "Windows-only". If so, throws an exception
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.CmdletBase.ProcessRecord">
<summary>
Performs execution of the command.
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.CmdletBase.InvokeScript(System.String,System.Object[])">
<summary>
Executes a PowerShell script in the current session context
</summary>
<param name="script">A string containing a valid PS script</param>
<param name="arguments">Arguments passed to the script, represented as an array named <c>$args</c></param>
<returns>The output of the script, if any</returns>
</member>
<member name="M:TfsCmdlets.Cmdlets.CmdletBase.InvokeScript(System.String,System.Collections.Generic.Dictionary{System.String,System.Object})">
<summary>
Executes a PowerShell script in the current session context
</summary>
<param name="script">A string containing a valid PS script</param>
<param name="variables">Variables passed to the script</param>
<returns>The output of the script, if any</returns>
</member>
<member name="M:TfsCmdlets.Cmdlets.CmdletBase.InvokeScript``1(System.String,System.Object[])">
<summary>
Executes a PowerShell script in the current session context
</summary>
<param name="script">A string containing a valid PS script</param>
<param name="arguments">Arguments passed to the script, represented as an array named <c>$args</c></param>
<typeparam name="T">The expected type of the objects outputted by the script</typeparam>
<returns>The output of the script, if any</returns>
</member>
<member name="M:TfsCmdlets.Cmdlets.CmdletBase.GetServer(TfsCmdlets.Cmdlets.ParameterDictionary)">
<summary>
Returns a "server" Connection object built from the arguments currently supplied to this cmdlet
</summary>
<param name="parameters">If specified, the values in this parameter will override the values originally supplied to the this</param>
<returns>An instance of Connection containing either a TfsConfigurationServer (Windows) or VssConnection (Core) object</returns>
</member>
<member name="M:TfsCmdlets.Cmdlets.CmdletBase.GetCollection(TfsCmdlets.Cmdlets.ParameterDictionary)">
<summary>
Returns a "collection" Connection object built from the arguments currently supplied to this cmdlet
</summary>
<param name="parameters">If specified, the values in this parameter will override the values originally supplied to the this</param>
<returns>An instance of Connection containing either a TfsTeamProjectCollection (Windows) or VssConnection (Core) object</returns>
</member>
<member name="M:TfsCmdlets.Cmdlets.CmdletBase.GetCollectionAndProject(TfsCmdlets.Cmdlets.ParameterDictionary)">
<summary>
Returns a tuple containing a "collection" Connection and a TeamProject objects, built from the arguments currently supplied to this cmdlet
</summary>
<param name="parameters">If specified, the values in this parameter will override the values originally supplied to the this</param>
<returns>A tuple consisting of an instance of Connection (containing either a TfsTeamProjectCollection (Windows)
or VssConnection (Core) object) and an instance of TeamProject</returns>
</member>
<member name="M:TfsCmdlets.Cmdlets.CmdletBase.GetCollectionProjectAndTeam(TfsCmdlets.Cmdlets.ParameterDictionary)">
<summary>
Returns a tuple containing a "collection" Connectionn, a TeamProject and a WebApiTeam objects, built from the arguments
currently supplied to this cmdlet
</summary>
<param name="parameters">If specified, the values in this parameter will override the values originally supplied to the this</param>
<returns>A tuple consisting of an instance of Connection (containing either a TfsTeamProjectCollection (Windows)
or VssConnection (Core) object), an instance of TeamProject and an instance of WebApiTeam</returns>
</member>
<member name="M:TfsCmdlets.Cmdlets.CmdletBase.GetClient``1(TfsCmdlets.ClientScope,TfsCmdlets.Cmdlets.ParameterDictionary)">
<summary>
Returns an API Client from the underlying connection
</summary>
<param name="scope">The scope from which to retrieve the client. Supported scopes are Server, Collection</param>
<param name="parameters">If specified, the values in this parameter will override the values originally supplied to the this</param>
<typeparam name="T">The type of the API client</typeparam>
<returns>An instance of the requested API client</returns>
</member>
<member name="M:TfsCmdlets.Cmdlets.CmdletBase.GetService``1">
<summary>
Returns an instance of the specified service
</summary>
<typeparam name="T">The type of the requested service.static Must derive from IService</typeparam>
<returns>An instance of T, as provided by the current service provider</returns>
</member>
<member name="M:TfsCmdlets.Cmdlets.CmdletBase.GetItem``1(System.Object)">
<summary>
Gets one item of the specified type
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.CmdletBase.TestItem``1(System.Object)">
<summary>
Checks if specified item exists
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.CmdletBase.GetItems``1(System.Object)">
<summary>
Gets one or more items of the specified type
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.CmdletBase.NewItem``1(System.Object)">
<summary>
Creates a new item of the specified type
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.CmdletBase.RemoveItem``1(System.Object)">
<summary>
Removes an item of the specified type
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.CmdletBase.RenameItem``1(System.Object)">
<summary>
Renames an item of the specified type
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.CmdletBase.SetItem``1(System.Object)">
<summary>
Renames an item of the specified type
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.CmdletBase.GetCurrentDirectory">
<summary>
Gets the current directory in PowerShell
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.CmdletBase.ResolvePath(System.String,System.String)">
<summary>
Gets the current directory in PowerShell
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.CmdletBase.WriteItems``1(System.Object)">
<summary>
Outputs items to PowerShell
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.CmdletBase.Log(System.String,System.String,System.Boolean)">
<summary>
Log a message
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.CmdletBase.LogParameters">
<summary>
Log the parameters passed to the cmdlet
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.CmdletBase.CheckWindowsOnly">
<summary>
Check whether the currently executing environment is Windows PowerShell
</summary>
<throws>For cmdlets which are "Windows-only", a call to this method will throw a
NotSupportedException when running on PowerShell Core.</throws>
</member>
<member name="M:TfsCmdlets.Cmdlets.CmdletBase.CheckRequiredVersion">
<summary>
Check whether the currently connected server is of a minimum version
</summary>
<throws>
For cmdlets which require a certain version of TFS, a call to
this method will throw a NotSupportedException when connected to
an older server.
</throws>
</member>
<member name="M:TfsCmdlets.Cmdlets.CmdletBase.DoProcessRecord">
<summary>
Performs execution of the command. Must be overriden in derived classes.
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.GetCmdletBase`1">
<summary>
Abstract class from which and TfsCmdlets cmdlets derive
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.GetCmdletBase`1.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.GetCmdletBase`1.DoProcessRecord">
<summary>
Performs execution of the command.
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Git.Branch.GetGitBranch">
<summary>
Gets information from one or more branches in a remote Git repository.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Git.Branch.GetGitBranch.Branch">
<summary>
Specifies the name of a branch in the supplied Git repository. Wildcards are supported.
When omitted, all branches are returned.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Git.Branch.GetGitBranch.Default">
<summary>
Returns the default branch in the given repository.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Git.Branch.GetGitBranch.Repository">
<summary>
HELP_PARAM_GIT_REPOSITORY
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Git.Branch.GetGitBranch.Project">
<summary>
HELP_PARAM_PROJECT
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Git.Branch.GetGitBranch.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.Git.Branch.GetGitBranch.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Git.GetGitRepository">
<summary>
Gets information from one or more Git repositories in a team project.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Git.GetGitRepository.Repository">
<summary>
Specifies the name or ID of a Git repository. Wildcards are supported.
When omitted, all Git repositories in the supplied team project are returned.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Git.GetGitRepository.Project">
<summary>
HELP_PARAM_PROJECT
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Git.GetGitRepository.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.Git.GetGitRepository.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Git.NewGitRepository">
<summary>
Creates a new Git repository in a team project.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Git.NewGitRepository.Repository">
<summary>
Specifies the name of the new repository
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Git.NewGitRepository.Project">
<summary>
HELP_PARAM_PROJECT
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Git.NewGitRepository.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Git.NewGitRepository.Passthru">
<summary>
HELP_PARAM_PASSTHRU
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.Git.NewGitRepository.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Git.Policy.GetGitBranchPolicy">
<summary>
Gets the Git branch policy configuration of the given Git branches.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Git.Policy.GetGitBranchPolicy.PolicyType">
<summary>
Specifies the policy type of the branch policy to return. Wildcards are supported.
When omitted, all branch policies defined for the given branch are returned.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Git.Policy.GetGitBranchPolicy.Branch">
<summary>
Specifies the name of the branch to query for branch policies. When omitted,
the default branch in the given repository is queried.
</summary>
</member>
<member name="F:TfsCmdlets.Cmdlets.Git.Policy.GetGitBranchPolicy.Repository">
<summary>
HELP_PARAM_GIT_REPOSITORY
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Git.Policy.GetGitBranchPolicy.Project">
<summary>
HELP_PARAM_PROJECT
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Git.Policy.GetGitBranchPolicy.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.Git.Policy.GetGitBranchPolicy.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Git.Policy.GetGitPolicyType">
<summary>
Gets one or more Git branch policies supported by the given team project.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Git.Policy.GetGitPolicyType.PolicyType">
<summary>
Specifies the display name or ID of the policy type. Wildcards are supported.
When omitted, all policy types supported by the given team project are returned.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Git.Policy.GetGitPolicyType.Project">
<summary>
HELP_PARAM_PROJECT
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Git.Policy.GetGitPolicyType.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.Git.Policy.GetGitPolicyType.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Git.RemoveGitRepository">
<summary>
Deletes one or more Git repositories from a team project.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Git.RemoveGitRepository.Repository">
<summary>
Specifies the repository to be deleted. Value can be the name or ID of a Git repository,
as well as a Microsoft.TeamFoundation.SourceControl.WebApi.GitRepository object representing a Git
repository.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Git.RemoveGitRepository.Project">
<summary>
HELP_PARAM_PROJECT
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Git.RemoveGitRepository.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.Git.RemoveGitRepository.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Git.RenameGitRepository">
<summary>
Renames a Git repository in a team project.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Git.RenameGitRepository.Repository">
<summary>
Specifies the repository to be renamed. Value can be the name or ID of a Git repository,
as well as a Microsoft.TeamFoundation.SourceControl.WebApi.GitRepository object representing a Git
repository.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Git.RenameGitRepository.NewName">
<summary>
Specifies the new name of the item. Enter only a name, not a path and name.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Git.RenameGitRepository.Project">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Git.RenameGitRepository.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Git.RenameGitRepository.Passthru">
<summary>
HELP_PARAM_PASSTHRU
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.Git.RenameGitRepository.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.GlobalList.ExportGlobalList">
<summary>
Exports the contents of one or more Global Lists to XML.
</summary>
<remarks>
This cmdlets generates an XML containing one or more global lists and their respective items,
in the same format used by witadmin. It is functionally equivalent to "witadmin exportgloballist"
</remarks>
<example>
<code>Export-TfsGlobalList | Out-File "gl.xml"</code>
<para>Exports all global lists in the current project collection to a file called gl.xml.</para>
</example>
<example>
<code>Export-TfsGlobalList -Name "Builds - *"</code>
<para>Exports all build-related global lists (with names starting with "Build - ") and
return the resulting XML document.</para>
</example>
<notes>
To export or list global lists, you must be a member of the Project Collection Valid Users
group or have your View collection-level information permission set to Allow.
</notes>
<input>Microsoft.TeamFoundation.Client.TfsTeamProjectCollection</input>
<input>System.String</input>
<input>System.Uri</input>
</member>
<member name="P:TfsCmdlets.Cmdlets.GlobalList.ExportGlobalList.GlobalList">
<summary>
Specifies the name of the global list to be exported. Wildcards are supported.
When omitted, it defaults to all global lists in the supplied team project collection.
When using wilcards, a single XML document will be producer containing all matching
global lists.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.GlobalList.ExportGlobalList.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.GlobalList.ExportGlobalList.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.GlobalList.GetGlobalList">
<summary>
Gets the contents of one or more Global Lists.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.GlobalList.GetGlobalList.GlobalList">
<summary>
Specifies the name of the global list. Wildcards are supported.
When omitted, defaults to all global lists in the supplied team project collection.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.GlobalList.GetGlobalList.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.GlobalList.GetGlobalList.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.GlobalList.ImportGlobalList">
<summary>
Imports one or more Global Lists from an XML document
</summary>
<remarks>
This cmdletsimports an XML containing one or more global lists and their respective items,
in the same format used by witadmin. It is functionally equivalent to "witadmin importgloballist"
</remarks>
<example>
<code>Get-Content gl.xml | Import-GlobalList</code>
<para>Imports the contents of an XML document called gl.xml to the current project collection</para>
</example>
<notes>
To import global lists, you must be a member of the Project Collection Administrators security group.
</notes>
</member>
<member name="P:TfsCmdlets.Cmdlets.GlobalList.ImportGlobalList.InputObject">
<summary>
XML document object containing one or more global list definitions.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.GlobalList.ImportGlobalList.Force">
<summary>
Allows the cmdlet to import a global list that already exists.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.GlobalList.ImportGlobalList.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.GlobalList.ImportGlobalList.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.GlobalList.NewGlobalList">
<summary>
Creates a new Global List.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.GlobalList.NewGlobalList.GlobalList">
<summary>
Specifies the name of the new global list.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.GlobalList.NewGlobalList.Items">
<summary>
Specifies the contents (items) of the new global list.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.GlobalList.NewGlobalList.Force">
<summary>
Allows the cmdlet to overwrite an existing global list.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.GlobalList.NewGlobalList.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.GlobalList.NewGlobalList.Passthru">
<summary>
HELP_PARAM_PASSTHRU
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.GlobalList.NewGlobalList.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.GlobalList.RemoveGlobalList">
<summary>
Deletes one or more Global Lists.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.GlobalList.RemoveGlobalList.GlobalList">
<summary>
Specifies the name of global list to be deleted. Wildcards are supported.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.GlobalList.RemoveGlobalList.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.GlobalList.RemoveGlobalList.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.GlobalList.RenameGlobalList">
<summary>
Changes either the name or the contents of a Global List.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.GlobalList.RenameGlobalList.GlobalList">
<summary>
Specifies the name of the global lsit to be renamed.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.GlobalList.RenameGlobalList.NewName">
<summary>
HELP_PARAM_NEWNAME
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.GlobalList.RenameGlobalList.Passthru">
<summary>
HELP_PARAM_PASSTHRU
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.GlobalList.RenameGlobalList.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.GlobalList.SetGlobalList">
<summary>
Changes the contents of a Global List.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.GlobalList.SetGlobalList.GlobalList">
<summary>
Specifies the name of the global list to be changed.
</summary>
<value></value>
</member>
<member name="P:TfsCmdlets.Cmdlets.GlobalList.SetGlobalList.Add">
<summary>
Specifies a list of items to be added to the global list.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.GlobalList.SetGlobalList.Remove">
<summary>
Specifies a list of items to be removed from the global list.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.GlobalList.SetGlobalList.Force">
<summary>
Creates a new list if the specified one does not exist.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.GlobalList.SetGlobalList.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Identity.GetIdentity">
<summary>
Gets one or more identities that represents either users or groups in Azure DevOps.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Identity.GetIdentity.Identity">
<summary>
Specifies the user or group to be retrieved. Supported values are:
User/group name, email, or ID
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Identity.GetIdentity.QueryMembership">
<summary>
Specifies how group membership information should be processed
when the returned identity is a group. "Direct" fetches direct members (both users
and groups) of the group. "Expanded" expands contained groups recursively and returns
their contained users. "None" is the fastest option as it fetches no membership
information. When omitted, defaults to Direct.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Identity.GetIdentity.Current">
<summary>
Returns an identity representing the user currently logged in to
the Azure DevOps / TFS instance
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Identity.GetIdentity.Server">
<summary>
HELP_PARAM_SERVER
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.Identity.GetIdentity.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Identity.Group.AddGroupMember">
<summary>
Adds group members to an Azure DevOps group.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Identity.Group.AddGroupMember.Member">
<summary>
Specifies the member (user or group) to add to the given group.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Identity.Group.AddGroupMember.Group">
<summary>
Specifies the group to which the member is added.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Identity.Group.AddGroupMember.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.Identity.Group.AddGroupMember.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Identity.Group.GetGroupMember">
<summary>
Gets the members of a Azure DevOps group
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Identity.Group.GetGroupMember.Group">
<summary>
Specifies the group fom which to get its members.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Identity.Group.GetGroupMember.Member">
<summary>
Specifies the member (user or group) to get from the given group. Wildcards are supported.
When omitted, all group members are returned.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Identity.Group.GetGroupMember.Recurse">
<summary>
Recursively expands all member groups, returning the users and/or groups contained in them
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Identity.Group.GetGroupMember.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.Identity.Group.GetGroupMember.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Identity.Group.RemoveGroupMember">
<summary>
Removes a member from an Azure DevOps group.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Identity.Group.RemoveGroupMember.Member">
<summary>
Specifies the member (user or group) to remove from the given group.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Identity.Group.RemoveGroupMember.Group">
<summary>
Specifies the group from which the member is removed.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Identity.Group.RemoveGroupMember.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.Identity.Group.RemoveGroupMember.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.NewCmdletBase`1">
<summary>
Abstract class from which and TfsCmdlets cmdlets derive
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.NewCmdletBase`1.Project">
<summary>
HELP_PARAM_PROJECT
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.NewCmdletBase`1.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.NewCmdletBase`1.Passthru">
<summary>
HELP_PARAM_PASSTHRU
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.NewCmdletBase`1.DoProcessRecord">
<summary>
Performs execution of the command.
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Pipeline.Build.GetBuildDefinitionFolder">
<summary>
Gets one or more build/pipeline definition folders in a team project.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Pipeline.Build.GetBuildDefinitionFolder.Folder">
<summary>
Specifies the folder path. Wildcards are supported.
When omitted, all build/pipeline folders in the supplied team project are returned.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Pipeline.Build.GetBuildDefinitionFolder.QueryOrder">
<summary>
Specifies the query order. When omitted, defaults to None.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Pipeline.Build.GetBuildDefinitionFolder.Project">
<summary>
HELP_PARAM_PROJECT
</summary>
<value></value>
</member>
<member name="P:TfsCmdlets.Cmdlets.Pipeline.Build.GetBuildDefinitionFolder.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
<value></value>
</member>
<member name="M:TfsCmdlets.Cmdlets.Pipeline.Build.GetBuildDefinitionFolder.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Pipeline.Build.NewBuildDefinitionFolder">
<summary>
Creates a new build/pipeline definition folder
</summary>
<remarks>
Folders are created recursively - i.e. when specifying a path like '\foo\bar\baz', if any of
the parent folders (foo, foo\bar) does not exist, it is automatically created before creating any
child folders.
</remarks>
</member>
<member name="P:TfsCmdlets.Cmdlets.Pipeline.Build.NewBuildDefinitionFolder.Folder">
<summary>
Specifies the path of the new pipeline/build folder, including its name,
separated by backslashes (\).
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Pipeline.Build.NewBuildDefinitionFolder.Description">
<summary>
Specifies the description of the new build/pipeline folder.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Pipeline.Build.NewBuildDefinitionFolder.Project">
<summary>
HELP_PARAM_PROJECT
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Pipeline.Build.NewBuildDefinitionFolder.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Pipeline.Build.NewBuildDefinitionFolder.Passthru">
<summary>
HELP_PARAM_PASSTHRU
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.Pipeline.Build.NewBuildDefinitionFolder.DoProcessRecord">
<inheritdoc/>
</member>
<member name="T:TfsCmdlets.Cmdlets.Pipeline.Build.RemoveBuildDefinitionFolder">
<summary>
Deletes one or more build/pipeline definition folders.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Pipeline.Build.RemoveBuildDefinitionFolder.Folder">
<summary>
Specifies the path of the pipeline/build folder to delete, including its name,
separated by backslashes (\). Wildcards are supperted.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Pipeline.Build.RemoveBuildDefinitionFolder.Recurse">
<summary>
Removes folders recursively. When omitted, folders with subfolders cannot be deleted.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Pipeline.Build.RemoveBuildDefinitionFolder.Force">
<summary>
Forces the exclusion of folders containing build/pipelines definitions. When omitted,
only empty folders can be deleted.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Pipeline.Build.RemoveBuildDefinitionFolder.Project">
<summary>
HELP_PARAM_PROJECT
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Pipeline.Build.RemoveBuildDefinitionFolder.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.Pipeline.Build.RemoveBuildDefinitionFolder.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Pipeline.ReleaseManagement.GetReleaseDefinition">
<summary>
Gets information from one or more release definitions in a team project.
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.Pipeline.ReleaseManagement.GetReleaseDefinition.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Pipeline.ReleaseManagement.GetReleaseDefinitionFolder">
<summary>
Gets one or more Release/pipeline definition folders in a team project.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Pipeline.ReleaseManagement.GetReleaseDefinitionFolder.Folder">
<summary>
Specifies the folder path. Wildcards are supported.
When omitted, all Release/pipeline folders in the supplied team project are returned.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Pipeline.ReleaseManagement.GetReleaseDefinitionFolder.QueryOrder">
<summary>
Specifies the query order. When omitted, defaults to None.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Pipeline.ReleaseManagement.GetReleaseDefinitionFolder.Project">
<summary>
HELP_PARAM_PROJECT
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Pipeline.ReleaseManagement.NewReleaseDefinitionFolder">
<summary>
Creates a new release definition folder.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Pipeline.ReleaseManagement.NewReleaseDefinitionFolder.Folder">
<summary>
Specifies the folder path. Wildcards are supported.
When omitted, all Release/pipeline folders in the supplied team project are returned.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Pipeline.ReleaseManagement.NewReleaseDefinitionFolder.Description">
<summary>
Specifies the description of the new build/pipeline folder.
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Pipeline.ReleaseManagement.RemoveReleaseDefinitionFolder">
<summary>
Deletes one or more release definition folders.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Pipeline.ReleaseManagement.RemoveReleaseDefinitionFolder.Folder">
<summary>
Specifies the path of the release folder to delete. Wildcards are supported.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Pipeline.ReleaseManagement.RemoveReleaseDefinitionFolder.Recurse">
<summary>
Removes folders recursively. When omitted, folders with subfolders cannot be deleted.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Pipeline.ReleaseManagement.RemoveReleaseDefinitionFolder.Force">
<summary>
Forces the exclusion of folders containing release definitions definitions. When omitted,
only empty folders can be deleted.
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Pipeline.XamlBuild.StartXamlBuild">
<summary>
Queues a XAML Build.
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.Pipeline.XamlBuild.StartXamlBuild.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.RemoveCmdletBase`1">
<summary>
Abstract class from which and TfsCmdlets cmdlets derive
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.RemoveCmdletBase`1.Project">
<summary>
HELP_PARAM_PROJECT
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.RemoveCmdletBase`1.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.RemoveCmdletBase`1.DoProcessRecord">
<summary>
Performs execution of the command.
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.RenameCmdletBase`1">
<summary>
Abstract class from which and TfsCmdlets cmdlets derive
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.RenameCmdletBase`1.NewName">
<summary>
HELP_PARAM_NEWNAME
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.RenameCmdletBase`1.Project">
<summary>
HELP_PARAM_PROJECT
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.RenameCmdletBase`1.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.RenameCmdletBase`1.Passthru">
<summary>
HELP_PARAM_PASSTHRU
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.RenameCmdletBase`1.DoProcessRecord">
<summary>
Performs execution of the command.
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.RestApi.GetRestClient">
<summary>
Gets an Azure DevOps HTTP Client object instance.
</summary>
<remarks>
Connection objects (Microsoft.VisualStudio.Services.Client.VssConnection in PowerShell Core,
Microsoft.TeamFoundation.Client.TfsTeamProjectCollection in Windows PowerShell) provide access to
many HTTP client objects such as Microsoft.TeamFoundation.WorkItemTracking.WebApi.WorkItemTrackingHttpClient
that wrap many of the REST APIs exposed by Azure DevOps. Those clients inherit the authentication
information supplied by their parent connection object and can be used as a more convenient mechanism
to issue API calls.
</remarks>
</member>
<member name="P:TfsCmdlets.Cmdlets.RestApi.GetRestClient.TypeName">
<summary>
Specifies the full type name (optionally including its assembly name) of the HTTP Client
class to return.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.RestApi.GetRestClient.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.RestApi.GetRestClient.Server">
<summary>
HELP_PARAM_SERVER
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.RestApi.GetRestClient.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.RestApi.InvokeRestApi">
<summary>
Invoke an Azure DevOps REST API.
</summary>
<remarks>
Invoke-TfsRestApi can automatically parse an example URL from
https://docs.microsoft.com/en-us/rest/api/azure/devops/ and replace its various tokens
(such as {organization}, {project} and {team}) as long as collection / project / team
information are available via either the their respective arguments in this command or the
corresponding Connect-Tfs* cmdlet. HTTP method and API version are also automatically extracted
from the supplied example, when available.
</remarks>
<example>
<code>Invoke-TfsRestApi -Method GET -Path /_apis/projects -ApiVersion 4.1 -Collection DefaultCollection</code>
<para>Calls a REST API that lists all team projects in a TFS collection named DefaultCollection</para>
</example>
<example>
<code>Invoke-TfsRestApi 'GET https://extmgmt.dev.azure.com/{organization}/_apis/extensionmanagement/installedextensions?api-version=5.1-preview.1'</code>
<para>Calls the API described by an example extracted from the docs.microsoft.com web site.
HTTP method, host name and API version are all set based on the supplied values;
Tokens {organization}, {project} and {team} are properly replaced with the corresponding
values provided by the current connection context (via previous calls to
Connect-TfsTeamProjectCollection, Connect-TfsTeamProject and/or Connect-TfsTeam).</para>
</example>
<example>
<code>Invoke-TfsRestApi 'GET https://{instance}/{collection}/_apis/process/processes?api-version=4.1' -Collection http://vsalm:8080/tfs/DefaultCollection</code>
<para>Calls an API in a TFS instance, parsing the example provided by the docs.microsoft.com web site.</para>
</example>
</member>
<member name="P:TfsCmdlets.Cmdlets.RestApi.InvokeRestApi.Path">
<summary>
Specifies the path of the REST API to call. Tipically it is the portion of the URL after
the name of the collection/organization, i.e. in the URL
https://dev.azure.com/{organization}/_apis/projects?api-version=5.1 the path is
"/_apis/projects".
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.RestApi.InvokeRestApi.Method">
<summary>
Specifies the HTTP method to call the API endpoint. When omitted, defaults to "GET".
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.RestApi.InvokeRestApi.Body">
<summary>
Specifies the request body to send to the API endpoint. Tipically contains the JSON payload
required by the API.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.RestApi.InvokeRestApi.RequestContentType">
<summary>
Specifies the request body content type to send to the API. When omitted, defaults to
"application/json".
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.RestApi.InvokeRestApi.ResponseContentType">
<summary>
Specifies the response body content type returned by the API. When omitted, defaults to
"application/json".
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.RestApi.InvokeRestApi.AdditionalHeaders">
<summary>
Specifies a hashtable with additional HTTP headers to send to the API endpoint.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.RestApi.InvokeRestApi.QueryParameters">
<summary>
Specifies a hashtable with additional query parameters to send to the API endpoint.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.RestApi.InvokeRestApi.ApiVersion">
<summary>
Specifies the desired API version. When omitted, defaults to "4.1".
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.RestApi.InvokeRestApi.UseHost">
<summary>
Specifies an alternate host name for APIs not hosted in "dev.azure.com",
e.g. "vsaex.dev.azure.com" or "vssps.dev.azure.com".
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.RestApi.InvokeRestApi.Raw">
<summary>
Returns the API response as an unparsed string. If omitted, JSON responses will be
parsed, converted and returned as objects (via ConvertFrom-Json).
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.RestApi.InvokeRestApi.AsTask">
<summary>
Returns the System.Threading.Tasks.Task object used to issue the asynchronous call to the API.
The caller is responsible for finishing the asynchronous call by e.g. accessing the Result property.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.RestApi.InvokeRestApi.Team">
<summary>
HELP_PARAM_TEAM
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.RestApi.InvokeRestApi.Project">
<summary>
HELP_PARAM_PROJECT
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.RestApi.InvokeRestApi.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.RestApi.InvokeRestApi.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.ServiceHook.GetServiceHookConsumer">
<summary>
Gets one or more service hook consumers.
</summary>
<remarks>
Service hook consumers are the services that can consume (receive) notifications triggered by
Azure DevOps. Examples of consumers available out-of-box with Azure DevOps are Microsoft Teams,
Slack, Trello ou the generic WebHook consumer. Use this cmdlet to list the available consumers and get
the ID of the desired one to be able to manage service hook subscriptions.
</remarks>
</member>
<member name="P:TfsCmdlets.Cmdlets.ServiceHook.GetServiceHookConsumer.Consumer">
<summary>
Specifies the name or ID of the service hook consumer to return. Wildcards are supported.
When omitted, all service hook consumers registered in the given project collection/organization
are returned.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.ServiceHook.GetServiceHookConsumer.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
<value></value>
</member>
<member name="M:TfsCmdlets.Cmdlets.ServiceHook.GetServiceHookConsumer.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.ServiceHook.GetServiceHookNotificationHistory">
<summary>
Gets the notification history for a given service hook subscription
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.ServiceHook.GetServiceHookNotificationHistory.Subscription">
<summary>
Specifies the subscription to get the notification history from.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.ServiceHook.GetServiceHookNotificationHistory.From">
<summary>
Specifies the beginning of a date interval to filter notifications on.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.ServiceHook.GetServiceHookNotificationHistory.To">
<summary>
Specifies the end of a date interval to filter notifications on.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.ServiceHook.GetServiceHookNotificationHistory.Status">
<summary>
Specifies the notification status to filter on.
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.ServiceHook.GetServiceHookPublisher">
<summary>
Gets one or more service hook publishers.
</summary>
<remarks>
Service hook publishers are the components inside of Azure DevOps that can publish (send) notifications triggered by
event such as "work item changed" or "build queued". Use this cmdlet to list the available publishers and get
the ID of the desired one to be able to manage service hook subscriptions.
</remarks>
</member>
<member name="P:TfsCmdlets.Cmdlets.ServiceHook.GetServiceHookPublisher.Publisher">
<summary>
Specifies the name or ID of the service hook publisher to return. Wildcards are supported.
When omitted, returns all service hook consumers currently supported the current by Azure DevOps organization /
TFS collection.
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.ServiceHook.GetServiceHookSubscription">
<summary>
Gets one or more service hook subscriptions
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.ServiceHook.GetServiceHookSubscription.Subscription">
<summary>
Specifies the name ("action description") of the subscription. Wildcards are supported.
When omitted, returns all service hook subscriptions in the given
team project collection.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.ServiceHook.GetServiceHookSubscription.Publisher">
<summary>
Specifies the name or ID of the service hook publisher to filter subscriptions by.
When omitted, returns all subscriptions regardless of their publishers.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.ServiceHook.GetServiceHookSubscription.Consumer">
<summary>
Specifies the name or ID of the service hook consumer to filter subscriptions by.
When omitted, returns all subscriptions regardless of their consumers.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.ServiceHook.GetServiceHookSubscription.EventType">
<summary>
Specifies the event type to filter subscriptions by.
When omitted, returns all subscriptions regardless of their event types.
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.SetCmdletBase`1">
<summary>
Abstract class from which and TfsCmdlets cmdlets derive
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.SetCmdletBase`1.Project">
<summary>
HELP_PARAM_PROJECT
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.SetCmdletBase`1.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.SetCmdletBase`1.Passthru">
<summary>
HELP_PARAM_PASSTHRU
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.SetCmdletBase`1.DoProcessRecord">
<summary>
Performs execution of the command.
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Shell.EnterShell">
<summary>
Activates the Azure DevOps Shell
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Shell.EnterShell.WindowTitle">
<summary>
Specifies the shell window title. If omitted, defaults to "Azure DevOps Shell".
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Shell.EnterShell.DoNotClearHost">
<summary>
Do not clear the host screen when activating the Azure DevOps Shell. When set, the
prompt is enabled without clearing the screen.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Shell.EnterShell.NoLogo">
<summary>
Do not show the version banner when activating the Azure DevOps Shell.
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.Shell.EnterShell.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Shell.ExitShell">
<summary>
Deactivates the Azure DevOps Shell
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.Shell.ExitShell.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.TeamProject.GetTeamProject">
<summary>
Gets information about one or more team projects.
</summary>
<remarks>
The Get-TfsTeamProject cmdlets gets one or more Team Project objects
(an instance of Microsoft.TeamFoundation.Core.WebApi.TeamProject) from the supplied
Team Project Collection.
</remarks>
</member>
<member name="P:TfsCmdlets.Cmdlets.TeamProject.GetTeamProject.Project">
<summary>
Specifies the name of a Team Project. Wildcards are supported.
When omitted, all team projects in the supplied collection are returned.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.TeamProject.GetTeamProject.Deleted">
<summary>
Lists deleted team projects present in the "recycle bin"
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.TeamProject.GetTeamProject.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.TeamProject.GetTeamProject.Current">
<summary>
Returns the team project specified in the last call to Connect-TfsTeamProject
(i.e. the "current" team project)
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.TeamProject.GetTeamProject.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.TeamProject.NewTeamProject">
<summary>
Creates a new team project.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.TeamProject.NewTeamProject.Project">
<summary>
Specifies the name of the new team project.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.TeamProject.NewTeamProject.Description">
<summary>
Specifies a description for the new team project.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.TeamProject.NewTeamProject.SourceControl">
<summary>
Specifies the source control type to be provisioned initially with the team project.
Supported types are "Git" and "Tfvc".
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.TeamProject.NewTeamProject.ProcessTemplate">
<summary>
Specifies the process template on which the new team project is based.
Supported values are the process name or an instance of the
Microsoft.TeamFoundation.Core.WebApi.Process class.
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.TeamProject.RemoveTeamProject">
<summary>
Deletes one or more team projects.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.TeamProject.RemoveTeamProject.Project">
<summary>
Specifies the name of a Team Project to delete. Wildcards are supported.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.TeamProject.RemoveTeamProject.Hard">
<summary>
Deletes the team project permanently. When omitted, the team project is moved to a
"recycle bin" and can be recovered either via UI or by using Undo-TfsTeamProjectRemoval.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.TeamProject.RemoveTeamProject.Force">
<summary>
Forces the exclusion of the team project. When omitted, the command prompts for
confirmation prior to deleting the team project.
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.TeamProject.RenameTeamProject">
<summary>
Renames a team project.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.TeamProject.RenameTeamProject.Project">
<summary>
Specifies the name of a Team Project to rename.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.TeamProject.RenameTeamProject.Force">
<summary>
Forces the renaming of the team project. When omitted, the command prompts for
confirmation prior to renaming the team project.
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.TeamProject.UndoTeamProjectRemoval">
<summary>
Undeletes one or more team projects.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.TeamProject.UndoTeamProjectRemoval.Project">
<summary>
Specifies the name of the Team Project to undelete.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.TeamProject.UndoTeamProjectRemoval.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.TeamProject.UndoTeamProjectRemoval.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Team.Backlog.GetTeamBacklogLevel">
<summary>
Gets information about one or more backlog levels of a given team.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.Backlog.GetTeamBacklogLevel.Backlog">
<summary>
Specifies one or more backlog level configurations to be returned. Valid values
are the name (e.g. "Stories") or the ID (e.g. "Microsoft.RequirementCategory") of the
backlog level to return. Wilcards are supported. When omitted, returns all backlogs
levels of the given team.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.Backlog.GetTeamBacklogLevel.Team">
<summary>
HELP_PARAM_TEAM
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.Backlog.GetTeamBacklogLevel.Project">
<summary>
HELP_PARAM_PROJECT
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Team.Board.GetTeamBoard">
<summary>
Gets one or more team boards.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.Board.GetTeamBoard.Board">
<summary>
Specifies the board name. Wildcards are supported. When omitted, returns all boards in
the given team.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.Board.GetTeamBoard.Team">
<summary>
HELP_PARAM_TEAM
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.Board.GetTeamBoard.Project">
<summary>
HELP_PARAM_PROJECT
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Team.Board.GetTeamBoardCardRule">
<summary>
Gets one or more team board card rules.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.Board.GetTeamBoardCardRule.Rule">
<summary>
Specifies the rule name. Wildcards are supported.
When omitted, returns all card rules in the given board.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.Board.GetTeamBoardCardRule.RuleType">
<summary>
Specifies the kind of rule to return. When omitted, returns
both rule types (card color and tag color).
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.Board.GetTeamBoardCardRule.Board">
<summary>
Specifies the board name.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.Board.GetTeamBoardCardRule.Team">
<summary>
HELP_PARAM_TEAM
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.Board.GetTeamBoardCardRule.Project">
<summary>
HELP_PARAM_PROJECT
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.Board.SetTeamBoardCardRuleSetting.Board">
<summary>
Specifies the board name. Wildcards are supported. When omitted, returns card rules
for all boards in the given team.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.Board.SetTeamBoardCardRuleSetting.Team">
<summary>
HELP_PARAM_TEAM
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.Team.Board.SetTeamBoardCardRuleSetting.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Team.GetTeam">
<summary>
Gets information about one or more teams.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.GetTeam.Team">
<summary>
Specifies the team to return. Accepted values are its name, its ID, or a
Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object. Wildcards are supported.
When omitted, all teams in the given team project are returned.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.GetTeam.QueryMembership">
<summary>
Get team members (fills the Members property with a list of
Microsoft.VisualStudio.Services.WebApi.TeamMember objects).
When omitted, only basic team information (such as name, description and ID) are returned.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.GetTeam.IncludeSettings">
<summary>
Gets the team's backlog settings (fills the Settings property with a
Microsoft.TeamFoundation.Work.WebApi.TeamSetting object)
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.GetTeam.Project">
<summary>
HELP_PARAM_PROJECT
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.GetTeam.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.GetTeam.Current">
<summary>
Returns the team specified in the last call to Connect-TfsTeam (i.e. the "current" team)
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.GetTeam.Default">
<summary>
Returns the default team in the given team project.
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.Team.GetTeam.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.Team.TeamDataService.DoRemoveItem">
<summary>
Performs execution of the command
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.Team.TeamDataService.DoRenameItem">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Team.NewTeam">
<summary>
Creates a new team.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.NewTeam.Team">
<summary>
Specifies the name of the new team.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.NewTeam.DefaultAreaPath">
<summary>
Specifies the team's default area path (or "team field"). The default area path is assigned
automatically to all work items created in a team's backlog and/or board. When omitted,
an area path may still be associated to this team depending on whether NoAutomaticAreaPath
is set
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.NewTeam.NoDefaultArea">
<summary>
Do not associate an area path automatically to the new team. When omitted, an area path
is created (if needed) and then is set as the default area path / team field
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.NewTeam.BacklogIteration">
<summary>
Specifies the team's backlog iteration path. When omitted, defaults to the team project's root iteration.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.NewTeam.IterationPaths">
<summary>
Specifies the backlog iteration paths that are associated with this team. Provide a list
of iteration paths in the form '/path1/path2'.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.NewTeam.DefaultIterationMacro">
<summary>
Specifies the default iteration macro. When omitted, defaults to "@CurrentIteration".
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.NewTeam.NoBacklogIteration">
<summary>
Do not associate an iteration path automatically to the new team. When omitted,
an iteration path is created (if needed) and then is set as the default
backlog iteration
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.NewTeam.Description">
<summary>
Specifies a description of the new team.
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Team.RemoveTeam">
<summary>
Deletes a team.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.RemoveTeam.Team">
<summary>
HELP_PARAM_TEAM
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Team.RenameTeam">
<summary>
Renames a team.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.RenameTeam.Team">
<summary>
HELP_PARAM_TEAM
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Team.SetTeam">
<summary>
Changes the details of a team.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.SetTeam.Team">
<summary>
HELP_PARAM_TEAM
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.SetTeam.Description">
<summary>
Specifies a new description
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.SetTeam.DefaultAreaPath">
<summary>
Specifies the team's default area path (or "team field"). The default area path is assigned
automatically to all work items created in a team's backlog and/or board.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.SetTeam.AreaPaths">
<summary>
Specifies the backlog area paths that are associated with this team. Provide a list
of area paths in the form '/path1/path2/[*]'. When the path ends with an asterisk, all
child area path will be included recursively. Otherwise, only the area itself (without
its children) will be included.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.SetTeam.BacklogIteration">
<summary>
Specifies the team's backlog iteration path. When omitted, defaults to the team project's root iteration.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.SetTeam.IterationPaths">
<summary>
Specifies the backlog iteration paths that are associated with this team. Provide a list
of iteration paths in the form '/path1/path2'.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.SetTeam.DefaultIterationMacro">
<summary>
Specifies the default iteration macro. When omitted, defaults to "@CurrentIteration".
</summary>
</member>
<member name="F:TfsCmdlets.Cmdlets.Team.SetTeam.WorkingDays">
<summary>
Specifies the team's Working Days. When omitted, defaults to Monday thru Friday
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.SetTeam.BugsBehavior">
<summary>
Specifies how bugs should behave when added to a board.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.SetTeam.BacklogVisibilities">
<summary>
Specifies which backlog levels (e.g. Epics, Features, Stories) should be visible.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.SetTeam.Default">
<summary>
Sets the supplied team as the default team project team.
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Team.TeamAdmin.AddTeamAdmin">
<summary>
Adds a new administrator to a team.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.TeamAdmin.AddTeamAdmin.Admin">
<summary>
Specifies the administrator to add to the given team.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.TeamAdmin.AddTeamAdmin.Team">
<summary>
HELP_PARAM_TEAM
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.TeamAdmin.AddTeamAdmin.Project">
<summary>
HELP_PARAM_PROJECT
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.TeamAdmin.AddTeamAdmin.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.TeamAdmin.AddTeamAdmin.Passthru">
<summary>
HELP_PARAM_PASSTHRU
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.Team.TeamAdmin.AddTeamAdmin.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Team.TeamAdmin.GetTeamAdmin">
<summary>
Gets the administrators of a team.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.TeamAdmin.GetTeamAdmin.Team">
<summary>
HELP_PARAM_TEAM
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.TeamAdmin.GetTeamAdmin.Admin">
<summary>
Specifies the administrator to get from the given team. Wildcards are supported.
When omitted, all administrators are returned.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.TeamAdmin.GetTeamAdmin.Project">
<summary>
HELP_PARAM_PROJECT
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.TeamAdmin.GetTeamAdmin.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.Team.TeamAdmin.GetTeamAdmin.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Team.TeamAdmin.RemoveTeamAdmin">
<summary>
Removes an administrator from a team.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.TeamAdmin.RemoveTeamAdmin.Admin">
<summary>
Specifies the administrator to remove from the team.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.TeamAdmin.RemoveTeamAdmin.Team">
<summary>
HELP_PARAM_TEAM
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.TeamAdmin.RemoveTeamAdmin.Project">
<summary>
HELP_PARAM_PROJECT
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.TeamAdmin.RemoveTeamAdmin.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.Team.TeamAdmin.RemoveTeamAdmin.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Team.TeamAdmin.TeamAdmin">
<summary>
Represents a Team Adminstrator
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Team.TeamMember.AddTeamMember">
<summary>
Adds new members to a team.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.TeamMember.AddTeamMember.Member">
<summary>
Specifies the member (user or group) to add to the given team.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.TeamMember.AddTeamMember.Team">
<summary>
Specifies the team to which the member is added.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.TeamMember.AddTeamMember.Project">
<summary>
HELP_PARAM_PROJECT
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.TeamMember.AddTeamMember.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.Team.TeamMember.AddTeamMember.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Team.TeamMember.GetTeamMember">
<summary>
Gets the members of a team.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.TeamMember.GetTeamMember.Team">
<summary>
Specifies the team from which to get its members.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.TeamMember.GetTeamMember.Member">
<summary>
Specifies the member (user or group) to get from the given team. Wildcards are supported.
When omitted, all team members are returned.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.TeamMember.GetTeamMember.Recurse">
<summary>
Recursively expands all member groups, returning the users and/or groups contained in them
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.TeamMember.GetTeamMember.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.Team.TeamMember.GetTeamMember.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.Team.TeamMember.RemoveTeamMember">
<summary>
Removes a member from a team.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.TeamMember.RemoveTeamMember.Member">
<summary>
Specifies the member (user or group) to remove from the given team.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.TeamMember.RemoveTeamMember.Team">
<summary>
Specifies the team from which the member is removed.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.TeamMember.RemoveTeamMember.Project">
<summary>
HELP_PARAM_PROJECT
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.Team.TeamMember.RemoveTeamMember.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.Team.TeamMember.RemoveTeamMember.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.TestManagement.CopyTestPlan">
<summary>
Clones a test plan and, optionally, its test suites and test cases.
</summary>
<remarks>
<para>The Copy-TfsTestPlan copies ("clones") a test plan to help duplicate test suites and/or test cases. Cloning is useful if you want to branch your application into two versions. After copying, the tests for the two versions can be changed without affecting each other.</para>
<para>When you clone a test suite, the following objects are copied from the source test plan to the destination test plan:</para>
<para> * Test cases (note: Each new test case retains its shared steps. A link is made between the source and new test cases. The new test cases do not have test runs, bugs, test results, and build information);</para>
<para> * Shared steps referenced by cloned test cases;</para>
<para> * Test suites (note: The following data is retained - Names and hierarchical structure of the test suites; Order of the test cases; Assigned testers; Configurations);</para>
<para> * Action Recordings linked from a cloned test case;</para>
<para> * Links and Attachments;</para>
<para> * Test configuration.</para>
<para>The items below are only copied when using -CloneRequirements:</para>
<para> * Requirements-based suites;</para>
<para> * Requirements work items (product backlog items or user stories);</para>
<para> * Bug work items, when in a project that uses the Scrum process template or any other project in which the Bug work item type is in the Requirements work item category. In other projects, bugs are not cloned.</para>
</remarks>
<example>
<code>Copy-TfsTestPlan -TestPlan "My test plan" -Project "SourceProject" -Destination "TargetProject" -NewName "My new test plan"</code>
</example>
</member>
<member name="P:TfsCmdlets.Cmdlets.TestManagement.CopyTestPlan.Project">
<summary>
HELP_PARAM_PROJECT
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.TestManagement.CopyTestPlan.Collection">
<summary>
HELP_PARAM_COLLECTION
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.TestManagement.CopyTestPlan.Passthru">
<summary>
HELP_PARAM_PASSTHRU
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.TestManagement.CopyTestPlan.DoProcessRecord">
<summary>
Performs execution of the command
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.TestManagement.GetTestPlan">
<summary>
Gets the contents of one or more test plans.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.TestManagement.GetTestPlan.TestPlan">
<summary>
Specifies the test plan name. Wildcards are supported. When omitted, returns all test cases in the given team project.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.TestManagement.GetTestPlan.Owner">
<summary>
Gets only the plans owned by the specified user.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.TestManagement.GetTestPlan.NoPlanDetails">
<summary>
Get only basic properties of the test plan.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.TestManagement.GetTestPlan.Active">
<summary>
Get only the active plans.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.TestManagement.GetTestPlan.Project">
<summary>
HELP_PARAM_PROJECT
</summary>
<value></value>
</member>
<member name="T:TfsCmdlets.Cmdlets.TestManagement.NewTestPlan">
<summary>
Creates a new test plan.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.TestManagement.NewTestPlan.TestPlan">
<summary>
Specifies the test plan name.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.TestManagement.NewTestPlan.AreaPath">
<summary>
Specifies the owner of the new test plan.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.TestManagement.NewTestPlan.IterationPath">
<summary>
Specifies the owner of the new test plan.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.TestManagement.NewTestPlan.StartDate">
<summary>
Specifies the start date of the test plan.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.TestManagement.NewTestPlan.EndDate">
<summary>
Specifies the end date of the test plan.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.TestManagement.NewTestPlan.Owner">
<summary>
Specifies the owner of the new test plan.
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.TestManagement.RemoveTestPlan">
<summary>
Deletes one or more test plans.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.TestManagement.RemoveTestPlan.TestPlan">
<summary>
Specifies one or more test plans to delete. Wildcards are supported.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.TestManagement.RemoveTestPlan.Force">
<summary>
Forces the deletion of test plans with test suites and/or test cases.
When omitted, only empty test plans can be deleted.
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.TestManagement.RenameTestPlan">
<summary>
Renames a test plans.
</summary>
</member>
<member name="P:TfsCmdlets.Cmdlets.TestManagement.RenameTestPlan.TestPlan">
<summary>
Specifies the test plan name.
</summary>
</member>
<member name="T:TfsCmdlets.Cmdlets.ParameterDictionary">
<summary>
Represents a collection of cmdlet arguments
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.ParameterDictionary.#ctor">
<summary>
Creates an empty dictionary
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.ParameterDictionary.#ctor(System.Object)">
<summary>
Creates a new dictionary, copying the properties of supplied object
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.ParameterDictionary.#ctor(System.Object,System.Object)">
<summary>
Creates a new dictionary, copying the properties of supplied object and merging it
with another.
</summary>
<see cref="M:TfsCmdlets.Cmdlets.ParameterDictionary.Merge(TfsCmdlets.Cmdlets.ParameterDictionary)"/>
</member>
<member name="M:TfsCmdlets.Cmdlets.ParameterDictionary.Get``1(System.String,``0)">
<summary>
Returns the value of a property. When the property is missing, returns an
optionally supplied default value.
</summary>
</member>
<member name="M:TfsCmdlets.Cmdlets.ParameterDictionary.Merge(TfsCmdlets.Cmdlets.ParameterDictionary)">
<summary>
Merges this instance with another one. Only parameters present in the other collection
that are also missing from this one are merged, i.e conflicting properties are skipped.
</summary>
</member>
<member name="T:TfsCmdlets.Models.Connection">
<summary>
Encapsulates the platform-specific connection object
</summary>
</member>
<member name="M:TfsCmdlets.Models.Connection.op_Implicit(TfsCmdlets.Models.Connection)~Microsoft.TeamFoundation.Client.TfsConnection">
<summary>
Converts a Connection object to a TfsConnection-derived object
</summary>
</member>
<member name="M:TfsCmdlets.Models.Connection.op_Implicit(Microsoft.TeamFoundation.Client.TfsConnection)~TfsCmdlets.Models.Connection">
<summary>
Converts a TfsConnection-derived object to a Connection object
</summary>
</member>
<member name="M:TfsCmdlets.Models.Connection.GetClientFromType(System.Type)">
<summary>
Gets a client of the given type
</summary>
</member>
<member name="T:TfsCmdlets.Models.Identity">
<summary>
Encapsulates the platform-specific identity object
</summary>
</member>
<member name="T:TfsCmdlets.Models.BacklogLevelConfiguration">
<summary>
Encapsulates the backlog level configuration object
</summary>
</member>
<member name="T:TfsCmdlets.Models.Board">
<summary>
Encapsulates the team board object
</summary>
</member>
<member name="T:TfsCmdlets.Models.ClassificationNode">
<summary>
Encapsulates the area/iteration node object
</summary>
</member>
<member name="P:TfsCmdlets.Models.ClassificationNode.RelativePath">
<summary>
Get a node's relative path
</summary>
</member>
<member name="M:TfsCmdlets.Models.ClassificationNode.FixNodePath">
<summary>
Fill a missing node path. Older versions of the REST API don't populate the Path property.
</summary>
</member>
<member name="T:TfsCmdlets.Models.GlobalList">
<summary>
Represents a Team Foundation Server global lists
</summary>
</member>
<member name="M:TfsCmdlets.Models.GlobalList.op_Implicit(TfsCmdlets.Models.GlobalList)~System.Xml.Linq.XElement">
<summary>
Converts a GlobalList to an XElement
</summary>
</member>
<member name="M:TfsCmdlets.Models.GlobalList.op_Implicit(System.Xml.Linq.XElement)~TfsCmdlets.Models.GlobalList">
<summary>
Converts an XElement to a GlobalList
</summary>
</member>
<member name="M:TfsCmdlets.Models.GlobalList.#ctor">
<summary>
Creates an empty instance of GlobalList
</summary>
</member>
<member name="M:TfsCmdlets.Models.GlobalList.#ctor(System.String,System.Collections.Generic.IEnumerable{System.String})">
<summary>
Creates a new instance from the given name and items
</summary>
<param name="name">The name of the global list</param>
<param name="items">The items (content) of the global list</param>
</member>
<member name="M:TfsCmdlets.Models.GlobalList.#ctor(System.Xml.Linq.XElement)">
<summary>
Creates an instance of GlobalList from an XElement containing a <GLOBALLIST> element
</summary>
<param name="el">An XML element containing a global list definition</param>
<returns>An instance of GlobalList</returns>
</member>
<member name="P:TfsCmdlets.Models.GlobalList.Name">
<summary>
Gets the name of the global list.
</summary>
</member>
<member name="P:TfsCmdlets.Models.GlobalList.Items">
<summary>
Gets the contents (items) of the global list.
</summary>
</member>
<member name="M:TfsCmdlets.Models.GlobalList.ToString">
<inheritdoc/>
</member>
<member name="M:TfsCmdlets.Models.GlobalList.ToXml">
<summary>
Returns this global list in its original XML representation
</summary>
<returns>A XElement object representing a <GLOBALLIST> element</returns>
</member>
<member name="T:TfsCmdlets.Models.GlobalListCollection">
<summary>
Represents a collection of global lists.
</summary>
</member>
<member name="M:TfsCmdlets.Models.GlobalListCollection.op_Implicit(TfsCmdlets.Models.GlobalListCollection)~System.Xml.Linq.XDocument">
<summary>
Converts a collection of global lists to a well-formed <gl:GLOBALLISTS> document
</summary>
</member>
<member name="M:TfsCmdlets.Models.GlobalListCollection.op_Implicit(System.Xml.Linq.XDocument)~TfsCmdlets.Models.GlobalListCollection">
<summary>
Converts a well-formed <gl:GLOBALLISTS> document to a collection of global lists
</summary>
</member>
<member name="M:TfsCmdlets.Models.GlobalListCollection.#ctor">
<summary>
Creates an empty collection
</summary>
</member>
<member name="M:TfsCmdlets.Models.GlobalListCollection.#ctor(System.Collections.Generic.IEnumerable{TfsCmdlets.Models.GlobalList})">
<summary>
Creates a collection and adds the given global lists to it
</summary>
<param name="items">Collection of global lists to add to this instance</param>
</member>
<member name="M:TfsCmdlets.Models.GlobalListCollection.#ctor(TfsCmdlets.Models.GlobalList)">
<summary>
Creates a collection and adds the given global list to it
</summary>
<param name="item">A single global list to add to this instance</param>
</member>
<member name="M:TfsCmdlets.Models.GlobalListCollection.#ctor(System.String)">
<summary>
Creates a collection from the given <gl:GLOBALLISTS> document
</summary>
<param name="xml">A well-formed <gl:GLOBALLISTS> document</param>
</member>
<member name="M:TfsCmdlets.Models.GlobalListCollection.#ctor(System.Xml.Linq.XDocument)">
<summary>
Creates a collection from the given <gl:GLOBALLISTS> document
</summary>
<param name="doc">A well-formed <gl:GLOBALLISTS> document</param>
</member>
<member name="M:TfsCmdlets.Models.GlobalListCollection.ToString">
<summary>
Returns the XML representation of the contents of this collection, in the form of a
<gl:GLOBALLISTS> document
</summary>
</member>
<member name="M:TfsCmdlets.Models.GlobalListCollection.ToXml">
<summary>
Returns the XML representation of the contents of this collection, in the form of a
<gl:GLOBALLISTS> document, as a XDocument object
</summary>
</member>
<member name="T:TfsCmdlets.Models.Team">
<summary>
Encapsulates a WebApiTeam object
</summary>
</member>
<member name="M:TfsCmdlets.Models.Team.op_Implicit(TfsCmdlets.Models.Team)~Microsoft.TeamFoundation.Core.WebApi.WebApiTeam">
<summary>
Converts to WebApiTeam
</summary>
</member>
<member name="M:TfsCmdlets.Models.Team.op_Implicit(Microsoft.TeamFoundation.Core.WebApi.WebApiTeam)~TfsCmdlets.Models.Team">
<summary>
Converts from WebApiTeam
</summary>
</member>
<member name="M:TfsCmdlets.Services.BaseService.GetService``1">
<summary>
Returns an instance of the specified service
</summary>
<typeparam name="T">The type of the requested service.static Must derive from IService</typeparam>
<returns>An instance of T, as provided by the current service provider</returns>
</member>
<member name="T:TfsCmdlets.TfsComponent">
<summary>
Indicates a TFS component
</summary>
</member>
<member name="F:TfsCmdlets.TfsComponent.BaseInstallation">
<summary>
The root folder of a TFS installation
</summary>
</member>
<member name="F:TfsCmdlets.TfsComponent.ApplicationTier">
<summary>
The "ApplicationTier" folder of a TFS installation
</summary>
</member>
<member name="F:TfsCmdlets.TfsComponent.SharePointExtensions">
<summary>
The "SharePointExtensions" folder of a TFS installation
</summary>
</member>
<member name="F:TfsCmdlets.TfsComponent.TeamBuild">
<summary>
The "TeamBuild" folder of a TFS installation
</summary>
</member>
<member name="F:TfsCmdlets.TfsComponent.Tools">
<summary>
The "Tools" folder of a TFS installation
</summary>
</member>
<member name="F:TfsCmdlets.TfsComponent.VersionControlProxy">
<summary>
The "VersionControlProxy" folder of a TFS installation
</summary>
</member>
<member name="T:TfsCmdlets.ClientScope">
<summary>
Client scope for Invoke-RestApi
</summary>
</member>
<member name="F:TfsCmdlets.ClientScope.Server">
<summary>
Server-level scope
</summary>
</member>
<member name="F:TfsCmdlets.ClientScope.Collection">
<summary>
Collection-level scope
</summary>
</member>
<member name="T:TfsCmdlets.Extensions.DocumentExtensions">
<summary>
Linq to XML extension methods
</summary>
</member>
<member name="M:TfsCmdlets.Extensions.DocumentExtensions.ToXmlDocument(System.Xml.Linq.XDocument)">
<summary>
Converts a LINQ-based XDocument to a "legacy" XmlDocument
</summary>
<param name="xDocument">The document to be converted</param>
<returns>The converted document</returns>
</member>
<member name="M:TfsCmdlets.Extensions.DocumentExtensions.ToXDocument(System.Xml.XmlDocument)">
<summary>
Converts a "legacy" XmlDocument to a LINQ-based XDocument
</summary>
<param name="xmlDocument">The document to be converted</param>
<returns>The converted document</returns>
</member>
<member name="T:TfsCmdlets.HttpClient.GenericHttpClient">
<summary>
Generic HTTP Client, used by the Invoke-TfsRestApi cmdlet
</summary>
</member>
<member name="M:TfsCmdlets.HttpClient.GenericHttpClient.#ctor(System.Uri,Microsoft.VisualStudio.Services.Common.VssCredentials)">
<summary>
Creates a new instance of the GenericHttpClient class
</summary>
</member>
<member name="M:TfsCmdlets.HttpClient.GenericHttpClient.#ctor(System.Uri,Microsoft.VisualStudio.Services.Common.VssCredentials,Microsoft.VisualStudio.Services.Common.VssHttpRequestSettings)">
<summary>
Creates a new instance of the GenericHttpClient class
</summary>
</member>
<member name="M:TfsCmdlets.HttpClient.GenericHttpClient.#ctor(System.Uri,Microsoft.VisualStudio.Services.Common.VssCredentials,System.Net.Http.DelegatingHandler[])">
<summary>
Creates a new instance of the GenericHttpClient class
</summary>
</member>
<member name="M:TfsCmdlets.HttpClient.GenericHttpClient.#ctor(System.Uri,System.Net.Http.HttpMessageHandler,System.Boolean)">
<summary>
Creates a new instance of the GenericHttpClient class
</summary>
</member>
<member name="M:TfsCmdlets.HttpClient.GenericHttpClient.#ctor(System.Uri,Microsoft.VisualStudio.Services.Common.VssCredentials,Microsoft.VisualStudio.Services.Common.VssHttpRequestSettings,System.Net.Http.DelegatingHandler[])">
<summary>
Creates a new instance of the GenericHttpClient class
</summary>
</member>
<member name="P:TfsCmdlets.HttpClient.GenericHttpClient.Uri">
<summary>
Gets the API URL
</summary>
</member>
<member name="M:TfsCmdlets.HttpClient.GenericHttpClient.UseHost(System.String)">
<summary>
Specifies an alternate host name for APIs not hosted in "dev.azure.com"
</summary>
<param name="host">An alternate host, such as "vsaex.dev.azure.com" or "vssps.dev.azure.com".</param>
</member>
<member name="M:TfsCmdlets.HttpClient.GenericHttpClient.Get``1(System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.Object)">
<summary>
Sends a GET request to an Azure DevOps API
</summary>
<typeparam name="T">The typed model (JSON proxy class) corresponding to the API result</typeparam>
<param name="apiPath">The path to the API, relative to the collection/organization URL</param>
<param name="apiVersion">The version of the requested API (e.g. "5.1")</param>
<param name="additionalHeaders">Any additional HTTP headers that must be sent along the request</param>
<param name="queryParameters">Any query parameters ("query string") that are part of the request</param>
<param name="mediaType">The MIME content type of the response</param>
<param name="userState">User-defined, arbitrary data sent as a "userstate" HTTP header</param>
<returns>The response of the API, converted to the model type T</returns>
</member>
<member name="M:TfsCmdlets.HttpClient.GenericHttpClient.Get(System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.Object)">
<summary>
Sends a GET request to an Azure DevOps API
</summary>
<param name="apiPath">The path to the API, relative to the collection/organization URL</param>
<param name="apiVersion">The version of the requested API (e.g. "5.1")</param>
<param name="additionalHeaders">Any additional HTTP headers that must be sent along the request</param>
<param name="queryParameters">Any query parameters ("query string") that are part of the request</param>
<param name="mediaType">The MIME content type of the response</param>
<param name="userState">User-defined, arbitrary data sent as a "userstate" HTTP header</param>
<returns>The response of the API as an HttpResponseMessage object</returns>
</member>
<member name="M:TfsCmdlets.HttpClient.GenericHttpClient.Post``2(System.String,``0,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.Object)">
<summary>
Sends a POST request to an Azure DevOps API
</summary>
<typeparam name="T">The typed model (JSON proxy class) corresponding to the API parameter (content) object</typeparam>
<typeparam name="TResult">The typed model (JSON proxy class) corresponding to the API result</typeparam>
<param name="apiPath">The path to the API, relative to the collection/organization URL</param>
<param name="value">The API parameters sent as the request body</param>
<param name="apiVersion">The version of the requested API (e.g. "5.1")</param>
<param name="additionalHeaders">Any additional HTTP headers that must be sent along the request</param>
<param name="queryParameters">Any query parameters ("query string") that are part of the request</param>
<param name="mediaType">The MIME content type of the response</param>
<param name="userState">User-defined, arbitrary data sent as a "userstate" HTTP header</param>
<returns>The response of the API as an HttpResponseMessage object</returns>
</member>
<member name="M:TfsCmdlets.HttpClient.GenericHttpClient.Post(System.String,System.Net.Http.HttpContent,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.Object)">
<summary>
Sends a POST request to an Azure DevOps API
</summary>
<param name="apiPath">The path to the API, relative to the collection/organization URL</param>
<param name="content">The API parameters sent as the request body</param>
<param name="apiVersion">The version of the requested API (e.g. "5.1")</param>
<param name="additionalHeaders">Any additional HTTP headers that must be sent along the request</param>
<param name="queryParameters">Any query parameters ("query string") that are part of the request</param>
<param name="mediaType">The MIME content type of the response</param>
<param name="userState">User-defined, arbitrary data sent as a "userstate" HTTP header</param>
<returns>The response of the API as an HttpResponseMessage object</returns>
</member>
<member name="M:TfsCmdlets.HttpClient.GenericHttpClient.InvokeAsync(System.Net.Http.HttpMethod,System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.Object)">
<summary>
Invokes a REST API asynchronously
</summary>
</member>
<member name="M:TfsCmdlets.HttpClient.GenericHttpClient.InvokeAsync``1(System.Net.Http.HttpMethod,System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.Object)">
<summary>
Invokes a REST API asynchronously
</summary>
</member>
<member name="M:TfsCmdlets.HttpClient.GenericHttpClient.PostForm``1(System.String,System.Collections.Generic.Dictionary{System.String,System.String},System.Boolean,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.Object)">
<summary>
Invokes a REST API asynchronously
</summary>
</member>
<member name="T:TfsCmdlets.HttpClient.TeamAdminHttpClient">
<summary>
Custom HTTP Client to handle team administrator management
</summary>
</member>
<member name="M:TfsCmdlets.HttpClient.TeamAdminHttpClient.AddTeamAdmin(System.Guid,System.Guid,System.Guid)">
<summary>
Adds an administrator to a team
</summary>
</member>
<member name="M:TfsCmdlets.HttpClient.TeamAdminHttpClient.AddTeamAdmin(System.String,System.Guid,System.Guid)">
<summary>
Adds an administrator to a team
</summary>
</member>
<member name="M:TfsCmdlets.HttpClient.TeamAdminHttpClient.RemoveTeamAdmin(System.Guid,System.Guid,System.Guid)">
<summary>
Removes an administrator from a team
</summary>
</member>
<member name="M:TfsCmdlets.HttpClient.TeamAdminHttpClient.RemoveTeamAdmin(System.String,System.Guid,System.Guid)">
<summary>
Removes an administrator from a team
</summary>
</member>
<member name="M:TfsCmdlets.HttpClient.TeamAdminHttpClient.#ctor(System.Uri,Microsoft.VisualStudio.Services.Common.VssCredentials)">
<summary>
Creates a new instance of the TeamAdminHttpClient class
</summary>
</member>
<member name="M:TfsCmdlets.HttpClient.TeamAdminHttpClient.#ctor(System.Uri,Microsoft.VisualStudio.Services.Common.VssCredentials,Microsoft.VisualStudio.Services.Common.VssHttpRequestSettings)">
<summary>
Creates a new instance of the TeamAdminHttpClient class
</summary>
</member>
<member name="M:TfsCmdlets.HttpClient.TeamAdminHttpClient.#ctor(System.Uri,Microsoft.VisualStudio.Services.Common.VssCredentials,System.Net.Http.DelegatingHandler[])">
<summary>
Creates a new instance of the TeamAdminHttpClient class
</summary>
</member>
<member name="M:TfsCmdlets.HttpClient.TeamAdminHttpClient.#ctor(System.Uri,System.Net.Http.HttpMessageHandler,System.Boolean)">
<summary>
Creates a new instance of the TeamAdminHttpClient class
</summary>
</member>
<member name="M:TfsCmdlets.HttpClient.TeamAdminHttpClient.#ctor(System.Uri,Microsoft.VisualStudio.Services.Common.VssCredentials,Microsoft.VisualStudio.Services.Common.VssHttpRequestSettings,System.Net.Http.DelegatingHandler[])">
<summary>
Creates a new instance of the TeamAdminHttpClient class
</summary>
</member>
<member name="T:TfsCmdlets.HttpClient.TeamAdmins">
<summary>
Represents a collection of team administrators
</summary>
</member>
<member name="P:TfsCmdlets.HttpClient.TeamAdmins.Admins">
<summary>
Collection of team administrators
</summary>
</member>
<member name="T:TfsCmdlets.HttpClient.TeamAdmin">
<summary>
Represents a team administrator
</summary>
</member>
<member name="P:TfsCmdlets.HttpClient.TeamAdmin.IdentityType">
<summary>
Identity Type
</summary>
</member>
<member name="P:TfsCmdlets.HttpClient.TeamAdmin.FriendlyDisplayName">
<summary>
Friendly Display Name
</summary>
</member>
<member name="P:TfsCmdlets.HttpClient.TeamAdmin.DisplayName">
<summary>
Display Name
</summary>
</member>
<member name="P:TfsCmdlets.HttpClient.TeamAdmin.SubHeader">
<summary>
Sub-header
</summary>
</member>
<member name="P:TfsCmdlets.HttpClient.TeamAdmin.TeamFoundationId">
<summary>
Team Foundation Id
</summary>
</member>
<member name="P:TfsCmdlets.HttpClient.TeamAdmin.EntityId">
<summary>
Entity Id
</summary>
</member>
<member name="P:TfsCmdlets.HttpClient.TeamAdmin.Errors">
<summary>
List of Errors
</summary>
</member>
<member name="P:TfsCmdlets.HttpClient.TeamAdmin.Warnings">
<summary>
List of Warnings
</summary>
</member>
<member name="P:TfsCmdlets.HttpClient.TeamAdmin.Domain">
<summary>
User Domain
</summary>
</member>
<member name="P:TfsCmdlets.HttpClient.TeamAdmin.AccountName">
<summary>
User Account Name
</summary>
</member>
<member name="P:TfsCmdlets.HttpClient.TeamAdmin.IsWindowsUser">
<summary>
Is Windows User
</summary>
</member>
<member name="P:TfsCmdlets.HttpClient.TeamAdmin.MailAddress">
<summary>
Email Address
</summary>
</member>
<member name="M:TfsCmdlets.HttpClient.TeamAdmin.ToString">
<inheritdoc/>
</member>
<member name="T:TfsCmdlets.HttpClient.AddTeamAdminRequestData">
<summary>
The request body to submit to the "Add Admin" service
</summary>
</member>
<member name="P:TfsCmdlets.HttpClient.AddTeamAdminRequestData.Team">
<summary>
TeamId
</summary>
</member>
<member name="P:TfsCmdlets.HttpClient.AddTeamAdminRequestData.NewUsers">
<summary>
List of New Users
</summary>
</member>
<member name="P:TfsCmdlets.HttpClient.AddTeamAdminRequestData.ExistingUsers">
<summary>
List of Existing Users
</summary>
</member>
<member name="T:TfsCmdlets.HttpClient.RemoveTeamAdminResult">
<summary>
The request body to submit to the "Remove Admin" service
</summary>
</member>
<member name="P:TfsCmdlets.HttpClient.RemoveTeamAdminResult.Success">
<summary>
Indicates the success of the operation
</summary>
</member>
<member name="T:TfsCmdlets.ModuleInitializer">
<summary>
PowerShell module initializer
</summary>
</member>
<member name="M:TfsCmdlets.ModuleInitializer.System#Management#Automation#IModuleAssemblyInitializer#OnImport">
<summary>
Method called automatically by PowerShell upon module load/start
</summary>
</member>
<member name="T:TfsCmdlets.Util.LazyProperty">
<summary>
Supports the creation of lazy-loaded ScriptProperty properties
</summary>
</member>
<member name="M:TfsCmdlets.Util.LazyProperty.Get(System.Management.Automation.PSObject,System.String,System.Management.Automation.ScriptBlock)">
<summary>
Gets the value of the specified lazy-loaded property
</summary>
<param name="obj">The source PSObject that owns the property</param>
<param name="property">The property name</param>
<param name="sb">The scriptblock that is evaluated when the property
needs to be loaded. It must return the value to be assigned to the property.</param>
<returns>The value of the property</returns>
</member>
<member name="T:TfsCmdlets.Util.ServerVersion">
<summary>
Represents the version of a Team Foundation / Azure DevOps Server installation, and/or
the currently deployed version of Azure DevOps in an Azure DevOps Services organization
</summary>
</member>
<member name="P:TfsCmdlets.Util.ServerVersion.Version">
<summary>
Gets the "four-part" version of TFS / Azure DevOps
</summary>
</member>
<member name="P:TfsCmdlets.Util.ServerVersion.LongVersion">
<summary>
Gets the "long" version of TFS / Azure DevOps
</summary>
</member>
<member name="P:TfsCmdlets.Util.ServerVersion.FriendlyVersion">
<summary>
Gets the "friendly" version of TFS / Azure DevOps
</summary>
</member>
<member name="P:TfsCmdlets.Util.ServerVersion.IsHosted">
<summary>
Indicates whether it's a "hosted" (Azure DevOps Services) deployment or not
(TFS/Azure DevOps Server)
</summary>
</member>
<member name="P:TfsCmdlets.Util.ServerVersion.Update">
<summary>
Gets the version number of the Update installed on a server, or number of the sprint
currently deployed in an Azure DevOps Services organization
</summary>
</member>
<member name="P:TfsCmdlets.Util.ServerVersion.YearVersion">
<summary>
Gets the version of the server as its corresponding year (e.g. 2019 for version 17.*)
</summary>
</member>
</members>
</doc>
md5: 1C235401C5D61F27DED6D2F02A567EB0 | sha1: 5EA2D0CBE59A93A26BA0546BC73E98B3931CC244 | sha256: F0CDC8FDE4144A2F12660A82767DF88F766C7C64544C3FD97453CB3AD3A09801 | sha512: D8C33C8875E6D5BCD3942FA6005B1F2DE29611BDA156EBE030AC8437AC01931BBE1C9FC7CCA99D2EA7D47957475CCDDF468315763C1492E99CB5FF9F95A9E11E
md5: 1C90CF7383F466010B4B99BAC9FB46F9 | sha1: 18884A0FDE365E155FA67A0AB4027270C81F73C6 | sha256: F2258A67D023D836264C78D17416B3E569B02FBACE3F1C1C4FBF56E0CBA7C4FF | sha512: F8F809976B0C92BC7070111888A87A4F895895971CD8AFC7AF096B4A2E74F1293F6549DC7633461B34EBE001733B2672A5B039BEC5FCD87CFABFE730AEC569C3
md5: 8A38365603919DB244E3D28AF8ADF490 | sha1: 532DC7B0581CE22BE6914AFFFFD4A4E2043ABB20 | sha256: 389CFEC2A75C4E4A923F86F9E65385ABCD080559DEB01C1FAE97126834584A20 | sha512: 16DF852DEF098512A59A550B002CBC64B6BB6791F60D1A22FBD528CB0AA7F26BD2C5E0A35DC27F3B47419860FD6CCACB7D2E8AA17FF353E2DF4F61BEADB7FE29
md5: 22DF101E463C85F520F14D951E9F0877 | sha1: 9CD11586BCDD9D8F13C67EA27CCB0F57B2FCD9D4 | sha256: EBCA573D7425E8B92C404C40E2C13A6A88EA26124785C510F88D3E3B5D8E8789 | sha512: 7E81D264EF8767656A4D8944A937A541A61ED6E64480576B608F587E7E192C38941F94AB407FD688504AAA5577783078ED6C9BB463BBD717A20593D64DB4A349
md5: 3565D76C45454B400FA0CBAFFC10C8AC | sha1: 6560368661508717B24E188210128C81C43CB258 | sha256: DC055F918E8F67038183B7F2240B57A169A1791AE33426314A7E10D3F5E3FE4F | sha512: 774106B273F52A596565F21DA97D2BE6CBF38449BFA77C94F2059CE765BA6455171E91FF19A5694470B842AC3F2F0300ACBCA2EF58278448B1681CE39FDF042D
md5: 52CF88A53D3D064BF358D4D2ACE98E65 | sha1: 2C0BBB691A72E2B185C64DC1E028C9BB1B7261D4 | sha256: D90177D3539259158A286BBF017FA1279ECC976E6A5C24744BF93169F8C45359 | sha512: 5D9A229931A5FFB9E24CADAE2128BF8F83F3841F1BF681B36942FCCA75F74156E96DC930243CA3BE86E00BF07B4AFBBB6D5FC745191B036133B25DEF1E68D8AD
md5: 84460BBDA0CE6AFA857DEF414E3B379A | sha1: 6F6239A5DF138A58ECF4D88EA7EFBFA3BCE61D40 | sha256: C9EAA6B79F8300519BEE1A05BE5B536FF1EFF62A1AB7CE73144C325CCB9727FD | sha512: 999E2C25983F64456A8AA008FBF001C27BFBBD4ACB09C7614115A433092E91599B7F453DEA65405620E60D8467DFFD3F765F61596A4EFF31BF1E29691DF39431
md5: 218986DCD45D18255D39B01A97DAE46C | sha1: 9D2D2F82A82978FEA77CD208C2178B3DD01FF579 | sha256: 5A3A4B1801EE2EDC0A95BCCB3A0E2C22FE73792F65F9BE79AC68B56F9772BA68 | sha512: E883D604DC19E3141FFB18F554C0C46B7E88282765DCBAA04CD343729C92FEECC97672F38E850D8DF798BE2881DC6833F825C1F6EB39015E4DDA74B9EA9BFCB2
md5: 3D994B2782BE046DC0F9080C7F2BA6C5 | sha1: 483E7A23B6DAF6D81AD181780B6046846C19B1EB | sha256: 3D7D16ABEA6379C0019F57CCFA40BAFC76DF894A59A4011F6EB1ABDF163685AB | sha512: 19678E2F32A15C0D6AA6F926E43551E84BBB62E2AF6422C8CF7024F3365B8ABADF8A32D86A92EC456433BBD399F08A344EE4923E5A81F790D131EBB2AED9E3DE
md5: 3181FCFCB3654049E8C75A288F07586B | sha1: 88EAFA126ED2FF69AE6892321641BD6FB6E4E58C | sha256: A602D42A27F698B50D5D5A9A4EB1A5D112107DC875240F6B8510B7CD9FF55124 | sha512: 8694F6DB9CABBAA7E521DE9187BF450E2607A284E47E44BD1EDB254F374CC9179A06E516803EC661EC307B295ADCAD3EC8A1439B6518E711B1946D6429FA22ED
md5: DCB02AA548101DFFAFDA157A9C6DDDC4 | sha1: 34B324399F75BB37067094AE3CF95D5F26994A5C | sha256: E9E1163E459C1BA15DC7D1291005E8C766D2EE7C3671BB017293FAF48EE7EF8C | sha512: B1C260227EAF70C7B64BC790785FBB5713DE599B4F843D45162FB7EC69981FBDEAE80E5CAECC5751E0CB9676E71F7AE60988AF245A465C05D4087A299EE56D2D
md5: D9196C06C872CA379CC186526EE8BF29 | sha1: 7CB471B9A48C91DA1C1838102489DB5A0854C41A | sha256: 43992A485D314722FEF86B6C0ADE8236D029A695FD81D9114A57EBCA784FDC8C | sha512: A56D42560A34FE9E92ED7890B66731BFF286FE359E315C8E383E26141591AF221FF8D0342840A8307277AAE584B1E4F262F47C7F99CBA2B0E89ECEDBC1E47806
md5: BE2AA9A37B94ADD3E3BDA7DDFD3D2EBA | sha1: B9C78A191412A7BD8709D4076FE1FA5043C43505 | sha256: 587C8160870F32A7903A7E908D33944A1CF3FF9EF25ECF31C65323B9864F0D5B | sha512: 42C8D22A487B6AEFD56E88CB57BD0FEBC6D318B9E89FA71367339259C9BEE7A68D1556DC165E109F052D0965163B733AC2D2483158460C631648A3C891F13B79
md5: 5FB906737B47909FC8CDEB454A5C00C0 | sha1: 5AD340331D16024D2B35F3E1EF61030D010F0058 | sha256: F7364C48AC91DA6FAEB0F6FA4D21942D8FA54C026BA28E1213F0B14BA1D2BC52 | sha512: 7B9A4200CB774BF56A96CE75B6ED6DEFE2F23550A109E87870C0E2EC52177CE5B613C483A869A8C91C2FC2B4BD7E2B76FC2E9388D857AE24D9E9326C17AA74E4
md5: BC5E036B09F253EB8CB89B2EBE5C93C5 | sha1: CB5FF347FD920621D9B2FA59283926E6C37C27E6 | sha256: 7AC9890343AC0983D3859498F8E03B3FFC53AB7F1899C3986A416F85E82989C3 | sha512: 25DC856D1E46F85344592236A2B1E97BA637A6773603DBBB30D543AE70599FDDA2AC8DB798B404E15FE2E8D58C83EB694A365EC37C423A8CDEC834766FB1EE4F
md5: D53AD1E9073AAA4A888E558B4D28A800 | sha1: 05011D12E95588DD67BEEEBD8FF2FDF12563E889 | sha256: 2E6A3261E238D5D16217DB5B308518366669795C4EDD45C3DE8931CA807D0F71 | sha512: AF98E197E82C242AC235D0A0A8CC950D7E0AAD1AE8BBD9CD8495C1E61313796F539F9D70DCF92E3F0A2402C491702FCA7B4C2CA82A4319684DF6BC68CE6A4621
md5: A9C037A2D88AF4E075EF8F96864B8AEB | sha1: 89B3B05FFF6FFC916B9BD6882CCF4076F8AF1891 | sha256: 4FA5C8C1EB91A1B895546D210FB2630AEBC00B928640A756FBE73EE5DA57EDE9 | sha512: 1EA02950E35A34BB9B1A391DEA81D046D41967870475A30DDEB654F599FCA3921BC11AEF622BA9A278B11E99ECA9FA8A54011B1934D919EB4B9E0ACADA16B164
md5: E4E6B25CDB830B370629B5BBE9658321 | sha1: 0B7BB4F7C6F9ACE10A5EC2DB3770C3F8DCE121FA | sha256: 958A9158163A02ABEBBC968B204822358E6B5B17C60F00E9AF25F0C309202E27 | sha512: C04F101AC9614A40506B27CBE10DC4E432E8BA86A4082B3AA6F92F7498BA6492F1A9F04DCC5CDB71C16225FB35605B5822A1364FB5B2052C3E4D6EB2072D004D
md5: F7A81323C50BA168FA87E9B27425E9FB | sha1: 8BA6F6D2B6BEA730654D9BEDD187721E7B3A4E07 | sha256: 13B37292FA53A2E64F8B3B5EC84C9F5B3E17A10580E1C6361B37AE1CDB1C3B06 | sha512: 3BA3AFA2DE101ABD50BDF2BCE7F680425962DBADE84DDDBD7026A70FE8448875BA73DBFF2B8B212A3D720015EB18B8A9F9200153DF60717F5F2D664A46881D39
md5: 31BCD26FCBEF2943DA7343E98ACA3651 | sha1: ECFFEDB552C4B6DA98817B33467B40EAB871A94E | sha256: 829A22A9C4516F370AAE4E017B00CDF62EC6253BD17730559DA93B9656D6DDDC | sha512: 37FE8632230EBE3C835BD6AA210ED484C72460E858493990EED5A97E95C79D8147F680ED2C838FB3365521FB1981E366C32DFA74A3BCA0A6340E7B7926CABF54
md5: 7579B9217A697384883BFCD8DF450D0A | sha1: 204057F347648416751DDF04B176D1E6016DC963 | sha256: 923C6D0AE29248BE22657369FD30103CBB37D1D293EEFCC15C17B0A6D20CB891 | sha512: 3E2956DF73C7B710AF50EE880ACC2862C1C27F2B13DBB0EE7034D66BF633E3E7C3F6AAD6ED6F04E919385198E92E8A7C841ED7F483954F795C663CF621EE9B6A
md5: CC0C5EA3799E96FE76EFC1348BEEB47B | sha1: 62BBC6C4B3585F029BB7942186388F5035EEDB5A | sha256: 9BAFF89644E15DEBBCBD131FCDDB3C67B0689933EC291789D89D2A11FBA2DB30 | sha512: 42AC06B8206D7EAD899305D9E06C43C31EBD2A491CB5D0426133515924EC63123B024A2DF3A10123BD53A7C4183ABEA39BD0BECE00A0E56E1EC0AF6DF4E6E776
md5: 277EF28604AD97D4A19A3F86861088F6 | sha1: 3E4E6CFF3BCC1FE429958E78AF540DB7AD186DCE | sha256: E6B69D2B37DE50E083CF89910B804C1BD48304C56403F1CA7F67D78FA464E6A3 | sha512: D13DB9B31DEA8372DECBADA6108870DA05620CF354B9488E02F5B3CDD476477ECF73DED15458E6C10FF21198CF68D3858FD54E852708078E2F922B1C573E6A90
md5: F048818E4A36276BAB3355A2905F36C2 | sha1: 63BE70001DA9192CBFE1B678459F7447A3506A40 | sha256: 0A01605D5550C449FE6C9A422AB11DF34A734E23F9B9460C5A9A2C6384CC63F2 | sha512: 4752957B0C6414F8F12B47BC5CFF8C8FD050556FAB204EFC3CB118AB4F1D9C2A3462A360E5D9DDE86ED5EDD6B58F96239D1975747C2B814B5F1F16B58AF0E49E
md5: D2C7B2C730D9BFCCC7AE37C41DC45D0C | sha1: BFD09F29B245546BCC586880AB75080106F442AD | sha256: A1D8CD8355C4738E1FA5497DFAF9CE9C1F87B960E5D6314C3F9A5CDF826FFB28 | sha512: A7E68D04CD1F96B17C30D11C08B95A0BA82A580BEAD2EC3F702E756F3AA043D87EB46AF7D216B1CD6230FF0954A6D6CDB822E5FA8DE4C9F8382861FE21ABBC05
md5: A388F94C1DF0E691F4135287A17E8488 | sha1: 7B5060B5149E846FD0F2CFF6B3680C9996A72ECE | sha256: 84484ACDE49B9BD898752C0DBE047B4B63BD81A01029EDA4881C8ED379EA9682 | sha512: 1337A97DC19517C5D6A518E2EF5D8B0C8F337A67DDBE022EEFC91589ACEB5B58C5A25FB8B35299CE7B6A9991FCB1FABE161F31A771D2712F61C018D4BF9821F9
md5: 741652792890A3FA80C70AD83FE75336 | sha1: 250E5B71F94AE14A1168ECAE3F622C84DB6CBC9C | sha256: A67E3AC0ADD38CA4BAD174E8F6876F1A75B8362FAEA3C44E1A8C93A4F0B4DF16 | sha512: DDACE4CB7B79E942A5B99E2A64A25DE3EE31454AA54A39776661B2585F89EF49599FB5F9FD39CF541BDD26A82B97D0AF3B7201ABDD77E0DFC25320DEE7F616E1
md5: 49626C697BF16C314C58345D2FBDAA14 | sha1: A2F515BCAC5181DDB383136A727443AD9CB97638 | sha256: 394BA5AFC5B09A78D6991977FBE253DB3E0312AC9735E7C91A6A24BEB07C34BB | sha512: 2AFCA42EBC4D963DE66789D472C8030DD5EBC7D6481EE44C55CC893574F0ECE74AB4325B024E5DB7BBDA647CFE61E1E8219FDAFC8A1FDB0FBB0453C69840FFAF
md5: F408B849F56FC17ACE552B317D13C163 | sha1: 864098350C5D28B2A69C35527C3AEAB51F46E3B9 | sha256: A8751F53DAE3E34285BA18DD33A351F72382BC0CF9735152B1822CF631DB35BA | sha512: 419FE2F2324C7A596933CC7BB47063E9D2077C8CAD344C55221C9528B5162F7C9C7F82329B12711A52036DECD8CCD86A9205B735A4FCC521AA21F063C5212455
md5: 9D858EECEB7480D1BBF393EECB65F485 | sha1: B1B47E1E4719BBD681530B30CEDE283E100E41E0 | sha256: 63D8FFE532B0143936986D5A3200C303365E3190CB9CFA10C9EC60BEDBCF2F67 | sha512: 4F7F9F209DC9865089CE8CF5EFACEB6D0F2AD925C564B4DAF271C24BA8B906B91FC27B04A518EC57D3F8BED8DA664EEF0BC6845A2CBBAEC0785102AE0FB555E3
md5: 2A4E17E7EB753CFA0567E0742F669E7A | sha1: 79926B1A69F4554709F349CA117DC944F1D9CEBC | sha256: 4486FA48E4A37C93CD0CE08A9AA77CD04B93E60AC3F204D5E86DEBC7FC2B2084 | sha512: CEEFA36D479EAA7539BE526C0FAE5AFB222ED8F3D2908CE25408ABC9135C2F130A3674D393DB56125E1BF33068C1D2D70E2DD5DE4189C63F1CBDE0CEC911CAC9
md5: 50C7E7931B8BF308297488CF78667776 | sha1: 52AAFADE060E4BFA424B70AAA32328EBF0E1FA04 | sha256: 690DBCDBB6939CD7EC04E0704068624D647448553C27A8C73CB0F96E48858216 | sha512: 7FA143C398414E2FDBC60B040CAEC9E5EA16E342F8CEF8CE7088E746C5BC6827B5FF0555B98ACF8056C01C9B0189ADAD8C025C7CCB465D47A4413399E012A1EB
md5: 058A221E7B2975404875E529781ED497 | sha1: 5898707FDC94C612F65A94F27F798DD6549BA0AD | sha256: EDBD52CBF817A75109C399EA5B0156BA8CDF5E2D0AC9040597008FF4C229157C | sha512: 39643FDADA4D5C07DA34525BEC72A81B9204610BF801A67FB188698D2919C42FA2087995456B18D0AF959983FA73920F3D888FA7927ED1BFE8C119B38EC778A3
md5: 2E0A3F3A7485D221A0C49704659A79CF | sha1: BF952AD6761BB3A056984438D192378B7F960396 | sha256: 8D07F4C2930367F009326B4025125104F6514EB206545EEAFF1F45CB6834E646 | sha512: DB621F9122F8A62C229AEA096F12DE3BFC0C4280F8A2A0F2492BA61B390961EC98B66AF8EFF8F543E043502AB8FB94C2227E77DF8662E5F281B7164FED6BFCAC
md5: 4CCBF81FA52D49B6910743B08423457A | sha1: 4F0B98E7FD31E0F769A4B4DA05BF310084FF8EB0 | sha256: 675010C758A557F06A66EF8CE3850605815119048F9FEE9FE90497D9F513F163 | sha512: 1643C6A93F1D267512464007D9E69BDF5B52AA1F2A3E2DA84BF8DC2F00EFE81838E42770CF0397D009157F4E82B2BCE9A49AFB77D8C040CF8690EAF8FDCA9129
md5: 577103D98B00B0F8954E4D8846866776 | sha1: D67F1F7CD044279585E0336A8F4082662041B8E8 | sha256: 6AA8C3210E2451819388F9B4B1DCBD633BDC69D4E89ABF571749DADE6EADD775 | sha512: B7546B2A27487AE0A51D72F401F4C0E7E1AB7D9A25404E1162B0DAAAAAA3E8847BD1B6EEE961A2C22152A20958128751D0BFDF6EB413DB4185ECB68142B89ACE
md5: 4382460AD6FE16F1670E0149C139B639 | sha1: 93515999B5F5F5DC80146F834102264937F5927C | sha256: FB2386771801325AEB23B6CF393435439C6303EB7BB7E3BE9612ACAE9584ED9F | sha512: B93C0502A0DCF863497D8C8448933CCB6178BB81FF50BC038F4732B9D5E2D45210E9064EAB575AC21027B78EDC65E001172264B53CD74679224515628A2AD537
md5: 66936CD986E7E15D81E2026B44FF9235 | sha1: 9C5D2EB0A2FC0B56CE345136D64C79534B8B54DB | sha256: FD7E0FB6A44233233AD24D3E217C41B47DB086BD08827AA622DA985D18206561 | sha512: C6A6C039FA4E1455ED94BC09E903DEF6ABBC2DA627493B9C331DD5ECC88179E971F65F4C1F61A3040782A5E7C52FD30AADA222A43483156E852DA28D80CA366C
md5: 23736FCE47FEBD90242C5B34AA545724 | sha1: 5C094CE145843E2FF7C7659CD57E14086175C3F0 | sha256: 001F133E5AA9B988EDCC68081EFCDAC0227FBA21F58C216E347B8723506D90A7 | sha512: 697231C6610286AAE93DF336EFDD0EA4EFFAF53D544A11518AE65CCE5EE6F7C5C3FD5713553249BE8135786AD4C443173A17DF63185B800CADCAB169949FE104
md5: 3455EA2DE78D35904DDE7221765B28B1 | sha1: 1AD85FFB7D03A6916F4A218F49D70D121A326C5E | sha256: 95FD9859B75695CAFD2BB0213C7F3E223822F5E3E87A085DB1BFF7166DAAC357 | sha512: 304F40A2EA98EC7DB47228B74143DF570B762FA5849088E9680D31335121E322D0F426270E7C861A9E69557C99DCFC9D6963D9B938F1DCC7E1A75FFF0E148927
md5: 4E40664B52CEBB483C94636CC2E8274E | sha1: FEBD3B38150D3F2E51679565DAA56E06BFE39899 | sha256: 446B0136E658A3919209113FF2C0EA267BEAED14BD7F7AA56BDBFB13C2DCBECF | sha512: DCEEEFFA93AC2BBE79A019EFC0301AB51EF49D4DEC0F3DB979237EBD96951F6265D8BCC8697F58460D73198C010270303B8C85BA0379338F2396DDE32A10ED88
md5: 83BEE2DF1E826718E5A71150FFB4FF50 | sha1: A5665524CB8F8651CCC3B3CE3E259FF8E330BC53 | sha256: B389993E5F1E5BCED101C74AC2652ED6A248796537F65C4B5276CE15061A2257 | sha512: C01BB41F1B6C1A44EEBD092CC6003D05650F0D859D34615CEE98B7B674CEEB20849EF0A143BEBB4B6F058254B24EDA0DDA3280B1F1D632EB10370862AE370FFA
md5: 75D6721EB86322EA0BC042C66CC8CE8D | sha1: EABBA21AA96A3C25CA5C3B52CA691508553A0F49 | sha256: 4E5AC3460A26FB02469643B6BA6F4B080B6C1238B0913F25756046CC424A3327 | sha512: 4F787B112A1CC039D5B801966DEF870FDA5074B930AC8CF37D1B2734CB961B8B64709A0A5664391D6110A8C04031140DAA930FCA0205D10A3F29519DDC130F3D
md5: A48AF3AC829F4E400785D4B9B7D74BCF | sha1: 4EB4BB05C971C0B4375F19CAA6C35D40632B6B7D | sha256: ED7589525D31A0FC2626F2CAA535EB44B943EAB1EB9592BC026C38781B335FCA | sha512: A12E0DD3DA0164930BF2A8DCB8B444EF92E4DFFD3B68E3D4A1B459634D1AD91096DDC2A5B1E4BA921EAB3FC58E548B712E626626EBCC5016D974125755B0C57F
md5: 315B7AAA35824A08CB23B4D0B4118F73 | sha1: F5908A0816DCA45B93A7B10BC63D5341DB8C0CD0 | sha256: 64D01538D48C6F6F513A15F0F241417650786F865454A55697EF9F3886495D6C | sha512: E8CA01926D76840BE47D9D788823155D7803109F7949038CDFFA5C773652F83560E39884E57AFC1A23B3EF5D89507F2C1C1C18A029BB12D6E462005DD869CC40
md5: 04195C70F2CAF5EA6B4FD4E6C65B3AF0 | sha1: 2A1746CB59C77AD0A711C879E27B0C7D07B95F45 | sha256: 16D6D9DDCF3C2D2C0E84D45D08348AF49410BB30FB447FFBC3392AC887CA0AF6 | sha512: C433D903E5061B9C44D28AB61D6C153B84E8901E855CB15020BBC2D822E8028D01A6847C3EF73C32393856713E2DAF9AC7E794281067527A6493A873E8BB6195
md5: 761C43FA0859D59031D8ECC5FE63F722 | sha1: D6C14570B46CD1781566C3B1948C30ED21586B84 | sha256: CB888C9069E01C3A49D21074AA78E72D80D21456B77E0B223072C4DF2F88F5E2 | sha512: 3033C5C84E394AC14D38F1631D9EDC75DD3D5E786EC22F0A7445E0335EFB7A7EBC06B3606E5BA00AF7E85F3DE098425AEF783325DD4D27C5CC7311EE1D9A4209
md5: 37D6B5F27FE9E5B3B76ABD272862E107 | sha1: A9A1BEE17E447CA286291C7E9DBDAB20A09D6B52 | sha256: B1CEAC44B87C57215ECA57D50F504EE44480F70B2E890527B2F3D1F09440CE39 | sha512: 581BD6B656D26669930512C494F33844693AFE8D3D3B1998DE69F1972CB791D48FBCD6AD9A9DBABC414BD686FEE9BE05A927ECBA6A08CA1E1D963CE35A43B787
md5: 11148266B5E7C10B67A34D7745A901B6 | sha1: 00FEB88EF961F89DFF466752A0945D1E474B3A22 | sha256: BE488AEA6D5546E1CD623CAAEBDB9D987B737A03BE7F4F376C58BE83097CA49C | sha512: 7FA243D1B6E28346F0521CD2B6947C437406705069414F43D7197EB103AA4B7BE99C3BBBD6EBF4BCA7C1CDE5A8D09D18ECAA8B5BE3ACB0591A2682C0A93E956E
md5: FE4D7DC42EC5DD33CCEC2FAE04444604 | sha1: 0AB7B388B2ED83F16936D61FC57F791F4C180137 | sha256: 4F04F476F7777DEF6FF084F102F481F9D96430F500EFF35502DADE80FC9E5D07 | sha512: 636C2B9353EC3E6B0C292402034338265494CA884585809D4126C373A3FA9CF29D04EDD407FB7BC9D6192CFE63D53CBEBC30094D6D7FD35FB8878F27632AE4E3
md5: B715309D8CBB04C7F6DD16A4A6D8DB28 | sha1: 849B0AE93262C8DD8282DFCA04D887E78D1A734A | sha256: 8B010F18A611FC6BD881666B34C243804C20A59A245041FC6A3D2A609EE9105E | sha512: 6BEE7650D39CB6DDFDD3A5DBD7C9BA40F074F241F34AA59F9B269915FFE02BFC4266D3E4F981295CD285897CF6B1EE4983E4665885DF49D675E8969ADF1643BC
md5: 19377F63615CCF7B651A3D444E16E281 | sha1: D294F83C946C6A60EB25A34DC1508DB20491FEA5 | sha256: 2BFDB5141CD96C9F7EAF530C51792B5BB5AA54D95624E96B243928FDBDFDE984 | sha512: 90A300D2B14A9330A02BB1FE640FF7569BDAEB3376BEA025676878815361F579F50FEB88529F213B57AB992ACC52751D4284FE595F8C11BCF2F7F77CEEC76902
md5: 91719797C5858B96ABFC0DCA73BE530F | sha1: 31E22326957C910A73DD6CD777BF3FEB3F0E6155 | sha256: AB67CD239094C16259576893F7A00D92629046288A2D289B617768474F103DE3 | sha512: 43152A911D6D3FB5C4B49B7BF9C9E3A92E85652976A1717678BF9AAAB34CB3F0DAFB50E7E64DF630DEF57AEC0EA290B7E571EB46CB8A6FD5F7FF71E9D6BCF44D
md5: 9A80D6DA944335330E7135677F8712A3 | sha1: D2219D0E8CC710627AEB028875309332CDF3B16C | sha256: E3280B19BB1767EC784888108B2D9057FE952164A4CE3BC5D8F52B03C050C25E | sha512: A4568AA5AFDAE6AD8447024FF98CE2194D00D0F911AA97DC546EDDBA05C22AD0CE25BA40F858F6B9EAC829A4859E71B0D530DF845C24B37939C7CB438B37BB67
md5: 5D0058596D1F0900D99ADF9CECAAC521 | sha1: 8802EC01496FEB280CCBF5894421542AB33AA07C | sha256: B733EE3411D29B554BD34F1147829CABAD381FB2EB74045B070266614141E1A3 | sha512: 107BB50D84224B0D917ADDF747FB7DCA12D00DE6F9085705EAABB0DC4F6F3874E3580AC8FBFA6D975CC3145B6033C21854F0B5BB7D27BCF0C7D66453A595E21A
md5: 52A962A01E97C4852589AB387B0E0D4F | sha1: 9A28AD588D88A04A80164F1736BF733792E598E7 | sha256: 11318B2B11869C17AC1A115E5912B3E9C6AA4D57158F1B267D9D1F9E3AB9F4DD | sha512: BBBF553ABAA01E3381B262887EB1751A0A25C19F11F64169222742B05A436254BC6AA4A73C810D06107A0B464B0287A93E7411FE13FA344D46F79D8F832CDD83
md5: 8611D15C52E5D4146C9BFF3A3796C47D | sha1: C959C7F43A54B39C4987461A17B47F4754C3090D | sha256: E48FD422CA806FC97E2C0235AD68F4D4BCA4568C15A0FCEF7636AA35159EEEEF | sha512: CFCADF4B2AA4F405AC590813A6EAD6D7D2F0E23D0E975728AFC9182C110FCB3E0C057783B0A82407F14F1DA738A18737E02C0A1874FE8DD40681A3E9B370621C
md5: D9DC90E5E77ACF6C4402F4BCFCF47F40 | sha1: A2D1C518E4A1359F949B829F71E408633F1E5049 | sha256: 5BEFAB5E71CD8E9DA9863204EB1B86ED17C06A236940EF257AA28A830B37C68C | sha512: BF0A51CFCA5CA00698D7D08760AED542275D3CDD90BA2424F3CBAFF9B74D5F0F700FCA61D18EBF75BE632A28FA19ED699BD548CECA97B7CA3F0988385999EEBE
md5: 2DAE7DAF05DC62D06B57B3D5C4FAF1CD | sha1: BE878C6CD11F6C51F7D740A587D9581EF8AD6DB8 | sha256: 82F54D40DBB4122CB753D6A2CD62EA72346DC7ED4C0700BBE787FDB123BA97A6 | sha512: C9331A14B3A653126A5B847A48BAABF808B1FB33D5E6C0F7C74E9A1D5F4CDFA5841FC70368C29E0EE108C513D4D27C1737944072F53F273517AF567BD462E2D2
md5: 6833E0E9D2837E0FE2D63346803DBFEA | sha1: 8F5F8403BC9DF2F3756CBB48545EA485B5D0E0B4 | sha256: A47006B3D7B6475A48DABCEA0C9C42AE1DFA86F061534EFB5C59AF4230BEDCE9 | sha512: CDEDC6478A587A1135133263F8D987A3C3E960E891C06D0034CE5ECD7F3766D79377E2FA13DA0D2CAADA2A246D57DDF6DAD836C8567035A45A992AE5ACB50218
md5: 9FADD442968B5E1A9D3F001B0CD79E49 | sha1: C795C8F4BE93153B82573E283C2F9FDBAB933497 | sha256: 80DFDF315140F73DB778DAD8D66CEA08BE511A2B46E9FC2FD0F7398A7631B65C | sha512: 487882C620A6144C3F7D6938FFF2191326F4FB4CC4EBBDD69111DCB622C580B531C4428AFE835394C9521791FBB0475A346676A5C51382622B039833B7705370
md5: 576AFF6D0710DFA53CC10BE8873E6CDC | sha1: 27D9B5BDFD64A5DAD8A1261A6CDB4AEEDE04C927 | sha256: 7580576A990A446AE3F8C989A4A90DDFBB2D2F9918FF3DFD57BEECC8B5B1476F | sha512: 4DF623DFAD53FC87F158852E4507B49B4BA28F4A30E2AB7CBCF77BBC52D79011C0294789FC08843A53A0B30AD21884AD6E055C878D9919E5A769F57737D23A13
md5: 163D1CF33B3FA0FD0A2E865FA2171F49 | sha1: 92C0F2200800CCF939E8D2F26C777F259B29C839 | sha256: A6AD2C42D77C5249CE0DB43305DF92B6FA6699FCF96C63ADFA061F8F39755395 | sha512: 23798570883879FEA6A717A99C689A7503E99538D831BD19A3466276A396C4178AE9B986466BADD9C743116ED2E6CC8D311D5258F5676C301C8CB6BF3AE83D82
md5: C7B3603DE16CE70F56DFEFF02195D523 | sha1: E68925F7E186FC3CF732DFCFCB9D3E1814D82379 | sha256: 5BF68ADC10A1B36269A5826AF7D9D159B49D604EA5CB4A68A6374C00DF7D2B5A | sha512: AA05662935FB5CA452C7E70E1D7FB65CAA68BEF5758BE64449E6780596A0A0B0432846BE4073D94F1164C9AF260D6CD53C53E8A95C84B76CAC426867E2B09968
md5: 37499D9CFA8F3184E7649368C61AADEC | sha1: 1865D33C36A43533C783D77114AAB25C1A753AD7 | sha256: 7477A4E3B78F17E0B047A99E05ED2EB7DD840836C51E2F8B3960F14E0A643A72 | sha512: 556A13B4EE8FF6A93C3898682448CD2C4D06AD69D2F046B1CCDD0BAC54C1A6FBFE9E395B6979DF705AD21D716F180DE52EEBB7CC47682CDEC5F69115F57539FA
md5: 91F7CDE2F3627F633D30F2F99219FE2D | sha1: B3E7D49C1C23881ED4986B18BEE19800C442BC63 | sha256: B6B1A9B8CA278C3885F83219F6B3E27341EBCB8AD6FE8E2E7F3BFA1CD61F18B6 | sha512: 63912E1289B9E1DEA44C0BF120568539A495E803E1C255F353ECDEC5EF884D178178DA83C18CAF11435E1942C30347EE278573E5E2340589AE1D2EB40FF95850
md5: E8DBDD548DE2A96F7C9F01FA12D646D6 | sha1: 9729D1CA40D4AF5D4CA8C0521662C642B624D607 | sha256: 8521F7BDEE4CDE33F859B954F8C359AEB5CD4053F789409B70F25FE5A5C21296 | sha512: F7B47FF0B2E375A033BA49D9B7AE90E878F08587C33ED4B37942EF7CE836A653CDD6939C4B77A900ED4D158CEB8406CA6EEB973E9D1F3DED9AF9C75C838F7674
md5: C4BD2DAFE7A575F544CDC67DBE0A51D6 | sha1: B78E6E0B9CDA2857839706D6FEF1F71B9981CA3A | sha256: 4093C5E46343DEBC138F34BE636A9D903BD4787E5605567414A6380DF63C928D | sha512: 5A22752F7C59827EBF94C0902D5638D94CBD0DB3C7F5F5532E23281233F6A910089056722BB6E4E42D3B610203BF00ED9594C07607CDE0CB3B4C82F8A0A92AD5
md5: FFA5FC5BB6BDA427D7623BE0824048AB | sha1: 9C6F598C6C5C53B81D35E3AD0EBCF3B40AB3B460 | sha256: 95E5FA673F973D5D68E9E417749441320336DDE996825A778DB9039EB6F466E6 | sha512: E73D5520B8188A4B896FAD408CAFAD8EABADA86C50A845EEB63C78CFC7E536FDE37E0389E9B393E1C7A293B6B243A39565FCADC10C5F6EECA5D71CF0116775D5
md5: 6CE4FE7D7CF9407D7184DC54045D8BC5 | sha1: FF3291F259B99E50BC775EC38E0489F7E6A90866 | sha256: 6DE0E5CE87A60CDACBAB73FB1BCE694C1BF0630024C6F591DF4418E4EFB9568B | sha512: CE0EF5869B50FDC4FDF4B6F40E57ABEF96478423B7A9DEF8548365D5846EA54DEAD3144BAED8C7B8FB1ABF7C05263E39EC78027CD32D559E2E30CFCA306F2D1C
md5: DD6A1737EBAE1D093049B1002498D00D | sha1: 16B9A6BD577D9E078D28D0BA420F49F939ACE2C7 | sha256: 4984DC0DA2DB93937375CEB322EE3807FB008F36ED4F8A40D7EAC17939E0D8FD | sha512: 3AFC4E87C3D2BC70F4FFBEA38B5F39CCF4B8DD48B64D812E73E40217B3F5B247D22BCC54CBA9CE81B0660E9B49115BAB054ECC4EF44E49A1B183EFA8925BC403
md5: B8D84E75029D602EB81FC69D4E02A005 | sha1: 8B58DEF0315BE1B2AED18DDDB870BFC7D7704354 | sha256: AA829CC05C804D31C883DCB106AF2017A779C42BA9547D1BF95E6E89FD71EFBF | sha512: 8C9F723AF142ADCE6F4D3C3E5FB5BA445C6AA58B422B02D84D608323C17B7D3B2EF77ECA1A69B7E81143EBD55B4CC7390C90CE409ACEE9CD06721CEB6D00BDA9
md5: 1B620C2DA425C6151140BDDEFFD052E3 | sha1: 052D81D016D1023B6B91753BBC2AE7E74A664DE8 | sha256: ABF1D7E80621FE6C3FB82DB7C330A68BD8E5F98769B6F6B08BA179920BB12E4E | sha512: 01A822CDAFD57C151CE486C2F4FD52AD8D21FA4C8F487E38D79941DA39E7C0EDFEC6F13A4ED54951A21E4FDABE819A1C9F0F3DD239C98E7413C85C147B57AC42
md5: C9A334BCAEF43A878A9EA5C80B1776A1 | sha1: 5F2BC3CC189261F0F9BC9655781968BA0626B2E6 | sha256: C59555388668E33A70FDA5DFFB4F9D3E5FD93D554D2EE495A049EF3964800A46 | sha512: E51680E9A85183988DDF9251AB4B8601713E11C87CF93CA2D32F310EBFD124321E097C40D66DBEEC47B0B1B787324D27EA1177D19002A2D6A8DECEF7AA3994FE
md5: FB6EC1AE906383CEE2079AB6BE9BD8C6 | sha1: 93098A65DF2D91126E335CE381A30F3B88002808 | sha256: E8448E049C645F740CFF8549BECEEE10F5FCB21402890CE9F47DB4A6B77FD8F5 | sha512: 1F59501A7F10047A5F8262FC7B1AABE102906057BC43AE8625584831B620C3B3F4F6D2265A40B749E9F21C5756677A6ED45CB8115041C799FB04A7CD59BED5C2
md5: 28A2329080C1BCB7F965BC585BF8288B | sha1: 9858E7ED2EA2F455DA534D4DE14EA31641FF5776 | sha256: 8321A3621A4FC6BF88BD36643E531C7ACE4D7E9A3721478FFF2B16EAA15D00FC | sha512: FB4AC9384268EF5F70DCBFF2A5B699EF02F78F557F712EF6E673F81114707D1AB393B0C211BACC670E77B69C878F9536F179D980B7E1BF1D70ADA2E9A6BC3EBE
md5: 9CF6824E62817F546B03F2D9C671DFDC | sha1: 8015FB33FEA363D97B5DD8740FEF14B65EC09DC2 | sha256: 13C7A42619D66B9A4D96237462F6B11E454055298C17DEB9F5A54F2B57A39087 | sha512: 45521FA90B025664630B13E6A3E2E70D142D0E3A7FAC36871AFDA2366616EC0D2A4A6BB6C491A89C35087B11CC1FFEAD5B93DCC328B90AFCA854EE2C95B29231
md5: B95EAF16D951A06F1341576119EB1CC3 | sha1: AC62BC0A9A04AF86DC7169D83D399A202C2A1A79 | sha256: 4666ED228F44595F09639119D0EC8FEA3609652DF8FE0899F06C9A0D67DF206C | sha512: B83A39D6130D1D60917D4780E1F1FD5974358C8F8F30046F84FDBD7D3EB29B315112F121A2D6DBBB1E0E77C73A01EC190CEF81BF010AFC381E5A35D59B34A63E
md5: 6B1E4ABF16A302FAC4B3904C61AE27CB | sha1: E3063BAC8522529690D78CDF8783FDEAD5615243 | sha256: 03EA21943700DF83707138A7D848EE861415843AC35CCD6AA8A5D0CC0D6825A4 | sha512: 4B481C4CF4DF515C4CA889B1A85505F2A325D7323CD36C9EB3F4EA2E0B7B0282276A26EC4279A7F0FFBD54BFDE47224F423704FB587550CB42FE64B2CB563E00
md5: A89B198BE07EF9B47E1526344D415EB0 | sha1: FB8176B6F88EC47CAF3ADC1FBABE935AA02B183F | sha256: 162DE5C0A96A823598AEE58213AE108D8A7D372E4530725671AD5AF2D5A64546 | sha512: 6B082DA94C27C9864FD246B3634BE2615D86928C83B3DC90011B4C1F9459E0939C294FA47CA726FDFE192D58EA03FC10043F43EF84025BE64582012C17F2B918
md5: BC207063BB93963D284098E27E6D5742 | sha1: DBD357BE579B5C7788FCA3E02B19607938B89C98 | sha256: 51CE8F0C575E141B51E1A5EBA52C9C2B9581EEC5B673B161B15E7ECC7C34FD80 | sha512: AE74862905FD4DC991C12ABA21C4F36532411C57750D91CD1C07989D9F8C7288EA3B409284FA10FF384E22244C8D05836F3CCDB63131B051739BCADF3D30F734
The MIT License (MIT)
Copyright (c) 2015 Igor Abade de Vasconcellos Leite
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Function _GetInstallationPath($Version, $Component = 'BaseInstallation')
{
if(-not $Version)
{
foreach($v in 20..8)
{
if(Test-Path "HKLM:\Software\Microsoft\TeamFoundationServer\${v}.0")
{
$Version = "${v}.0"
break
}
}
if(-not $Version)
{
throw "No Team Foundation Server installation found in computer $([Environment]::MachineName)"
}
}
$rootKeyPath = "HKLM:\Software\Microsoft\TeamFoundationServer\$Version"
if ($Component -eq 'BaseInstallation')
{
$componentPath = $rootKeyPath
}
else
{
$componentPath = "$rootKeyPath\InstalledComponents\$Component"
}
if (-not (Test-Path $rootKeyPath))
{
throw "Team Foundation Server is not installed in computer $([Environment]::MachineName)"
}
if (-not (Test-Path $componentPath))
{
throw "Team Foundation Server component '$Component' is not installed in computer $([Environment]::MachineName)"
}
return _GetRegistryValue -Path $componentPath -Value 'InstallPath'
}
Function _GetConnectionString($Version)
{
$path = _GetInstallationPath -Version $Version -Component ApplicationTier
$webConfigPath = Join-Path $path 'Web Services/Web.config'
$webConfig = [xml] (Get-Content $webConfigPath)
return (Select-Xml -Xml $webConfig -XPath '/configuration/appSettings/add[@key="applicationDatabase"]/@value').Node.Value
}
Function _GetRegistryValue($Path, $Value)
{
return Get-ItemProperty -Path $Path -ErrorAction Continue | Select-Object -ExpandProperty $Value
}
Function _TestRegistryValue($Path, $Value)
{
try
{
_GetRegistryValue -Path $Path -Value $Value | Out-Null
return $true
}
finally {}
return $false
}
Set-Alias -Name 'ctfs' -Value 'Connect-TfsTeamProjectCollection'
# Project
Register-ArgumentCompleter -ParameterName Project -Verbose -ScriptBlock {
param($commandName, $parameterName, $wordToComplete, $commandAst, $fakeBoundParameter)
if ($commandName -notlike '*-Tfs*') {
return
}
if ($fakeBoundParameter['Collection']) {
$tpc = Get-TfsTeamProjectCollection -Collection $fakeBoundParameter['Collection'] -Server $fakeBoundParameter['Server']
}
elseif ((Get-TfsTeamProjectCollection -Current)) {
$tpc = (Get-TfsTeamProjectCollection -Current)
}
else {
return
}
if ($tpc) {
return Get-TfsTeamProject -Project "$wordToComplete*" -Collection $tpc -Deleted:($commandName -eq 'Undo-TfsTeamProjectRemoval') | Select-Object -ExpandProperty Name | Sort-Object | _EscapeArgumentValue
}
}
# Team
Register-ArgumentCompleter -ParameterName Team -Verbose -ScriptBlock {
param($commandName, $parameterName, $wordToComplete, $commandAst, $fakeBoundParameter)
if ($commandName -notlike '*-Tfs*') {
return
}
if ($fakeBoundParameter['Collection']) {
$tpc = Get-TfsTeamProjectCollection -Collection $fakeBoundParameter['Collection'] -Server $fakeBoundParameter['Server']
}
elseif ((Get-TfsTeamProjectCollection -Current)) {
$tpc = (Get-TfsTeamProjectCollection -Current)
}
else {
return
}
if ($fakeBoundParameter['Project']) {
$tp = Get-TfsTeamProject -Collection $fakeBoundParameter['Project'] -Collection $tpc
}
elseif ((Get-TfsTeamProject -Current)) {
$tp = (Get-TfsTeamProject -Current)
}
else {
return
}
return Get-TfsTeam -Team "$wordToComplete*" -Project $tp -Collection $tpc | Select-Object -ExpandProperty Name | Sort-Object | _EscapeArgumentValue
}
# Area / Iteration
Register-ArgumentCompleter -ParameterName Node -Verbose -ScriptBlock {
param($commandName, $parameterName, $wordToComplete, $commandAst, $fakeBoundParameter)
if ($commandName -notlike '*-Tfs*') {
return
}
if ($fakeBoundParameter['Collection']) {
$tpc = Get-TfsTeamProjectCollection -Collection $fakeBoundParameter['Collection'] -Server $fakeBoundParameter['Server']
}
elseif ((Get-TfsTeamProjectCollection -Current)) {
$tpc = (Get-TfsTeamProjectCollection -Current)
}
else {
return
}
if ($fakeBoundParameter['Project']) {
$tp = Get-TfsTeamProject -Collection $fakeBoundParameter['Project'] -Collection $tpc
}
elseif ((Get-TfsTeamProject -Current)) {
$tp = (Get-TfsTeamProject -Current)
}
else {
return
}
return Get-TfsArea -Node "\$wordToComplete*" -Project $tp -Collection $tpc | Select-Object -ExpandProperty RelativePath | Sort-Object | _EscapeArgumentValue
}
Function _EscapeArgumentValue {
[CmdletBinding()]
param
(
[Parameter(ValueFromPipeline = $true)]
[string]
$InputObject
)
Process {
if ($InputObject.Contains(' ') -or $InputObject.Contains("'") -or $InputObject.Contains('"')) {
$InputObject = "'" + $InputObject.Replace("'", "''") + "'"
}
return $InputObject
}
}
Function prompt {
$defaultPsPrompt = "$($ExecutionContext.SessionState.Path.CurrentLocation)$('>' * ($NestedPromptLevel + 1)) "
$escBgBlue = "$([char]0x1b)[44m"
$escBgCyan = "$([char]0x1b)[46m"
$escBgMagenta = "$([char]0x1b)[45m"
$escBgGray = "$([char]0x1b)[40;1m"
$escFgGray = "$([char]0x1b)[30;1m"
$escFgWhite = "$([char]0x1b)[37;1m"
$escReset = "$([char]0x1b)[40m$([char]0x1b)[0m"
try {
$tpc = (Get-TfsTeamProjectCollection -Current)
$tp = (Get-TfsTeamProject -Current)
$t = (Get-TfsTeam -Current)
if (-not $tpc) {
return "${escBgGray}${escFgGray}[Not connected]$escReset" + [System.Environment]::NewLine + $defaultPsPrompt
}
$serverName = $tpc.Uri.Host;
if ($tpc.AuthorizedIdentity.UniqueName) {
$userName = $tpc.AuthorizedIdentity.UniqueName
}
else {
$userName = $tpc.AuthorizedIdentity.Properties['Account']
}
if ($serverName -like '*.visualstudio.com') {
$tpcName = $serverName.SubString(0, $serverName.IndexOf('.'))
$promptPrefix = "${escBgCyan}${escFgWhite}[$tpcName.visualstudio.com"
}
elseif ($serverName -eq 'dev.azure.com') {
$tpcName = $tpc.Uri.Segments[1]
$promptPrefix = "${escBgCyan}${escFgWhite}[dev.azure.com > $tpcName"
}
else {
$promptPrefix = "${escBgMagenta}${escFgWhite}[$($tpc.Uri.Host)"
if ($tpc) {
if ($tpc.Name) {
$promptPrefix += " > $($tpc.Name)"
}
else {
$promptPrefix += " > $($tpc.Uri.Segments[-1])"
}
}
}
if ($tp) {
$promptPrefix += " > $($tp.Name)"
}
if ($t) {
$promptPrefix += " > $($t.Name)"
}
if ($userName) {
$promptPrefix += " ${escFgGray}(${userName})$escFgWhite"
}
$promptPrefix += "]$escReset"
}
catch { }
return $promptPrefix + [System.Environment]::NewLine + $defaultPsPrompt
}
TfsCmdlets
==========
PowerShell Cmdlets for Azure DevOps and Team Foundation Server
## NEW! Version 2.0
[Learn more](Docs/Version2.md)
## Whats is TfsCmdlets?
TfsCmdlets is a PowerShell module which provides many commands ("cmdlets" in PowerShell parlance) to simplify automated interaction with Azure DevOps (Server 2019+ and Services) and Team Foundation Server (up to 2018).
By using TfsCmdlets, TFS administrators (even power users) can create scripts to automate many different tasks, ranging from retrieving work items to create new team project collections.
TfsCmdlets is available in many formats. The full (MSI-based) installer also includes **Azure DevOps Shell**, a PowerShell window pre-configured to make interacting with TFS via command line a joy!

## Quick start guide
Firstly, download and configure the latest version of the [Visual Studio ALM Virtual Machine](http://aka.ms/almvm) (a.k.a "_Brian Keller VM_") in your computer in order to have a sandbox to play with.
Next, install TfsCmdlets inside the virtual machine (see section "_How to install_", below), open a PowerShell window and try the following commands:
```PowerShell
# Connect to the FabrikamFiber team project collection
# (Will be used as default for the -Collection argument when required by a cmdlet)
Connect-TfsTeamProjectCollection http://vsalm:8080/tfs/FabrikamFiberCollection
# Get a list of team projects in the currently connected TPC
Get-TfsTeamProject
# List the existing iterations in the FabrikamFiber team project
Get-TfsIteration -Project FabrikamFiber
# Connect to the FabrikamFiber team project
# (will be used as default for the -Project argument when required by a cmdlet)
Connect-TfsTeamProject FabrikamFiber
# Create a new iteration
New-TfsIteration 'Release 3'
# Get all bugs in the current team project
Get-TfsWorkItem -Filter '[System.WorkItemType] = "Bug"'
# Create a new PBI in the 'Release 3' iteration
New-TfsWorkItem -Title 'New product backlog item' -Type 'Product Backlog Item' -Fields @{'System.IterationPath'='Release 3'}
```
## How to install
TfsCmdlets can be obtained from many different sources and in many different formats. Choose the one most suitable to you!
### PowerShell Gallery
If you're using Windows 10, Windows Server 2016 (or later) or installed Windows Management Framework 5 (or later) then the simplest way to install TfsCmdlets is via [PowerShell Gallery](https://www.powershellgallery.com/).
Open an elevated PowerShell prompt and type:
```PowerShell
Install-Module TfsCmdlets
```
Optionally, you can install it locally in your user profile. That is particularly useful when you can't run as an administrator or don't want to make the module available to all users in the computer:
```PowerShell
Install-Module TfsCmdlets -Scope CurrentUser
```
[Additional information](https://www.powershellgallery.com/packages/TfsCmdlets/)
### Chocolatey
Using Chocolatey? Then open an elevated PowerShell prompt and type:
```PowerShell
# To install the latest pre-release (alpha, beta) version of TfsCmdlets, type:
choco install TfsCmdlets -pre
# To install the latest final release version of TfsCmdlets, type:
choco install TfsCmdlets
```
### Nuget
Nuget is a great option if you need to integrate TfsCmdlets with your continuous integration process (e.g. you need to create a TFS work item during the execution of an automated build).
To add TfsCmdlets to your solution, search for **TfsCmdlets** in the Visual Studio "_Manage Nuget packages for solution..._" dialog.
- Note: To add the latest pre-release version of TfsCmdlets, don't forget check the "Include prerelease" checkbox
[Additional information](http://www.nuget.org/packages/tfscmdlets)
### Offline installation
When the target machine is not connected to the internet, none of the options above are available. In that case, your best bet is one of the offline installation alternatives below.
You can get one of the offline installers listed below from the [GitHub Releases](https://github.com/igoravl/tfscmdlets/releases) page.
#### Full installer (MSI-based)
The full installer will install the module files to the Program Files folder in your computer, make the module available to PowerShell and create the **Azure DevOps Shell** icon in the Start Menu.
**To install the full installer**:
- Download the MSI file from the [Releases](https://github.com/igoravl/tfscmdlets/releases) page;
- Open the downloaded MSI file
- **NOTE**: If Windows SmartScreen flags the file as insecure and refuses to run it, you can click the "More info" button/link in the dialog and select the "Run anyway" option.
**To uninstall the full installer**:
- Use the _Programs and Features_ (formerly "Add and remove programs") function in the Windows Control Panel.
#### Portable installer
The portable installer is a zip file containing all the required the module files.
**To install the portable installer**:
- Download the zip file from the [Releases](https://github.com/igoravl/tfscmdlets/releases) page;
- Open your Documents folder in Windows, then open the ```WindowsPowerShell``` folder in it;
- Inside the WindowsPowerShell folder, create a new folder called ```Modules``` in it (if missing) and then create a new folder called ```TfsCmdlets``` in ```Modules```;
- Extract the contents of the zip file to the ```TfsCmdlets``` folder.
You must end up with a folder structure similar to ```[Documents]\WindowsPowerShell\Modules\TfsCmdlets```. Files such as ```TfsCmdlets.psd1``` must be located in the TfsCmdlets folder.
To test the installation, open a new PowerShell window and type:
```PowerShell
Import-Module TfsCmdlets
```
**To uninstall the portable installer**
- Close all PowerShell windows where you were using TfsCmdlets (to free files in use);
- Delete the ```TfsCmdlets``` folder from the ```[Documents]\WindowsPowerShell\Modules``` folder.
## Contribution Guidelines
Coming soon.
## Additional Information
- [Release Notes](https://github.com/igoravl/tfscmdlets/wiki/RELEASENOTES)
- [Online Documentation](https://github.com/igoravl/tfscmdlets/wiki/docindex)
[](https://dev.azure.com/TfsCmdlets/TfsCmdlets/_build/latest?definitionId=2&branchName=master) [](https://github.com/igoravl/tfscmdlets/issues) [](https://github.com/igoravl/tfscmdlets/forks) [](https://github.com/igoravl/tfscmdlets/stargazers) [](https://raw.githubusercontent.com/igoravl/tfscmdlets/master/LICENSE.md) [](http://nuget.org/packages/tfscmdlets) [](http://chocolatey.org/packages/tfscmdlets) [](https://github.com/igoravl/tfscmdlets/releases) [](https://twitter.com/intent/tweet?text=TfsCmdlets%3A%20PowerShell%20Cmdlets%20for%20TFS%20and%20VSO&url=https%3A%2F%2Fgithub.com%2Figoravl%2Ftfscmdlets)
# TfsCmdlets Release Notes
## Version 2.0.0-beta.14 (_19/Jul/2020_)
See release notes [here](Docs/ReleaseNotes/2.0.0-beta.14.md).
------------------------
## Previous Versions
### Version 2.0.0-beta.13 (_18/Jul/2020_)
See release notes [here](Docs/ReleaseNotes/2.0.0-beta.13.md).
### Version 2.0.0-beta.11 (_14/Jul/2020_)
#### Improvements
#### PowerShell 7 (Core) support
- Most cmdlets are now run in both Windows PowerShell and PowerShell 7;
- Exception made to those cmdlets still relying on the old Client Object Model library (e.g. most cmdlets that operate on a configuration server level);
- TfsCmdlets is expected to work on Linux and Mac, although it's been only lightly tested on Linux and have not been tested on a Mac **at all**.
#### New cmdlets
- Connect-TfsTeam
- Disconnect-TfsTeam
- Enter-TfsShell
- Exit-TfsShell
- Get-TfsReleaseDefinition
- Get-TfsVersion
- New-TfsProcessTemplate
- New-TfsTestPlan
- Remove-TfsWorkItemTag
- Rename-TfsGlobalList
- Rename-TfsTeamProject
- Rename-TfsTestPlan
- Search-TfsWorkItem
- Undo-TfsTeamProjectRemoval
#### Other improvements
- **Documentation site**: Published new [documentation site](https://tfscmdlets.dev) (**WORK IN PROGRESS**)
- **Get-Help**: All cmdlets are now (most) properly documented. Examples are still missing in many of them, but all are guaranteed to have, at least, synopsis and parameter documentation.
#### Breaking Changes
- TfsCmdlets won't run on earlier versions of PowerShell. Please use either **Windows PowerShell 5.1** or **PowerShell 7 (Core)**.
- `Get-TfsCredential` renamed to `New-TfsCredential`
- `Get-TfsPolicyType` renamed to `Get-GitTfsPolicyType`
- `Get-TfsTeamBacklog` renamed to `Get-TfsTeamBacklogLevel`
- `Get-TfsTeamBoardCardRuleSettings` renamed to `Get-TfsTeamBoardCardRule`
- `Set-TfsTeamBoardCardRuleSettings` renamed to `Set-TfsTeamBoardCardRule`
- Removed `Set-TfsArea`, since same result can be obtained by using either `Rename-TfsArea` or `Move-TfsArea`
- Removed `Set-TfsWorkItemBoardStatus`, since same result can be obtained by using either `Set-TfsWorkItem`
#### Known issues
- PowerShell Core **only supports PAT (Personal Access Token)** logins. All other authentication methods (username/password, credential object, interactive) will only work in Windows PowerShell;
- Some cmdlets haven't been ported to .NET yet and thus will throw a `NotImplementedException` exception when first run.
### Version 2.0.0-beta.11 (_21/Jan/2020_)
#### Improvements
##### New cmdlets: `Enter-TfsShell`, `Exit-TfsShell`, `Get-TfsVersion`, `Invoke-TfsRestApi`
The new `Enter-TfsShell` and `Exit-TfsShell` cmdlets streamline the invocation of the "Azure DevOps Shell" mode. When invoked, shows a banner with the module version and activates the custom console prompt. The custom prompt displays the currently connected Azure DevOps org/server.
`Invoke-TfsRestApi` can be used to streamline calls to the Azure DevOps REST API for scenarios/APIs not yet covered by TfsCmdlets.
Lastly, `Get-TfsVersion` returns version information on a given team project collection / organization. Currently, only Azure DevOps Services organizations are supported. Support for TFS and Azure DevOps Server will be added in a future release.
##### Convert work item query-related cmdlets (`*-TfsWorkItemQuery`, `*-TfsWorkItemQueryFolder`) to REST API
In the process, they've been generalized and converted to aliases to their new "generic" counterparts (`*-TfsWorkItemQueryItem`), much like the Area/Iteration cmdlets.
##### Convert PowerShell Format/Types XML files (*.Format.ps1xml, *.Types.ps1xml) to YAML
Now both **TfsCmdlets.Types.ps1xml** and **TfsCmdlets.Format.ps1xml** files are generated during build time from YAML files with [ps1xmlgen](https://github.com/igoravl/ps1xmlgen). That offers a much better experience to edit/mantain PowerShell's type/format XML files.
##### Argument completers
This improvement is way overdue, but now we have the first set of argument completers. Any cmdlets with the arguments `-Server`, `-Collection` and `-Project` can be "Tab-completed".
##### New aliases for Connect-* cmdlets
Now, to connect to a Azure DevOps (or TFS) collection/organization/project/team you can use optionally use one of the aliases below:
* Connect-TfsConfigurationServer
* ctfssvr
* Connect-TfsTeamProjectCollection
* Connect-AzdoOrganization
* Connect-TfsOrganization
* ctfs
* Connect-TfsTeamProject
* ctfstp
* Connect-TfsTeam
* ctfsteam
##### Bug fixes
- Fix iteration processing in Set-TfsTeam ([72f0fc0](https://github.com/igoravl/TfsCmdlets/pull/98/commits/72f0fc0cdcba7d41c8341efd0b0304303058907e)), ([e15d1ee](https://github.com/igoravl/TfsCmdlets/pull/98/commits/e15d1ee0bff2e8a5bd20b26e11d1b41413eb79b9))
- Fix build when in Release configuration ([6a795ce](https://github.com/igoravl/TfsCmdlets/pull/98/commits/6a795ce49331e37fbd7319f26c1e452d0135a7f6))
- Fix classification node (area/iteration) retrieval for old APIs ([0df3616](https://github.com/igoravl/TfsCmdlets/pull/98/commits/0df3616868a15054125261555ecefed1d830d599))
- Fix TFS Client Library version retrieval ([a9ac849](https://github.com/igoravl/TfsCmdlets/pull/98/commits/a9ac849643f5738e9616ae5c01a12c93c4d1345c))
- Fix Azure DevOps Shell command prompt
- Fix Disconnect-* issues
#### Known issues
- Incremental build is currently disabled in the default Visual Studio Code Build task, as it's a bit inconsistent.
### Version 2.0.0-beta.10 (_12/Sep/2019_)
#### Improvements
- Not an improvement per se, but the *MoveBy* argument in the Set-TfsClassificationNode cmdlet (and related area/iteration ones) now displays a 'deprecated' warning when MoveBy is specified. The argument is then ignored.
#### Bug fixes
- Fix an issue with Area/Iteration cmdlets not processing pipelines correctly
#### Known issues
- N/A
### Version 2.0.0-beta.9 (_10/Sep/2019_)
#### Improvements
- Add folder management cmdlets for Build and Release Definitions:
- Build
- Get-TfsBuildDefinitionFolder
- New-TfsBuildDefinitionFolder
- Remove-TfsBuildDefinitionFolder
- Release
- Get-TfsReleaseDefinitionFolder
- New-TfsReleaseDefinitionFolder
- Remove-TfsReleaseDefinitionFolder
#### Bug fixes
N/A
#### Known issues
- Set-TfsArea and Set-TfsIteration no longer support reordering of node (`-MoveBy` argument). Still trying to figure out how to do it with the REST API
### Version 2.0.0-beta.8 (_06/Sep/2019_)
#### Improvements
- Area/iteration cmdlets have been ported to the new REST API
- New "generic" versions of the area/iteration cmdlets are now available. `*-TfsClassificationNode` cmdlets have a `-StructureGroup` argument that accepts either 'Areas' or 'Iterations'. Actually, area and iteration cmdlets (`*-TfsArea` and `*-TfsIteration`) are now merely aliases to their respective `*-TfsClassificationNode` counterparts.
#### Bug fixes
- Fix a bug in Connect-TfsTeamProjectCollection when passing a credential ([27dd30](https://github.com/igoravl/TfsCmdlets/commit/27dd302e1b243436229c3f44fa138c22952718b3))
#### Known issues
- Set-TfsArea and Set-TfsIteration no longer support reordering of node (`-MoveBy` argument). Still trying to figure out how to do it with the REST API
### Version 2.0.0-beta.6 (_02/Sep/2019_)
#### Improvements
- Add new group membership management cmdlets:
- Add-TfsGroupMember
- Get-TfsGroupMember
- Remove-TfsGroupMember
#### Bug fixes
N/A
#### Known issues
N/A
### 1.0.0-alpha7 (_22/Oct/2015_)
#### Improvements
- Added essential help comments to all cmdlets. Future versions will improve the documentation quality and depth.
#### Bug Fixes
- Fix Nuget and Chocolatey package icons
- Fix bug in Get-TfsWorkItemType that would not return any WITDs
#### Known Issues
- N/A
### 1.0.0-alpha6 (_22/Oct/2015_)
#### Improvements
- Enable build from cmdline with VS 2015 ([ab2325b](https://github.com/igoravl/tfscmdlets/commit/ab2325bae7cce788292d8532742a230756d1fd06))
- Change PoShTools detection from error to warning ([09e62f3](https://github.com/igoravl/tfscmdlets/commit/09e62f3b034e1706fb5845b3f8588658f99a21f8))
- Skip PoShTools detection in AppVeyor ([47cafa4](https://github.com/igoravl/tfscmdlets/commit/47cafa40f16c3e9c7d6f18594154f994d74cfb9c))
- Add custom type detection logic ([b10f32c](https://github.com/igoravl/tfscmdlets/commit/b10f32c5538576ea3cec7bf9f8b8d4c96eddba56))
#### Bug Fixes
- Fix commit message with apostrophe breaking build ([8066ab8](https://github.com/igoravl/tfscmdlets/commit/8066ab8310fa21111e09c5ecba306914edb6e4ab))
- Add proper parameter initialization for credentials ([d0c4d6c](https://github.com/igoravl/tfscmdlets/commit/d0c4d6c7d28682f43ae730904d802ebf4a2d4584))
- Fix handling of current config server ([d7b53f](https://github.com/igoravl/tfscmdlets/commit/d7b53fca74a66f22f793bed39f1ef3bdf642ae83))
#### Known Issues
- N/A
### 1.0.0-alpha5 (_10/Sep/2015_)
#### Improvements
- 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.
#### Bug fixes
- Fix conditional use of -Title in New-TfsWorkItem ([96a8a60](https://github.com/igoravl/tfscmdlets/commit/818af6e9d6ba3f30e976f3ef20d6070ac50fa3e7))
- Fix argument naming and pipelined return in Get-TfsWorkItem ([0a118125](https://github.com/igoravl/tfscmdlets/commit/0a11812554b447f4418e11454911ca5f53f34924))
- Fix return when passing -Current in Get-TfsConfigurationServer ([58647d2f](https://github.com/igoravl/tfscmdlets/commit/58647d2f29d84d6f5db4e0022062c2dd30cfaba1))
#### Known Issues
- N/A
### 1.0.0-alpha4 (_03/Sep/2015_)
#### Improvements
- Remove dependency on .NET 3.5
#### Bug fixes
- N/A
#### Known Issues
- N/A
### 1.0.0-alpha3 (_03/Sep/2015_)
#### Improvements
- Add help comments to the Areas & Iterations functions
#### Bug fixes
- Fix an issue in the AssemblyResolver implementation. Previously it was implemented as a scriptblock and was running into some race conditions that would crash PowerShell. Switched to a pure .NET implementation in order to avoid the race condition.
#### Known Issues
- TfsCmdlets has currently a dependency on .NET 3.5 and won't load in computers with only .NET 4.x installed. Workaround is to install .NET 3.5. Next version will no longer depend on .NET 3.5.
Function _Log($Message)
{
if(-not $TfsCmdletsDebugStartup)
{
return
}
Write-Host "VERBOSE: $Message" -ForegroundColor Yellow
}
foreach($s in (Get-PSCallStack))
{
if($s.Position -match 'Import-Module.*(TfsCmdlets)+.*(-Verbose)+')
{
$TfsCmdletsDebugStartup = $true
break
}
}
if ($TfsCmdletsDebugStartup)
{
_Log "Entering TfsCmdlets startup debug mode" -ForegroundColor DarkYellow
}
_Log "Loading module TfsCmdlets v$($PrivateData.Version) from $PSScriptRoot"
# Initialize variables
$global:TfsCmdletsLoadSw = [System.Diagnostics.Stopwatch]::StartNew()
$PrivateData = (Test-ModuleManifest (Join-Path $PSScriptRoot 'TfsCmdlets.psd1')).PrivateData
# Configure assembly resolver
$targetFramework = $PrivateData."${PSEdition}TargetFramework"
$libPath = (Join-Path $PSScriptRoot "Lib/${targetFramework}" -Resolve)
Add-Type -Path (Join-Path $libPath "TfsCmdletsLib.dll")
_Log "Registering assemblies in $libPath"
foreach($f in (Get-ChildItem (Join-Path $libPath '*.dll') -Exclude '*WITDataStore*'))
{
try
{
_Log "- Found $($f.Name)"
[TfsCmdlets.AssemblyResolver]::AddAssembly($f.BaseName, $f.FullName)
}
catch
{
_Log " - Error loading $($f.Name): $($_.Exception.Message)"
}
}
<?xml version="1.0" encoding="utf-8"?>
<helpItems schema="maml" xmlns="http://msh">
<!-- Cmdlet: Get-TfsArea -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.AreasIterations">
<command:details>
<command:name>Get-TfsArea</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsArea</command:noun>
<maml:description>
<maml:para>Gets one or more Work Item Areas from a given Team Project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsArea</maml:name>
<!-- Parameter: Node -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path,Area">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\**</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Node -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path,Area">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\**</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path,Area">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\**</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path,Area">
<maml:name>Area</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\**</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WorkItemClassificationNode -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemClassificationNode</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<command:examples>
<command:example>
<maml:title>---------- EXAMPLE 1 ----------</maml:title>
<dev:code>PS> Get-TfsArea</dev:code>
<dev:remarks>
<maml:para>Returns all area paths in the currently connected Team Project (as defined by a previous call to Connect-TfsTeamProject)</maml:para>
<maml:para></maml:para>
</dev:remarks>
</command:example>
<command:example>
<maml:title>---------- EXAMPLE 2 ----------</maml:title>
<dev:code>PS> Get-TfsArea '\**\Support' -Project Tailspin</dev:code>
<dev:remarks>
<maml:para>Performs a recursive search and returns all area paths named 'Support' that may exist in a team project called Tailspin</maml:para>
<maml:para></maml:para>
</dev:remarks>
</command:example>
</command:examples>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/AreasIterations/Get-TfsArea</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Move-TfsArea -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.AreasIterations">
<command:details>
<command:name>Move-TfsArea</command:name>
<command:verb>Move</command:verb>
<command:noun>TfsArea</command:noun>
<maml:description>
<maml:para>Gets one or more Work Item Areas from a given Team Project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Move-TfsArea</maml:name>
<!-- Parameter: Node -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path,Area">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\**</dev:defaultValue>
</command:parameter>
<!-- Parameter: Destination -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1" aliases="MoveTo">
<maml:name>Destination</maml:name>
<maml:description>
<maml:para>Specifies the name and/or path of the destination parent node.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allows the cmdlet to create destination parent node(s) if they're missing.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Node -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path,Area">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\**</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path,Area">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\**</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path,Area">
<maml:name>Area</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\**</dev:defaultValue>
</command:parameter>
<!-- Parameter: Destination -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1" aliases="MoveTo">
<maml:name>Destination</maml:name>
<maml:description>
<maml:para>Specifies the name and/or path of the destination parent node.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="false" position="1" aliases="MoveTo">
<maml:name>MoveTo</maml:name>
<maml:description>
<maml:para>Specifies the name and/or path of the destination parent node.</maml:para>
<maml:para>This is an alias of the Destination parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allows the cmdlet to create destination parent node(s) if they're missing.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WorkItemClassificationNode -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemClassificationNode</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/AreasIterations/Move-TfsArea</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: New-TfsArea -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.AreasIterations">
<command:details>
<command:name>New-TfsArea</command:name>
<command:verb>New</command:verb>
<command:noun>TfsArea</command:noun>
<maml:description>
<maml:para>Creates a new Work Item Area in the given Team Project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>New-TfsArea</maml:name>
<!-- Parameter: Node -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Area,Path">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the path of the new Area. When supplying a path, use a backslash ("\\") between the path segments. Leading and trailing backslashes are optional. The last segment in the path will be the area name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allows the cmdlet to create parent nodes if they're missing.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Node -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Area,Path">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the path of the new Area. When supplying a path, use a backslash ("\\") between the path segments. Leading and trailing backslashes are optional. The last segment in the path will be the area name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Area,Path">
<maml:name>Area</maml:name>
<maml:description>
<maml:para>Specifies the path of the new Area. When supplying a path, use a backslash ("\\") between the path segments. Leading and trailing backslashes are optional. The last segment in the path will be the area name.</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Area,Path">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the path of the new Area. When supplying a path, use a backslash ("\\") between the path segments. Leading and trailing backslashes are optional. The last segment in the path will be the area name.</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allows the cmdlet to create parent nodes if they're missing.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the path of the new Area. When supplying a path, use a backslash ("\\") between the path segments. Leading and trailing backslashes are optional. The last segment in the path will be the area name.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WorkItemClassificationNode -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemClassificationNode</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/AreasIterations/New-TfsArea</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Remove-TfsArea -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.AreasIterations">
<command:details>
<command:name>Remove-TfsArea</command:name>
<command:verb>Remove</command:verb>
<command:noun>TfsArea</command:noun>
<maml:description>
<maml:para>Deletes one or more Work Item Areas from a given Team Project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Remove-TfsArea</maml:name>
<!-- Parameter: Node -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Path,Area">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: MoveTo -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="1" aliases="NewPath">
<maml:name>MoveTo</maml:name>
<maml:description>
<maml:para>Specifies the new parent node for the work items currently assigned to the node being deleted, if any. When omitted, defaults to the root node (the "\" node, at the team project level).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Recurse -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Recurse</maml:name>
<maml:description>
<maml:para>Removes node(s) recursively.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Node -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Path,Area">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Path,Area">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Path,Area">
<maml:name>Area</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: MoveTo -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="1" aliases="NewPath">
<maml:name>MoveTo</maml:name>
<maml:description>
<maml:para>Specifies the new parent node for the work items currently assigned to the node being deleted, if any. When omitted, defaults to the root node (the "\" node, at the team project level).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="1" aliases="NewPath">
<maml:name>NewPath</maml:name>
<maml:description>
<maml:para>Specifies the new parent node for the work items currently assigned to the node being deleted, if any. When omitted, defaults to the root node (the "\" node, at the team project level).</maml:para>
<maml:para>This is an alias of the MoveTo parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\</dev:defaultValue>
</command:parameter>
<!-- Parameter: Recurse -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Recurse</maml:name>
<maml:description>
<maml:para>Removes node(s) recursively.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WorkItemClassificationNode -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemClassificationNode</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/AreasIterations/Remove-TfsArea</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Rename-TfsArea -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.AreasIterations">
<command:details>
<command:name>Rename-TfsArea</command:name>
<command:verb>Rename</command:verb>
<command:noun>TfsArea</command:noun>
<maml:description>
<maml:para>Renames a Work Area.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Rename-TfsArea</maml:name>
<!-- Parameter: Node -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path,Area">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NewName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>NewName</maml:name>
<maml:description>
<maml:para>Specifies the new name of the item. Enter only a name - i.e., for items that support paths, do not enter a path and name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Node -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path,Area">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path,Area">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path,Area">
<maml:name>Area</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NewName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>NewName</maml:name>
<maml:description>
<maml:para>Specifies the new name of the item. Enter only a name - i.e., for items that support paths, do not enter a path and name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WorkItemClassificationNode -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemClassificationNode</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/AreasIterations/Rename-TfsArea</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Test-TfsArea -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.AreasIterations">
<command:details>
<command:name>Test-TfsArea</command:name>
<command:verb>Test</command:verb>
<command:noun>TfsArea</command:noun>
<maml:description>
<maml:para>Determines whether the specified Work Area exist.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Test-TfsArea</maml:name>
<!-- Parameter: Node -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Area,Path">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Node -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Area,Path">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Area,Path">
<maml:name>Area</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Area,Path">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/AreasIterations/Test-TfsArea</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsBuildDefinitionFolder -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Pipeline.Build">
<command:details>
<command:name>Get-TfsBuildDefinitionFolder</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsBuildDefinitionFolder</command:noun>
<maml:description>
<maml:para>Gets one or more build/pipeline definition folders in a team project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsBuildDefinitionFolder</maml:name>
<!-- Parameter: Folder -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path">
<maml:name>Folder</maml:name>
<maml:description>
<maml:para>Specifies the folder path. Wildcards are supported. When omitted, all build/pipeline folders in the supplied team project are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>**</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: QueryOrder -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>QueryOrder</maml:name>
<maml:description>
<maml:para>Specifies the query order. When omitted, defaults to None.</maml:para>
<maml:para>Possible values: None, FolderAscending, FolderDescending</maml:para>
</maml:description>
<command:parameterValue required="true">FolderQueryOrder</command:parameterValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Build.WebApi.FolderQueryOrder</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>None</dev:defaultValue>
<command:parameterValueGroup>
<command:parameterValue required="false" variableLength="false">None</command:parameterValue>
<command:parameterValue required="false" variableLength="false">FolderAscending</command:parameterValue>
<command:parameterValue required="false" variableLength="false">FolderDescending</command:parameterValue>
</command:parameterValueGroup>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Folder -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path">
<maml:name>Folder</maml:name>
<maml:description>
<maml:para>Specifies the folder path. Wildcards are supported. When omitted, all build/pipeline folders in the supplied team project are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>**</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the folder path. Wildcards are supported. When omitted, all build/pipeline folders in the supplied team project are returned.</maml:para>
<maml:para>This is an alias of the Folder parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>**</dev:defaultValue>
</command:parameter>
<!-- Parameter: QueryOrder -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>QueryOrder</maml:name>
<maml:description>
<maml:para>Specifies the query order. When omitted, defaults to None.</maml:para>
<maml:para>Possible values: None, FolderAscending, FolderDescending</maml:para>
</maml:description>
<command:parameterValue required="true">FolderQueryOrder</command:parameterValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Build.WebApi.FolderQueryOrder</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>None</dev:defaultValue>
<command:parameterValueGroup>
<command:parameterValue required="false" variableLength="false">None</command:parameterValue>
<command:parameterValue required="false" variableLength="false">FolderAscending</command:parameterValue>
<command:parameterValue required="false" variableLength="false">FolderDescending</command:parameterValue>
</command:parameterValueGroup>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: Folder -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Build.WebApi.Folder</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Pipeline/Build/Get-TfsBuildDefinitionFolder</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: New-TfsBuildDefinitionFolder -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Pipeline.Build">
<command:details>
<command:name>New-TfsBuildDefinitionFolder</command:name>
<command:verb>New</command:verb>
<command:noun>TfsBuildDefinitionFolder</command:noun>
<maml:description>
<maml:para>Creates a new build/pipeline definition folder</maml:para>
</maml:description>
</command:details>
<maml:description>
<maml:para>Folders are created recursively - i.e. when specifying a path like '\foo\bar\baz', if any of the parent folders (foo, foo\bar) does not exist, it is automatically created before creating any child folders.</maml:para>
</maml:description>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>New-TfsBuildDefinitionFolder</maml:name>
<!-- Parameter: Folder -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path">
<maml:name>Folder</maml:name>
<maml:description>
<maml:para>Specifies the path of the new pipeline/build folder, including its name, separated by backslashes (\).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Description -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Description</maml:name>
<maml:description>
<maml:para>Specifies the description of the new build/pipeline folder.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Folder -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path">
<maml:name>Folder</maml:name>
<maml:description>
<maml:para>Specifies the path of the new pipeline/build folder, including its name, separated by backslashes (\).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the path of the new pipeline/build folder, including its name, separated by backslashes (\).</maml:para>
<maml:para>This is an alias of the Folder parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Description -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Description</maml:name>
<maml:description>
<maml:para>Specifies the description of the new build/pipeline folder.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the path of the new pipeline/build folder, including its name, separated by backslashes (\).</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: Folder -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Build.WebApi.Folder</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Pipeline/Build/New-TfsBuildDefinitionFolder</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Remove-TfsBuildDefinitionFolder -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Pipeline.Build">
<command:details>
<command:name>Remove-TfsBuildDefinitionFolder</command:name>
<command:verb>Remove</command:verb>
<command:noun>TfsBuildDefinitionFolder</command:noun>
<maml:description>
<maml:para>Deletes one or more build/pipeline definition folders.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Remove-TfsBuildDefinitionFolder</maml:name>
<!-- Parameter: Folder -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path">
<maml:name>Folder</maml:name>
<maml:description>
<maml:para>Specifies the path of the pipeline/build folder to delete, including its name, separated by backslashes (\). Wildcards are supperted.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Forces the exclusion of folders containing build/pipelines definitions. When omitted, only empty folders can be deleted.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Recurse -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Recurse</maml:name>
<maml:description>
<maml:para>Removes folders recursively. When omitted, folders with subfolders cannot be deleted.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Folder -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path">
<maml:name>Folder</maml:name>
<maml:description>
<maml:para>Specifies the path of the pipeline/build folder to delete, including its name, separated by backslashes (\). Wildcards are supperted.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the path of the pipeline/build folder to delete, including its name, separated by backslashes (\). Wildcards are supperted.</maml:para>
<maml:para>This is an alias of the Folder parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Recurse -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Recurse</maml:name>
<maml:description>
<maml:para>Removes folders recursively. When omitted, folders with subfolders cannot be deleted.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Forces the exclusion of folders containing build/pipelines definitions. When omitted, only empty folders can be deleted.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the path of the pipeline/build folder to delete, including its name, separated by backslashes (\). Wildcards are supperted.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: Folder -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Build.WebApi.Folder</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Pipeline/Build/Remove-TfsBuildDefinitionFolder</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Connect-TfsConfigurationServer -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Connection">
<command:details>
<command:name>Connect-TfsConfigurationServer</command:name>
<command:verb>Connect</command:verb>
<command:noun>TfsConfigurationServer</command:noun>
<maml:description>
<maml:para>Connects to a configuration server.</maml:para>
</maml:description>
</command:details>
<maml:description>
<maml:para>A TFS Configuration Server represents the server that is running Team Foundation Server. On a database level, it is represented by the Tfs_Configuration database. Operations that should be performed on a server level (such as setting server-level permissions) require a connection to a TFS configuration server. Internally, this connection is represented by an instance of the Microsoft.TeamFoundation.Client.TfsConfigurationServer. NOTE: Currently it is only supported in Windows PowerShell.</maml:para>
</maml:description>
<command:syntax>
<!-- Parameter Set: Cached credentials -->
<command:syntaxItem tfscmdlets:parameterSet="Cached credentials">
<maml:name>Connect-TfsConfigurationServer</maml:name>
<!-- Parameter: Server -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies either a URL/name of the Team Foundation Server to connect to, or a previously initialized TfsConfigurationServer object. When using a URL, it must be fully qualified. To connect to a Team Foundation Server instance by using its name, it must have been previously registered.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Cached -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Cached</maml:name>
<maml:description>
<maml:para>Specifies that cached (default) credentials should be used when possible/available.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: User name and password -->
<command:syntaxItem tfscmdlets:parameterSet="User name and password">
<maml:name>Connect-TfsConfigurationServer</maml:name>
<!-- Parameter: Server -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies either a URL/name of the Team Foundation Server to connect to, or a previously initialized TfsConfigurationServer object. When using a URL, it must be fully qualified. To connect to a Team Foundation Server instance by using its name, it must have been previously registered.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: UserName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>UserName</maml:name>
<maml:description>
<maml:para>Specifies a user name for authentication modes (such as Basic) that support username/password-based credentials. Must be used in conjunction with the -Password argument</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Password -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="2">
<maml:name>Password</maml:name>
<maml:description>
<maml:para>Specifies a password for authentication modes (such as Basic) that support username/password-based credentials. Must be used in conjunction with the -UserName argument</maml:para>
</maml:description>
<command:parameterValue required="true">SecureString</command:parameterValue>
<dev:type>
<maml:name>System.Security.SecureString</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Credential object -->
<command:syntaxItem tfscmdlets:parameterSet="Credential object">
<maml:name>Connect-TfsConfigurationServer</maml:name>
<!-- Parameter: Server -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies either a URL/name of the Team Foundation Server to connect to, or a previously initialized TfsConfigurationServer object. When using a URL, it must be fully qualified. To connect to a Team Foundation Server instance by using its name, it must have been previously registered.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Credential -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Credential</maml:name>
<maml:description>
<maml:para>Specifies a user account that has permission to perform this action. To provide a user name and password, a Personal Access Token, and/or to open a input dialog to enter your credentials, call Get-TfsCredential with the appropriate arguments and pass its return to this argument.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Personal Access Token -->
<command:syntaxItem tfscmdlets:parameterSet="Personal Access Token">
<maml:name>Connect-TfsConfigurationServer</maml:name>
<!-- Parameter: Server -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies either a URL/name of the Team Foundation Server to connect to, or a previously initialized TfsConfigurationServer object. When using a URL, it must be fully qualified. To connect to a Team Foundation Server instance by using its name, it must have been previously registered.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: PersonalAccessToken -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Pat">
<maml:name>PersonalAccessToken</maml:name>
<maml:description>
<maml:para>Specifies a personal access token, used as an alternate credential, to authenticate to Azure DevOps</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Prompt for credential -->
<command:syntaxItem tfscmdlets:parameterSet="Prompt for credential">
<maml:name>Connect-TfsConfigurationServer</maml:name>
<!-- Parameter: Server -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies either a URL/name of the Team Foundation Server to connect to, or a previously initialized TfsConfigurationServer object. When using a URL, it must be fully qualified. To connect to a Team Foundation Server instance by using its name, it must have been previously registered.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Interactive -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Interactive</maml:name>
<maml:description>
<maml:para>Prompts for user credentials. Can be used for any Team Foundation Server or Azure DevOps account - the proper login dialog is automatically selected. Should only be used in an interactive PowerShell session (i.e., a PowerShell terminal window), never in an unattended script (such as those executed during an automated build). Currently it is only supported in Windows PowerShell.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Server -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies either a URL/name of the Team Foundation Server to connect to, or a previously initialized TfsConfigurationServer object. When using a URL, it must be fully qualified. To connect to a Team Foundation Server instance by using its name, it must have been previously registered.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Cached -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Cached</maml:name>
<maml:description>
<maml:para>Specifies that cached (default) credentials should be used when possible/available.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: UserName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>UserName</maml:name>
<maml:description>
<maml:para>Specifies a user name for authentication modes (such as Basic) that support username/password-based credentials. Must be used in conjunction with the -Password argument</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Password -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="2">
<maml:name>Password</maml:name>
<maml:description>
<maml:para>Specifies a password for authentication modes (such as Basic) that support username/password-based credentials. Must be used in conjunction with the -UserName argument</maml:para>
</maml:description>
<command:parameterValue required="true">SecureString</command:parameterValue>
<dev:type>
<maml:name>System.Security.SecureString</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Credential -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Credential</maml:name>
<maml:description>
<maml:para>Specifies a user account that has permission to perform this action. To provide a user name and password, a Personal Access Token, and/or to open a input dialog to enter your credentials, call Get-TfsCredential with the appropriate arguments and pass its return to this argument.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: PersonalAccessToken -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Pat">
<maml:name>PersonalAccessToken</maml:name>
<maml:description>
<maml:para>Specifies a personal access token, used as an alternate credential, to authenticate to Azure DevOps</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Pat">
<maml:name>Pat</maml:name>
<maml:description>
<maml:para>Specifies a personal access token, used as an alternate credential, to authenticate to Azure DevOps</maml:para>
<maml:para>This is an alias of the PersonalAccessToken parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Interactive -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Interactive</maml:name>
<maml:description>
<maml:para>Prompts for user credentials. Can be used for any Team Foundation Server or Azure DevOps account - the proper login dialog is automatically selected. Should only be used in an interactive PowerShell session (i.e., a PowerShell terminal window), never in an unattended script (such as those executed during an automated build). Currently it is only supported in Windows PowerShell.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies either a URL/name of the Team Foundation Server to connect to, or a previously initialized TfsConfigurationServer object. When using a URL, it must be fully qualified. To connect to a Team Foundation Server instance by using its name, it must have been previously registered.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: TfsConfigurationServer -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Client.TfsConfigurationServer</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<command:examples>
<command:example>
<maml:title>---------- EXAMPLE 1 ----------</maml:title>
<dev:code>PS> Connect-TfsConfigurationServer -Server http://vsalm:8080/tfs</dev:code>
<dev:remarks>
<maml:para>Connects to the TFS server specified by the URL in the Server argument</maml:para>
<maml:para></maml:para>
</dev:remarks>
</command:example>
<command:example>
<maml:title>---------- EXAMPLE 2 ----------</maml:title>
<dev:code>PS> Connect-TfsConfigurationServer -Server vsalm</dev:code>
<dev:remarks>
<maml:para>Connects to a previously registered TFS server by its user-defined name "vsalm". For more information, see Get-TfsRegisteredConfigurationServer</maml:para>
<maml:para></maml:para>
</dev:remarks>
</command:example>
</command:examples>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Connection/Connect-TfsConfigurationServer</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Disconnect-TfsConfigurationServer -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Connection">
<command:details>
<command:name>Disconnect-TfsConfigurationServer</command:name>
<command:verb>Disconnect</command:verb>
<command:noun>TfsConfigurationServer</command:noun>
<maml:description>
<maml:para>Disconnects from the currently connected configuration server.</maml:para>
</maml:description>
</command:details>
<maml:description>
<maml:para>The Disconnect-TfsConfigurationServer cmdlet removes the connection previously set by its counterpart Connect-TfsConfigurationServer. Therefore, cmdlets relying on a "default server" as provided by "Get-TfsConfigurationServer -Current" will no longer work after a call to this cmdlet, unless their -Server argument is provided or a new call to Connect-TfsConfigurationServer is made.</maml:para>
</maml:description>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Disconnect-TfsConfigurationServer</maml:name>
</command:syntaxItem>
</command:syntax>
<command:parameters />
<command:inputTypes />
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Connection/Disconnect-TfsConfigurationServer</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsConfigurationServer -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="ConfigServer">
<command:details>
<command:name>Get-TfsConfigurationServer</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsConfigurationServer</command:noun>
<maml:description>
<maml:para>Gets information about a configuration server.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: Get by server -->
<command:syntaxItem tfscmdlets:parameterSet="Get by server">
<maml:name>Get-TfsConfigurationServer</maml:name>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Credential -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="1">
<maml:name>Credential</maml:name>
<maml:description>
<maml:para>Specifies a user account that has permission to perform this action. To provide a user name and password, a Personal Access Token, and/or to open a input dialog to enter your credentials, call Get-TfsCredential with the appropriate arguments and pass its return to this argument.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Get current -->
<command:syntaxItem tfscmdlets:parameterSet="Get current">
<maml:name>Get-TfsConfigurationServer</maml:name>
<!-- Parameter: Current -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Current</maml:name>
<maml:description>
<maml:para>Returns the configuration server specified in the last call to Connect-TfsConfigurationServer (i.e. the "current" configuration server)</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Current -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Current</maml:name>
<maml:description>
<maml:para>Returns the configuration server specified in the last call to Connect-TfsConfigurationServer (i.e. the "current" configuration server)</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Credential -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="1">
<maml:name>Credential</maml:name>
<maml:description>
<maml:para>Specifies a user account that has permission to perform this action. To provide a user name and password, a Personal Access Token, and/or to open a input dialog to enter your credentials, call Get-TfsCredential with the appropriate arguments and pass its return to this argument.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: TfsConfigurationServer -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Client.TfsConfigurationServer</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/ConfigServer/Get-TfsConfigurationServer</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsConfigurationServerConnectionString -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Admin">
<command:details>
<command:name>Get-TfsConfigurationServerConnectionString</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsConfigurationServerConnectionString</command:noun>
<maml:description>
<maml:para>Gets the configuration server database connection string.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: Use computer name -->
<command:syntaxItem tfscmdlets:parameterSet="Use computer name">
<maml:name>Get-TfsConfigurationServerConnectionString</maml:name>
<!-- Parameter: ComputerName -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ComputerName</maml:name>
<maml:description>
<maml:para>Specifies the name of a Team Foundation Server application tier from which to retrieve the connection string.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>localhost</dev:defaultValue>
</command:parameter>
<!-- Parameter: Credential -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Credential</maml:name>
<maml:description>
<maml:para>The user credentials to be used to access a remote machine. Those credentials must have the required permission to execute a PowerShell Remote session on that computer.</maml:para>
</maml:description>
<command:parameterValue required="true">PSCredential</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.PSCredential</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>System.Management.Automation.PSCredential</dev:defaultValue>
</command:parameter>
<!-- Parameter: Version -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Version</maml:name>
<maml:description>
<maml:para>The TFS version number, represented by the year in its name. For e.g. TFS 2015, use "2015". When omitted, will default to the newest installed version of TFS / Azure DevOps Server</maml:para>
</maml:description>
<command:parameterValue required="true">int</command:parameterValue>
<dev:type>
<maml:name>System.Int32</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>0</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Use session -->
<command:syntaxItem tfscmdlets:parameterSet="Use session">
<maml:name>Get-TfsConfigurationServerConnectionString</maml:name>
<!-- Parameter: Session -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Session</maml:name>
<maml:description>
<maml:para>The machine name of the server where the TFS component is installed. It must be properly configured for PowerShell Remoting in case it's a remote machine. Optionally, a System.Management.Automation.Runspaces.PSSession object pointing to a previously opened PowerShell Remote session can be provided instead. When omitted, defaults to the local machine where the script is being run</maml:para>
</maml:description>
<command:parameterValue required="true">PSSession</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.Runspaces.PSSession</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Credential -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Credential</maml:name>
<maml:description>
<maml:para>The user credentials to be used to access a remote machine. Those credentials must have the required permission to execute a PowerShell Remote session on that computer.</maml:para>
</maml:description>
<command:parameterValue required="true">PSCredential</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.PSCredential</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>System.Management.Automation.PSCredential</dev:defaultValue>
</command:parameter>
<!-- Parameter: Version -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Version</maml:name>
<maml:description>
<maml:para>The TFS version number, represented by the year in its name. For e.g. TFS 2015, use "2015". When omitted, will default to the newest installed version of TFS / Azure DevOps Server</maml:para>
</maml:description>
<command:parameterValue required="true">int</command:parameterValue>
<dev:type>
<maml:name>System.Int32</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>0</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: ComputerName -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ComputerName</maml:name>
<maml:description>
<maml:para>Specifies the name of a Team Foundation Server application tier from which to retrieve the connection string.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>localhost</dev:defaultValue>
</command:parameter>
<!-- Parameter: Session -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Session</maml:name>
<maml:description>
<maml:para>The machine name of the server where the TFS component is installed. It must be properly configured for PowerShell Remoting in case it's a remote machine. Optionally, a System.Management.Automation.Runspaces.PSSession object pointing to a previously opened PowerShell Remote session can be provided instead. When omitted, defaults to the local machine where the script is being run</maml:para>
</maml:description>
<command:parameterValue required="true">PSSession</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.Runspaces.PSSession</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Version -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Version</maml:name>
<maml:description>
<maml:para>The TFS version number, represented by the year in its name. For e.g. TFS 2015, use "2015". When omitted, will default to the newest installed version of TFS / Azure DevOps Server</maml:para>
</maml:description>
<command:parameterValue required="true">int</command:parameterValue>
<dev:type>
<maml:name>System.Int32</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>0</dev:defaultValue>
</command:parameter>
<!-- Parameter: Credential -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Credential</maml:name>
<maml:description>
<maml:para>The user credentials to be used to access a remote machine. Those credentials must have the required permission to execute a PowerShell Remote session on that computer.</maml:para>
</maml:description>
<command:parameterValue required="true">PSCredential</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.PSCredential</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>System.Management.Automation.PSCredential</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes />
<command:returnValues>
<!-- OutputType: String -->
<command:returnValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Admin/Get-TfsConfigurationServerConnectionString</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>Online version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/admin/get-tfsconfigurationserverconnectionstring/</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>Get-TfsInstallationPath</maml:linkText>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: New-TfsCredential -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Connection">
<command:details>
<command:name>New-TfsCredential</command:name>
<command:verb>New</command:verb>
<command:noun>TfsCredential</command:noun>
<maml:description>
<maml:para>Provides credentials to use when you connect to a Team Foundation Server or Azure DevOps organization.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: Cached credentials -->
<command:syntaxItem tfscmdlets:parameterSet="Cached credentials">
<maml:name>New-TfsCredential</maml:name>
<!-- Parameter: Url -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0">
<maml:name>Url</maml:name>
<maml:description>
<maml:para>Specifies the URL of the server, collection or organization to connect to.</maml:para>
</maml:description>
<command:parameterValue required="true">Uri</command:parameterValue>
<dev:type>
<maml:name>System.Uri</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Cached -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Cached</maml:name>
<maml:description>
<maml:para>Specifies that cached (default) credentials should be used when possible/available.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: User name and password -->
<command:syntaxItem tfscmdlets:parameterSet="User name and password">
<maml:name>New-TfsCredential</maml:name>
<!-- Parameter: Url -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0">
<maml:name>Url</maml:name>
<maml:description>
<maml:para>Specifies the URL of the server, collection or organization to connect to.</maml:para>
</maml:description>
<command:parameterValue required="true">Uri</command:parameterValue>
<dev:type>
<maml:name>System.Uri</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: UserName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>UserName</maml:name>
<maml:description>
<maml:para>Specifies a user name for authentication modes (such as Basic) that support username/password-based credentials. Must be used in conjunction with the -Password argument</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Password -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="2">
<maml:name>Password</maml:name>
<maml:description>
<maml:para>Specifies a password for authentication modes (such as Basic) that support username/password-based credentials. Must be used in conjunction with the -UserName argument</maml:para>
</maml:description>
<command:parameterValue required="true">SecureString</command:parameterValue>
<dev:type>
<maml:name>System.Security.SecureString</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Credential object -->
<command:syntaxItem tfscmdlets:parameterSet="Credential object">
<maml:name>New-TfsCredential</maml:name>
<!-- Parameter: Url -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0">
<maml:name>Url</maml:name>
<maml:description>
<maml:para>Specifies the URL of the server, collection or organization to connect to.</maml:para>
</maml:description>
<command:parameterValue required="true">Uri</command:parameterValue>
<dev:type>
<maml:name>System.Uri</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Credential -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Credential</maml:name>
<maml:description>
<maml:para>Specifies a user account that has permission to perform this action. To provide a user name and password, a Personal Access Token, and/or to open a input dialog to enter your credentials, call Get-TfsCredential with the appropriate arguments and pass its return to this argument.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Personal Access Token -->
<command:syntaxItem tfscmdlets:parameterSet="Personal Access Token">
<maml:name>New-TfsCredential</maml:name>
<!-- Parameter: Url -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0">
<maml:name>Url</maml:name>
<maml:description>
<maml:para>Specifies the URL of the server, collection or organization to connect to.</maml:para>
</maml:description>
<command:parameterValue required="true">Uri</command:parameterValue>
<dev:type>
<maml:name>System.Uri</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: PersonalAccessToken -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Pat">
<maml:name>PersonalAccessToken</maml:name>
<maml:description>
<maml:para>Specifies a personal access token, used as an alternate credential, to authenticate to Azure DevOps</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Prompt for credential -->
<command:syntaxItem tfscmdlets:parameterSet="Prompt for credential">
<maml:name>New-TfsCredential</maml:name>
<!-- Parameter: Url -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0">
<maml:name>Url</maml:name>
<maml:description>
<maml:para>Specifies the URL of the server, collection or organization to connect to.</maml:para>
</maml:description>
<command:parameterValue required="true">Uri</command:parameterValue>
<dev:type>
<maml:name>System.Uri</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Interactive -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Interactive</maml:name>
<maml:description>
<maml:para>Prompts for user credentials. Can be used for any Team Foundation Server or Azure DevOps account - the proper login dialog is automatically selected. Should only be used in an interactive PowerShell session (i.e., a PowerShell terminal window), never in an unattended script (such as those executed during an automated build). Currently it is only supported in Windows PowerShell.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Url -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0">
<maml:name>Url</maml:name>
<maml:description>
<maml:para>Specifies the URL of the server, collection or organization to connect to.</maml:para>
</maml:description>
<command:parameterValue required="true">Uri</command:parameterValue>
<dev:type>
<maml:name>System.Uri</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Cached -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Cached</maml:name>
<maml:description>
<maml:para>Specifies that cached (default) credentials should be used when possible/available.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: UserName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>UserName</maml:name>
<maml:description>
<maml:para>Specifies a user name for authentication modes (such as Basic) that support username/password-based credentials. Must be used in conjunction with the -Password argument</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Password -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="2">
<maml:name>Password</maml:name>
<maml:description>
<maml:para>Specifies a password for authentication modes (such as Basic) that support username/password-based credentials. Must be used in conjunction with the -UserName argument</maml:para>
</maml:description>
<command:parameterValue required="true">SecureString</command:parameterValue>
<dev:type>
<maml:name>System.Security.SecureString</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Credential -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Credential</maml:name>
<maml:description>
<maml:para>Specifies a user account that has permission to perform this action. To provide a user name and password, a Personal Access Token, and/or to open a input dialog to enter your credentials, call Get-TfsCredential with the appropriate arguments and pass its return to this argument.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: PersonalAccessToken -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Pat">
<maml:name>PersonalAccessToken</maml:name>
<maml:description>
<maml:para>Specifies a personal access token, used as an alternate credential, to authenticate to Azure DevOps</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Pat">
<maml:name>Pat</maml:name>
<maml:description>
<maml:para>Specifies a personal access token, used as an alternate credential, to authenticate to Azure DevOps</maml:para>
<maml:para>This is an alias of the PersonalAccessToken parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Interactive -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Interactive</maml:name>
<maml:description>
<maml:para>Prompts for user credentials. Can be used for any Team Foundation Server or Azure DevOps account - the proper login dialog is automatically selected. Should only be used in an interactive PowerShell session (i.e., a PowerShell terminal window), never in an unattended script (such as those executed during an automated build). Currently it is only supported in Windows PowerShell.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes />
<command:returnValues>
<!-- OutputType: VssCredentials -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.Common.VssCredentials</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Connection/New-TfsCredential</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsGitBranch -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Git.Branch">
<command:details>
<command:name>Get-TfsGitBranch</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsGitBranch</command:noun>
<maml:description>
<maml:para>Gets information from one or more branches in a remote Git repository.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: Get by name -->
<command:syntaxItem tfscmdlets:parameterSet="Get by name">
<maml:name>Get-TfsGitBranch</maml:name>
<!-- Parameter: Branch -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="RefName">
<maml:name>Branch</maml:name>
<maml:description>
<maml:para>Specifies the name of a branch in the supplied Git repository. Wildcards are supported. When omitted, all branches are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Repository -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Repository</maml:name>
<maml:description>
<maml:para>Specifies the target Git repository. Valid values are the name of the repository, its ID (a GUID), or a Microsoft.TeamFoundation.SourceControl.WebApi.GitRepository object obtained by e.g. a call to Get-TfsGitRepository. When omitted, it default to the team project name (i.e. the default repository).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Get default -->
<command:syntaxItem tfscmdlets:parameterSet="Get default">
<maml:name>Get-TfsGitBranch</maml:name>
<!-- Parameter: Default -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Default</maml:name>
<maml:description>
<maml:para>Returns the default branch in the given repository.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Repository -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Repository</maml:name>
<maml:description>
<maml:para>Specifies the target Git repository. Valid values are the name of the repository, its ID (a GUID), or a Microsoft.TeamFoundation.SourceControl.WebApi.GitRepository object obtained by e.g. a call to Get-TfsGitRepository. When omitted, it default to the team project name (i.e. the default repository).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Branch -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="RefName">
<maml:name>Branch</maml:name>
<maml:description>
<maml:para>Specifies the name of a branch in the supplied Git repository. Wildcards are supported. When omitted, all branches are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="RefName">
<maml:name>RefName</maml:name>
<maml:description>
<maml:para>Specifies the name of a branch in the supplied Git repository. Wildcards are supported. When omitted, all branches are returned.</maml:para>
<maml:para>This is an alias of the Branch parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Default -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Default</maml:name>
<maml:description>
<maml:para>Returns the default branch in the given repository.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Repository -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Repository</maml:name>
<maml:description>
<maml:para>Specifies the target Git repository. Valid values are the name of the repository, its ID (a GUID), or a Microsoft.TeamFoundation.SourceControl.WebApi.GitRepository object obtained by e.g. a call to Get-TfsGitRepository. When omitted, it default to the team project name (i.e. the default repository).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the target Git repository. Valid values are the name of the repository, its ID (a GUID), or a Microsoft.TeamFoundation.SourceControl.WebApi.GitRepository object obtained by e.g. a call to Get-TfsGitRepository. When omitted, it default to the team project name (i.e. the default repository).</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: GitBranchStats -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.SourceControl.WebApi.GitBranchStats</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Git/Branch/Get-TfsGitBranch</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsGitBranchPolicy -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Git.Policy">
<command:details>
<command:name>Get-TfsGitBranchPolicy</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsGitBranchPolicy</command:noun>
<maml:description>
<maml:para>Gets the Git branch policy configuration of the given Git branches.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsGitBranchPolicy</maml:name>
<!-- Parameter: PolicyType -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0">
<maml:name>PolicyType</maml:name>
<maml:description>
<maml:para>Specifies the policy type of the branch policy to return. Wildcards are supported. When omitted, all branch policies defined for the given branch are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Branch -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named" aliases="RefName">
<maml:name>Branch</maml:name>
<maml:description>
<maml:para>Specifies the name of the branch to query for branch policies. When omitted, the default branch in the given repository is queried.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Repository -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Repository</maml:name>
<maml:description>
<maml:para>Specifies the target Git repository. Valid values are the name of the repository, its ID (a GUID), or a Microsoft.TeamFoundation.SourceControl.WebApi.GitRepository object obtained by e.g. a call to Get-TfsGitRepository. When omitted, it default to the team project name (i.e. the default repository).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: PolicyType -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0">
<maml:name>PolicyType</maml:name>
<maml:description>
<maml:para>Specifies the policy type of the branch policy to return. Wildcards are supported. When omitted, all branch policies defined for the given branch are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Branch -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named" aliases="RefName">
<maml:name>Branch</maml:name>
<maml:description>
<maml:para>Specifies the name of the branch to query for branch policies. When omitted, the default branch in the given repository is queried.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named" aliases="RefName">
<maml:name>RefName</maml:name>
<maml:description>
<maml:para>Specifies the name of the branch to query for branch policies. When omitted, the default branch in the given repository is queried.</maml:para>
<maml:para>This is an alias of the Branch parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Repository -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Repository</maml:name>
<maml:description>
<maml:para>Specifies the target Git repository. Valid values are the name of the repository, its ID (a GUID), or a Microsoft.TeamFoundation.SourceControl.WebApi.GitRepository object obtained by e.g. a call to Get-TfsGitRepository. When omitted, it default to the team project name (i.e. the default repository).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the branch to query for branch policies. When omitted, the default branch in the given repository is queried.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: PolicyConfiguration -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Policy.WebApi.PolicyConfiguration</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Git/Policy/Get-TfsGitBranchPolicy</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsGitPolicyType -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Git.Policy">
<command:details>
<command:name>Get-TfsGitPolicyType</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsGitPolicyType</command:noun>
<maml:description>
<maml:para>Gets one or more Git branch policies supported by the given team project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsGitPolicyType</maml:name>
<!-- Parameter: PolicyType -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>PolicyType</maml:name>
<maml:description>
<maml:para>Specifies the display name or ID of the policy type. Wildcards are supported. When omitted, all policy types supported by the given team project are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: PolicyType -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>PolicyType</maml:name>
<maml:description>
<maml:para>Specifies the display name or ID of the policy type. Wildcards are supported. When omitted, all policy types supported by the given team project are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the display name or ID of the policy type. Wildcards are supported. When omitted, all policy types supported by the given team project are returned.</maml:para>
<maml:para>This is an alias of the PolicyType parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: PolicyType -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Policy.WebApi.PolicyType</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Git/Policy/Get-TfsGitPolicyType</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsGitRepository -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Git">
<command:details>
<command:name>Get-TfsGitRepository</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsGitRepository</command:noun>
<maml:description>
<maml:para>Gets information from one or more Git repositories in a team project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsGitRepository</maml:name>
<!-- Parameter: Repository -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Repository</maml:name>
<maml:description>
<maml:para>Specifies the name or ID of a Git repository. Wildcards are supported. When omitted, all Git repositories in the supplied team project are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Repository -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Repository</maml:name>
<maml:description>
<maml:para>Specifies the name or ID of a Git repository. Wildcards are supported. When omitted, all Git repositories in the supplied team project are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the name or ID of a Git repository. Wildcards are supported. When omitted, all Git repositories in the supplied team project are returned.</maml:para>
<maml:para>This is an alias of the Repository parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: GitRepository -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.SourceControl.WebApi.GitRepository</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Git/Get-TfsGitRepository</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: New-TfsGitRepository -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Git">
<command:details>
<command:name>New-TfsGitRepository</command:name>
<command:verb>New</command:verb>
<command:noun>TfsGitRepository</command:noun>
<maml:description>
<maml:para>Creates a new Git repository in a team project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>New-TfsGitRepository</maml:name>
<!-- Parameter: Repository -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Name">
<maml:name>Repository</maml:name>
<maml:description>
<maml:para>Specifies the name of the new repository</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Repository -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Name">
<maml:name>Repository</maml:name>
<maml:description>
<maml:para>Specifies the name of the new repository</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the name of the new repository</maml:para>
<maml:para>This is an alias of the Repository parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the new repository</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: GitRepository -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.SourceControl.WebApi.GitRepository</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Git/New-TfsGitRepository</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Remove-TfsGitRepository -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Git">
<command:details>
<command:name>Remove-TfsGitRepository</command:name>
<command:verb>Remove</command:verb>
<command:noun>TfsGitRepository</command:noun>
<maml:description>
<maml:para>Deletes one or more Git repositories from a team project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Remove-TfsGitRepository</maml:name>
<!-- Parameter: Repository -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Name">
<maml:name>Repository</maml:name>
<maml:description>
<maml:para>Specifies the repository to be deleted. Value can be the name or ID of a Git repository, as well as a Microsoft.TeamFoundation.SourceControl.WebApi.GitRepository object representing a Git repository.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Repository -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Name">
<maml:name>Repository</maml:name>
<maml:description>
<maml:para>Specifies the repository to be deleted. Value can be the name or ID of a Git repository, as well as a Microsoft.TeamFoundation.SourceControl.WebApi.GitRepository object representing a Git repository.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the repository to be deleted. Value can be the name or ID of a Git repository, as well as a Microsoft.TeamFoundation.SourceControl.WebApi.GitRepository object representing a Git repository.</maml:para>
<maml:para>This is an alias of the Repository parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the repository to be deleted. Value can be the name or ID of a Git repository, as well as a Microsoft.TeamFoundation.SourceControl.WebApi.GitRepository object representing a Git repository.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Git/Remove-TfsGitRepository</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Rename-TfsGitRepository -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Git">
<command:details>
<command:name>Rename-TfsGitRepository</command:name>
<command:verb>Rename</command:verb>
<command:noun>TfsGitRepository</command:noun>
<maml:description>
<maml:para>Renames a Git repository in a team project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Rename-TfsGitRepository</maml:name>
<!-- Parameter: Repository -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Repository</maml:name>
<maml:description>
<maml:para>Specifies the repository to be renamed. Value can be the name or ID of a Git repository, as well as a Microsoft.TeamFoundation.SourceControl.WebApi.GitRepository object representing a Git repository.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NewName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>NewName</maml:name>
<maml:description>
<maml:para>Specifies the new name of the item. Enter only a name, not a path and name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Repository -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Repository</maml:name>
<maml:description>
<maml:para>Specifies the repository to be renamed. Value can be the name or ID of a Git repository, as well as a Microsoft.TeamFoundation.SourceControl.WebApi.GitRepository object representing a Git repository.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NewName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>NewName</maml:name>
<maml:description>
<maml:para>Specifies the new name of the item. Enter only a name, not a path and name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the repository to be renamed. Value can be the name or ID of a Git repository, as well as a Microsoft.TeamFoundation.SourceControl.WebApi.GitRepository object representing a Git repository.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: GitRepository -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.SourceControl.WebApi.GitRepository</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Git/Rename-TfsGitRepository</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Export-TfsGlobalList -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="GlobalList">
<command:details>
<command:name>Export-TfsGlobalList</command:name>
<command:verb>Export</command:verb>
<command:noun>TfsGlobalList</command:noun>
<maml:description>
<maml:para>Exports the contents of one or more Global Lists to XML.</maml:para>
</maml:description>
</command:details>
<maml:description>
<maml:para>This cmdlets generates an XML containing one or more global lists and their respective items, in the same format used by witadmin. It is functionally equivalent to "witadmin exportgloballist"</maml:para>
</maml:description>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Export-TfsGlobalList</maml:name>
<!-- Parameter: GlobalList -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>GlobalList</maml:name>
<maml:description>
<maml:para>Specifies the name of the global list to be exported. Wildcards are supported. When omitted, it defaults to all global lists in the supplied team project collection. When using wilcards, a single XML document will be producer containing all matching global lists.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: GlobalList -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>GlobalList</maml:name>
<maml:description>
<maml:para>Specifies the name of the global list to be exported. Wildcards are supported. When omitted, it defaults to all global lists in the supplied team project collection. When using wilcards, a single XML document will be producer containing all matching global lists.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the name of the global list to be exported. Wildcards are supported. When omitted, it defaults to all global lists in the supplied team project collection. When using wilcards, a single XML document will be producer containing all matching global lists.</maml:para>
<maml:para>This is an alias of the GlobalList parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: String -->
<command:returnValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<command:examples>
<command:example>
<maml:title>---------- EXAMPLE 1 ----------</maml:title>
<dev:code>PS> Export-TfsGlobalList | Out-File "gl.xml"</dev:code>
<dev:remarks>
<maml:para>Exports all global lists in the current project collection to a file called gl.xml.</maml:para>
<maml:para></maml:para>
</dev:remarks>
</command:example>
<command:example>
<maml:title>---------- EXAMPLE 2 ----------</maml:title>
<dev:code>PS> Export-TfsGlobalList -Name "Builds - *"</dev:code>
<dev:remarks>
<maml:para>Exports all build-related global lists (with names starting with "Build - ") and return the resulting XML document.</maml:para>
<maml:para></maml:para>
</dev:remarks>
</command:example>
</command:examples>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/GlobalList/Export-TfsGlobalList</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsGlobalList -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="GlobalList">
<command:details>
<command:name>Get-TfsGlobalList</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsGlobalList</command:noun>
<maml:description>
<maml:para>Gets the contents of one or more Global Lists.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsGlobalList</maml:name>
<!-- Parameter: GlobalList -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>GlobalList</maml:name>
<maml:description>
<maml:para>Specifies the name of the global list. Wildcards are supported. When omitted, defaults to all global lists in the supplied team project collection.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: GlobalList -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>GlobalList</maml:name>
<maml:description>
<maml:para>Specifies the name of the global list. Wildcards are supported. When omitted, defaults to all global lists in the supplied team project collection.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the name of the global list. Wildcards are supported. When omitted, defaults to all global lists in the supplied team project collection.</maml:para>
<maml:para>This is an alias of the GlobalList parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: GlobalList -->
<command:returnValue>
<dev:type>
<maml:name>TfsCmdlets.Models.GlobalList</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/GlobalList/Get-TfsGlobalList</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Import-TfsGlobalList -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="GlobalList">
<command:details>
<command:name>Import-TfsGlobalList</command:name>
<command:verb>Import</command:verb>
<command:noun>TfsGlobalList</command:noun>
<maml:description>
<maml:para>Imports one or more Global Lists from an XML document</maml:para>
</maml:description>
</command:details>
<maml:description>
<maml:para>This cmdletsimports an XML containing one or more global lists and their respective items, in the same format used by witadmin. It is functionally equivalent to "witadmin importgloballist"</maml:para>
</maml:description>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Import-TfsGlobalList</maml:name>
<!-- Parameter: InputObject -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named" aliases="Xml">
<maml:name>InputObject</maml:name>
<maml:description>
<maml:para>XML document object containing one or more global list definitions.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allows the cmdlet to import a global list that already exists.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: InputObject -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named" aliases="Xml">
<maml:name>InputObject</maml:name>
<maml:description>
<maml:para>XML document object containing one or more global list definitions.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named" aliases="Xml">
<maml:name>Xml</maml:name>
<maml:description>
<maml:para>XML document object containing one or more global list definitions.</maml:para>
<maml:para>This is an alias of the InputObject parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allows the cmdlet to import a global list that already exists.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>XML document object containing one or more global list definitions.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues />
<command:examples>
<command:example>
<maml:title>---------- EXAMPLE 1 ----------</maml:title>
<dev:code>PS> Get-Content gl.xml | Import-GlobalList</dev:code>
<dev:remarks>
<maml:para>Imports the contents of an XML document called gl.xml to the current project collection</maml:para>
<maml:para></maml:para>
</dev:remarks>
</command:example>
</command:examples>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/GlobalList/Import-TfsGlobalList</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: New-TfsGlobalList -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="GlobalList">
<command:details>
<command:name>New-TfsGlobalList</command:name>
<command:verb>New</command:verb>
<command:noun>TfsGlobalList</command:noun>
<maml:description>
<maml:para>Creates a new Global List.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>New-TfsGlobalList</maml:name>
<!-- Parameter: GlobalList -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="0" aliases="Name">
<maml:name>GlobalList</maml:name>
<maml:description>
<maml:para>Specifies the name of the new global list.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Items -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
<maml:name>Items</maml:name>
<maml:description>
<maml:para>Specifies the contents (items) of the new global list.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allows the cmdlet to overwrite an existing global list.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: GlobalList -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="0" aliases="Name">
<maml:name>GlobalList</maml:name>
<maml:description>
<maml:para>Specifies the name of the new global list.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the name of the new global list.</maml:para>
<maml:para>This is an alias of the GlobalList parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Items -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
<maml:name>Items</maml:name>
<maml:description>
<maml:para>Specifies the contents (items) of the new global list.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allows the cmdlet to overwrite an existing global list.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the new global list.</maml:para>
</maml:description>
</command:inputType>
<command:inputType>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the contents (items) of the new global list.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: PSCustomObject -->
<command:returnValue>
<dev:type>
<maml:name>System.Management.Automation.PSCustomObject</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/GlobalList/New-TfsGlobalList</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Remove-TfsGlobalList -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="GlobalList">
<command:details>
<command:name>Remove-TfsGlobalList</command:name>
<command:verb>Remove</command:verb>
<command:noun>TfsGlobalList</command:noun>
<maml:description>
<maml:para>Deletes one or more Global Lists.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Remove-TfsGlobalList</maml:name>
<!-- Parameter: GlobalList -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="0" aliases="Name">
<maml:name>GlobalList</maml:name>
<maml:description>
<maml:para>Specifies the name of global list to be deleted. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: GlobalList -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="0" aliases="Name">
<maml:name>GlobalList</maml:name>
<maml:description>
<maml:para>Specifies the name of global list to be deleted. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the name of global list to be deleted. Wildcards are supported.</maml:para>
<maml:para>This is an alias of the GlobalList parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of global list to be deleted. Wildcards are supported.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/GlobalList/Remove-TfsGlobalList</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Rename-TfsGlobalList -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="GlobalList">
<command:details>
<command:name>Rename-TfsGlobalList</command:name>
<command:verb>Rename</command:verb>
<command:noun>TfsGlobalList</command:noun>
<maml:description>
<maml:para>Changes either the name or the contents of a Global List.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Rename-TfsGlobalList</maml:name>
<!-- Parameter: GlobalList -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="0" aliases="Name">
<maml:name>GlobalList</maml:name>
<maml:description>
<maml:para>Specifies the name of the global lsit to be renamed.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NewName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>NewName</maml:name>
<maml:description>
<maml:para>Specifies the new name of the item. Enter only a name - i.e., for items that support paths, do not enter a path and name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: GlobalList -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="0" aliases="Name">
<maml:name>GlobalList</maml:name>
<maml:description>
<maml:para>Specifies the name of the global lsit to be renamed.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the name of the global lsit to be renamed.</maml:para>
<maml:para>This is an alias of the GlobalList parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NewName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>NewName</maml:name>
<maml:description>
<maml:para>Specifies the new name of the item. Enter only a name - i.e., for items that support paths, do not enter a path and name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the global lsit to be renamed.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/GlobalList/Rename-TfsGlobalList</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Set-TfsGlobalList -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="GlobalList">
<command:details>
<command:name>Set-TfsGlobalList</command:name>
<command:verb>Set</command:verb>
<command:noun>TfsGlobalList</command:noun>
<maml:description>
<maml:para>Changes the contents of a Global List.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: Edit list items -->
<command:syntaxItem tfscmdlets:parameterSet="Edit list items">
<maml:name>Set-TfsGlobalList</maml:name>
<!-- Parameter: GlobalList -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="Name">
<maml:name>GlobalList</maml:name>
<maml:description>
<maml:para>Specifies the name of the global list to be changed.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Add -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Add</maml:name>
<maml:description>
<maml:para>Specifies a list of items to be added to the global list.</maml:para>
</maml:description>
<command:parameterValue required="true">IEnumerable`1</command:parameterValue>
<dev:type>
<maml:name>System.Collections.Generic.IEnumerable`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Creates a new list if the specified one does not exist.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Remove -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Remove</maml:name>
<maml:description>
<maml:para>Specifies a list of items to be removed from the global list.</maml:para>
</maml:description>
<command:parameterValue required="true">IEnumerable`1</command:parameterValue>
<dev:type>
<maml:name>System.Collections.Generic.IEnumerable`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: GlobalList -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="Name">
<maml:name>GlobalList</maml:name>
<maml:description>
<maml:para>Specifies the name of the global list to be changed.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the name of the global list to be changed.</maml:para>
<maml:para>This is an alias of the GlobalList parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Add -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Add</maml:name>
<maml:description>
<maml:para>Specifies a list of items to be added to the global list.</maml:para>
</maml:description>
<command:parameterValue required="true">IEnumerable`1</command:parameterValue>
<dev:type>
<maml:name>System.Collections.Generic.IEnumerable`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Remove -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Remove</maml:name>
<maml:description>
<maml:para>Specifies a list of items to be removed from the global list.</maml:para>
</maml:description>
<command:parameterValue required="true">IEnumerable`1</command:parameterValue>
<dev:type>
<maml:name>System.Collections.Generic.IEnumerable`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Creates a new list if the specified one does not exist.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the global list to be changed.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/GlobalList/Set-TfsGlobalList</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Add-TfsGroupMember -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Identity.Group">
<command:details>
<command:name>Add-TfsGroupMember</command:name>
<command:verb>Add</command:verb>
<command:noun>TfsGroupMember</command:noun>
<maml:description>
<maml:para>Adds group members to an Azure DevOps group.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Add-TfsGroupMember</maml:name>
<!-- Parameter: Member -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Member</maml:name>
<maml:description>
<maml:para>Specifies the member (user or group) to add to the given group.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Group -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>Group</maml:name>
<maml:description>
<maml:para>Specifies the group to which the member is added.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Member -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Member</maml:name>
<maml:description>
<maml:para>Specifies the member (user or group) to add to the given group.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Group -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>Group</maml:name>
<maml:description>
<maml:para>Specifies the group to which the member is added.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the member (user or group) to add to the given group.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Identity/Group/Add-TfsGroupMember</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsGroupMember -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Identity.Group">
<command:details>
<command:name>Get-TfsGroupMember</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsGroupMember</command:noun>
<maml:description>
<maml:para>Gets the members of a Azure DevOps group</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsGroupMember</maml:name>
<!-- Parameter: Group -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Group</maml:name>
<maml:description>
<maml:para>Specifies the group fom which to get its members.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Member -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="1">
<maml:name>Member</maml:name>
<maml:description>
<maml:para>Specifies the member (user or group) to get from the given group. Wildcards are supported. When omitted, all group members are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Recurse -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Recurse</maml:name>
<maml:description>
<maml:para>Recursively expands all member groups, returning the users and/or groups contained in them</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Group -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Group</maml:name>
<maml:description>
<maml:para>Specifies the group fom which to get its members.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Member -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="1">
<maml:name>Member</maml:name>
<maml:description>
<maml:para>Specifies the member (user or group) to get from the given group. Wildcards are supported. When omitted, all group members are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Recurse -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Recurse</maml:name>
<maml:description>
<maml:para>Recursively expands all member groups, returning the users and/or groups contained in them</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the group fom which to get its members.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: Identity -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.Identity.Identity</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Identity/Group/Get-TfsGroupMember</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Remove-TfsGroupMember -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Identity.Group">
<command:details>
<command:name>Remove-TfsGroupMember</command:name>
<command:verb>Remove</command:verb>
<command:noun>TfsGroupMember</command:noun>
<maml:description>
<maml:para>Removes a member from an Azure DevOps group.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Remove-TfsGroupMember</maml:name>
<!-- Parameter: Member -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Member</maml:name>
<maml:description>
<maml:para>Specifies the member (user or group) to remove from the given group.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Group -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>Group</maml:name>
<maml:description>
<maml:para>Specifies the group from which the member is removed.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Member -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Member</maml:name>
<maml:description>
<maml:para>Specifies the member (user or group) to remove from the given group.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Group -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>Group</maml:name>
<maml:description>
<maml:para>Specifies the group from which the member is removed.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the member (user or group) to remove from the given group.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Identity/Group/Remove-TfsGroupMember</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsIdentity -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Identity">
<command:details>
<command:name>Get-TfsIdentity</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsIdentity</command:noun>
<maml:description>
<maml:para>Gets one or more identities that represents either users or groups in Azure DevOps.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: Get Identity -->
<command:syntaxItem tfscmdlets:parameterSet="Get Identity">
<maml:name>Get-TfsIdentity</maml:name>
<!-- Parameter: Identity -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0">
<maml:name>Identity</maml:name>
<maml:description>
<maml:para>Specifies the user or group to be retrieved. Supported values are: User/group name, email, or ID</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: QueryMembership -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>QueryMembership</maml:name>
<maml:description>
<maml:para>Specifies how group membership information should be processed when the returned identity is a group. "Direct" fetches direct members (both users and groups) of the group. "Expanded" expands contained groups recursively and returns their contained users. "None" is the fastest option as it fetches no membership information. When omitted, defaults to Direct.</maml:para>
<maml:para>Possible values: None, Direct, Expanded, ExpandedUp, ExpandedDown</maml:para>
</maml:description>
<command:parameterValue required="true">QueryMembership</command:parameterValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.Identity.QueryMembership</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Direct</dev:defaultValue>
<command:parameterValueGroup>
<command:parameterValue required="false" variableLength="false">None</command:parameterValue>
<command:parameterValue required="false" variableLength="false">Direct</command:parameterValue>
<command:parameterValue required="false" variableLength="false">Expanded</command:parameterValue>
<command:parameterValue required="false" variableLength="false">ExpandedUp</command:parameterValue>
<command:parameterValue required="false" variableLength="false">ExpandedDown</command:parameterValue>
</command:parameterValueGroup>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Get current user -->
<command:syntaxItem tfscmdlets:parameterSet="Get current user">
<maml:name>Get-TfsIdentity</maml:name>
<!-- Parameter: Current -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Current</maml:name>
<maml:description>
<maml:para>Returns an identity representing the user currently logged in to the Azure DevOps / TFS instance</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Identity -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0">
<maml:name>Identity</maml:name>
<maml:description>
<maml:para>Specifies the user or group to be retrieved. Supported values are: User/group name, email, or ID</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: QueryMembership -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>QueryMembership</maml:name>
<maml:description>
<maml:para>Specifies how group membership information should be processed when the returned identity is a group. "Direct" fetches direct members (both users and groups) of the group. "Expanded" expands contained groups recursively and returns their contained users. "None" is the fastest option as it fetches no membership information. When omitted, defaults to Direct.</maml:para>
<maml:para>Possible values: None, Direct, Expanded, ExpandedUp, ExpandedDown</maml:para>
</maml:description>
<command:parameterValue required="true">QueryMembership</command:parameterValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.Identity.QueryMembership</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Direct</dev:defaultValue>
<command:parameterValueGroup>
<command:parameterValue required="false" variableLength="false">None</command:parameterValue>
<command:parameterValue required="false" variableLength="false">Direct</command:parameterValue>
<command:parameterValue required="false" variableLength="false">Expanded</command:parameterValue>
<command:parameterValue required="false" variableLength="false">ExpandedUp</command:parameterValue>
<command:parameterValue required="false" variableLength="false">ExpandedDown</command:parameterValue>
</command:parameterValueGroup>
</command:parameter>
<!-- Parameter: Current -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Current</maml:name>
<maml:description>
<maml:para>Returns an identity representing the user currently logged in to the Azure DevOps / TFS instance</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: Identity -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.Identity.Identity</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Identity/Get-TfsIdentity</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Start-TfsIdentitySync -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Admin">
<command:details>
<command:name>Start-TfsIdentitySync</command:name>
<command:verb>Start</command:verb>
<command:noun>TfsIdentitySync</command:noun>
<maml:description>
<maml:para>Triggers an Identity Sync server job.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Start-TfsIdentitySync</maml:name>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Credential -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Credential</maml:name>
<maml:description>
<maml:para>Specifies a user account that has permission to perform this action. To provide a user name and password, a Personal Access Token, and/or to open a input dialog to enter your credentials, call Get-TfsCredential with the appropriate arguments and pass its return to this argument.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Wait -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Wait</maml:name>
<maml:description>
<maml:para>Waits until the job finishes running. If omitted, the identity sync job will run asynchronously.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Wait -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Wait</maml:name>
<maml:description>
<maml:para>Waits until the job finishes running. If omitted, the identity sync job will run asynchronously.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Credential -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Credential</maml:name>
<maml:description>
<maml:para>Specifies a user account that has permission to perform this action. To provide a user name and password, a Personal Access Token, and/or to open a input dialog to enter your credentials, call Get-TfsCredential with the appropriate arguments and pass its return to this argument.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Admin/Start-TfsIdentitySync</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsInstallationPath -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Admin">
<command:details>
<command:name>Get-TfsInstallationPath</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsInstallationPath</command:noun>
<maml:description>
<maml:para>Gets the installation path of a given Team Foundation Server component.</maml:para>
</maml:description>
</command:details>
<maml:description>
<maml:para>Many times a Team Foundation Server admin needs to retrieve the location where TFS is actually installed. That can be useful, for instance, to locate tools like TfsSecurity or TfsServiceControl. That information is recorded at setup time, in a well-known location in the Windows Registry of the server where TFS is installed.</maml:para>
</maml:description>
<command:syntax>
<!-- Parameter Set: Use computer name -->
<command:syntaxItem tfscmdlets:parameterSet="Use computer name">
<maml:name>Get-TfsInstallationPath</maml:name>
<!-- Parameter: Component -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Component</maml:name>
<maml:description>
<maml:para>Indicates the TFS component whose installation path is being searched for. For the main TFS installation directory, use BaseInstallation. When omitted, defaults to BaseInstallation.</maml:para>
<maml:para>Possible values: BaseInstallation, ApplicationTier, SharePointExtensions, TeamBuild, Tools, VersionControlProxy</maml:para>
</maml:description>
<command:parameterValue required="true">TfsComponent</command:parameterValue>
<dev:type>
<maml:name>TfsCmdlets.TfsComponent</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>BaseInstallation</dev:defaultValue>
<command:parameterValueGroup>
<command:parameterValue required="false" variableLength="false">BaseInstallation</command:parameterValue>
<command:parameterValue required="false" variableLength="false">ApplicationTier</command:parameterValue>
<command:parameterValue required="false" variableLength="false">SharePointExtensions</command:parameterValue>
<command:parameterValue required="false" variableLength="false">TeamBuild</command:parameterValue>
<command:parameterValue required="false" variableLength="false">Tools</command:parameterValue>
<command:parameterValue required="false" variableLength="false">VersionControlProxy</command:parameterValue>
</command:parameterValueGroup>
</command:parameter>
<!-- Parameter: ComputerName -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ComputerName</maml:name>
<maml:description>
<maml:para>The machine name of the server where the TFS component is installed. It must be properly configured for PowerShell Remoting in case it's a remote machine. Optionally, a System.Management.Automation.Runspaces.PSSession object pointing to a previously opened PowerShell Remote session can be provided instead. When omitted, defaults to the local machine where the script is being run</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>localhost</dev:defaultValue>
</command:parameter>
<!-- Parameter: Credential -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Credential</maml:name>
<maml:description>
<maml:para>The user credentials to be used to access a remote machine. Those credentials must have the required permission to execute a PowerShell Remote session on that computer and also the permission to access the Windows Registry.</maml:para>
</maml:description>
<command:parameterValue required="true">PSCredential</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.PSCredential</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>System.Management.Automation.PSCredential</dev:defaultValue>
</command:parameter>
<!-- Parameter: Version -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Version</maml:name>
<maml:description>
<maml:para>The TFS version number, represented by the year in its name. For e.g. TFS 2015, use "2015". When omitted, will default to the newest installed version of TFS / Azure DevOps Server</maml:para>
</maml:description>
<command:parameterValue required="true">int</command:parameterValue>
<dev:type>
<maml:name>System.Int32</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>0</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Use session -->
<command:syntaxItem tfscmdlets:parameterSet="Use session">
<maml:name>Get-TfsInstallationPath</maml:name>
<!-- Parameter: Session -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Session</maml:name>
<maml:description>
<maml:para>The machine name of the server where the TFS component is installed. It must be properly configured for PowerShell Remoting in case it's a remote machine. Optionally, a System.Management.Automation.Runspaces.PSSession object pointing to a previously opened PowerShell Remote session can be provided instead. When omitted, defaults to the local machine where the script is being run</maml:para>
</maml:description>
<command:parameterValue required="true">PSSession</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.Runspaces.PSSession</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Component -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Component</maml:name>
<maml:description>
<maml:para>Indicates the TFS component whose installation path is being searched for. For the main TFS installation directory, use BaseInstallation. When omitted, defaults to BaseInstallation.</maml:para>
<maml:para>Possible values: BaseInstallation, ApplicationTier, SharePointExtensions, TeamBuild, Tools, VersionControlProxy</maml:para>
</maml:description>
<command:parameterValue required="true">TfsComponent</command:parameterValue>
<dev:type>
<maml:name>TfsCmdlets.TfsComponent</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>BaseInstallation</dev:defaultValue>
<command:parameterValueGroup>
<command:parameterValue required="false" variableLength="false">BaseInstallation</command:parameterValue>
<command:parameterValue required="false" variableLength="false">ApplicationTier</command:parameterValue>
<command:parameterValue required="false" variableLength="false">SharePointExtensions</command:parameterValue>
<command:parameterValue required="false" variableLength="false">TeamBuild</command:parameterValue>
<command:parameterValue required="false" variableLength="false">Tools</command:parameterValue>
<command:parameterValue required="false" variableLength="false">VersionControlProxy</command:parameterValue>
</command:parameterValueGroup>
</command:parameter>
<!-- Parameter: Credential -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Credential</maml:name>
<maml:description>
<maml:para>The user credentials to be used to access a remote machine. Those credentials must have the required permission to execute a PowerShell Remote session on that computer and also the permission to access the Windows Registry.</maml:para>
</maml:description>
<command:parameterValue required="true">PSCredential</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.PSCredential</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>System.Management.Automation.PSCredential</dev:defaultValue>
</command:parameter>
<!-- Parameter: Version -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Version</maml:name>
<maml:description>
<maml:para>The TFS version number, represented by the year in its name. For e.g. TFS 2015, use "2015". When omitted, will default to the newest installed version of TFS / Azure DevOps Server</maml:para>
</maml:description>
<command:parameterValue required="true">int</command:parameterValue>
<dev:type>
<maml:name>System.Int32</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>0</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: ComputerName -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ComputerName</maml:name>
<maml:description>
<maml:para>The machine name of the server where the TFS component is installed. It must be properly configured for PowerShell Remoting in case it's a remote machine. Optionally, a System.Management.Automation.Runspaces.PSSession object pointing to a previously opened PowerShell Remote session can be provided instead. When omitted, defaults to the local machine where the script is being run</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>localhost</dev:defaultValue>
</command:parameter>
<!-- Parameter: Session -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Session</maml:name>
<maml:description>
<maml:para>The machine name of the server where the TFS component is installed. It must be properly configured for PowerShell Remoting in case it's a remote machine. Optionally, a System.Management.Automation.Runspaces.PSSession object pointing to a previously opened PowerShell Remote session can be provided instead. When omitted, defaults to the local machine where the script is being run</maml:para>
</maml:description>
<command:parameterValue required="true">PSSession</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.Runspaces.PSSession</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Component -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Component</maml:name>
<maml:description>
<maml:para>Indicates the TFS component whose installation path is being searched for. For the main TFS installation directory, use BaseInstallation. When omitted, defaults to BaseInstallation.</maml:para>
<maml:para>Possible values: BaseInstallation, ApplicationTier, SharePointExtensions, TeamBuild, Tools, VersionControlProxy</maml:para>
</maml:description>
<command:parameterValue required="true">TfsComponent</command:parameterValue>
<dev:type>
<maml:name>TfsCmdlets.TfsComponent</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>BaseInstallation</dev:defaultValue>
<command:parameterValueGroup>
<command:parameterValue required="false" variableLength="false">BaseInstallation</command:parameterValue>
<command:parameterValue required="false" variableLength="false">ApplicationTier</command:parameterValue>
<command:parameterValue required="false" variableLength="false">SharePointExtensions</command:parameterValue>
<command:parameterValue required="false" variableLength="false">TeamBuild</command:parameterValue>
<command:parameterValue required="false" variableLength="false">Tools</command:parameterValue>
<command:parameterValue required="false" variableLength="false">VersionControlProxy</command:parameterValue>
</command:parameterValueGroup>
</command:parameter>
<!-- Parameter: Version -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Version</maml:name>
<maml:description>
<maml:para>The TFS version number, represented by the year in its name. For e.g. TFS 2015, use "2015". When omitted, will default to the newest installed version of TFS / Azure DevOps Server</maml:para>
</maml:description>
<command:parameterValue required="true">int</command:parameterValue>
<dev:type>
<maml:name>System.Int32</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>0</dev:defaultValue>
</command:parameter>
<!-- Parameter: Credential -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Credential</maml:name>
<maml:description>
<maml:para>The user credentials to be used to access a remote machine. Those credentials must have the required permission to execute a PowerShell Remote session on that computer and also the permission to access the Windows Registry.</maml:para>
</maml:description>
<command:parameterValue required="true">PSCredential</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.PSCredential</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>System.Management.Automation.PSCredential</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes />
<command:returnValues>
<!-- OutputType: String -->
<command:returnValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<command:examples>
<command:example>
<maml:title>---------- EXAMPLE 1 ----------</maml:title>
<dev:code>PS> Get-TfsInstallationPath -Version 2017</dev:code>
<dev:remarks>
<maml:para>Gets the root folder (the BaseInstallationPath) of TFS in the local server where the cmdlet is being run</maml:para>
<maml:para></maml:para>
</dev:remarks>
</command:example>
<command:example>
<maml:title>---------- EXAMPLE 2 ----------</maml:title>
<dev:code>PS> Get-TfsInstallationPath -Computer SPTFSSRV -Version 2015 -Component SharepointExtensions -Credentials (Get-Credentials)</dev:code>
<dev:remarks>
<maml:para>Gets the location where the SharePoint Extensions have been installed in the remote server SPTFSSRV, prompting for admin credentials to be used for establishing a PS Remoting session to the server</maml:para>
<maml:para></maml:para>
</dev:remarks>
</command:example>
</command:examples>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Admin/Get-TfsInstallationPath</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsIteration -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.AreasIterations">
<command:details>
<command:name>Get-TfsIteration</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsIteration</command:noun>
<maml:description>
<maml:para>Gets one or more Iterations from a given Team Project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsIteration</maml:name>
<!-- Parameter: Node -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path,Iteration">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\**</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Node -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path,Iteration">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\**</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path,Iteration">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\**</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path,Iteration">
<maml:name>Iteration</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\**</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WorkItemClassificationNode -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemClassificationNode</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<command:examples>
<command:example>
<maml:title>---------- EXAMPLE 1 ----------</maml:title>
<dev:code>PS> Get-TfsIteration</dev:code>
<dev:remarks>
<maml:para>Returns all iterations in the currently connected Team Project (as defined by a previous call to Connect-TfsTeamProject)</maml:para>
<maml:para></maml:para>
</dev:remarks>
</command:example>
<command:example>
<maml:title>---------- EXAMPLE 2 ----------</maml:title>
<dev:code>PS> Get-TfsIteration '\**\Support' -Project Tailspin</dev:code>
<dev:remarks>
<maml:para>Performs a recursive search and returns all iterations named 'Support' that may exist in a team project called Tailspin</maml:para>
<maml:para></maml:para>
</dev:remarks>
</command:example>
</command:examples>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/AreasIterations/Get-TfsIteration</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Move-TfsIteration -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.AreasIterations">
<command:details>
<command:name>Move-TfsIteration</command:name>
<command:verb>Move</command:verb>
<command:noun>TfsIteration</command:noun>
<maml:description>
<maml:para>Gets one or more Iterations from a given Team Project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Move-TfsIteration</maml:name>
<!-- Parameter: Node -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path,Iteration">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\**</dev:defaultValue>
</command:parameter>
<!-- Parameter: Destination -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1" aliases="MoveTo">
<maml:name>Destination</maml:name>
<maml:description>
<maml:para>Specifies the name and/or path of the destination parent node.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allows the cmdlet to create destination parent node(s) if they're missing.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Node -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path,Iteration">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\**</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path,Iteration">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\**</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path,Iteration">
<maml:name>Iteration</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\**</dev:defaultValue>
</command:parameter>
<!-- Parameter: Destination -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1" aliases="MoveTo">
<maml:name>Destination</maml:name>
<maml:description>
<maml:para>Specifies the name and/or path of the destination parent node.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="false" position="1" aliases="MoveTo">
<maml:name>MoveTo</maml:name>
<maml:description>
<maml:para>Specifies the name and/or path of the destination parent node.</maml:para>
<maml:para>This is an alias of the Destination parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allows the cmdlet to create destination parent node(s) if they're missing.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WorkItemClassificationNode -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemClassificationNode</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<command:examples>
<command:example>
<maml:title>---------- EXAMPLE 1 ----------</maml:title>
<dev:code>PS> Get-TfsIteration</dev:code>
<dev:remarks>
<maml:para>Returns all aiterations in the currently connected Team Project (as defined by a previous call to Connect-TfsTeamProject)</maml:para>
<maml:para></maml:para>
</dev:remarks>
</command:example>
<command:example>
<maml:title>---------- EXAMPLE 2 ----------</maml:title>
<dev:code>PS> Get-TfsIteration '\\**\\Support' -Project Tailspin</dev:code>
<dev:remarks>
<maml:para>Performs a recursive search and returns all iterations named 'Support' that may exist in a team project called Tailspin</maml:para>
<maml:para></maml:para>
</dev:remarks>
</command:example>
</command:examples>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/AreasIterations/Move-TfsIteration</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: New-TfsIteration -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.AreasIterations">
<command:details>
<command:name>New-TfsIteration</command:name>
<command:verb>New</command:verb>
<command:noun>TfsIteration</command:noun>
<maml:description>
<maml:para>Creates a new Iteration in the given Team Project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>New-TfsIteration</maml:name>
<!-- Parameter: Node -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Iteration,Path">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the path of the new Iteration. When supplying a path, use a backslash ("\\") between the path segments. Leading and trailing backslashes are optional. The last segment in the path will be the iteration name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allows the cmdlet to create parent nodes if they're missing.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Node -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Iteration,Path">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the path of the new Iteration. When supplying a path, use a backslash ("\\") between the path segments. Leading and trailing backslashes are optional. The last segment in the path will be the iteration name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Iteration,Path">
<maml:name>Iteration</maml:name>
<maml:description>
<maml:para>Specifies the path of the new Iteration. When supplying a path, use a backslash ("\\") between the path segments. Leading and trailing backslashes are optional. The last segment in the path will be the iteration name.</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Iteration,Path">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the path of the new Iteration. When supplying a path, use a backslash ("\\") between the path segments. Leading and trailing backslashes are optional. The last segment in the path will be the iteration name.</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allows the cmdlet to create parent nodes if they're missing.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the path of the new Iteration. When supplying a path, use a backslash ("\\") between the path segments. Leading and trailing backslashes are optional. The last segment in the path will be the iteration name.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WorkItemClassificationNode -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemClassificationNode</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/AreasIterations/New-TfsIteration</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Remove-TfsIteration -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.AreasIterations">
<command:details>
<command:name>Remove-TfsIteration</command:name>
<command:verb>Remove</command:verb>
<command:noun>TfsIteration</command:noun>
<maml:description>
<maml:para>Deletes one or more Iterations from a given Team Project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Remove-TfsIteration</maml:name>
<!-- Parameter: Node -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Path,Iteration">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: MoveTo -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="1" aliases="NewPath">
<maml:name>MoveTo</maml:name>
<maml:description>
<maml:para>Specifies the new parent node for the work items currently assigned to the node being deleted, if any. When omitted, defaults to the root node (the "\" node, at the team project level).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Recurse -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Recurse</maml:name>
<maml:description>
<maml:para>Removes node(s) recursively.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Node -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Path,Iteration">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Path,Iteration">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Path,Iteration">
<maml:name>Iteration</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: MoveTo -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="1" aliases="NewPath">
<maml:name>MoveTo</maml:name>
<maml:description>
<maml:para>Specifies the new parent node for the work items currently assigned to the node being deleted, if any. When omitted, defaults to the root node (the "\" node, at the team project level).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="1" aliases="NewPath">
<maml:name>NewPath</maml:name>
<maml:description>
<maml:para>Specifies the new parent node for the work items currently assigned to the node being deleted, if any. When omitted, defaults to the root node (the "\" node, at the team project level).</maml:para>
<maml:para>This is an alias of the MoveTo parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\</dev:defaultValue>
</command:parameter>
<!-- Parameter: Recurse -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Recurse</maml:name>
<maml:description>
<maml:para>Removes node(s) recursively.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WorkItemClassificationNode -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemClassificationNode</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/AreasIterations/Remove-TfsIteration</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Rename-TfsIteration -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.AreasIterations">
<command:details>
<command:name>Rename-TfsIteration</command:name>
<command:verb>Rename</command:verb>
<command:noun>TfsIteration</command:noun>
<maml:description>
<maml:para>Renames a Iteration.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Rename-TfsIteration</maml:name>
<!-- Parameter: Node -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path,Iteration">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NewName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>NewName</maml:name>
<maml:description>
<maml:para>Specifies the new name of the item. Enter only a name - i.e., for items that support paths, do not enter a path and name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Node -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path,Iteration">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path,Iteration">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path,Iteration">
<maml:name>Iteration</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NewName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>NewName</maml:name>
<maml:description>
<maml:para>Specifies the new name of the item. Enter only a name - i.e., for items that support paths, do not enter a path and name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WorkItemClassificationNode -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemClassificationNode</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/AreasIterations/Rename-TfsIteration</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Set-TfsIteration -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.AreasIterations">
<command:details>
<command:name>Set-TfsIteration</command:name>
<command:verb>Set</command:verb>
<command:noun>TfsIteration</command:noun>
<maml:description>
<maml:para>Modifies the dates of an iteration.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Set-TfsIteration</maml:name>
<!-- Parameter: Node -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Path,Iteration">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: FinishDate -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>FinishDate</maml:name>
<maml:description>
<maml:para>Sets the finish date of the iteration. To clear the finish date, set it to $null. Note that when clearing a date, both must be cleared at the same time (i.e. setting both StartDate and FinishDate to $null).</maml:para>
</maml:description>
<command:parameterValue required="true">DateTime</command:parameterValue>
<dev:type>
<maml:name>System.DateTime</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: StartDate -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>StartDate</maml:name>
<maml:description>
<maml:para>Specifies the start date of the iteration. To clear the start date, set it to $null. Note that when clearing a date, both must be cleared at the same time (i.e. setting both StartDate and FinishDate to $null).</maml:para>
</maml:description>
<command:parameterValue required="true">DateTime</command:parameterValue>
<dev:type>
<maml:name>System.DateTime</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Node -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Path,Iteration">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Path,Iteration">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Path,Iteration">
<maml:name>Iteration</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: StartDate -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>StartDate</maml:name>
<maml:description>
<maml:para>Specifies the start date of the iteration. To clear the start date, set it to $null. Note that when clearing a date, both must be cleared at the same time (i.e. setting both StartDate and FinishDate to $null).</maml:para>
</maml:description>
<command:parameterValue required="true">DateTime</command:parameterValue>
<dev:type>
<maml:name>System.DateTime</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: FinishDate -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>FinishDate</maml:name>
<maml:description>
<maml:para>Sets the finish date of the iteration. To clear the finish date, set it to $null. Note that when clearing a date, both must be cleared at the same time (i.e. setting both StartDate and FinishDate to $null).</maml:para>
</maml:description>
<command:parameterValue required="true">DateTime</command:parameterValue>
<dev:type>
<maml:name>System.DateTime</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WorkItemClassificationNode -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemClassificationNode</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/AreasIterations/Set-TfsIteration</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Test-TfsIteration -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.AreasIterations">
<command:details>
<command:name>Test-TfsIteration</command:name>
<command:verb>Test</command:verb>
<command:noun>TfsIteration</command:noun>
<maml:description>
<maml:para>Determines whether the specified Iteration exist.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Test-TfsIteration</maml:name>
<!-- Parameter: Node -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Iteration,Path">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Node -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Iteration,Path">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Iteration,Path">
<maml:name>Iteration</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Iteration,Path">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/AreasIterations/Test-TfsIteration</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Export-TfsProcessTemplate -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="ProcessTemplate">
<command:details>
<command:name>Export-TfsProcessTemplate</command:name>
<command:verb>Export</command:verb>
<command:noun>TfsProcessTemplate</command:noun>
<maml:description>
<maml:para>Exports a XML-based process template definition to disk.</maml:para>
</maml:description>
</command:details>
<maml:description>
<maml:para>This cmdlet offers a functional replacement to the "Export Process Template" feature found in Team Explorer. All files pertaining to the specified process template (work item defininitons, reports, saved queries, process configuration and so on) are downloaded from the given Team Project Collection and saved in a local directory, preserving the directory structure required to later re-import it. This is specially handy to do small changes to a process template or to create a new process template based on an existing one.</maml:para>
</maml:description>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Export-TfsProcessTemplate</maml:name>
<!-- Parameter: ProcessTemplate -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0">
<maml:name>ProcessTemplate</maml:name>
<maml:description>
<maml:para>Specifies the name of the process template(s) to be exported. Wildcards are supported. When omitted, all process templates in the given project collection are exported.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: DestinationPath -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>DestinationPath</maml:name>
<maml:description>
<maml:para>Path to the target directory where the exported process template (and related files) will be saved. A folder with the process template name will be created under this path. When omitted, templates are exported in the current directory.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allows the cmdlet to overwrite an existing destination folder.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: NewDescription -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>NewDescription</maml:name>
<maml:description>
<maml:para>Saves the exported process template with a new description. Useful when exporting a base template which will be used as a basis for a new process template. When omitted, the original description is used.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NewName -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>NewName</maml:name>
<maml:description>
<maml:para>Saves the exported process template with a new name. Useful when exporting a base template which will be used as a basis for a new process template. When omitted, the original name is used.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: ProcessTemplate -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0">
<maml:name>ProcessTemplate</maml:name>
<maml:description>
<maml:para>Specifies the name of the process template(s) to be exported. Wildcards are supported. When omitted, all process templates in the given project collection are exported.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: DestinationPath -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>DestinationPath</maml:name>
<maml:description>
<maml:para>Path to the target directory where the exported process template (and related files) will be saved. A folder with the process template name will be created under this path. When omitted, templates are exported in the current directory.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NewName -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>NewName</maml:name>
<maml:description>
<maml:para>Saves the exported process template with a new name. Useful when exporting a base template which will be used as a basis for a new process template. When omitted, the original name is used.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NewDescription -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>NewDescription</maml:name>
<maml:description>
<maml:para>Saves the exported process template with a new description. Useful when exporting a base template which will be used as a basis for a new process template. When omitted, the original description is used.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allows the cmdlet to overwrite an existing destination folder.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues />
<command:examples>
<command:example>
<maml:title>---------- EXAMPLE 1 ----------</maml:title>
<dev:code>PS> Export-TfsProcessTemplate -Process "Scrum" -DestinationPath C:\PT -Collection http://vsalm:8080/tfs/DefaultCollection</dev:code>
<dev:remarks>
<maml:para>Exports the Scrum process template from the DefaultCollection project collection in the VSALM server, saving the template files to the C:\PT\Scrum directory in the local computer.</maml:para>
<maml:para></maml:para>
</dev:remarks>
</command:example>
<command:example>
<maml:title>---------- EXAMPLE 2 ----------</maml:title>
<dev:code>PS> Export-TfsProcessTemplate -Process "Scrum" -DestinationPath C:\PT -Collection http://vsalm:8080/tfs/DefaultCollection -NewName "MyScrum" -NewDescription "A customized version of the Scrum process template"</dev:code>
<dev:remarks>
<maml:para>Exports the Scrum process template from the DefaultCollection project collection in the VSALM server, saving the template files to the C:\PT\MyScrum directory in the local computer. Notice that the process template is being renamed from Scrum to MyScrum, so that it can be later reimported as a new process template instead of overwriting the original one.</maml:para>
<maml:para></maml:para>
</dev:remarks>
</command:example>
</command:examples>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/ProcessTemplate/Export-TfsProcessTemplate</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsProcessTemplate -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="ProcessTemplate">
<command:details>
<command:name>Get-TfsProcessTemplate</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsProcessTemplate</command:noun>
<maml:description>
<maml:para>Gets information from one or more process templates.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsProcessTemplate</maml:name>
<!-- Parameter: ProcessTemplate -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>ProcessTemplate</maml:name>
<maml:description>
<maml:para>Specifies the name of the process template(s) to be returned. Wildcards are supported. When omitted, all process templates in the given project collection are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: ProcessTemplate -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>ProcessTemplate</maml:name>
<maml:description>
<maml:para>Specifies the name of the process template(s) to be returned. Wildcards are supported. When omitted, all process templates in the given project collection are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the name of the process template(s) to be returned. Wildcards are supported. When omitted, all process templates in the given project collection are returned.</maml:para>
<maml:para>This is an alias of the ProcessTemplate parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes />
<command:returnValues>
<!-- OutputType: Process -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Core.WebApi.Process</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/ProcessTemplate/Get-TfsProcessTemplate</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Import-TfsProcessTemplate -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="ProcessTemplate">
<command:details>
<command:name>Import-TfsProcessTemplate</command:name>
<command:verb>Import</command:verb>
<command:noun>TfsProcessTemplate</command:noun>
<maml:description>
<maml:para>Imports a process template definition from disk.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Import-TfsProcessTemplate</maml:name>
<!-- Parameter: Path -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the folder containing the process template to be imported. This folder must contain the file ProcessTemplate.xml</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: State -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>State</maml:name>
<maml:description>
<maml:para>Specifies the state of the template after it is imported. When set to Invisible, the process template will not be listed in the server UI.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Visible</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Path -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the folder containing the process template to be imported. This folder must contain the file ProcessTemplate.xml</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: State -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>State</maml:name>
<maml:description>
<maml:para>Specifies the state of the template after it is imported. When set to Invisible, the process template will not be listed in the server UI.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Visible</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the folder containing the process template to be imported. This folder must contain the file ProcessTemplate.xml</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/ProcessTemplate/Import-TfsProcessTemplate</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: New-TfsProcessTemplate -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="ProcessTemplate">
<command:details>
<command:name>New-TfsProcessTemplate</command:name>
<command:verb>New</command:verb>
<command:noun>TfsProcessTemplate</command:noun>
<maml:description>
<maml:para>Creates a new inherited process.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>New-TfsProcessTemplate</maml:name>
<!-- Parameter: ProcessTemplate -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>ProcessTemplate</maml:name>
<maml:description>
<maml:para>Specifies the name of the process to create.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Description -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Description</maml:name>
<maml:description>
<maml:para>Specifies the description of the new process.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allows the cmdlet to overwrite an existing process.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Parent -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Parent</maml:name>
<maml:description>
<maml:para>Specifies the name of the parent process from which the new process will inherit.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: ReferenceName -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ReferenceName</maml:name>
<maml:description>
<maml:para>Specifies the reference name of the new process. When omitted, a random name will be automatically generated and assigned by the server.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: ProcessTemplate -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>ProcessTemplate</maml:name>
<maml:description>
<maml:para>Specifies the name of the process to create.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the name of the process to create.</maml:para>
<maml:para>This is an alias of the ProcessTemplate parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Description -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Description</maml:name>
<maml:description>
<maml:para>Specifies the description of the new process.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: ReferenceName -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ReferenceName</maml:name>
<maml:description>
<maml:para>Specifies the reference name of the new process. When omitted, a random name will be automatically generated and assigned by the server.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Parent -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Parent</maml:name>
<maml:description>
<maml:para>Specifies the name of the parent process from which the new process will inherit.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allows the cmdlet to overwrite an existing process.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes />
<command:returnValues>
<!-- OutputType: Process -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Core.WebApi.Process</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/ProcessTemplate/New-TfsProcessTemplate</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsRegisteredConfigurationServer -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="ConfigServer">
<command:details>
<command:name>Get-TfsRegisteredConfigurationServer</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsRegisteredConfigurationServer</command:noun>
<maml:description>
<maml:para>Gets one or more Team Foundation Server addresses registered in the current computer.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsRegisteredConfigurationServer</maml:name>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Name">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the name of a registered server. Wildcards are supported. When omitted, all registered servers are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Name">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the name of a registered server. Wildcards are supported. When omitted, all registered servers are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the name of a registered server. Wildcards are supported. When omitted, all registered servers are returned.</maml:para>
<maml:para>This is an alias of the Server parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of a registered server. Wildcards are supported. When omitted, all registered servers are returned.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: RegisteredConfigurationServer -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Client.RegisteredConfigurationServer</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/ConfigServer/Get-TfsRegisteredConfigurationServer</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsRegisteredTeamProjectCollection -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="TeamProjectCollection">
<command:details>
<command:name>Get-TfsRegisteredTeamProjectCollection</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsRegisteredTeamProjectCollection</command:noun>
<maml:description>
<maml:para>Gets one or more Team Project Collection addresses registered in the current computer.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsRegisteredTeamProjectCollection</maml:name>
</command:syntaxItem>
</command:syntax>
<command:parameters />
<command:inputTypes />
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/TeamProjectCollection/Get-TfsRegisteredTeamProjectCollection</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsReleaseDefinition -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Pipeline.ReleaseManagement">
<command:details>
<command:name>Get-TfsReleaseDefinition</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsReleaseDefinition</command:noun>
<maml:description>
<maml:para>Gets information from one or more release definitions in a team project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsReleaseDefinition</maml:name>
</command:syntaxItem>
</command:syntax>
<command:parameters />
<command:inputTypes />
<command:returnValues>
<!-- OutputType: ReleaseDefinition -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.ReleaseManagement.WebApi.ReleaseDefinition</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Pipeline/ReleaseManagement/Get-TfsReleaseDefinition</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsReleaseDefinitionFolder -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Pipeline.ReleaseManagement">
<command:details>
<command:name>Get-TfsReleaseDefinitionFolder</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsReleaseDefinitionFolder</command:noun>
<maml:description>
<maml:para>Gets one or more Release/pipeline definition folders in a team project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsReleaseDefinitionFolder</maml:name>
<!-- Parameter: Folder -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path">
<maml:name>Folder</maml:name>
<maml:description>
<maml:para>Specifies the folder path. Wildcards are supported. When omitted, all Release/pipeline folders in the supplied team project are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>**</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: QueryOrder -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>QueryOrder</maml:name>
<maml:description>
<maml:para>Specifies the query order. When omitted, defaults to None.</maml:para>
<maml:para>Possible values: None, Ascending, Descending</maml:para>
</maml:description>
<command:parameterValue required="true">FolderPathQueryOrder</command:parameterValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.ReleaseManagement.WebApi.FolderPathQueryOrder</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>None</dev:defaultValue>
<command:parameterValueGroup>
<command:parameterValue required="false" variableLength="false">None</command:parameterValue>
<command:parameterValue required="false" variableLength="false">Ascending</command:parameterValue>
<command:parameterValue required="false" variableLength="false">Descending</command:parameterValue>
</command:parameterValueGroup>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Folder -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path">
<maml:name>Folder</maml:name>
<maml:description>
<maml:para>Specifies the folder path. Wildcards are supported. When omitted, all Release/pipeline folders in the supplied team project are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>**</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the folder path. Wildcards are supported. When omitted, all Release/pipeline folders in the supplied team project are returned.</maml:para>
<maml:para>This is an alias of the Folder parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>**</dev:defaultValue>
</command:parameter>
<!-- Parameter: QueryOrder -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>QueryOrder</maml:name>
<maml:description>
<maml:para>Specifies the query order. When omitted, defaults to None.</maml:para>
<maml:para>Possible values: None, Ascending, Descending</maml:para>
</maml:description>
<command:parameterValue required="true">FolderPathQueryOrder</command:parameterValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.ReleaseManagement.WebApi.FolderPathQueryOrder</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>None</dev:defaultValue>
<command:parameterValueGroup>
<command:parameterValue required="false" variableLength="false">None</command:parameterValue>
<command:parameterValue required="false" variableLength="false">Ascending</command:parameterValue>
<command:parameterValue required="false" variableLength="false">Descending</command:parameterValue>
</command:parameterValueGroup>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: Folder -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.ReleaseManagement.WebApi.Folder</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Pipeline/ReleaseManagement/Get-TfsReleaseDefinitionFolder</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: New-TfsReleaseDefinitionFolder -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Pipeline.ReleaseManagement">
<command:details>
<command:name>New-TfsReleaseDefinitionFolder</command:name>
<command:verb>New</command:verb>
<command:noun>TfsReleaseDefinitionFolder</command:noun>
<maml:description>
<maml:para>Creates a new release definition folder.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>New-TfsReleaseDefinitionFolder</maml:name>
<!-- Parameter: Folder -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Path">
<maml:name>Folder</maml:name>
<maml:description>
<maml:para>Specifies the folder path. Wildcards are supported. When omitted, all Release/pipeline folders in the supplied team project are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>**</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Description -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Description</maml:name>
<maml:description>
<maml:para>Specifies the description of the new build/pipeline folder.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Folder -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Path">
<maml:name>Folder</maml:name>
<maml:description>
<maml:para>Specifies the folder path. Wildcards are supported. When omitted, all Release/pipeline folders in the supplied team project are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>**</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Path">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the folder path. Wildcards are supported. When omitted, all Release/pipeline folders in the supplied team project are returned.</maml:para>
<maml:para>This is an alias of the Folder parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>**</dev:defaultValue>
</command:parameter>
<!-- Parameter: Description -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Description</maml:name>
<maml:description>
<maml:para>Specifies the description of the new build/pipeline folder.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the folder path. Wildcards are supported. When omitted, all Release/pipeline folders in the supplied team project are returned.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: Folder -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.ReleaseManagement.WebApi.Folder</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Pipeline/ReleaseManagement/New-TfsReleaseDefinitionFolder</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Remove-TfsReleaseDefinitionFolder -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Pipeline.ReleaseManagement">
<command:details>
<command:name>Remove-TfsReleaseDefinitionFolder</command:name>
<command:verb>Remove</command:verb>
<command:noun>TfsReleaseDefinitionFolder</command:noun>
<maml:description>
<maml:para>Deletes one or more release definition folders.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Remove-TfsReleaseDefinitionFolder</maml:name>
<!-- Parameter: Folder -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path">
<maml:name>Folder</maml:name>
<maml:description>
<maml:para>Specifies the path of the release folder to delete. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Forces the exclusion of folders containing release definitions definitions. When omitted, only empty folders can be deleted.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Recurse -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Recurse</maml:name>
<maml:description>
<maml:para>Removes folders recursively. When omitted, folders with subfolders cannot be deleted.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Folder -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path">
<maml:name>Folder</maml:name>
<maml:description>
<maml:para>Specifies the path of the release folder to delete. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the path of the release folder to delete. Wildcards are supported.</maml:para>
<maml:para>This is an alias of the Folder parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Recurse -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Recurse</maml:name>
<maml:description>
<maml:para>Removes folders recursively. When omitted, folders with subfolders cannot be deleted.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Forces the exclusion of folders containing release definitions definitions. When omitted, only empty folders can be deleted.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the path of the release folder to delete. Wildcards are supported.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: Folder -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.ReleaseManagement.WebApi.Folder</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Pipeline/ReleaseManagement/Remove-TfsReleaseDefinitionFolder</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Invoke-TfsRestApi -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="RestApi">
<command:details>
<command:name>Invoke-TfsRestApi</command:name>
<command:verb>Invoke</command:verb>
<command:noun>TfsRestApi</command:noun>
<maml:description>
<maml:para>Invoke an Azure DevOps REST API.</maml:para>
</maml:description>
</command:details>
<maml:description>
<maml:para>Invoke-TfsRestApi can automatically parse an example URL from https://docs.microsoft.com/en-us/rest/api/azure/devops/ and replace its various tokens (such as {organization}, {project} and {team}) as long as collection / project / team information are available via either the their respective arguments in this command or the corresponding Connect-Tfs* cmdlet. HTTP method and API version are also automatically extracted from the supplied example, when available.</maml:para>
</maml:description>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Invoke-TfsRestApi</maml:name>
<!-- Parameter: Path -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the path of the REST API to call. Tipically it is the portion of the URL after the name of the collection/organization, i.e. in the URL https://dev.azure.com/{organization}/_apis/projects?api-version=5.1 the path is "/_apis/projects".</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: AdditionalHeaders -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>AdditionalHeaders</maml:name>
<maml:description>
<maml:para>Specifies a hashtable with additional HTTP headers to send to the API endpoint.</maml:para>
</maml:description>
<command:parameterValue required="true">Hashtable</command:parameterValue>
<dev:type>
<maml:name>System.Collections.Hashtable</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: ApiVersion -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ApiVersion</maml:name>
<maml:description>
<maml:para>Specifies the desired API version. When omitted, defaults to "4.1".</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>4.1</dev:defaultValue>
</command:parameter>
<!-- Parameter: AsTask -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>AsTask</maml:name>
<maml:description>
<maml:para>Returns the System.Threading.Tasks.Task object used to issue the asynchronous call to the API. The caller is responsible for finishing the asynchronous call by e.g. accessing the Result property.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Body -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="Content">
<maml:name>Body</maml:name>
<maml:description>
<maml:para>Specifies the request body to send to the API endpoint. Tipically contains the JSON payload required by the API.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Method -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Method</maml:name>
<maml:description>
<maml:para>Specifies the HTTP method to call the API endpoint. When omitted, defaults to "GET".</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>GET</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: QueryParameters -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>QueryParameters</maml:name>
<maml:description>
<maml:para>Specifies a hashtable with additional query parameters to send to the API endpoint.</maml:para>
</maml:description>
<command:parameterValue required="true">Hashtable</command:parameterValue>
<dev:type>
<maml:name>System.Collections.Hashtable</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Raw -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Raw</maml:name>
<maml:description>
<maml:para>Returns the API response as an unparsed string. If omitted, JSON responses will be parsed, converted and returned as objects (via ConvertFrom-Json).</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: RequestContentType -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>RequestContentType</maml:name>
<maml:description>
<maml:para>Specifies the request body content type to send to the API. When omitted, defaults to "application/json".</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>application/json</dev:defaultValue>
</command:parameter>
<!-- Parameter: ResponseContentType -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ResponseContentType</maml:name>
<maml:description>
<maml:para>Specifies the response body content type returned by the API. When omitted, defaults to "application/json".</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>application/json</dev:defaultValue>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: UseHost -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>UseHost</maml:name>
<maml:description>
<maml:para>Specifies an alternate host name for APIs not hosted in "dev.azure.com", e.g. "vsaex.dev.azure.com" or "vssps.dev.azure.com".</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Path -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the path of the REST API to call. Tipically it is the portion of the URL after the name of the collection/organization, i.e. in the URL https://dev.azure.com/{organization}/_apis/projects?api-version=5.1 the path is "/_apis/projects".</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Method -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Method</maml:name>
<maml:description>
<maml:para>Specifies the HTTP method to call the API endpoint. When omitted, defaults to "GET".</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>GET</dev:defaultValue>
</command:parameter>
<!-- Parameter: Body -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="Content">
<maml:name>Body</maml:name>
<maml:description>
<maml:para>Specifies the request body to send to the API endpoint. Tipically contains the JSON payload required by the API.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="Content">
<maml:name>Content</maml:name>
<maml:description>
<maml:para>Specifies the request body to send to the API endpoint. Tipically contains the JSON payload required by the API.</maml:para>
<maml:para>This is an alias of the Body parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: RequestContentType -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>RequestContentType</maml:name>
<maml:description>
<maml:para>Specifies the request body content type to send to the API. When omitted, defaults to "application/json".</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>application/json</dev:defaultValue>
</command:parameter>
<!-- Parameter: ResponseContentType -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ResponseContentType</maml:name>
<maml:description>
<maml:para>Specifies the response body content type returned by the API. When omitted, defaults to "application/json".</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>application/json</dev:defaultValue>
</command:parameter>
<!-- Parameter: AdditionalHeaders -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>AdditionalHeaders</maml:name>
<maml:description>
<maml:para>Specifies a hashtable with additional HTTP headers to send to the API endpoint.</maml:para>
</maml:description>
<command:parameterValue required="true">Hashtable</command:parameterValue>
<dev:type>
<maml:name>System.Collections.Hashtable</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: QueryParameters -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>QueryParameters</maml:name>
<maml:description>
<maml:para>Specifies a hashtable with additional query parameters to send to the API endpoint.</maml:para>
</maml:description>
<command:parameterValue required="true">Hashtable</command:parameterValue>
<dev:type>
<maml:name>System.Collections.Hashtable</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: ApiVersion -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ApiVersion</maml:name>
<maml:description>
<maml:para>Specifies the desired API version. When omitted, defaults to "4.1".</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>4.1</dev:defaultValue>
</command:parameter>
<!-- Parameter: UseHost -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>UseHost</maml:name>
<maml:description>
<maml:para>Specifies an alternate host name for APIs not hosted in "dev.azure.com", e.g. "vsaex.dev.azure.com" or "vssps.dev.azure.com".</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Raw -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Raw</maml:name>
<maml:description>
<maml:para>Returns the API response as an unparsed string. If omitted, JSON responses will be parsed, converted and returned as objects (via ConvertFrom-Json).</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: AsTask -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>AsTask</maml:name>
<maml:description>
<maml:para>Returns the System.Threading.Tasks.Task object used to issue the asynchronous call to the API. The caller is responsible for finishing the asynchronous call by e.g. accessing the Result property.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes />
<command:returnValues />
<command:examples>
<command:example>
<maml:title>---------- EXAMPLE 1 ----------</maml:title>
<dev:code>PS> Invoke-TfsRestApi -Method GET -Path /_apis/projects -ApiVersion 4.1 -Collection DefaultCollection</dev:code>
<dev:remarks>
<maml:para>Calls a REST API that lists all team projects in a TFS collection named DefaultCollection</maml:para>
<maml:para></maml:para>
</dev:remarks>
</command:example>
<command:example>
<maml:title>---------- EXAMPLE 2 ----------</maml:title>
<dev:code>PS> Invoke-TfsRestApi 'GET https://extmgmt.dev.azure.com/{organization}/_apis/extensionmanagement/installedextensions?api-version=5.1-preview.1'</dev:code>
<dev:remarks>
<maml:para>Calls the API described by an example extracted from the docs.microsoft.com web site. HTTP method, host name and API version are all set based on the supplied values; Tokens {organization}, {project} and {team} are properly replaced with the corresponding values provided by the current connection context (via previous calls to Connect-TfsTeamProjectCollection, Connect-TfsTeamProject and/or Connect-TfsTeam).</maml:para>
<maml:para></maml:para>
</dev:remarks>
</command:example>
<command:example>
<maml:title>---------- EXAMPLE 3 ----------</maml:title>
<dev:code>PS> Invoke-TfsRestApi 'GET https://{instance}/{collection}/_apis/process/processes?api-version=4.1' -Collection http://vsalm:8080/tfs/DefaultCollection</dev:code>
<dev:remarks>
<maml:para>Calls an API in a TFS instance, parsing the example provided by the docs.microsoft.com web site.</maml:para>
<maml:para></maml:para>
</dev:remarks>
</command:example>
</command:examples>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/RestApi/Invoke-TfsRestApi</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsRestClient -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="RestApi">
<command:details>
<command:name>Get-TfsRestClient</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsRestClient</command:noun>
<maml:description>
<maml:para>Gets an Azure DevOps HTTP Client object instance.</maml:para>
</maml:description>
</command:details>
<maml:description>
<maml:para>Connection objects (Microsoft.VisualStudio.Services.Client.VssConnection in PowerShell Core, Microsoft.TeamFoundation.Client.TfsTeamProjectCollection in Windows PowerShell) provide access to many HTTP client objects such as Microsoft.TeamFoundation.WorkItemTracking.WebApi.WorkItemTrackingHttpClient that wrap many of the REST APIs exposed by Azure DevOps. Those clients inherit the authentication information supplied by their parent connection object and can be used as a more convenient mechanism to issue API calls.</maml:para>
</maml:description>
<command:syntax>
<!-- Parameter Set: Get by collection -->
<command:syntaxItem tfscmdlets:parameterSet="Get by collection">
<maml:name>Get-TfsRestClient</maml:name>
<!-- Parameter: TypeName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="Type">
<maml:name>TypeName</maml:name>
<maml:description>
<maml:para>Specifies the full type name (optionally including its assembly name) of the HTTP Client class to return.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Get by server -->
<command:syntaxItem tfscmdlets:parameterSet="Get by server">
<maml:name>Get-TfsRestClient</maml:name>
<!-- Parameter: TypeName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="Type">
<maml:name>TypeName</maml:name>
<maml:description>
<maml:para>Specifies the full type name (optionally including its assembly name) of the HTTP Client class to return.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: TypeName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="Type">
<maml:name>TypeName</maml:name>
<maml:description>
<maml:para>Specifies the full type name (optionally including its assembly name) of the HTTP Client class to return.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="Type">
<maml:name>Type</maml:name>
<maml:description>
<maml:para>Specifies the full type name (optionally including its assembly name) of the HTTP Client class to return.</maml:para>
<maml:para>This is an alias of the TypeName parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes />
<command:returnValues>
<!-- OutputType: VssHttpClientBase -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.WebApi.VssHttpClientBase</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/RestApi/Get-TfsRestClient</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsServiceHookConsumer -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="ServiceHook">
<command:details>
<command:name>Get-TfsServiceHookConsumer</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsServiceHookConsumer</command:noun>
<maml:description>
<maml:para>Gets one or more service hook consumers.</maml:para>
</maml:description>
</command:details>
<maml:description>
<maml:para>Service hook consumers are the services that can consume (receive) notifications triggered by Azure DevOps. Examples of consumers available out-of-box with Azure DevOps are Microsoft Teams, Slack, Trello ou the generic WebHook consumer. Use this cmdlet to list the available consumers and get the ID of the desired one to be able to manage service hook subscriptions.</maml:para>
</maml:description>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsServiceHookConsumer</maml:name>
<!-- Parameter: Consumer -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name,Id">
<maml:name>Consumer</maml:name>
<maml:description>
<maml:para>Specifies the name or ID of the service hook consumer to return. Wildcards are supported. When omitted, all service hook consumers registered in the given project collection/organization are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Consumer -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name,Id">
<maml:name>Consumer</maml:name>
<maml:description>
<maml:para>Specifies the name or ID of the service hook consumer to return. Wildcards are supported. When omitted, all service hook consumers registered in the given project collection/organization are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name,Id">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the name or ID of the service hook consumer to return. Wildcards are supported. When omitted, all service hook consumers registered in the given project collection/organization are returned.</maml:para>
<maml:para>This is an alias of the Consumer parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name,Id">
<maml:name>Id</maml:name>
<maml:description>
<maml:para>Specifies the name or ID of the service hook consumer to return. Wildcards are supported. When omitted, all service hook consumers registered in the given project collection/organization are returned.</maml:para>
<maml:para>This is an alias of the Consumer parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes />
<command:returnValues>
<!-- OutputType: Consumer -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.ServiceHooks.WebApi.Consumer</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/ServiceHook/Get-TfsServiceHookConsumer</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsServiceHookNotificationHistory -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="ServiceHook">
<command:details>
<command:name>Get-TfsServiceHookNotificationHistory</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsServiceHookNotificationHistory</command:noun>
<maml:description>
<maml:para>Gets the notification history for a given service hook subscription</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsServiceHookNotificationHistory</maml:name>
<!-- Parameter: Subscription -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Subscription</maml:name>
<maml:description>
<maml:para>Specifies the subscription to get the notification history from.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: From -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>From</maml:name>
<maml:description>
<maml:para>Specifies the beginning of a date interval to filter notifications on.</maml:para>
</maml:description>
<command:parameterValue required="true">DateTime</command:parameterValue>
<dev:type>
<maml:name>System.DateTime</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Status -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Status</maml:name>
<maml:description>
<maml:para>Specifies the notification status to filter on.</maml:para>
<maml:para>Possible values: Queued, Processing, RequestInProgress, Completed</maml:para>
</maml:description>
<command:parameterValue required="true">NotificationStatus</command:parameterValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.ServiceHooks.WebApi.NotificationStatus</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>0</dev:defaultValue>
<command:parameterValueGroup>
<command:parameterValue required="false" variableLength="false">Queued</command:parameterValue>
<command:parameterValue required="false" variableLength="false">Processing</command:parameterValue>
<command:parameterValue required="false" variableLength="false">RequestInProgress</command:parameterValue>
<command:parameterValue required="false" variableLength="false">Completed</command:parameterValue>
</command:parameterValueGroup>
</command:parameter>
<!-- Parameter: To -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>To</maml:name>
<maml:description>
<maml:para>Specifies the end of a date interval to filter notifications on.</maml:para>
</maml:description>
<command:parameterValue required="true">DateTime</command:parameterValue>
<dev:type>
<maml:name>System.DateTime</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Subscription -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Subscription</maml:name>
<maml:description>
<maml:para>Specifies the subscription to get the notification history from.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: From -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>From</maml:name>
<maml:description>
<maml:para>Specifies the beginning of a date interval to filter notifications on.</maml:para>
</maml:description>
<command:parameterValue required="true">DateTime</command:parameterValue>
<dev:type>
<maml:name>System.DateTime</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: To -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>To</maml:name>
<maml:description>
<maml:para>Specifies the end of a date interval to filter notifications on.</maml:para>
</maml:description>
<command:parameterValue required="true">DateTime</command:parameterValue>
<dev:type>
<maml:name>System.DateTime</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Status -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Status</maml:name>
<maml:description>
<maml:para>Specifies the notification status to filter on.</maml:para>
<maml:para>Possible values: Queued, Processing, RequestInProgress, Completed</maml:para>
</maml:description>
<command:parameterValue required="true">NotificationStatus</command:parameterValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.ServiceHooks.WebApi.NotificationStatus</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>0</dev:defaultValue>
<command:parameterValueGroup>
<command:parameterValue required="false" variableLength="false">Queued</command:parameterValue>
<command:parameterValue required="false" variableLength="false">Processing</command:parameterValue>
<command:parameterValue required="false" variableLength="false">RequestInProgress</command:parameterValue>
<command:parameterValue required="false" variableLength="false">Completed</command:parameterValue>
</command:parameterValueGroup>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the subscription to get the notification history from.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: Notification -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.ServiceHooks.WebApi.Notification</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/ServiceHook/Get-TfsServiceHookNotificationHistory</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsServiceHookPublisher -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="ServiceHook">
<command:details>
<command:name>Get-TfsServiceHookPublisher</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsServiceHookPublisher</command:noun>
<maml:description>
<maml:para>Gets one or more service hook publishers.</maml:para>
</maml:description>
</command:details>
<maml:description>
<maml:para>Service hook publishers are the components inside of Azure DevOps that can publish (send) notifications triggered by event such as "work item changed" or "build queued". Use this cmdlet to list the available publishers and get the ID of the desired one to be able to manage service hook subscriptions.</maml:para>
</maml:description>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsServiceHookPublisher</maml:name>
<!-- Parameter: Publisher -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name,Id">
<maml:name>Publisher</maml:name>
<maml:description>
<maml:para>Specifies the name or ID of the service hook publisher to return. Wildcards are supported. When omitted, returns all service hook consumers currently supported the current by Azure DevOps organization / TFS collection.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Publisher -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name,Id">
<maml:name>Publisher</maml:name>
<maml:description>
<maml:para>Specifies the name or ID of the service hook publisher to return. Wildcards are supported. When omitted, returns all service hook consumers currently supported the current by Azure DevOps organization / TFS collection.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name,Id">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the name or ID of the service hook publisher to return. Wildcards are supported. When omitted, returns all service hook consumers currently supported the current by Azure DevOps organization / TFS collection.</maml:para>
<maml:para>This is an alias of the Publisher parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name,Id">
<maml:name>Id</maml:name>
<maml:description>
<maml:para>Specifies the name or ID of the service hook publisher to return. Wildcards are supported. When omitted, returns all service hook consumers currently supported the current by Azure DevOps organization / TFS collection.</maml:para>
<maml:para>This is an alias of the Publisher parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes />
<command:returnValues>
<!-- OutputType: Publisher -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.ServiceHooks.WebApi.Publisher</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/ServiceHook/Get-TfsServiceHookPublisher</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsServiceHookSubscription -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="ServiceHook">
<command:details>
<command:name>Get-TfsServiceHookSubscription</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsServiceHookSubscription</command:noun>
<maml:description>
<maml:para>Gets one or more service hook subscriptions</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsServiceHookSubscription</maml:name>
<!-- Parameter: Subscription -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Subscription</maml:name>
<maml:description>
<maml:para>Specifies the name ("action description") of the subscription. Wildcards are supported. When omitted, returns all service hook subscriptions in the given team project collection.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Consumer -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Consumer</maml:name>
<maml:description>
<maml:para>Specifies the name or ID of the service hook consumer to filter subscriptions by. When omitted, returns all subscriptions regardless of their consumers.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: EventType -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>EventType</maml:name>
<maml:description>
<maml:para>Specifies the event type to filter subscriptions by. When omitted, returns all subscriptions regardless of their event types.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Publisher -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Publisher</maml:name>
<maml:description>
<maml:para>Specifies the name or ID of the service hook publisher to filter subscriptions by. When omitted, returns all subscriptions regardless of their publishers.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Subscription -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Subscription</maml:name>
<maml:description>
<maml:para>Specifies the name ("action description") of the subscription. Wildcards are supported. When omitted, returns all service hook subscriptions in the given team project collection.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the name ("action description") of the subscription. Wildcards are supported. When omitted, returns all service hook subscriptions in the given team project collection.</maml:para>
<maml:para>This is an alias of the Subscription parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Publisher -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Publisher</maml:name>
<maml:description>
<maml:para>Specifies the name or ID of the service hook publisher to filter subscriptions by. When omitted, returns all subscriptions regardless of their publishers.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Consumer -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Consumer</maml:name>
<maml:description>
<maml:para>Specifies the name or ID of the service hook consumer to filter subscriptions by. When omitted, returns all subscriptions regardless of their consumers.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: EventType -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>EventType</maml:name>
<maml:description>
<maml:para>Specifies the event type to filter subscriptions by. When omitted, returns all subscriptions regardless of their event types.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes />
<command:returnValues>
<!-- OutputType: Subscription -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.ServiceHooks.WebApi.Subscription</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/ServiceHook/Get-TfsServiceHookSubscription</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Enter-TfsShell -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Shell">
<command:details>
<command:name>Enter-TfsShell</command:name>
<command:verb>Enter</command:verb>
<command:noun>TfsShell</command:noun>
<maml:description>
<maml:para>Activates the Azure DevOps Shell</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Enter-TfsShell</maml:name>
<!-- Parameter: DoNotClearHost -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>DoNotClearHost</maml:name>
<maml:description>
<maml:para>Do not clear the host screen when activating the Azure DevOps Shell. When set, the prompt is enabled without clearing the screen.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: NoLogo -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>NoLogo</maml:name>
<maml:description>
<maml:para>Do not show the version banner when activating the Azure DevOps Shell.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: WindowTitle -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>WindowTitle</maml:name>
<maml:description>
<maml:para>Specifies the shell window title. If omitted, defaults to "Azure DevOps Shell".</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Azure DevOps Shell</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: WindowTitle -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>WindowTitle</maml:name>
<maml:description>
<maml:para>Specifies the shell window title. If omitted, defaults to "Azure DevOps Shell".</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Azure DevOps Shell</dev:defaultValue>
</command:parameter>
<!-- Parameter: DoNotClearHost -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>DoNotClearHost</maml:name>
<maml:description>
<maml:para>Do not clear the host screen when activating the Azure DevOps Shell. When set, the prompt is enabled without clearing the screen.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: NoLogo -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>NoLogo</maml:name>
<maml:description>
<maml:para>Do not show the version banner when activating the Azure DevOps Shell.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes />
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Shell/Enter-TfsShell</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Exit-TfsShell -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Shell">
<command:details>
<command:name>Exit-TfsShell</command:name>
<command:verb>Exit</command:verb>
<command:noun>TfsShell</command:noun>
<maml:description>
<maml:para>Deactivates the Azure DevOps Shell</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Exit-TfsShell</maml:name>
</command:syntaxItem>
</command:syntax>
<command:parameters />
<command:inputTypes />
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Shell/Exit-TfsShell</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Connect-TfsTeam -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Connection">
<command:details>
<command:name>Connect-TfsTeam</command:name>
<command:verb>Connect</command:verb>
<command:noun>TfsTeam</command:noun>
<maml:description>
<maml:para>Connects to a team.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: Cached credentials -->
<command:syntaxItem tfscmdlets:parameterSet="Cached credentials">
<maml:name>Connect-TfsTeam</maml:name>
<!-- Parameter: Team -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Cached -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Cached</maml:name>
<maml:description>
<maml:para>Specifies that cached (default) credentials should be used when possible/available.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: User name and password -->
<command:syntaxItem tfscmdlets:parameterSet="User name and password">
<maml:name>Connect-TfsTeam</maml:name>
<!-- Parameter: Team -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: UserName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>UserName</maml:name>
<maml:description>
<maml:para>Specifies a user name for authentication modes (such as Basic) that support username/password-based credentials. Must be used in conjunction with the -Password argument</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Password -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="2">
<maml:name>Password</maml:name>
<maml:description>
<maml:para>Specifies a password for authentication modes (such as Basic) that support username/password-based credentials. Must be used in conjunction with the -UserName argument</maml:para>
</maml:description>
<command:parameterValue required="true">SecureString</command:parameterValue>
<dev:type>
<maml:name>System.Security.SecureString</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Credential object -->
<command:syntaxItem tfscmdlets:parameterSet="Credential object">
<maml:name>Connect-TfsTeam</maml:name>
<!-- Parameter: Team -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Credential -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Credential</maml:name>
<maml:description>
<maml:para>Specifies a user account that has permission to perform this action. To provide a user name and password, a Personal Access Token, and/or to open a input dialog to enter your credentials, call Get-TfsCredential with the appropriate arguments and pass its return to this argument.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Personal Access Token -->
<command:syntaxItem tfscmdlets:parameterSet="Personal Access Token">
<maml:name>Connect-TfsTeam</maml:name>
<!-- Parameter: Team -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: PersonalAccessToken -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Pat">
<maml:name>PersonalAccessToken</maml:name>
<maml:description>
<maml:para>Specifies a personal access token, used as an alternate credential, to authenticate to Azure DevOps</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Prompt for credential -->
<command:syntaxItem tfscmdlets:parameterSet="Prompt for credential">
<maml:name>Connect-TfsTeam</maml:name>
<!-- Parameter: Team -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Interactive -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Interactive</maml:name>
<maml:description>
<maml:para>Prompts for user credentials. Can be used for any Team Foundation Server or Azure DevOps account - the proper login dialog is automatically selected. Should only be used in an interactive PowerShell session (i.e., a PowerShell terminal window), never in an unattended script (such as those executed during an automated build). Currently it is only supported in Windows PowerShell.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Team -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Cached -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Cached</maml:name>
<maml:description>
<maml:para>Specifies that cached (default) credentials should be used when possible/available.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: UserName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>UserName</maml:name>
<maml:description>
<maml:para>Specifies a user name for authentication modes (such as Basic) that support username/password-based credentials. Must be used in conjunction with the -Password argument</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Password -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="2">
<maml:name>Password</maml:name>
<maml:description>
<maml:para>Specifies a password for authentication modes (such as Basic) that support username/password-based credentials. Must be used in conjunction with the -UserName argument</maml:para>
</maml:description>
<command:parameterValue required="true">SecureString</command:parameterValue>
<dev:type>
<maml:name>System.Security.SecureString</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Credential -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Credential</maml:name>
<maml:description>
<maml:para>Specifies a user account that has permission to perform this action. To provide a user name and password, a Personal Access Token, and/or to open a input dialog to enter your credentials, call Get-TfsCredential with the appropriate arguments and pass its return to this argument.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: PersonalAccessToken -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Pat">
<maml:name>PersonalAccessToken</maml:name>
<maml:description>
<maml:para>Specifies a personal access token, used as an alternate credential, to authenticate to Azure DevOps</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Pat">
<maml:name>Pat</maml:name>
<maml:description>
<maml:para>Specifies a personal access token, used as an alternate credential, to authenticate to Azure DevOps</maml:para>
<maml:para>This is an alias of the PersonalAccessToken parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Interactive -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Interactive</maml:name>
<maml:description>
<maml:para>Prompts for user credentials. Can be used for any Team Foundation Server or Azure DevOps account - the proper login dialog is automatically selected. Should only be used in an interactive PowerShell session (i.e., a PowerShell terminal window), never in an unattended script (such as those executed during an automated build). Currently it is only supported in Windows PowerShell.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WebApiTeam -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Core.WebApi.WebApiTeam</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Connection/Connect-TfsTeam</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Disconnect-TfsTeam -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Connection">
<command:details>
<command:name>Disconnect-TfsTeam</command:name>
<command:verb>Disconnect</command:verb>
<command:noun>TfsTeam</command:noun>
<maml:description>
<maml:para>Disconnects from the currently connected team.</maml:para>
</maml:description>
</command:details>
<maml:description>
<maml:para>The Disconnect-TfsTeam cmdlet removes the connection previously set by its counterpart Connect-TfsTeam. Therefore, cmdlets relying on a "default team" as provided by "Get-TfsTeam -Current" will no longer work after a call to this cmdlet, unless their -Team argument is provided or a new call to Connect-TfsTeam is made.</maml:para>
</maml:description>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Disconnect-TfsTeam</maml:name>
</command:syntaxItem>
</command:syntax>
<command:parameters />
<command:inputTypes />
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Connection/Disconnect-TfsTeam</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsTeam -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Team">
<command:details>
<command:name>Get-TfsTeam</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsTeam</command:noun>
<maml:description>
<maml:para>Gets information about one or more teams.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: Get by team -->
<command:syntaxItem tfscmdlets:parameterSet="Get by team">
<maml:name>Get-TfsTeam</maml:name>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the team to return. Accepted values are its name, its ID, or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object. Wildcards are supported. When omitted, all teams in the given team project are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: IncludeSettings -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IncludeSettings</maml:name>
<maml:description>
<maml:para>Gets the team's backlog settings (fills the Settings property with a Microsoft.TeamFoundation.Work.WebApi.TeamSetting object)</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: QueryMembership -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>QueryMembership</maml:name>
<maml:description>
<maml:para>Get team members (fills the Members property with a list of Microsoft.VisualStudio.Services.WebApi.TeamMember objects). When omitted, only basic team information (such as name, description and ID) are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Get current -->
<command:syntaxItem tfscmdlets:parameterSet="Get current">
<maml:name>Get-TfsTeam</maml:name>
<!-- Parameter: Current -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Current</maml:name>
<maml:description>
<maml:para>Returns the team specified in the last call to Connect-TfsTeam (i.e. the "current" team)</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: IncludeSettings -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IncludeSettings</maml:name>
<maml:description>
<maml:para>Gets the team's backlog settings (fills the Settings property with a Microsoft.TeamFoundation.Work.WebApi.TeamSetting object)</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: QueryMembership -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>QueryMembership</maml:name>
<maml:description>
<maml:para>Get team members (fills the Members property with a list of Microsoft.VisualStudio.Services.WebApi.TeamMember objects). When omitted, only basic team information (such as name, description and ID) are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Get default team -->
<command:syntaxItem tfscmdlets:parameterSet="Get default team">
<maml:name>Get-TfsTeam</maml:name>
<!-- Parameter: Default -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Default</maml:name>
<maml:description>
<maml:para>Returns the default team in the given team project.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: IncludeSettings -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IncludeSettings</maml:name>
<maml:description>
<maml:para>Gets the team's backlog settings (fills the Settings property with a Microsoft.TeamFoundation.Work.WebApi.TeamSetting object)</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: QueryMembership -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>QueryMembership</maml:name>
<maml:description>
<maml:para>Get team members (fills the Members property with a list of Microsoft.VisualStudio.Services.WebApi.TeamMember objects). When omitted, only basic team information (such as name, description and ID) are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the team to return. Accepted values are its name, its ID, or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object. Wildcards are supported. When omitted, all teams in the given team project are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the team to return. Accepted values are its name, its ID, or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object. Wildcards are supported. When omitted, all teams in the given team project are returned.</maml:para>
<maml:para>This is an alias of the Team parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: QueryMembership -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>QueryMembership</maml:name>
<maml:description>
<maml:para>Get team members (fills the Members property with a list of Microsoft.VisualStudio.Services.WebApi.TeamMember objects). When omitted, only basic team information (such as name, description and ID) are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: IncludeSettings -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IncludeSettings</maml:name>
<maml:description>
<maml:para>Gets the team's backlog settings (fills the Settings property with a Microsoft.TeamFoundation.Work.WebApi.TeamSetting object)</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Current -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Current</maml:name>
<maml:description>
<maml:para>Returns the team specified in the last call to Connect-TfsTeam (i.e. the "current" team)</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Default -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Default</maml:name>
<maml:description>
<maml:para>Returns the default team in the given team project.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WebApiTeam -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Core.WebApi.WebApiTeam</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Team/Get-TfsTeam</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: New-TfsTeam -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Team">
<command:details>
<command:name>New-TfsTeam</command:name>
<command:verb>New</command:verb>
<command:noun>TfsTeam</command:noun>
<maml:description>
<maml:para>Creates a new team.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>New-TfsTeam</maml:name>
<!-- Parameter: Team -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Name">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the new team.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: BacklogIteration -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BacklogIteration</maml:name>
<maml:description>
<maml:para>Specifies the team's backlog iteration path. When omitted, defaults to the team project's root iteration.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: DefaultAreaPath -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="TeamFieldValue">
<maml:name>DefaultAreaPath</maml:name>
<maml:description>
<maml:para>Specifies the team's default area path (or "team field"). The default area path is assigned automatically to all work items created in a team's backlog and/or board. When omitted, an area path may still be associated to this team depending on whether NoAutomaticAreaPath is set</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: DefaultIterationMacro -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>DefaultIterationMacro</maml:name>
<maml:description>
<maml:para>Specifies the default iteration macro. When omitted, defaults to "@CurrentIteration".</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>@CurrentIteration</dev:defaultValue>
</command:parameter>
<!-- Parameter: Description -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Description</maml:name>
<maml:description>
<maml:para>Specifies a description of the new team.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: IterationPaths -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IterationPaths</maml:name>
<maml:description>
<maml:para>Specifies the backlog iteration paths that are associated with this team. Provide a list of iteration paths in the form '/path1/path2'.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NoBacklogIteration -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>NoBacklogIteration</maml:name>
<maml:description>
<maml:para>Do not associate an iteration path automatically to the new team. When omitted, an iteration path is created (if needed) and then is set as the default backlog iteration</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: NoDefaultArea -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>NoDefaultArea</maml:name>
<maml:description>
<maml:para>Do not associate an area path automatically to the new team. When omitted, an area path is created (if needed) and then is set as the default area path / team field</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Team -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Name">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the new team.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the name of the new team.</maml:para>
<maml:para>This is an alias of the Team parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: DefaultAreaPath -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="TeamFieldValue">
<maml:name>DefaultAreaPath</maml:name>
<maml:description>
<maml:para>Specifies the team's default area path (or "team field"). The default area path is assigned automatically to all work items created in a team's backlog and/or board. When omitted, an area path may still be associated to this team depending on whether NoAutomaticAreaPath is set</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="TeamFieldValue">
<maml:name>TeamFieldValue</maml:name>
<maml:description>
<maml:para>Specifies the team's default area path (or "team field"). The default area path is assigned automatically to all work items created in a team's backlog and/or board. When omitted, an area path may still be associated to this team depending on whether NoAutomaticAreaPath is set</maml:para>
<maml:para>This is an alias of the DefaultAreaPath parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NoDefaultArea -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>NoDefaultArea</maml:name>
<maml:description>
<maml:para>Do not associate an area path automatically to the new team. When omitted, an area path is created (if needed) and then is set as the default area path / team field</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: BacklogIteration -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BacklogIteration</maml:name>
<maml:description>
<maml:para>Specifies the team's backlog iteration path. When omitted, defaults to the team project's root iteration.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\</dev:defaultValue>
</command:parameter>
<!-- Parameter: IterationPaths -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IterationPaths</maml:name>
<maml:description>
<maml:para>Specifies the backlog iteration paths that are associated with this team. Provide a list of iteration paths in the form '/path1/path2'.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: DefaultIterationMacro -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>DefaultIterationMacro</maml:name>
<maml:description>
<maml:para>Specifies the default iteration macro. When omitted, defaults to "@CurrentIteration".</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>@CurrentIteration</dev:defaultValue>
</command:parameter>
<!-- Parameter: NoBacklogIteration -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>NoBacklogIteration</maml:name>
<maml:description>
<maml:para>Do not associate an iteration path automatically to the new team. When omitted, an iteration path is created (if needed) and then is set as the default backlog iteration</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Description -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Description</maml:name>
<maml:description>
<maml:para>Specifies a description of the new team.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the new team.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WebApiTeam -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Core.WebApi.WebApiTeam</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Team/New-TfsTeam</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Remove-TfsTeam -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Team">
<command:details>
<command:name>Remove-TfsTeam</command:name>
<command:verb>Remove</command:verb>
<command:noun>TfsTeam</command:noun>
<maml:description>
<maml:para>Deletes a team.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Remove-TfsTeam</maml:name>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Name">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Name">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
<maml:para>This is an alias of the Team parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WebApiTeam -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Core.WebApi.WebApiTeam</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Team/Remove-TfsTeam</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Rename-TfsTeam -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Team">
<command:details>
<command:name>Rename-TfsTeam</command:name>
<command:verb>Rename</command:verb>
<command:noun>TfsTeam</command:noun>
<maml:description>
<maml:para>Renames a team.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Rename-TfsTeam</maml:name>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Name">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NewName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>NewName</maml:name>
<maml:description>
<maml:para>Specifies the new name of the item. Enter only a name - i.e., for items that support paths, do not enter a path and name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Name">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
<maml:para>This is an alias of the Team parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NewName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>NewName</maml:name>
<maml:description>
<maml:para>Specifies the new name of the item. Enter only a name - i.e., for items that support paths, do not enter a path and name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WebApiTeam -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Core.WebApi.WebApiTeam</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Team/Rename-TfsTeam</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Set-TfsTeam -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Team">
<command:details>
<command:name>Set-TfsTeam</command:name>
<command:verb>Set</command:verb>
<command:noun>TfsTeam</command:noun>
<maml:description>
<maml:para>Changes the details of a team.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Set-TfsTeam</maml:name>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Name">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: AreaPaths -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>AreaPaths</maml:name>
<maml:description>
<maml:para>Specifies the backlog area paths that are associated with this team. Provide a list of area paths in the form '/path1/path2/[*]'. When the path ends with an asterisk, all child area path will be included recursively. Otherwise, only the area itself (without its children) will be included.</maml:para>
</maml:description>
<command:parameterValue required="true">IEnumerable`1</command:parameterValue>
<dev:type>
<maml:name>System.Collections.Generic.IEnumerable`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: BacklogIteration -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BacklogIteration</maml:name>
<maml:description>
<maml:para>Specifies the team's backlog iteration path. When omitted, defaults to the team project's root iteration.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\</dev:defaultValue>
</command:parameter>
<!-- Parameter: BacklogVisibilities -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BacklogVisibilities</maml:name>
<maml:description>
<maml:para>Specifies which backlog levels (e.g. Epics, Features, Stories) should be visible.</maml:para>
</maml:description>
<command:parameterValue required="true">Hashtable</command:parameterValue>
<dev:type>
<maml:name>System.Collections.Hashtable</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: BugsBehavior -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BugsBehavior</maml:name>
<maml:description>
<maml:para>Specifies how bugs should behave when added to a board.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Default -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Default</maml:name>
<maml:description>
<maml:para>Sets the supplied team as the default team project team.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: DefaultAreaPath -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="TeamFieldValue">
<maml:name>DefaultAreaPath</maml:name>
<maml:description>
<maml:para>Specifies the team's default area path (or "team field"). The default area path is assigned automatically to all work items created in a team's backlog and/or board.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: DefaultIterationMacro -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>DefaultIterationMacro</maml:name>
<maml:description>
<maml:para>Specifies the default iteration macro. When omitted, defaults to "@CurrentIteration".</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>@CurrentIteration</dev:defaultValue>
</command:parameter>
<!-- Parameter: Description -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Description</maml:name>
<maml:description>
<maml:para>Specifies a new description</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: IterationPaths -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IterationPaths</maml:name>
<maml:description>
<maml:para>Specifies the backlog iteration paths that are associated with this team. Provide a list of iteration paths in the form '/path1/path2'.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: WorkingDays -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>WorkingDays</maml:name>
<maml:description>
<maml:para>Specifies the team's Working Days. When omitted, defaults to Monday thru Friday</maml:para>
</maml:description>
<command:parameterValue required="true">IEnumerable`1</command:parameterValue>
<dev:type>
<maml:name>System.Collections.Generic.IEnumerable`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>monday, tuesday, wednesday, thursday, friday</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Name">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
<maml:para>This is an alias of the Team parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Description -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Description</maml:name>
<maml:description>
<maml:para>Specifies a new description</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: DefaultAreaPath -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="TeamFieldValue">
<maml:name>DefaultAreaPath</maml:name>
<maml:description>
<maml:para>Specifies the team's default area path (or "team field"). The default area path is assigned automatically to all work items created in a team's backlog and/or board.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="TeamFieldValue">
<maml:name>TeamFieldValue</maml:name>
<maml:description>
<maml:para>Specifies the team's default area path (or "team field"). The default area path is assigned automatically to all work items created in a team's backlog and/or board.</maml:para>
<maml:para>This is an alias of the DefaultAreaPath parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: AreaPaths -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>AreaPaths</maml:name>
<maml:description>
<maml:para>Specifies the backlog area paths that are associated with this team. Provide a list of area paths in the form '/path1/path2/[*]'. When the path ends with an asterisk, all child area path will be included recursively. Otherwise, only the area itself (without its children) will be included.</maml:para>
</maml:description>
<command:parameterValue required="true">IEnumerable`1</command:parameterValue>
<dev:type>
<maml:name>System.Collections.Generic.IEnumerable`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: BacklogIteration -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BacklogIteration</maml:name>
<maml:description>
<maml:para>Specifies the team's backlog iteration path. When omitted, defaults to the team project's root iteration.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\</dev:defaultValue>
</command:parameter>
<!-- Parameter: IterationPaths -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IterationPaths</maml:name>
<maml:description>
<maml:para>Specifies the backlog iteration paths that are associated with this team. Provide a list of iteration paths in the form '/path1/path2'.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: DefaultIterationMacro -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>DefaultIterationMacro</maml:name>
<maml:description>
<maml:para>Specifies the default iteration macro. When omitted, defaults to "@CurrentIteration".</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>@CurrentIteration</dev:defaultValue>
</command:parameter>
<!-- Parameter: BugsBehavior -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BugsBehavior</maml:name>
<maml:description>
<maml:para>Specifies how bugs should behave when added to a board.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: BacklogVisibilities -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BacklogVisibilities</maml:name>
<maml:description>
<maml:para>Specifies which backlog levels (e.g. Epics, Features, Stories) should be visible.</maml:para>
</maml:description>
<command:parameterValue required="true">Hashtable</command:parameterValue>
<dev:type>
<maml:name>System.Collections.Hashtable</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Default -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Default</maml:name>
<maml:description>
<maml:para>Sets the supplied team as the default team project team.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: WorkingDays -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>WorkingDays</maml:name>
<maml:description>
<maml:para>Specifies the team's Working Days. When omitted, defaults to Monday thru Friday</maml:para>
</maml:description>
<command:parameterValue required="true">IEnumerable`1</command:parameterValue>
<dev:type>
<maml:name>System.Collections.Generic.IEnumerable`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>monday, tuesday, wednesday, thursday, friday</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WebApiTeam -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Core.WebApi.WebApiTeam</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Team/Set-TfsTeam</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Add-TfsTeamAdmin -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Team.TeamAdmin">
<command:details>
<command:name>Add-TfsTeamAdmin</command:name>
<command:verb>Add</command:verb>
<command:noun>TfsTeamAdmin</command:noun>
<maml:description>
<maml:para>Adds a new administrator to a team.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Add-TfsTeamAdmin</maml:name>
<!-- Parameter: Admin -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Admin</maml:name>
<maml:description>
<maml:para>Specifies the administrator to add to the given team.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="1">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Admin -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Admin</maml:name>
<maml:description>
<maml:para>Specifies the administrator to add to the given team.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="1">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the administrator to add to the given team.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: TeamAdmins -->
<command:returnValue>
<dev:type>
<maml:name>TfsCmdlets.HttpClient.TeamAdmins</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Team/TeamAdmin/Add-TfsTeamAdmin</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsTeamAdmin -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Team.TeamAdmin">
<command:details>
<command:name>Get-TfsTeamAdmin</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsTeamAdmin</command:noun>
<maml:description>
<maml:para>Gets the administrators of a team.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsTeamAdmin</maml:name>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Admin -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="1">
<maml:name>Admin</maml:name>
<maml:description>
<maml:para>Specifies the administrator to get from the given team. Wildcards are supported. When omitted, all administrators are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Admin -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="1">
<maml:name>Admin</maml:name>
<maml:description>
<maml:para>Specifies the administrator to get from the given team. Wildcards are supported. When omitted, all administrators are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: Identity -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.Identity.Identity</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Team/TeamAdmin/Get-TfsTeamAdmin</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Remove-TfsTeamAdmin -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Team.TeamAdmin">
<command:details>
<command:name>Remove-TfsTeamAdmin</command:name>
<command:verb>Remove</command:verb>
<command:noun>TfsTeamAdmin</command:noun>
<maml:description>
<maml:para>Removes an administrator from a team.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Remove-TfsTeamAdmin</maml:name>
<!-- Parameter: Admin -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Admin</maml:name>
<maml:description>
<maml:para>Specifies the administrator to remove from the team.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="1">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Admin -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Admin</maml:name>
<maml:description>
<maml:para>Specifies the administrator to remove from the team.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="1">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the administrator to remove from the team.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: TeamAdmins -->
<command:returnValue>
<dev:type>
<maml:name>TfsCmdlets.HttpClient.TeamAdmins</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Team/TeamAdmin/Remove-TfsTeamAdmin</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsTeamBacklogLevel -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Team.Backlog">
<command:details>
<command:name>Get-TfsTeamBacklogLevel</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsTeamBacklogLevel</command:noun>
<maml:description>
<maml:para>Gets information about one or more backlog levels of a given team.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsTeamBacklogLevel</maml:name>
<!-- Parameter: Backlog -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Backlog</maml:name>
<maml:description>
<maml:para>Specifies one or more backlog level configurations to be returned. Valid values are the name (e.g. "Stories") or the ID (e.g. "Microsoft.RequirementCategory") of the backlog level to return. Wilcards are supported. When omitted, returns all backlogs levels of the given team.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Backlog -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Backlog</maml:name>
<maml:description>
<maml:para>Specifies one or more backlog level configurations to be returned. Valid values are the name (e.g. "Stories") or the ID (e.g. "Microsoft.RequirementCategory") of the backlog level to return. Wilcards are supported. When omitted, returns all backlogs levels of the given team.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies one or more backlog level configurations to be returned. Valid values are the name (e.g. "Stories") or the ID (e.g. "Microsoft.RequirementCategory") of the backlog level to return. Wilcards are supported. When omitted, returns all backlogs levels of the given team.</maml:para>
<maml:para>This is an alias of the Backlog parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: BacklogLevelConfiguration -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Work.WebApi.BacklogLevelConfiguration</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Team/Backlog/Get-TfsTeamBacklogLevel</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsTeamBoard -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Team.Board">
<command:details>
<command:name>Get-TfsTeamBoard</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsTeamBoard</command:noun>
<maml:description>
<maml:para>Gets one or more team boards.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsTeamBoard</maml:name>
<!-- Parameter: Board -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Board</maml:name>
<maml:description>
<maml:para>Specifies the board name. Wildcards are supported. When omitted, returns all boards in the given team.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Board -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Board</maml:name>
<maml:description>
<maml:para>Specifies the board name. Wildcards are supported. When omitted, returns all boards in the given team.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the board name. Wildcards are supported. When omitted, returns all boards in the given team.</maml:para>
<maml:para>This is an alias of the Board parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: Board -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Work.WebApi.Board</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Team/Board/Get-TfsTeamBoard</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsTeamBoardCardRule -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Team.Board">
<command:details>
<command:name>Get-TfsTeamBoardCardRule</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsTeamBoardCardRule</command:noun>
<maml:description>
<maml:para>Gets one or more team board card rules.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsTeamBoardCardRule</maml:name>
<!-- Parameter: Rule -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0">
<maml:name>Rule</maml:name>
<maml:description>
<maml:para>Specifies the rule name. Wildcards are supported. When omitted, returns all card rules in the given board.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Board -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Board</maml:name>
<maml:description>
<maml:para>Specifies the board name.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: RuleType -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>RuleType</maml:name>
<maml:description>
<maml:para>Specifies the kind of rule to return. When omitted, returns both rule types (card color and tag color).</maml:para>
<maml:para>Possible values: CardColor, TagColor, All</maml:para>
</maml:description>
<command:parameterValue required="true">CardRuleType</command:parameterValue>
<dev:type>
<maml:name>TfsCmdlets.CardRuleType</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>All</dev:defaultValue>
<command:parameterValueGroup>
<command:parameterValue required="false" variableLength="false">CardColor</command:parameterValue>
<command:parameterValue required="false" variableLength="false">TagColor</command:parameterValue>
<command:parameterValue required="false" variableLength="false">All</command:parameterValue>
</command:parameterValueGroup>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Rule -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0">
<maml:name>Rule</maml:name>
<maml:description>
<maml:para>Specifies the rule name. Wildcards are supported. When omitted, returns all card rules in the given board.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: RuleType -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>RuleType</maml:name>
<maml:description>
<maml:para>Specifies the kind of rule to return. When omitted, returns both rule types (card color and tag color).</maml:para>
<maml:para>Possible values: CardColor, TagColor, All</maml:para>
</maml:description>
<command:parameterValue required="true">CardRuleType</command:parameterValue>
<dev:type>
<maml:name>TfsCmdlets.CardRuleType</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>All</dev:defaultValue>
<command:parameterValueGroup>
<command:parameterValue required="false" variableLength="false">CardColor</command:parameterValue>
<command:parameterValue required="false" variableLength="false">TagColor</command:parameterValue>
<command:parameterValue required="false" variableLength="false">All</command:parameterValue>
</command:parameterValueGroup>
</command:parameter>
<!-- Parameter: Board -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Board</maml:name>
<maml:description>
<maml:para>Specifies the board name.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the board name.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: Rule -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Work.WebApi.Rule</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Team/Board/Get-TfsTeamBoardCardRule</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Set-TfsTeamBoardCardRuleSetting -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Team.Board">
<command:details>
<command:name>Set-TfsTeamBoardCardRuleSetting</command:name>
<command:verb>Set</command:verb>
<command:noun>TfsTeamBoardCardRuleSetting</command:noun>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Set-TfsTeamBoardCardRuleSetting</maml:name>
<!-- Parameter: Board -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0">
<maml:name>Board</maml:name>
<maml:description>
<maml:para>Specifies the board name. Wildcards are supported. When omitted, returns card rules for all boards in the given team.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Board -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0">
<maml:name>Board</maml:name>
<maml:description>
<maml:para>Specifies the board name. Wildcards are supported. When omitted, returns card rules for all boards in the given team.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: BoardCardRuleSettings -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Work.WebApi.BoardCardRuleSettings</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
</command:command>
<!-- Cmdlet: Add-TfsTeamMember -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Team.TeamMember">
<command:details>
<command:name>Add-TfsTeamMember</command:name>
<command:verb>Add</command:verb>
<command:noun>TfsTeamMember</command:noun>
<maml:description>
<maml:para>Adds new members to a team.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Add-TfsTeamMember</maml:name>
<!-- Parameter: Member -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Member</maml:name>
<maml:description>
<maml:para>Specifies the member (user or group) to add to the given team.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="1">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the team to which the member is added.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Member -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Member</maml:name>
<maml:description>
<maml:para>Specifies the member (user or group) to add to the given team.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="1">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the team to which the member is added.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the member (user or group) to add to the given team.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: TeamAdmins -->
<command:returnValue>
<dev:type>
<maml:name>TfsCmdlets.HttpClient.TeamAdmins</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Team/TeamMember/Add-TfsTeamMember</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsTeamMember -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Team.TeamMember">
<command:details>
<command:name>Get-TfsTeamMember</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsTeamMember</command:noun>
<maml:description>
<maml:para>Gets the members of a team.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsTeamMember</maml:name>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the team from which to get its members.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Member -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="1">
<maml:name>Member</maml:name>
<maml:description>
<maml:para>Specifies the member (user or group) to get from the given team. Wildcards are supported. When omitted, all team members are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Recurse -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Recurse</maml:name>
<maml:description>
<maml:para>Recursively expands all member groups, returning the users and/or groups contained in them</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the team from which to get its members.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Member -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="1">
<maml:name>Member</maml:name>
<maml:description>
<maml:para>Specifies the member (user or group) to get from the given team. Wildcards are supported. When omitted, all team members are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Recurse -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Recurse</maml:name>
<maml:description>
<maml:para>Recursively expands all member groups, returning the users and/or groups contained in them</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the team from which to get its members.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: Identity -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.Identity.Identity</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Team/TeamMember/Get-TfsTeamMember</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Remove-TfsTeamMember -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Team.TeamMember">
<command:details>
<command:name>Remove-TfsTeamMember</command:name>
<command:verb>Remove</command:verb>
<command:noun>TfsTeamMember</command:noun>
<maml:description>
<maml:para>Removes a member from a team.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Remove-TfsTeamMember</maml:name>
<!-- Parameter: Member -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Member</maml:name>
<maml:description>
<maml:para>Specifies the member (user or group) to remove from the given team.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="1">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the team from which the member is removed.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Member -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Member</maml:name>
<maml:description>
<maml:para>Specifies the member (user or group) to remove from the given team.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="1">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the team from which the member is removed.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the member (user or group) to remove from the given team.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Team/TeamMember/Remove-TfsTeamMember</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Connect-TfsTeamProject -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Connection">
<command:details>
<command:name>Connect-TfsTeamProject</command:name>
<command:verb>Connect</command:verb>
<command:noun>TfsTeamProject</command:noun>
<maml:description>
<maml:para>Connects to a Team Project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: Prompt for credential -->
<command:syntaxItem tfscmdlets:parameterSet="Prompt for credential">
<maml:name>Connect-TfsTeamProject</maml:name>
<!-- Parameter: Project -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Interactive -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Interactive</maml:name>
<maml:description>
<maml:para>Prompts for user credentials. Can be used for any Team Foundation Server or Azure DevOps account - the proper login dialog is automatically selected. Should only be used in an interactive PowerShell session (i.e., a PowerShell terminal window), never in an unattended script (such as those executed during an automated build). Currently it is only supported in Windows PowerShell.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Cached credentials -->
<command:syntaxItem tfscmdlets:parameterSet="Cached credentials">
<maml:name>Connect-TfsTeamProject</maml:name>
<!-- Parameter: Project -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Cached -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Cached</maml:name>
<maml:description>
<maml:para>Specifies that cached (default) credentials should be used when possible/available.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: User name and password -->
<command:syntaxItem tfscmdlets:parameterSet="User name and password">
<maml:name>Connect-TfsTeamProject</maml:name>
<!-- Parameter: Project -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: UserName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>UserName</maml:name>
<maml:description>
<maml:para>Specifies a user name for authentication modes (such as Basic) that support username/password-based credentials. Must be used in conjunction with the -Password argument</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Password -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="2">
<maml:name>Password</maml:name>
<maml:description>
<maml:para>Specifies a password for authentication modes (such as Basic) that support username/password-based credentials. Must be used in conjunction with the -UserName argument</maml:para>
</maml:description>
<command:parameterValue required="true">SecureString</command:parameterValue>
<dev:type>
<maml:name>System.Security.SecureString</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Credential object -->
<command:syntaxItem tfscmdlets:parameterSet="Credential object">
<maml:name>Connect-TfsTeamProject</maml:name>
<!-- Parameter: Project -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Credential -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Credential</maml:name>
<maml:description>
<maml:para>Specifies a user account that has permission to perform this action. To provide a user name and password, a Personal Access Token, and/or to open a input dialog to enter your credentials, call Get-TfsCredential with the appropriate arguments and pass its return to this argument.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Personal Access Token -->
<command:syntaxItem tfscmdlets:parameterSet="Personal Access Token">
<maml:name>Connect-TfsTeamProject</maml:name>
<!-- Parameter: Project -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: PersonalAccessToken -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Pat">
<maml:name>PersonalAccessToken</maml:name>
<maml:description>
<maml:para>Specifies a personal access token, used as an alternate credential, to authenticate to Azure DevOps</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Project -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Interactive -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Interactive</maml:name>
<maml:description>
<maml:para>Prompts for user credentials. Can be used for any Team Foundation Server or Azure DevOps account - the proper login dialog is automatically selected. Should only be used in an interactive PowerShell session (i.e., a PowerShell terminal window), never in an unattended script (such as those executed during an automated build). Currently it is only supported in Windows PowerShell.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Cached -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Cached</maml:name>
<maml:description>
<maml:para>Specifies that cached (default) credentials should be used when possible/available.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: UserName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>UserName</maml:name>
<maml:description>
<maml:para>Specifies a user name for authentication modes (such as Basic) that support username/password-based credentials. Must be used in conjunction with the -Password argument</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Password -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="2">
<maml:name>Password</maml:name>
<maml:description>
<maml:para>Specifies a password for authentication modes (such as Basic) that support username/password-based credentials. Must be used in conjunction with the -UserName argument</maml:para>
</maml:description>
<command:parameterValue required="true">SecureString</command:parameterValue>
<dev:type>
<maml:name>System.Security.SecureString</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Credential -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Credential</maml:name>
<maml:description>
<maml:para>Specifies a user account that has permission to perform this action. To provide a user name and password, a Personal Access Token, and/or to open a input dialog to enter your credentials, call Get-TfsCredential with the appropriate arguments and pass its return to this argument.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: PersonalAccessToken -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Pat">
<maml:name>PersonalAccessToken</maml:name>
<maml:description>
<maml:para>Specifies a personal access token, used as an alternate credential, to authenticate to Azure DevOps</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Pat">
<maml:name>Pat</maml:name>
<maml:description>
<maml:para>Specifies a personal access token, used as an alternate credential, to authenticate to Azure DevOps</maml:para>
<maml:para>This is an alias of the PersonalAccessToken parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: TeamProject -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Core.WebApi.TeamProject</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Connection/Connect-TfsTeamProject</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Disconnect-TfsTeamProject -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Connection">
<command:details>
<command:name>Disconnect-TfsTeamProject</command:name>
<command:verb>Disconnect</command:verb>
<command:noun>TfsTeamProject</command:noun>
<maml:description>
<maml:para>Disconnects from the currently connected team project.</maml:para>
</maml:description>
</command:details>
<maml:description>
<maml:para>The Disconnect-TfsTeamProject cmdlet removes the connection previously set by its counterpart Connect-TfsTeamProject. Therefore, cmdlets relying on a "default team project" as provided by "Get-TfsTeamProject -Current" will no longer work after a call to this cmdlet, unless their -Project argument is provided or a new call to Connect-TfsTeamProject is made.</maml:para>
</maml:description>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Disconnect-TfsTeamProject</maml:name>
</command:syntaxItem>
</command:syntax>
<command:parameters />
<command:inputTypes />
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Connection/Disconnect-TfsTeamProject</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsTeamProject -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="TeamProject">
<command:details>
<command:name>Get-TfsTeamProject</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsTeamProject</command:noun>
<maml:description>
<maml:para>Gets information about one or more team projects.</maml:para>
</maml:description>
</command:details>
<maml:description>
<maml:para>The Get-TfsTeamProject cmdlets gets one or more Team Project objects (an instance of Microsoft.TeamFoundation.Core.WebApi.TeamProject) from the supplied Team Project Collection.</maml:para>
</maml:description>
<command:syntax>
<!-- Parameter Set: Get by project -->
<command:syntaxItem tfscmdlets:parameterSet="Get by project">
<maml:name>Get-TfsTeamProject</maml:name>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of a Team Project. Wildcards are supported. When omitted, all team projects in the supplied collection are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="1">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Deleted -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Deleted</maml:name>
<maml:description>
<maml:para>Lists deleted team projects present in the "recycle bin"</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Get current -->
<command:syntaxItem tfscmdlets:parameterSet="Get current">
<maml:name>Get-TfsTeamProject</maml:name>
<!-- Parameter: Current -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Current</maml:name>
<maml:description>
<maml:para>Returns the team project specified in the last call to Connect-TfsTeamProject (i.e. the "current" team project)</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of a Team Project. Wildcards are supported. When omitted, all team projects in the supplied collection are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Deleted -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Deleted</maml:name>
<maml:description>
<maml:para>Lists deleted team projects present in the "recycle bin"</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="1">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Current -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Current</maml:name>
<maml:description>
<maml:para>Returns the team project specified in the last call to Connect-TfsTeamProject (i.e. the "current" team project)</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: TeamProject -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Core.WebApi.TeamProject</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/TeamProject/Get-TfsTeamProject</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: New-TfsTeamProject -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="TeamProject">
<command:details>
<command:name>New-TfsTeamProject</command:name>
<command:verb>New</command:verb>
<command:noun>TfsTeamProject</command:noun>
<maml:description>
<maml:para>Creates a new team project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>New-TfsTeamProject</maml:name>
<!-- Parameter: Project -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the new team project.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Description -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Description</maml:name>
<maml:description>
<maml:para>Specifies a description for the new team project.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: ProcessTemplate -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ProcessTemplate</maml:name>
<maml:description>
<maml:para>Specifies the process template on which the new team project is based. Supported values are the process name or an instance of the Microsoft.TeamFoundation.Core.WebApi.Process class.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: SourceControl -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>SourceControl</maml:name>
<maml:description>
<maml:para>Specifies the source control type to be provisioned initially with the team project. Supported types are "Git" and "Tfvc".</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Project -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the new team project.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Description -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Description</maml:name>
<maml:description>
<maml:para>Specifies a description for the new team project.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: SourceControl -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>SourceControl</maml:name>
<maml:description>
<maml:para>Specifies the source control type to be provisioned initially with the team project. Supported types are "Git" and "Tfvc".</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: ProcessTemplate -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ProcessTemplate</maml:name>
<maml:description>
<maml:para>Specifies the process template on which the new team project is based. Supported values are the process name or an instance of the Microsoft.TeamFoundation.Core.WebApi.Process class.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes />
<command:returnValues>
<!-- OutputType: TeamProject -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Core.WebApi.TeamProject</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/TeamProject/New-TfsTeamProject</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Remove-TfsTeamProject -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="TeamProject">
<command:details>
<command:name>Remove-TfsTeamProject</command:name>
<command:verb>Remove</command:verb>
<command:noun>TfsTeamProject</command:noun>
<maml:description>
<maml:para>Deletes one or more team projects.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Remove-TfsTeamProject</maml:name>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of a Team Project to delete. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Forces the exclusion of the team project. When omitted, the command prompts for confirmation prior to deleting the team project.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Hard -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Hard</maml:name>
<maml:description>
<maml:para>Deletes the team project permanently. When omitted, the team project is moved to a "recycle bin" and can be recovered either via UI or by using Undo-TfsTeamProjectRemoval.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of a Team Project to delete. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Hard -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Hard</maml:name>
<maml:description>
<maml:para>Deletes the team project permanently. When omitted, the team project is moved to a "recycle bin" and can be recovered either via UI or by using Undo-TfsTeamProjectRemoval.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Forces the exclusion of the team project. When omitted, the command prompts for confirmation prior to deleting the team project.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of a Team Project to delete. Wildcards are supported.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/TeamProject/Remove-TfsTeamProject</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Rename-TfsTeamProject -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="TeamProject">
<command:details>
<command:name>Rename-TfsTeamProject</command:name>
<command:verb>Rename</command:verb>
<command:noun>TfsTeamProject</command:noun>
<maml:description>
<maml:para>Renames a team project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Rename-TfsTeamProject</maml:name>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of a Team Project to rename.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NewName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>NewName</maml:name>
<maml:description>
<maml:para>Specifies the new name of the item. Enter only a name - i.e., for items that support paths, do not enter a path and name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Forces the renaming of the team project. When omitted, the command prompts for confirmation prior to renaming the team project.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of a Team Project to rename.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Forces the renaming of the team project. When omitted, the command prompts for confirmation prior to renaming the team project.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: NewName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>NewName</maml:name>
<maml:description>
<maml:para>Specifies the new name of the item. Enter only a name - i.e., for items that support paths, do not enter a path and name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of a Team Project to rename.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/TeamProject/Rename-TfsTeamProject</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Connect-TfsTeamProjectCollection -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Connection">
<command:details>
<command:name>Connect-TfsTeamProjectCollection</command:name>
<command:verb>Connect</command:verb>
<command:noun>TfsTeamProjectCollection</command:noun>
<maml:description>
<maml:para>Connects to a TFS team project collection or Azure DevOps organization.</maml:para>
</maml:description>
</command:details>
<maml:description>
<maml:para>The Connect-TfsTeamProjectCollection cmdlet connects to a TFS Team Project Collection or Azure DevOps organization. That connection can be later reused by other TfsCmdlets commands until it's closed by a call to Disconnect-TfsTeamProjectCollection.</maml:para>
</maml:description>
<command:syntax>
<!-- Parameter Set: Cached credentials -->
<command:syntaxItem tfscmdlets:parameterSet="Cached credentials">
<maml:name>Connect-TfsTeamProjectCollection</maml:name>
<!-- Parameter: Collection -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Cached -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Cached</maml:name>
<maml:description>
<maml:para>Specifies that cached (default) credentials should be used when possible/available.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: User name and password -->
<command:syntaxItem tfscmdlets:parameterSet="User name and password">
<maml:name>Connect-TfsTeamProjectCollection</maml:name>
<!-- Parameter: Collection -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: UserName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>UserName</maml:name>
<maml:description>
<maml:para>Specifies a user name for authentication modes (such as Basic) that support username/password-based credentials. Must be used in conjunction with the -Password argument</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Password -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="2">
<maml:name>Password</maml:name>
<maml:description>
<maml:para>Specifies a password for authentication modes (such as Basic) that support username/password-based credentials. Must be used in conjunction with the -UserName argument</maml:para>
</maml:description>
<command:parameterValue required="true">SecureString</command:parameterValue>
<dev:type>
<maml:name>System.Security.SecureString</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Credential object -->
<command:syntaxItem tfscmdlets:parameterSet="Credential object">
<maml:name>Connect-TfsTeamProjectCollection</maml:name>
<!-- Parameter: Collection -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Credential -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Credential</maml:name>
<maml:description>
<maml:para>Specifies a user account that has permission to perform this action. To provide a user name and password, a Personal Access Token, and/or to open a input dialog to enter your credentials, call Get-TfsCredential with the appropriate arguments and pass its return to this argument.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Personal Access Token -->
<command:syntaxItem tfscmdlets:parameterSet="Personal Access Token">
<maml:name>Connect-TfsTeamProjectCollection</maml:name>
<!-- Parameter: Collection -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: PersonalAccessToken -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Pat">
<maml:name>PersonalAccessToken</maml:name>
<maml:description>
<maml:para>Specifies a personal access token, used as an alternate credential, to authenticate to Azure DevOps</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Prompt for credential -->
<command:syntaxItem tfscmdlets:parameterSet="Prompt for credential">
<maml:name>Connect-TfsTeamProjectCollection</maml:name>
<!-- Parameter: Collection -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Interactive -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Interactive</maml:name>
<maml:description>
<maml:para>Prompts for user credentials. Can be used for any Team Foundation Server or Azure DevOps account - the proper login dialog is automatically selected. Should only be used in an interactive PowerShell session (i.e., a PowerShell terminal window), never in an unattended script (such as those executed during an automated build). Currently it is only supported in Windows PowerShell.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Collection -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Cached -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Cached</maml:name>
<maml:description>
<maml:para>Specifies that cached (default) credentials should be used when possible/available.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: UserName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>UserName</maml:name>
<maml:description>
<maml:para>Specifies a user name for authentication modes (such as Basic) that support username/password-based credentials. Must be used in conjunction with the -Password argument</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Password -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="2">
<maml:name>Password</maml:name>
<maml:description>
<maml:para>Specifies a password for authentication modes (such as Basic) that support username/password-based credentials. Must be used in conjunction with the -UserName argument</maml:para>
</maml:description>
<command:parameterValue required="true">SecureString</command:parameterValue>
<dev:type>
<maml:name>System.Security.SecureString</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Credential -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Credential</maml:name>
<maml:description>
<maml:para>Specifies a user account that has permission to perform this action. To provide a user name and password, a Personal Access Token, and/or to open a input dialog to enter your credentials, call Get-TfsCredential with the appropriate arguments and pass its return to this argument.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: PersonalAccessToken -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Pat">
<maml:name>PersonalAccessToken</maml:name>
<maml:description>
<maml:para>Specifies a personal access token, used as an alternate credential, to authenticate to Azure DevOps</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Pat">
<maml:name>Pat</maml:name>
<maml:description>
<maml:para>Specifies a personal access token, used as an alternate credential, to authenticate to Azure DevOps</maml:para>
<maml:para>This is an alias of the PersonalAccessToken parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Interactive -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Interactive</maml:name>
<maml:description>
<maml:para>Prompts for user credentials. Can be used for any Team Foundation Server or Azure DevOps account - the proper login dialog is automatically selected. Should only be used in an interactive PowerShell session (i.e., a PowerShell terminal window), never in an unattended script (such as those executed during an automated build). Currently it is only supported in Windows PowerShell.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: VssConnection -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.WebApi.VssConnection</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<command:examples>
<command:example>
<maml:title>---------- EXAMPLE 1 ----------</maml:title>
<dev:code>PS> Connect-TfsTeamProjectCollection -Collection http://tfs:8080/tfs/DefaultCollection</dev:code>
<dev:remarks>
<maml:para>Connects to a collection called "DefaultCollection" in a TF server called "tfs" using the cached credentials of the logged-on user</maml:para>
<maml:para></maml:para>
</dev:remarks>
</command:example>
<command:example>
<maml:title>---------- EXAMPLE 2 ----------</maml:title>
<dev:code>PS> Connect-TfsTeamProjectCollection -Collection http://tfs:8080/tfs/DefaultCollection -Interactive</dev:code>
<dev:remarks>
<maml:para>Connects to a collection called "DefaultCollection" in a Team Foundation server called "tfs", firstly prompting the user for credentials (it ignores the cached credentials for the currently logged-in user). It's equivalent to the command: `Connect-TfsTeamProjectCollection -Collection http://tfs:8080/tfs/DefaultCollection -Credential (Get-TfsCredential -Interactive)`</maml:para>
<maml:para></maml:para>
</dev:remarks>
</command:example>
</command:examples>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Connection/Connect-TfsTeamProjectCollection</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Disconnect-TfsTeamProjectCollection -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Connection">
<command:details>
<command:name>Disconnect-TfsTeamProjectCollection</command:name>
<command:verb>Disconnect</command:verb>
<command:noun>TfsTeamProjectCollection</command:noun>
<maml:description>
<maml:para>Disconnects from the currently connected TFS team project collection or Azure DevOps organization.</maml:para>
</maml:description>
</command:details>
<maml:description>
<maml:para>The Disconnect-TfsTeamProjectCollection cmdlet removes the connection previously set by its counterpart Connect-TfsTeamProjectCollection. Therefore, cmdlets relying on a "default collection" as provided by "Get-TfsTeamProjectCollection -Current" will no longer work after a call to this cmdlet, unless their -Collection argument is provided or a new call to Connect-TfsTeam is made.</maml:para>
</maml:description>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Disconnect-TfsTeamProjectCollection</maml:name>
</command:syntaxItem>
</command:syntax>
<command:parameters />
<command:inputTypes />
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Connection/Disconnect-TfsTeamProjectCollection</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Dismount-TfsTeamProjectCollection -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="TeamProjectCollection">
<command:details>
<command:name>Dismount-TfsTeamProjectCollection</command:name>
<command:verb>Dismount</command:verb>
<command:noun>TfsTeamProjectCollection</command:noun>
<maml:description>
<maml:para>Detaches a team project collection database from a Team Foundation Server installation.</maml:para>
</maml:description>
</command:details>
<maml:description>
<maml:para>Before you move a collection, you must first detach it from the deployment of TFS on which it is running. It's very important that you do not skip this step. When you detach a collection, all jobs and services are stopped, and then the collection database is stopped. In addition, the detach process copies over the collection-specific data from the configuration database and saves it as part of the team project collection database. This configuration data is what allows the collection database to be attached to a different deployment of TFS. If that data is not present, you cannot attach the collection to any deployment of TFS except the one from which it originated. If detachment succeeds, this cmdlets returns the original database connection string. It is required to re-attach the collection to TFS.</maml:para>
</maml:description>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Dismount-TfsTeamProjectCollection</maml:name>
<!-- Parameter: Collection -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the collection to detach.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Reason -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Reason</maml:name>
<maml:description>
<maml:para>Speficies a Servicing Message (optional), to provide a message for users who might try to connect to projects in this collection while it is offline.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Timeout -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Timeout</maml:name>
<maml:description>
<maml:para>Specifies the maximum period of time this cmdlet should wait for the detach procedure to complete. By default, it waits indefinitely until the collection servicing completes.</maml:para>
</maml:description>
<command:parameterValue required="true">TimeSpan</command:parameterValue>
<dev:type>
<maml:name>System.TimeSpan</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>10675199.02:48:05.4775807</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Collection -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the collection to detach.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Reason -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Reason</maml:name>
<maml:description>
<maml:para>Speficies a Servicing Message (optional), to provide a message for users who might try to connect to projects in this collection while it is offline.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Timeout -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Timeout</maml:name>
<maml:description>
<maml:para>Specifies the maximum period of time this cmdlet should wait for the detach procedure to complete. By default, it waits indefinitely until the collection servicing completes.</maml:para>
</maml:description>
<command:parameterValue required="true">TimeSpan</command:parameterValue>
<dev:type>
<maml:name>System.TimeSpan</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>10675199.02:48:05.4775807</dev:defaultValue>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the collection to detach.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: String -->
<command:returnValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<command:examples>
<command:example>
<maml:title>---------- EXAMPLE 1 ----------</maml:title>
<dev:code>PS> Dismount-TfsTeamProjectCollection -Collection http://vsalm:8080/tfs/DefaultCollection -Reason "Collection DefaultCollecton is down for maintenance"</dev:code>
<dev:remarks>
<maml:para>Detaches the project collection specified by the URL provided in the Collection argument, defining a Maintenance Message to be shown to users when they try to connect to that collection while it is detached</maml:para>
<maml:para></maml:para>
</dev:remarks>
</command:example>
</command:examples>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/TeamProjectCollection/Dismount-TfsTeamProjectCollection</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>https://www.visualstudio.com/en-us/docs/setup-admin/tfs/admin/move-project-collection#1-detach-the-collection</maml:linkText>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsTeamProjectCollection -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="TeamProjectCollection">
<command:details>
<command:name>Get-TfsTeamProjectCollection</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsTeamProjectCollection</command:noun>
<maml:description>
<maml:para>Gets one of more team project collections (organizations in Azure DevOps).</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: Get by collection -->
<command:syntaxItem tfscmdlets:parameterSet="Get by collection">
<maml:name>Get-TfsTeamProjectCollection</maml:name>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Credential -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Credential</maml:name>
<maml:description>
<maml:para>Specifies a user account that has permission to perform this action. To provide a user name and password, a Personal Access Token, and/or to open a input dialog to enter your credentials, call Get-TfsCredential with the appropriate arguments and pass its return to this argument.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Get current -->
<command:syntaxItem tfscmdlets:parameterSet="Get current">
<maml:name>Get-TfsTeamProjectCollection</maml:name>
<!-- Parameter: Current -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Current</maml:name>
<maml:description>
<maml:para>Returns the team project collection specified in the last call to Connect-TfsTeamProjectCollection (i.e. the "current" project collection)</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Credential -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Credential</maml:name>
<maml:description>
<maml:para>Specifies a user account that has permission to perform this action. To provide a user name and password, a Personal Access Token, and/or to open a input dialog to enter your credentials, call Get-TfsCredential with the appropriate arguments and pass its return to this argument.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Current -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Current</maml:name>
<maml:description>
<maml:para>Returns the team project collection specified in the last call to Connect-TfsTeamProjectCollection (i.e. the "current" project collection)</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: VssConnection -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.WebApi.VssConnection</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/TeamProjectCollection/Get-TfsTeamProjectCollection</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Mount-TfsTeamProjectCollection -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="TeamProjectCollection">
<command:details>
<command:name>Mount-TfsTeamProjectCollection</command:name>
<command:verb>Mount</command:verb>
<command:noun>TfsTeamProjectCollection</command:noun>
<maml:description>
<maml:para>Attaches a team project collection database to a Team Foundation Server installation.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: Use database server -->
<command:syntaxItem tfscmdlets:parameterSet="Use database server">
<maml:name>Mount-TfsTeamProjectCollection</maml:name>
<!-- Parameter: Collection -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the name of the collection to attach. It can be different from the original name - in that case, it is attached under a new name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: DatabaseName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>DatabaseName</maml:name>
<maml:description>
<maml:para>Specifies the name of the collection database.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: DatabaseServer -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>DatabaseServer</maml:name>
<maml:description>
<maml:para>Specifies the name of the SQL Server instance where the database is stored.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Clone -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Clone</maml:name>
<maml:description>
<maml:para>Changes the internal collection IDs upon attaching to that a "clone" of the original collection can be attached to the same server.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Description -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Description</maml:name>
<maml:description>
<maml:para>Specifies a new description for the collection. When omitted, it retains the original description.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: InitialState -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>InitialState</maml:name>
<maml:description>
<maml:para>Specifies whether the collection will be started ou stopped after being attached. When omitted, the collection is automatically started and goes online after being attached.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Started</dev:defaultValue>
</command:parameter>
<!-- Parameter: PollingInterval -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>PollingInterval</maml:name>
<maml:description>
<maml:para>Specifies the polling interval (in seconds) to get an updated status from the server. When omitted, defaults to 5 seconds.</maml:para>
</maml:description>
<command:parameterValue required="true">int</command:parameterValue>
<dev:type>
<maml:name>System.Int32</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>5</dev:defaultValue>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Timeout -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Timeout</maml:name>
<maml:description>
<maml:para>Specifies the maximum period of time this cmdlet should wait for the attach procedure to complete. By default, it waits indefinitely until the collection servicing completes.</maml:para>
</maml:description>
<command:parameterValue required="true">TimeSpan</command:parameterValue>
<dev:type>
<maml:name>System.TimeSpan</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>10675199.02:48:05.4775807</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Use connection string -->
<command:syntaxItem tfscmdlets:parameterSet="Use connection string">
<maml:name>Mount-TfsTeamProjectCollection</maml:name>
<!-- Parameter: Collection -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the name of the collection to attach. It can be different from the original name - in that case, it is attached under a new name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: ConnectionString -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>ConnectionString</maml:name>
<maml:description>
<maml:para>Specifies the connection string of the collection database.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Clone -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Clone</maml:name>
<maml:description>
<maml:para>Changes the internal collection IDs upon attaching to that a "clone" of the original collection can be attached to the same server.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Description -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Description</maml:name>
<maml:description>
<maml:para>Specifies a new description for the collection. When omitted, it retains the original description.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: InitialState -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>InitialState</maml:name>
<maml:description>
<maml:para>Specifies whether the collection will be started ou stopped after being attached. When omitted, the collection is automatically started and goes online after being attached.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Started</dev:defaultValue>
</command:parameter>
<!-- Parameter: PollingInterval -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>PollingInterval</maml:name>
<maml:description>
<maml:para>Specifies the polling interval (in seconds) to get an updated status from the server. When omitted, defaults to 5 seconds.</maml:para>
</maml:description>
<command:parameterValue required="true">int</command:parameterValue>
<dev:type>
<maml:name>System.Int32</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>5</dev:defaultValue>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Timeout -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Timeout</maml:name>
<maml:description>
<maml:para>Specifies the maximum period of time this cmdlet should wait for the attach procedure to complete. By default, it waits indefinitely until the collection servicing completes.</maml:para>
</maml:description>
<command:parameterValue required="true">TimeSpan</command:parameterValue>
<dev:type>
<maml:name>System.TimeSpan</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>10675199.02:48:05.4775807</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Collection -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the name of the collection to attach. It can be different from the original name - in that case, it is attached under a new name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the name of the collection to attach. It can be different from the original name - in that case, it is attached under a new name.</maml:para>
<maml:para>This is an alias of the Collection parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Description -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Description</maml:name>
<maml:description>
<maml:para>Specifies a new description for the collection. When omitted, it retains the original description.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: DatabaseServer -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>DatabaseServer</maml:name>
<maml:description>
<maml:para>Specifies the name of the SQL Server instance where the database is stored.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: DatabaseName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>DatabaseName</maml:name>
<maml:description>
<maml:para>Specifies the name of the collection database.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: ConnectionString -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>ConnectionString</maml:name>
<maml:description>
<maml:para>Specifies the connection string of the collection database.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: InitialState -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>InitialState</maml:name>
<maml:description>
<maml:para>Specifies whether the collection will be started ou stopped after being attached. When omitted, the collection is automatically started and goes online after being attached.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Started</dev:defaultValue>
</command:parameter>
<!-- Parameter: Clone -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Clone</maml:name>
<maml:description>
<maml:para>Changes the internal collection IDs upon attaching to that a "clone" of the original collection can be attached to the same server.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: PollingInterval -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>PollingInterval</maml:name>
<maml:description>
<maml:para>Specifies the polling interval (in seconds) to get an updated status from the server. When omitted, defaults to 5 seconds.</maml:para>
</maml:description>
<command:parameterValue required="true">int</command:parameterValue>
<dev:type>
<maml:name>System.Int32</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>5</dev:defaultValue>
</command:parameter>
<!-- Parameter: Timeout -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Timeout</maml:name>
<maml:description>
<maml:para>Specifies the maximum period of time this cmdlet should wait for the attach procedure to complete. By default, it waits indefinitely until the collection servicing completes.</maml:para>
</maml:description>
<command:parameterValue required="true">TimeSpan</command:parameterValue>
<dev:type>
<maml:name>System.TimeSpan</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>10675199.02:48:05.4775807</dev:defaultValue>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/TeamProjectCollection/Mount-TfsTeamProjectCollection</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: New-TfsTeamProjectCollection -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="TeamProjectCollection">
<command:details>
<command:name>New-TfsTeamProjectCollection</command:name>
<command:verb>New</command:verb>
<command:noun>TfsTeamProjectCollection</command:noun>
<maml:description>
<maml:para>Creates a new team project collection.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>New-TfsTeamProjectCollection</maml:name>
</command:syntaxItem>
</command:syntax>
<command:parameters />
<command:inputTypes />
<command:returnValues>
<!-- OutputType: Connection -->
<command:returnValue>
<dev:type>
<maml:name>TfsCmdlets.Models.Connection</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/TeamProjectCollection/New-TfsTeamProjectCollection</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Remove-TfsTeamProjectCollection -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="TeamProjectCollection">
<command:details>
<command:name>Remove-TfsTeamProjectCollection</command:name>
<command:verb>Remove</command:verb>
<command:noun>TfsTeamProjectCollection</command:noun>
<maml:description>
<maml:para>Deletes a team project collection.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Remove-TfsTeamProjectCollection</maml:name>
</command:syntaxItem>
</command:syntax>
<command:parameters />
<command:inputTypes />
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/TeamProjectCollection/Remove-TfsTeamProjectCollection</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Start-TfsTeamProjectCollection -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="TeamProjectCollection">
<command:details>
<command:name>Start-TfsTeamProjectCollection</command:name>
<command:verb>Start</command:verb>
<command:noun>TfsTeamProjectCollection</command:noun>
<maml:description>
<maml:para>Starts an offline team project collection and make it online.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Start-TfsTeamProjectCollection</maml:name>
</command:syntaxItem>
</command:syntax>
<command:parameters />
<command:inputTypes />
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/TeamProjectCollection/Start-TfsTeamProjectCollection</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Stop-TfsTeamProjectCollection -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="TeamProjectCollection">
<command:details>
<command:name>Stop-TfsTeamProjectCollection</command:name>
<command:verb>Stop</command:verb>
<command:noun>TfsTeamProjectCollection</command:noun>
<maml:description>
<maml:para>Stops a team project collection and make it offline.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Stop-TfsTeamProjectCollection</maml:name>
</command:syntaxItem>
</command:syntax>
<command:parameters />
<command:inputTypes />
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/TeamProjectCollection/Stop-TfsTeamProjectCollection</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Undo-TfsTeamProjectRemoval -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="TeamProject">
<command:details>
<command:name>Undo-TfsTeamProjectRemoval</command:name>
<command:verb>Undo</command:verb>
<command:noun>TfsTeamProjectRemoval</command:noun>
<maml:description>
<maml:para>Undeletes one or more team projects.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Undo-TfsTeamProjectRemoval</maml:name>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project to undelete.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project to undelete.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team Project to undelete.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/TeamProject/Undo-TfsTeamProjectRemoval</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Copy-TfsTestPlan -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="TestManagement">
<command:details>
<command:name>Copy-TfsTestPlan</command:name>
<command:verb>Copy</command:verb>
<command:noun>TfsTestPlan</command:noun>
<maml:description>
<maml:para>Clones a test plan and, optionally, its test suites and test cases.</maml:para>
</maml:description>
</command:details>
<maml:description>
<maml:para>The Copy-TfsTestPlan copies ("clones") a test plan to help duplicate test suites and/or test cases. Cloning is useful if you want to branch your application into two versions. After copying, the tests for the two versions can be changed without affecting each other. When you clone a test suite, the following objects are copied from the source test plan to the destination test plan: * Test cases (note: Each new test case retains its shared steps. A link is made between the source and new test cases. The new test cases do not have test runs, bugs, test results, and build information); * Shared steps referenced by cloned test cases; * Test suites (note: The following data is retained - Names and hierarchical structure of the test suites; Order of the test cases; Assigned testers; Configurations); * Action Recordings linked from a cloned test case; * Links and Attachments; * Test configuration. The items below are only copied when using -CloneRequirements: * Requirements-based suites; * Requirements work items (product backlog items or user stories); * Bug work items, when in a project that uses the Scrum process template or any other project in which the Bug work item type is in the Requirements work item category. In other projects, bugs are not cloned.</maml:para>
</maml:description>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Copy-TfsTestPlan</maml:name>
<!-- Parameter: AreaPath -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>AreaPath</maml:name>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: CloneRequirements -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>CloneRequirements</maml:name>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: CopyAllSuites -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="Recurse">
<maml:name>CopyAllSuites</maml:name>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: CopyAncestorHierarchy -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>CopyAncestorHierarchy</maml:name>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: DeepClone -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>DeepClone</maml:name>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: DestinationProject -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="Destination">
<maml:name>DestinationProject</maml:name>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: DestinationWorkItemType -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>DestinationWorkItemType</maml:name>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Test Case</dev:defaultValue>
</command:parameter>
<!-- Parameter: IterationPath -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IterationPath</maml:name>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NewName -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>NewName</maml:name>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>None</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: RelatedLinkComment -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>RelatedLinkComment</maml:name>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: SuiteIds -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>SuiteIds</maml:name>
<command:parameterValue required="true">int[]</command:parameterValue>
<dev:type>
<maml:name>System.Int32[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: TestPlan -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named" aliases="id">
<maml:name>TestPlan</maml:name>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: TestPlan -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named" aliases="id">
<maml:name>TestPlan</maml:name>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named" aliases="id">
<maml:name>id</maml:name>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>This is an alias of the TestPlan parameter.</maml:para>
</maml:description>
</command:parameter>
<!-- Parameter: NewName -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>NewName</maml:name>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: DestinationProject -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="Destination">
<maml:name>DestinationProject</maml:name>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="Destination">
<maml:name>Destination</maml:name>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>This is an alias of the DestinationProject parameter.</maml:para>
</maml:description>
</command:parameter>
<!-- Parameter: AreaPath -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>AreaPath</maml:name>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: IterationPath -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IterationPath</maml:name>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: DeepClone -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>DeepClone</maml:name>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: CopyAllSuites -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="Recurse">
<maml:name>CopyAllSuites</maml:name>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="Recurse">
<maml:name>Recurse</maml:name>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
<maml:description>
<maml:para>This is an alias of the CopyAllSuites parameter.</maml:para>
</maml:description>
</command:parameter>
<!-- Parameter: CopyAncestorHierarchy -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>CopyAncestorHierarchy</maml:name>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: CloneRequirements -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>CloneRequirements</maml:name>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: DestinationWorkItemType -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>DestinationWorkItemType</maml:name>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Test Case</dev:defaultValue>
</command:parameter>
<!-- Parameter: SuiteIds -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>SuiteIds</maml:name>
<command:parameterValue required="true">int[]</command:parameterValue>
<dev:type>
<maml:name>System.Int32[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: RelatedLinkComment -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>RelatedLinkComment</maml:name>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>None</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: TestPlan -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.TestManagement.TestPlanning.WebApi.TestPlan</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<command:examples>
<command:example>
<maml:title>---------- EXAMPLE 1 ----------</maml:title>
<dev:code>PS> Copy-TfsTestPlan -TestPlan "My test plan" -Project "SourceProject" -Destination "TargetProject" -NewName "My new test plan"</dev:code>
<dev:remarks>
<maml:para></maml:para>
</dev:remarks>
</command:example>
</command:examples>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/TestManagement/Copy-TfsTestPlan</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsTestPlan -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="TestManagement">
<command:details>
<command:name>Get-TfsTestPlan</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsTestPlan</command:noun>
<maml:description>
<maml:para>Gets the contents of one or more test plans.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsTestPlan</maml:name>
<!-- Parameter: TestPlan -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Id,Name">
<maml:name>TestPlan</maml:name>
<maml:description>
<maml:para>Specifies the test plan name. Wildcards are supported. When omitted, returns all test cases in the given team project.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Active -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Active</maml:name>
<maml:description>
<maml:para>Get only the active plans.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NoPlanDetails -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>NoPlanDetails</maml:name>
<maml:description>
<maml:para>Get only basic properties of the test plan.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Owner -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Owner</maml:name>
<maml:description>
<maml:para>Gets only the plans owned by the specified user.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: TestPlan -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Id,Name">
<maml:name>TestPlan</maml:name>
<maml:description>
<maml:para>Specifies the test plan name. Wildcards are supported. When omitted, returns all test cases in the given team project.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Id,Name">
<maml:name>Id</maml:name>
<maml:description>
<maml:para>Specifies the test plan name. Wildcards are supported. When omitted, returns all test cases in the given team project.</maml:para>
<maml:para>This is an alias of the TestPlan parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Id,Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the test plan name. Wildcards are supported. When omitted, returns all test cases in the given team project.</maml:para>
<maml:para>This is an alias of the TestPlan parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Owner -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Owner</maml:name>
<maml:description>
<maml:para>Gets only the plans owned by the specified user.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NoPlanDetails -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>NoPlanDetails</maml:name>
<maml:description>
<maml:para>Get only basic properties of the test plan.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Active -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Active</maml:name>
<maml:description>
<maml:para>Get only the active plans.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: TestPlan -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.TestManagement.TestPlanning.WebApi.TestPlan</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/TestManagement/Get-TfsTestPlan</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: New-TfsTestPlan -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="TestManagement">
<command:details>
<command:name>New-TfsTestPlan</command:name>
<command:verb>New</command:verb>
<command:noun>TfsTestPlan</command:noun>
<maml:description>
<maml:para>Creates a new test plan.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>New-TfsTestPlan</maml:name>
<!-- Parameter: TestPlan -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>TestPlan</maml:name>
<maml:description>
<maml:para>Specifies the test plan name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: AreaPath -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>AreaPath</maml:name>
<maml:description>
<maml:para>Specifies the owner of the new test plan.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: EndDate -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>EndDate</maml:name>
<maml:description>
<maml:para>Specifies the end date of the test plan.</maml:para>
</maml:description>
<command:parameterValue required="true">DateTime</command:parameterValue>
<dev:type>
<maml:name>System.DateTime</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>1/1/0001 12:00:00 AM</dev:defaultValue>
</command:parameter>
<!-- Parameter: IterationPath -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IterationPath</maml:name>
<maml:description>
<maml:para>Specifies the owner of the new test plan.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Owner -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Owner</maml:name>
<maml:description>
<maml:para>Specifies the owner of the new test plan.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: StartDate -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>StartDate</maml:name>
<maml:description>
<maml:para>Specifies the start date of the test plan.</maml:para>
</maml:description>
<command:parameterValue required="true">DateTime</command:parameterValue>
<dev:type>
<maml:name>System.DateTime</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>1/1/0001 12:00:00 AM</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: TestPlan -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>TestPlan</maml:name>
<maml:description>
<maml:para>Specifies the test plan name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the test plan name.</maml:para>
<maml:para>This is an alias of the TestPlan parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: AreaPath -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>AreaPath</maml:name>
<maml:description>
<maml:para>Specifies the owner of the new test plan.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: IterationPath -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IterationPath</maml:name>
<maml:description>
<maml:para>Specifies the owner of the new test plan.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: StartDate -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>StartDate</maml:name>
<maml:description>
<maml:para>Specifies the start date of the test plan.</maml:para>
</maml:description>
<command:parameterValue required="true">DateTime</command:parameterValue>
<dev:type>
<maml:name>System.DateTime</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>1/1/0001 12:00:00 AM</dev:defaultValue>
</command:parameter>
<!-- Parameter: EndDate -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>EndDate</maml:name>
<maml:description>
<maml:para>Specifies the end date of the test plan.</maml:para>
</maml:description>
<command:parameterValue required="true">DateTime</command:parameterValue>
<dev:type>
<maml:name>System.DateTime</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>1/1/0001 12:00:00 AM</dev:defaultValue>
</command:parameter>
<!-- Parameter: Owner -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Owner</maml:name>
<maml:description>
<maml:para>Specifies the owner of the new test plan.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes />
<command:returnValues>
<!-- OutputType: TestPlan -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.TestManagement.TestPlanning.WebApi.TestPlan</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/TestManagement/New-TfsTestPlan</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Remove-TfsTestPlan -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="TestManagement">
<command:details>
<command:name>Remove-TfsTestPlan</command:name>
<command:verb>Remove</command:verb>
<command:noun>TfsTestPlan</command:noun>
<maml:description>
<maml:para>Deletes one or more test plans.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Remove-TfsTestPlan</maml:name>
<!-- Parameter: TestPlan -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Id,Name">
<maml:name>TestPlan</maml:name>
<maml:description>
<maml:para>Specifies one or more test plans to delete. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: TestPlan -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Id,Name">
<maml:name>TestPlan</maml:name>
<maml:description>
<maml:para>Specifies one or more test plans to delete. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Id,Name">
<maml:name>Id</maml:name>
<maml:description>
<maml:para>Specifies one or more test plans to delete. Wildcards are supported.</maml:para>
<maml:para>This is an alias of the TestPlan parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Id,Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies one or more test plans to delete. Wildcards are supported.</maml:para>
<maml:para>This is an alias of the TestPlan parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies one or more test plans to delete. Wildcards are supported.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/TestManagement/Remove-TfsTestPlan</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Rename-TfsTestPlan -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="TestManagement">
<command:details>
<command:name>Rename-TfsTestPlan</command:name>
<command:verb>Rename</command:verb>
<command:noun>TfsTestPlan</command:noun>
<maml:description>
<maml:para>Renames a test plans.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Rename-TfsTestPlan</maml:name>
<!-- Parameter: TestPlan -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Id,Name">
<maml:name>TestPlan</maml:name>
<maml:description>
<maml:para>Specifies the test plan name.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NewName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>NewName</maml:name>
<maml:description>
<maml:para>Specifies the new name of the item. Enter only a name - i.e., for items that support paths, do not enter a path and name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: TestPlan -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Id,Name">
<maml:name>TestPlan</maml:name>
<maml:description>
<maml:para>Specifies the test plan name.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Id,Name">
<maml:name>Id</maml:name>
<maml:description>
<maml:para>Specifies the test plan name.</maml:para>
<maml:para>This is an alias of the TestPlan parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Id,Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the test plan name.</maml:para>
<maml:para>This is an alias of the TestPlan parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NewName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>NewName</maml:name>
<maml:description>
<maml:para>Specifies the new name of the item. Enter only a name - i.e., for items that support paths, do not enter a path and name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the test plan name.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: TestPlan -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.TestManagement.TestPlanning.WebApi.TestPlan</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/TestManagement/Rename-TfsTestPlan</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsVersion -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Admin">
<command:details>
<command:name>Get-TfsVersion</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsVersion</command:noun>
<maml:description>
<maml:para>Gets the version information about Team Foundation / Azure DevOps servers and Azure DevOps Services organizations.</maml:para>
</maml:description>
</command:details>
<maml:description>
<maml:para>The Get-TfsVersion cmdlet retrieves version information from the supplied team project collection or Azure DevOps organization. When available/applicable, detailed information about installed updates, deployed sprints and so on are also provided.</maml:para>
</maml:description>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsVersion</maml:name>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: ServerVersion -->
<command:returnValue>
<dev:type>
<maml:name>TfsCmdlets.Util.ServerVersion</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Admin/Get-TfsVersion</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Copy-TfsWorkItem -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem">
<command:details>
<command:name>Copy-TfsWorkItem</command:name>
<command:verb>Copy</command:verb>
<command:noun>TfsWorkItem</command:noun>
<maml:description>
<maml:para>Creates a copy of a work item, optionally changing its type.</maml:para>
</maml:description>
</command:details>
<maml:description>
<maml:para>Use this cmdlet to create a copy of a work item (using its latest saved state/revision data) that is of the specified work item type. By default, the copy retains the same type of the original work item, unless the Type argument is specified</maml:para>
</maml:description>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Copy-TfsWorkItem</maml:name>
<!-- Parameter: WorkItem -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="id">
<maml:name>WorkItem</maml:name>
<maml:description>
<maml:para>Specifies a work item. Valid values are the work item ID or an instance of Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: DestinationProject -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>DestinationProject</maml:name>
<maml:description>
<maml:para>Specifies the team project where the work item will be copied into. When omitted, the copy will be created in the same team project of the source work item.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: IncludeAttachments -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IncludeAttachments</maml:name>
<maml:description>
<maml:para>Creates a duplicate of all attachments present in the source work item and adds them to the new work item.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: IncludeLinks -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IncludeLinks</maml:name>
<maml:description>
<maml:para>Creates a copy of all links present in the source work item and adds them to the new work item. Only the links are copied; linked artifacts themselves are not copied. In other words, both the original and the copy work items point to the same linked artifacts.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: NewType -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>NewType</maml:name>
<maml:description>
<maml:para>Specifies the type of the new work item. When omitted, the type of the original work item is preserved.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. It takes one of the following values: Original (returns the original work item), Copy (returns the newly created work item copy) or None.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Copy</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the source team project from where the work item will be copied. When omitted, it defaults to the team project of the piped work item (if any), or to the connection set by Connect-TfsTeamProject.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: WorkItem -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="id">
<maml:name>WorkItem</maml:name>
<maml:description>
<maml:para>Specifies a work item. Valid values are the work item ID or an instance of Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="id">
<maml:name>id</maml:name>
<maml:description>
<maml:para>Specifies a work item. Valid values are the work item ID or an instance of Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem.</maml:para>
<maml:para>This is an alias of the WorkItem parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NewType -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>NewType</maml:name>
<maml:description>
<maml:para>Specifies the type of the new work item. When omitted, the type of the original work item is preserved.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: IncludeAttachments -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IncludeAttachments</maml:name>
<maml:description>
<maml:para>Creates a duplicate of all attachments present in the source work item and adds them to the new work item.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: IncludeLinks -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IncludeLinks</maml:name>
<maml:description>
<maml:para>Creates a copy of all links present in the source work item and adds them to the new work item. Only the links are copied; linked artifacts themselves are not copied. In other words, both the original and the copy work items point to the same linked artifacts.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: DestinationProject -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>DestinationProject</maml:name>
<maml:description>
<maml:para>Specifies the team project where the work item will be copied into. When omitted, the copy will be created in the same team project of the source work item.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the source team project from where the work item will be copied. When omitted, it defaults to the team project of the piped work item (if any), or to the connection set by Connect-TfsTeamProject.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. It takes one of the following values: Original (returns the original work item), Copy (returns the newly created work item copy) or None.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Copy</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies a work item. Valid values are the work item ID or an instance of Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WorkItem -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/Copy-TfsWorkItem</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsWorkItem -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem">
<command:details>
<command:name>Get-TfsWorkItem</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsWorkItem</command:noun>
<maml:description>
<maml:para>Gets the contents of one or more work items.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: Query by revision -->
<command:syntaxItem tfscmdlets:parameterSet="Query by revision">
<maml:name>Get-TfsWorkItem</maml:name>
<!-- Parameter: WorkItem -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="id">
<maml:name>WorkItem</maml:name>
<maml:description>
<maml:para>Specifies a work item. Valid values are the work item ID or an instance of Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Fields -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Fields</maml:name>
<maml:description>
<maml:para>Specifies which fields should be retrieved. When omitted, defaults to a set of standard fields that include Id, Title, Description, some state-related fields and more.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>System.AreaPath, System.TeamProject, System.IterationPath, System.WorkItemType, System.State, System.Reason, System.CreatedDate, System.CreatedBy, System.ChangedDate, System.ChangedBy, System.CommentCount, System.Title, System.BoardColumn, System.BoardColumnDone, Microsoft.VSTS.Common.StateChangeDate, Microsoft.VSTS.Common.Priority, Microsoft.VSTS.Common.ValueArea, System.Description, System.Tags</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Revision -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="rev">
<maml:name>Revision</maml:name>
<maml:description>
<maml:para>Specifies a work item revision number to retrieve. When omitted, returns the latest revision of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">int</command:parameterValue>
<dev:type>
<maml:name>System.Int32</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>0</dev:defaultValue>
</command:parameter>
<!-- Parameter: ShowWindow -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ShowWindow</maml:name>
<maml:description>
<maml:para>Opens the specified work item in the default web browser.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Query by date -->
<command:syntaxItem tfscmdlets:parameterSet="Query by date">
<maml:name>Get-TfsWorkItem</maml:name>
<!-- Parameter: WorkItem -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="id">
<maml:name>WorkItem</maml:name>
<maml:description>
<maml:para>Specifies a work item. Valid values are the work item ID or an instance of Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: AsOf -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>AsOf</maml:name>
<maml:description>
<maml:para>Returns the field values as they were defined in the work item revision that was the latest revision by the date specified.</maml:para>
</maml:description>
<command:parameterValue required="true">DateTime</command:parameterValue>
<dev:type>
<maml:name>System.DateTime</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>1/1/0001 12:00:00 AM</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Fields -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Fields</maml:name>
<maml:description>
<maml:para>Specifies which fields should be retrieved. When omitted, defaults to a set of standard fields that include Id, Title, Description, some state-related fields and more.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>System.AreaPath, System.TeamProject, System.IterationPath, System.WorkItemType, System.State, System.Reason, System.CreatedDate, System.CreatedBy, System.ChangedDate, System.ChangedBy, System.CommentCount, System.Title, System.BoardColumn, System.BoardColumnDone, Microsoft.VSTS.Common.StateChangeDate, Microsoft.VSTS.Common.Priority, Microsoft.VSTS.Common.ValueArea, System.Description, System.Tags</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Get deleted -->
<command:syntaxItem tfscmdlets:parameterSet="Get deleted">
<maml:name>Get-TfsWorkItem</maml:name>
<!-- Parameter: WorkItem -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="id">
<maml:name>WorkItem</maml:name>
<maml:description>
<maml:para>Specifies a work item. Valid values are the work item ID or an instance of Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Deleted -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Deleted</maml:name>
<maml:description>
<maml:para>Gets deleted work items.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Fields -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Fields</maml:name>
<maml:description>
<maml:para>Specifies which fields should be retrieved. When omitted, defaults to a set of standard fields that include Id, Title, Description, some state-related fields and more.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>System.AreaPath, System.TeamProject, System.IterationPath, System.WorkItemType, System.State, System.Reason, System.CreatedDate, System.CreatedBy, System.ChangedDate, System.ChangedBy, System.CommentCount, System.Title, System.BoardColumn, System.BoardColumnDone, Microsoft.VSTS.Common.StateChangeDate, Microsoft.VSTS.Common.Priority, Microsoft.VSTS.Common.ValueArea, System.Description, System.Tags</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Simple query -->
<command:syntaxItem tfscmdlets:parameterSet="Simple query">
<maml:name>Get-TfsWorkItem</maml:name>
<!-- Parameter: AreaPath -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>AreaPath</maml:name>
<maml:description>
<maml:para>Specifies the area path to look up for in a work item. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: AsOf -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>AsOf</maml:name>
<maml:description>
<maml:para>Returns the field values as they were defined in the work item revision that was the latest revision by the date specified.</maml:para>
</maml:description>
<command:parameterValue required="true">DateTime</command:parameterValue>
<dev:type>
<maml:name>System.DateTime</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>1/1/0001 12:00:00 AM</dev:defaultValue>
</command:parameter>
<!-- Parameter: BoardColumn -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BoardColumn</maml:name>
<maml:description>
<maml:para>Specifies the board column to look up for in a work item. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: BoardColumnDone -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BoardColumnDone</maml:name>
<maml:description>
<maml:para>Specifies whether the work item is in the sub-column Doing or Done in a board.</maml:para>
</maml:description>
<command:parameterValue required="true">bool</command:parameterValue>
<dev:type>
<maml:name>System.Boolean</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: ChangedBy -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ChangedBy</maml:name>
<maml:description>
<maml:para>Specifies the name or email of the user that did the latest change to the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: ChangedDate -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ChangedDate</maml:name>
<maml:description>
<maml:para>Specifies the date of the latest change to the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">DateTime[]</command:parameterValue>
<dev:type>
<maml:name>System.DateTime[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: CreatedBy -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>CreatedBy</maml:name>
<maml:description>
<maml:para>Specifies the name or email of the user that created the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">object[]</command:parameterValue>
<dev:type>
<maml:name>System.Object[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: CreatedDate -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>CreatedDate</maml:name>
<maml:description>
<maml:para>Specifies the date when the work item was created.</maml:para>
</maml:description>
<command:parameterValue required="true">DateTime[]</command:parameterValue>
<dev:type>
<maml:name>System.DateTime[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Description -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Description</maml:name>
<maml:description>
<maml:para>Specifies the description to look up for in a work item. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Ever -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Ever</maml:name>
<maml:description>
<maml:para>Switches the query to historical query mode, by changing operators to "WAS EVER" where possible.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Fields -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Fields</maml:name>
<maml:description>
<maml:para>Specifies which fields should be retrieved. When omitted, defaults to a set of standard fields that include Id, Title, Description, some state-related fields and more.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>System.AreaPath, System.TeamProject, System.IterationPath, System.WorkItemType, System.State, System.Reason, System.CreatedDate, System.CreatedBy, System.ChangedDate, System.ChangedBy, System.CommentCount, System.Title, System.BoardColumn, System.BoardColumnDone, Microsoft.VSTS.Common.StateChangeDate, Microsoft.VSTS.Common.Priority, Microsoft.VSTS.Common.ValueArea, System.Description, System.Tags</dev:defaultValue>
</command:parameter>
<!-- Parameter: IterationPath -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IterationPath</maml:name>
<maml:description>
<maml:para>Specifies the iteration path to look up for in a work item. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Priority -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Priority</maml:name>
<maml:description>
<maml:para>Specifies the priority of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">int[]</command:parameterValue>
<dev:type>
<maml:name>System.Int32[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Reason -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Reason</maml:name>
<maml:description>
<maml:para>Specifies the reason (field 'System.Reason') to look up for in a work item. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: State -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>State</maml:name>
<maml:description>
<maml:para>Specifies the state (field 'System.State') to look up for in a work item. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: StateChangeDate -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>StateChangeDate</maml:name>
<maml:description>
<maml:para>Specifies the date of the most recent change to the state of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">DateTime[]</command:parameterValue>
<dev:type>
<maml:name>System.DateTime[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Tags -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Tags</maml:name>
<maml:description>
<maml:para>Specifies the tags to look up for in a work item. When multiple tags are supplied, they are combined with an OR operator - in other works, returns work items that contain ANY ofthe supplied tags.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: TimePrecision -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>TimePrecision</maml:name>
<maml:description>
<maml:para>Fetches work items in "time-precision mode": search criteria in WIQL queries take into account time information as well, not only dates.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Title -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Title</maml:name>
<maml:description>
<maml:para>Specifies the title to look up for in a work item. Wildcards are supported. When a wildcard is used, matches a portion of the title (uses the operator "contains" in the WIQL query). Otherwise, matches the whole field with the operator "=", unless -Ever is also specified. In that case, uses the operator "was ever".</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: ValueArea -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ValueArea</maml:name>
<maml:description>
<maml:para>Specifies the Value Area (field 'Microsoft.VSTS.Common.ValueArea') to look up for in a work item. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: WorkItemType -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="Type">
<maml:name>WorkItemType</maml:name>
<maml:description>
<maml:para>Specifies the work item type to look up for in a work item. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Query by WIQL -->
<command:syntaxItem tfscmdlets:parameterSet="Query by WIQL">
<maml:name>Get-TfsWorkItem</maml:name>
<!-- Parameter: Query -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="WIQL,QueryText,SavedQuery,QueryPath">
<maml:name>Query</maml:name>
<maml:description>
<maml:para>Specifies a query written in WIQL (Work Item Query Language)</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Fields -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Fields</maml:name>
<maml:description>
<maml:para>Specifies which fields should be retrieved. When omitted, defaults to a set of standard fields that include Id, Title, Description, some state-related fields and more.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>System.AreaPath, System.TeamProject, System.IterationPath, System.WorkItemType, System.State, System.Reason, System.CreatedDate, System.CreatedBy, System.ChangedDate, System.ChangedBy, System.CommentCount, System.Title, System.BoardColumn, System.BoardColumnDone, Microsoft.VSTS.Common.StateChangeDate, Microsoft.VSTS.Common.Priority, Microsoft.VSTS.Common.ValueArea, System.Description, System.Tags</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: TimePrecision -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>TimePrecision</maml:name>
<maml:description>
<maml:para>Fetches work items in "time-precision mode": search criteria in WIQL queries take into account time information as well, not only dates.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Query by filter -->
<command:syntaxItem tfscmdlets:parameterSet="Query by filter">
<maml:name>Get-TfsWorkItem</maml:name>
<!-- Parameter: Where -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Where</maml:name>
<maml:description>
<maml:para>Specifies a filter clause (the portion of a WIQL query after the WHERE keyword).</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Fields -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Fields</maml:name>
<maml:description>
<maml:para>Specifies which fields should be retrieved. When omitted, defaults to a set of standard fields that include Id, Title, Description, some state-related fields and more.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>System.AreaPath, System.TeamProject, System.IterationPath, System.WorkItemType, System.State, System.Reason, System.CreatedDate, System.CreatedBy, System.ChangedDate, System.ChangedBy, System.CommentCount, System.Title, System.BoardColumn, System.BoardColumnDone, Microsoft.VSTS.Common.StateChangeDate, Microsoft.VSTS.Common.Priority, Microsoft.VSTS.Common.ValueArea, System.Description, System.Tags</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: TimePrecision -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>TimePrecision</maml:name>
<maml:description>
<maml:para>Fetches work items in "time-precision mode": search criteria in WIQL queries take into account time information as well, not only dates.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: WorkItem -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="id">
<maml:name>WorkItem</maml:name>
<maml:description>
<maml:para>Specifies a work item. Valid values are the work item ID or an instance of Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="id">
<maml:name>id</maml:name>
<maml:description>
<maml:para>Specifies a work item. Valid values are the work item ID or an instance of Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem.</maml:para>
<maml:para>This is an alias of the WorkItem parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Title -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Title</maml:name>
<maml:description>
<maml:para>Specifies the title to look up for in a work item. Wildcards are supported. When a wildcard is used, matches a portion of the title (uses the operator "contains" in the WIQL query). Otherwise, matches the whole field with the operator "=", unless -Ever is also specified. In that case, uses the operator "was ever".</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Description -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Description</maml:name>
<maml:description>
<maml:para>Specifies the description to look up for in a work item. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: AreaPath -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>AreaPath</maml:name>
<maml:description>
<maml:para>Specifies the area path to look up for in a work item. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: IterationPath -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IterationPath</maml:name>
<maml:description>
<maml:para>Specifies the iteration path to look up for in a work item. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: WorkItemType -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="Type">
<maml:name>WorkItemType</maml:name>
<maml:description>
<maml:para>Specifies the work item type to look up for in a work item. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="Type">
<maml:name>Type</maml:name>
<maml:description>
<maml:para>Specifies the work item type to look up for in a work item. Wildcards are supported.</maml:para>
<maml:para>This is an alias of the WorkItemType parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: State -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>State</maml:name>
<maml:description>
<maml:para>Specifies the state (field 'System.State') to look up for in a work item. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Reason -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Reason</maml:name>
<maml:description>
<maml:para>Specifies the reason (field 'System.Reason') to look up for in a work item. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: ValueArea -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ValueArea</maml:name>
<maml:description>
<maml:para>Specifies the Value Area (field 'Microsoft.VSTS.Common.ValueArea') to look up for in a work item. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: BoardColumn -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BoardColumn</maml:name>
<maml:description>
<maml:para>Specifies the board column to look up for in a work item. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: BoardColumnDone -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BoardColumnDone</maml:name>
<maml:description>
<maml:para>Specifies whether the work item is in the sub-column Doing or Done in a board.</maml:para>
</maml:description>
<command:parameterValue required="true">bool</command:parameterValue>
<dev:type>
<maml:name>System.Boolean</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: CreatedBy -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>CreatedBy</maml:name>
<maml:description>
<maml:para>Specifies the name or email of the user that created the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">object[]</command:parameterValue>
<dev:type>
<maml:name>System.Object[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: CreatedDate -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>CreatedDate</maml:name>
<maml:description>
<maml:para>Specifies the date when the work item was created.</maml:para>
</maml:description>
<command:parameterValue required="true">DateTime[]</command:parameterValue>
<dev:type>
<maml:name>System.DateTime[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: ChangedBy -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ChangedBy</maml:name>
<maml:description>
<maml:para>Specifies the name or email of the user that did the latest change to the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: ChangedDate -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ChangedDate</maml:name>
<maml:description>
<maml:para>Specifies the date of the latest change to the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">DateTime[]</command:parameterValue>
<dev:type>
<maml:name>System.DateTime[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: StateChangeDate -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>StateChangeDate</maml:name>
<maml:description>
<maml:para>Specifies the date of the most recent change to the state of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">DateTime[]</command:parameterValue>
<dev:type>
<maml:name>System.DateTime[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Priority -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Priority</maml:name>
<maml:description>
<maml:para>Specifies the priority of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">int[]</command:parameterValue>
<dev:type>
<maml:name>System.Int32[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Tags -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Tags</maml:name>
<maml:description>
<maml:para>Specifies the tags to look up for in a work item. When multiple tags are supplied, they are combined with an OR operator - in other works, returns work items that contain ANY ofthe supplied tags.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Ever -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Ever</maml:name>
<maml:description>
<maml:para>Switches the query to historical query mode, by changing operators to "WAS EVER" where possible.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Revision -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="rev">
<maml:name>Revision</maml:name>
<maml:description>
<maml:para>Specifies a work item revision number to retrieve. When omitted, returns the latest revision of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">int</command:parameterValue>
<dev:type>
<maml:name>System.Int32</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>0</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="rev">
<maml:name>rev</maml:name>
<maml:description>
<maml:para>Specifies a work item revision number to retrieve. When omitted, returns the latest revision of the work item.</maml:para>
<maml:para>This is an alias of the Revision parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">int</command:parameterValue>
<dev:type>
<maml:name>System.Int32</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>0</dev:defaultValue>
</command:parameter>
<!-- Parameter: AsOf -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>AsOf</maml:name>
<maml:description>
<maml:para>Returns the field values as they were defined in the work item revision that was the latest revision by the date specified.</maml:para>
</maml:description>
<command:parameterValue required="true">DateTime</command:parameterValue>
<dev:type>
<maml:name>System.DateTime</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>1/1/0001 12:00:00 AM</dev:defaultValue>
</command:parameter>
<!-- Parameter: Query -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="WIQL,QueryText,SavedQuery,QueryPath">
<maml:name>Query</maml:name>
<maml:description>
<maml:para>Specifies a query written in WIQL (Work Item Query Language)</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="WIQL,QueryText,SavedQuery,QueryPath">
<maml:name>WIQL</maml:name>
<maml:description>
<maml:para>Specifies a query written in WIQL (Work Item Query Language)</maml:para>
<maml:para>This is an alias of the Query parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="WIQL,QueryText,SavedQuery,QueryPath">
<maml:name>QueryText</maml:name>
<maml:description>
<maml:para>Specifies a query written in WIQL (Work Item Query Language)</maml:para>
<maml:para>This is an alias of the Query parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="WIQL,QueryText,SavedQuery,QueryPath">
<maml:name>SavedQuery</maml:name>
<maml:description>
<maml:para>Specifies a query written in WIQL (Work Item Query Language)</maml:para>
<maml:para>This is an alias of the Query parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="WIQL,QueryText,SavedQuery,QueryPath">
<maml:name>QueryPath</maml:name>
<maml:description>
<maml:para>Specifies a query written in WIQL (Work Item Query Language)</maml:para>
<maml:para>This is an alias of the Query parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Fields -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Fields</maml:name>
<maml:description>
<maml:para>Specifies which fields should be retrieved. When omitted, defaults to a set of standard fields that include Id, Title, Description, some state-related fields and more.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>System.AreaPath, System.TeamProject, System.IterationPath, System.WorkItemType, System.State, System.Reason, System.CreatedDate, System.CreatedBy, System.ChangedDate, System.ChangedBy, System.CommentCount, System.Title, System.BoardColumn, System.BoardColumnDone, Microsoft.VSTS.Common.StateChangeDate, Microsoft.VSTS.Common.Priority, Microsoft.VSTS.Common.ValueArea, System.Description, System.Tags</dev:defaultValue>
</command:parameter>
<!-- Parameter: Where -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Where</maml:name>
<maml:description>
<maml:para>Specifies a filter clause (the portion of a WIQL query after the WHERE keyword).</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: TimePrecision -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>TimePrecision</maml:name>
<maml:description>
<maml:para>Fetches work items in "time-precision mode": search criteria in WIQL queries take into account time information as well, not only dates.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: ShowWindow -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ShowWindow</maml:name>
<maml:description>
<maml:para>Opens the specified work item in the default web browser.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Deleted -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Deleted</maml:name>
<maml:description>
<maml:para>Gets deleted work items.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WorkItem -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/Get-TfsWorkItem</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Move-TfsWorkItem -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem">
<command:details>
<command:name>Move-TfsWorkItem</command:name>
<command:verb>Move</command:verb>
<command:noun>TfsWorkItem</command:noun>
<maml:description>
<maml:para>Moves a work item to a different team project in the same collection.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Move-TfsWorkItem</maml:name>
<!-- Parameter: WorkItem -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="id">
<maml:name>WorkItem</maml:name>
<maml:description>
<maml:para>Specifies a work item. Valid values are the work item ID or an instance of Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1" aliases="Destination">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the team project where the work item will be moved to.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Area -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Area</maml:name>
<maml:description>
<maml:para>Specifies the area path in the destination project where the work item will be moved to. When omitted, the work item is moved to the root area path in the destination project.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Comment -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Comment</maml:name>
<maml:description>
<maml:para>Specifies a comment to be added to the history</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Iteration -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Iteration</maml:name>
<maml:description>
<maml:para>Specifies the iteration path in the destination project where the work item will be moved to. When omitted, the work item is moved to the root iteration path in the destination project.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: State -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>State</maml:name>
<maml:description>
<maml:para>Specifies a new state for the work item in the destination project. When omitted, it retains the current state.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: WorkItem -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="id">
<maml:name>WorkItem</maml:name>
<maml:description>
<maml:para>Specifies a work item. Valid values are the work item ID or an instance of Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="id">
<maml:name>id</maml:name>
<maml:description>
<maml:para>Specifies a work item. Valid values are the work item ID or an instance of Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem.</maml:para>
<maml:para>This is an alias of the WorkItem parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1" aliases="Destination">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the team project where the work item will be moved to.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="false" position="1" aliases="Destination">
<maml:name>Destination</maml:name>
<maml:description>
<maml:para>Specifies the team project where the work item will be moved to.</maml:para>
<maml:para>This is an alias of the Project parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Area -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Area</maml:name>
<maml:description>
<maml:para>Specifies the area path in the destination project where the work item will be moved to. When omitted, the work item is moved to the root area path in the destination project.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Iteration -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Iteration</maml:name>
<maml:description>
<maml:para>Specifies the iteration path in the destination project where the work item will be moved to. When omitted, the work item is moved to the root iteration path in the destination project.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: State -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>State</maml:name>
<maml:description>
<maml:para>Specifies a new state for the work item in the destination project. When omitted, it retains the current state.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Comment -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Comment</maml:name>
<maml:description>
<maml:para>Specifies a comment to be added to the history</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies a work item. Valid values are the work item ID or an instance of Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WorkItem -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/Move-TfsWorkItem</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: New-TfsWorkItem -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem">
<command:details>
<command:name>New-TfsWorkItem</command:name>
<command:verb>New</command:verb>
<command:noun>TfsWorkItem</command:noun>
<maml:description>
<maml:para>Creates a new work item.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>New-TfsWorkItem</maml:name>
<!-- Parameter: Type -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Type</maml:name>
<maml:description>
<maml:para>Specifies the type of the new work item.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Area -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Area</maml:name>
<maml:description>
<maml:para>Specifies the area path of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: AssignedTo -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>AssignedTo</maml:name>
<maml:description>
<maml:para>Specifies the user this work item is assigned to.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: BoardColumn -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BoardColumn</maml:name>
<maml:description>
<maml:para>Specifies the board column of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: BoardColumnDone -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BoardColumnDone</maml:name>
<maml:description>
<maml:para>Specifies whether the work item is in the sub-column Doing or Done in a board.</maml:para>
</maml:description>
<command:parameterValue required="true">bool</command:parameterValue>
<dev:type>
<maml:name>System.Boolean</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: BoardLane -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BoardLane</maml:name>
<maml:description>
<maml:para>Specifies the board lane of the work item</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: BypassRules -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BypassRules</maml:name>
<maml:description>
<maml:para>Bypasses any rule validation when saving the work item. Use it with caution, as this may leave the work item in an invalid state.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Description -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Description</maml:name>
<maml:description>
<maml:para>Specifies the description of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Fields -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Fields</maml:name>
<maml:description>
<maml:para>Specifies the names and the corresponding values for the fields to be set in the work item and whose values were not supplied in the other arguments to this cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">Hashtable</command:parameterValue>
<dev:type>
<maml:name>System.Collections.Hashtable</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Iteration -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Iteration</maml:name>
<maml:description>
<maml:para>Specifies the iteration path of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Priority -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Priority</maml:name>
<maml:description>
<maml:para>Specifies the priority of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">int</command:parameterValue>
<dev:type>
<maml:name>System.Int32</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>0</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Reason -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Reason</maml:name>
<maml:description>
<maml:para>Specifies the reason (field 'System.Reason') of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: State -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>State</maml:name>
<maml:description>
<maml:para>Specifies the state of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Tags -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Tags</maml:name>
<maml:description>
<maml:para>Specifies the tags of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Title -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Title</maml:name>
<maml:description>
<maml:para>Specifies the title of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: ValueArea -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ValueArea</maml:name>
<maml:description>
<maml:para>Specifies the Value Area of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Type -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Type</maml:name>
<maml:description>
<maml:para>Specifies the type of the new work item.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Title -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Title</maml:name>
<maml:description>
<maml:para>Specifies the title of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Description -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Description</maml:name>
<maml:description>
<maml:para>Specifies the description of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Area -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Area</maml:name>
<maml:description>
<maml:para>Specifies the area path of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Iteration -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Iteration</maml:name>
<maml:description>
<maml:para>Specifies the iteration path of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: AssignedTo -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>AssignedTo</maml:name>
<maml:description>
<maml:para>Specifies the user this work item is assigned to.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: State -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>State</maml:name>
<maml:description>
<maml:para>Specifies the state of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Reason -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Reason</maml:name>
<maml:description>
<maml:para>Specifies the reason (field 'System.Reason') of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: ValueArea -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ValueArea</maml:name>
<maml:description>
<maml:para>Specifies the Value Area of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: BoardColumn -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BoardColumn</maml:name>
<maml:description>
<maml:para>Specifies the board column of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: BoardColumnDone -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BoardColumnDone</maml:name>
<maml:description>
<maml:para>Specifies whether the work item is in the sub-column Doing or Done in a board.</maml:para>
</maml:description>
<command:parameterValue required="true">bool</command:parameterValue>
<dev:type>
<maml:name>System.Boolean</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: BoardLane -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BoardLane</maml:name>
<maml:description>
<maml:para>Specifies the board lane of the work item</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Priority -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Priority</maml:name>
<maml:description>
<maml:para>Specifies the priority of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">int</command:parameterValue>
<dev:type>
<maml:name>System.Int32</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>0</dev:defaultValue>
</command:parameter>
<!-- Parameter: Tags -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Tags</maml:name>
<maml:description>
<maml:para>Specifies the tags of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Fields -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Fields</maml:name>
<maml:description>
<maml:para>Specifies the names and the corresponding values for the fields to be set in the work item and whose values were not supplied in the other arguments to this cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">Hashtable</command:parameterValue>
<dev:type>
<maml:name>System.Collections.Hashtable</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: BypassRules -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BypassRules</maml:name>
<maml:description>
<maml:para>Bypasses any rule validation when saving the work item. Use it with caution, as this may leave the work item in an invalid state.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the type of the new work item.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WorkItem -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/New-TfsWorkItem</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Remove-TfsWorkItem -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem">
<command:details>
<command:name>Remove-TfsWorkItem</command:name>
<command:verb>Remove</command:verb>
<command:noun>TfsWorkItem</command:noun>
<maml:description>
<maml:para>Deletes a work item from a team project collection.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Remove-TfsWorkItem</maml:name>
<!-- Parameter: WorkItem -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="id">
<maml:name>WorkItem</maml:name>
<maml:description>
<maml:para>Specifies the work item to remove.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Destroy -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Destroy</maml:name>
<maml:description>
<maml:para>Permanently deletes the work item, without sending it to the recycle bin.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Deletes the work item without asking for confirmation</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: WorkItem -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="id">
<maml:name>WorkItem</maml:name>
<maml:description>
<maml:para>Specifies the work item to remove.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="id">
<maml:name>id</maml:name>
<maml:description>
<maml:para>Specifies the work item to remove.</maml:para>
<maml:para>This is an alias of the WorkItem parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Destroy -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Destroy</maml:name>
<maml:description>
<maml:para>Permanently deletes the work item, without sending it to the recycle bin.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Deletes the work item without asking for confirmation</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the work item to remove.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/Remove-TfsWorkItem</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Search-TfsWorkItem -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem">
<command:details>
<command:name>Search-TfsWorkItem</command:name>
<command:verb>Search</command:verb>
<command:noun>TfsWorkItem</command:noun>
<maml:description>
<maml:para>Gets the contents of one or more work items.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Search-TfsWorkItem</maml:name>
<!-- Parameter: Query -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Query</maml:name>
<maml:description>
<maml:para>Specifies the text to search for. Supports the Quick Filter syntax described in https://docs.microsoft.com/en-us/azure/devops/project/search/advanced-work-item-search-syntax</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Results -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Results</maml:name>
<maml:description>
<maml:para>Specifies the maximum quantity of results. Supports between 1 and 1000 results. When omitted, defaults to 100. Currently this cmdlet does not support result pagination.</maml:para>
</maml:description>
<command:parameterValue required="true">int</command:parameterValue>
<dev:type>
<maml:name>System.Int32</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>100</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Query -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Query</maml:name>
<maml:description>
<maml:para>Specifies the text to search for. Supports the Quick Filter syntax described in https://docs.microsoft.com/en-us/azure/devops/project/search/advanced-work-item-search-syntax</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Results -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Results</maml:name>
<maml:description>
<maml:para>Specifies the maximum quantity of results. Supports between 1 and 1000 results. When omitted, defaults to 100. Currently this cmdlet does not support result pagination.</maml:para>
</maml:description>
<command:parameterValue required="true">int</command:parameterValue>
<dev:type>
<maml:name>System.Int32</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>100</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the text to search for. Supports the Quick Filter syntax described in https://docs.microsoft.com/en-us/azure/devops/project/search/advanced-work-item-search-syntax</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WorkItem -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/Search-TfsWorkItem</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>https://docs.microsoft.com/en-us/azure/devops/project/search/advanced-work-item-search-syntax</maml:linkText>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Set-TfsWorkItem -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem">
<command:details>
<command:name>Set-TfsWorkItem</command:name>
<command:verb>Set</command:verb>
<command:noun>TfsWorkItem</command:noun>
<maml:description>
<maml:para>Sets the contents of one or more work items.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Set-TfsWorkItem</maml:name>
<!-- Parameter: WorkItem -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="id">
<maml:name>WorkItem</maml:name>
<maml:description>
<maml:para>Specifies a work item. Valid values are the work item ID or an instance of Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Area -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Area</maml:name>
<maml:description>
<maml:para>Specifies the area path of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: AssignedTo -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>AssignedTo</maml:name>
<maml:description>
<maml:para>Specifies the user this work item is assigned to.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: BoardColumn -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BoardColumn</maml:name>
<maml:description>
<maml:para>Specifies the board column of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: BoardColumnDone -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BoardColumnDone</maml:name>
<maml:description>
<maml:para>Specifies whether the work item is in the sub-column Doing or Done in a board.</maml:para>
</maml:description>
<command:parameterValue required="true">bool</command:parameterValue>
<dev:type>
<maml:name>System.Boolean</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: BoardLane -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BoardLane</maml:name>
<maml:description>
<maml:para>Specifies the board lane of the work item</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: BypassRules -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BypassRules</maml:name>
<maml:description>
<maml:para>Bypasses any rule validation when saving the work item. Use it with caution, as this may leave the work item in an invalid state.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Description -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Description</maml:name>
<maml:description>
<maml:para>Specifies the description of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Fields -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Fields</maml:name>
<maml:description>
<maml:para>Specifies the names and the corresponding values for the fields to be set in the work item and whose values were not supplied in the other arguments to this cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">Hashtable</command:parameterValue>
<dev:type>
<maml:name>System.Collections.Hashtable</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Iteration -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Iteration</maml:name>
<maml:description>
<maml:para>Specifies the iteration path of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Priority -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Priority</maml:name>
<maml:description>
<maml:para>Specifies the priority of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">int</command:parameterValue>
<dev:type>
<maml:name>System.Int32</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>0</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Reason -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Reason</maml:name>
<maml:description>
<maml:para>Specifies the reason (field 'System.Reason') of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: State -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>State</maml:name>
<maml:description>
<maml:para>Specifies the state of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Tags -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Tags</maml:name>
<maml:description>
<maml:para>Specifies the tags of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Title -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Title</maml:name>
<maml:description>
<maml:para>Specifies the title of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: ValueArea -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ValueArea</maml:name>
<maml:description>
<maml:para>Specifies the Value Area of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: WorkItem -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="id">
<maml:name>WorkItem</maml:name>
<maml:description>
<maml:para>Specifies a work item. Valid values are the work item ID or an instance of Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="id">
<maml:name>id</maml:name>
<maml:description>
<maml:para>Specifies a work item. Valid values are the work item ID or an instance of Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem.</maml:para>
<maml:para>This is an alias of the WorkItem parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Title -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Title</maml:name>
<maml:description>
<maml:para>Specifies the title of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Description -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Description</maml:name>
<maml:description>
<maml:para>Specifies the description of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Area -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Area</maml:name>
<maml:description>
<maml:para>Specifies the area path of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Iteration -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Iteration</maml:name>
<maml:description>
<maml:para>Specifies the iteration path of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: AssignedTo -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>AssignedTo</maml:name>
<maml:description>
<maml:para>Specifies the user this work item is assigned to.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: State -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>State</maml:name>
<maml:description>
<maml:para>Specifies the state of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Reason -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Reason</maml:name>
<maml:description>
<maml:para>Specifies the reason (field 'System.Reason') of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: ValueArea -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ValueArea</maml:name>
<maml:description>
<maml:para>Specifies the Value Area of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: BoardColumn -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BoardColumn</maml:name>
<maml:description>
<maml:para>Specifies the board column of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: BoardColumnDone -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BoardColumnDone</maml:name>
<maml:description>
<maml:para>Specifies whether the work item is in the sub-column Doing or Done in a board.</maml:para>
</maml:description>
<command:parameterValue required="true">bool</command:parameterValue>
<dev:type>
<maml:name>System.Boolean</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: BoardLane -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BoardLane</maml:name>
<maml:description>
<maml:para>Specifies the board lane of the work item</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Priority -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Priority</maml:name>
<maml:description>
<maml:para>Specifies the priority of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">int</command:parameterValue>
<dev:type>
<maml:name>System.Int32</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>0</dev:defaultValue>
</command:parameter>
<!-- Parameter: Tags -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Tags</maml:name>
<maml:description>
<maml:para>Specifies the tags of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Fields -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Fields</maml:name>
<maml:description>
<maml:para>Specifies the names and the corresponding values for the fields to be set in the work item and whose values were not supplied in the other arguments to this cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">Hashtable</command:parameterValue>
<dev:type>
<maml:name>System.Collections.Hashtable</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: BypassRules -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BypassRules</maml:name>
<maml:description>
<maml:para>Bypasses any rule validation when saving the work item. Use it with caution, as this may leave the work item in an invalid state.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies a work item. Valid values are the work item ID or an instance of Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WorkItem -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/Set-TfsWorkItem</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsWorkItemHistory -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.History">
<command:details>
<command:name>Get-TfsWorkItemHistory</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsWorkItemHistory</command:noun>
<maml:description>
<maml:para>Gets the history of changes of a work item.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsWorkItemHistory</maml:name>
</command:syntaxItem>
</command:syntax>
<command:parameters />
<command:inputTypes />
<command:returnValues>
<!-- OutputType: PSCustomObject -->
<command:returnValue>
<dev:type>
<maml:name>System.Management.Automation.PSCustomObject</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/History/Get-TfsWorkItemHistory</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Add-TfsWorkItemLink -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.Linking">
<command:details>
<command:name>Add-TfsWorkItemLink</command:name>
<command:verb>Add</command:verb>
<command:noun>TfsWorkItemLink</command:noun>
<maml:description>
<maml:para>Adds a link between two work items.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Add-TfsWorkItemLink</maml:name>
</command:syntaxItem>
</command:syntax>
<command:parameters />
<command:inputTypes />
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/Linking/Add-TfsWorkItemLink</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsWorkItemLink -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.Linking">
<command:details>
<command:name>Get-TfsWorkItemLink</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsWorkItemLink</command:noun>
<maml:description>
<maml:para>Gets the links in a work item.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsWorkItemLink</maml:name>
</command:syntaxItem>
</command:syntax>
<command:parameters />
<command:inputTypes />
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/Linking/Get-TfsWorkItemLink</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsWorkItemLinkEndType -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.Linking">
<command:details>
<command:name>Get-TfsWorkItemLinkEndType</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsWorkItemLinkEndType</command:noun>
<maml:description>
<maml:para>Gets the work item link end types of a team project collection.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsWorkItemLinkEndType</maml:name>
</command:syntaxItem>
</command:syntax>
<command:parameters />
<command:inputTypes />
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/Linking/Get-TfsWorkItemLinkEndType</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Export-TfsWorkItemQuery -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.Query">
<command:details>
<command:name>Export-TfsWorkItemQuery</command:name>
<command:verb>Export</command:verb>
<command:noun>TfsWorkItemQuery</command:noun>
<maml:description>
<maml:para>Exports a saved work item query to XML.</maml:para>
</maml:description>
</command:details>
<maml:description>
<maml:para>Work item queries can be exported to XML files (.WIQ extension) in order to be shared and reused. Visual Studio Team Explorer has the ability to open and save WIQ files. Use this cmdlet to generate WIQ files compatible with the format supported by Team Explorer.</maml:para>
</maml:description>
<command:syntax>
<!-- Parameter Set: Export to file -->
<command:syntaxItem tfscmdlets:parameterSet="Export to file">
<maml:name>Export-TfsWorkItemQuery</maml:name>
<!-- Parameter: Query -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Path">
<maml:name>Query</maml:name>
<maml:description>
<maml:para>Specifies one or more saved queries to export. Wildcards supported.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Destination -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Destination</maml:name>
<maml:description>
<maml:para>Specifies the path to the folder where exported queries are saved.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Encoding -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Encoding</maml:name>
<maml:description>
<maml:para>Specifies the encoding for the exported XML files. When omitted, defaults to UTF-8.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>UTF-8</dev:defaultValue>
</command:parameter>
<!-- Parameter: FlattenFolders -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>FlattenFolders</maml:name>
<maml:description>
<maml:para>Flattens the query folder structure. When omitted, the original query folder structure is recreated in the destination folder.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allows the cmdlet to overwrite an existing file in the destination folder.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Scope -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Scope</maml:name>
<maml:description>
<maml:para>Specifies the scope of the returned item. Personal refers to the "My Queries" folder", whereas Shared refers to the "Shared Queries" folder. When omitted defaults to "Both", effectively searching for items in both scopes.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Both</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Export to output stream -->
<command:syntaxItem tfscmdlets:parameterSet="Export to output stream">
<maml:name>Export-TfsWorkItemQuery</maml:name>
<!-- Parameter: Query -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Path">
<maml:name>Query</maml:name>
<maml:description>
<maml:para>Specifies one or more saved queries to export. Wildcards supported.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: AsXml -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>AsXml</maml:name>
<maml:description>
<maml:para>Exports the saved query to the standard output stream as a string-encoded XML document.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Scope -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Scope</maml:name>
<maml:description>
<maml:para>Specifies the scope of the returned item. Personal refers to the "My Queries" folder", whereas Shared refers to the "Shared Queries" folder. When omitted defaults to "Both", effectively searching for items in both scopes.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Both</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Query -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Path">
<maml:name>Query</maml:name>
<maml:description>
<maml:para>Specifies one or more saved queries to export. Wildcards supported.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Path">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies one or more saved queries to export. Wildcards supported.</maml:para>
<maml:para>This is an alias of the Query parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Scope -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Scope</maml:name>
<maml:description>
<maml:para>Specifies the scope of the returned item. Personal refers to the "My Queries" folder", whereas Shared refers to the "Shared Queries" folder. When omitted defaults to "Both", effectively searching for items in both scopes.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Both</dev:defaultValue>
</command:parameter>
<!-- Parameter: Destination -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Destination</maml:name>
<maml:description>
<maml:para>Specifies the path to the folder where exported queries are saved.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Encoding -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Encoding</maml:name>
<maml:description>
<maml:para>Specifies the encoding for the exported XML files. When omitted, defaults to UTF-8.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>UTF-8</dev:defaultValue>
</command:parameter>
<!-- Parameter: FlattenFolders -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>FlattenFolders</maml:name>
<maml:description>
<maml:para>Flattens the query folder structure. When omitted, the original query folder structure is recreated in the destination folder.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allows the cmdlet to overwrite an existing file in the destination folder.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: AsXml -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>AsXml</maml:name>
<maml:description>
<maml:para>Exports the saved query to the standard output stream as a string-encoded XML document.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies one or more saved queries to export. Wildcards supported.</maml:para>
</maml:description>
</command:inputType>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
</command:inputType>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: String -->
<command:returnValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/Query/Export-TfsWorkItemQuery</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsWorkItemQuery -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.Query">
<command:details>
<command:name>Get-TfsWorkItemQuery</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsWorkItemQuery</command:noun>
<maml:description>
<maml:para>Gets the definition of one or more work item saved queries.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsWorkItemQuery</maml:name>
<!-- Parameter: Query -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path">
<maml:name>Query</maml:name>
<maml:description>
<maml:para>Specifies one or more saved queries to return. Wildcards supported. When omitted, returns all saved queries in the given scope of the given team project.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>**</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Deleted -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Deleted</maml:name>
<maml:description>
<maml:para>Returns deleted items.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Scope -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Scope</maml:name>
<maml:description>
<maml:para>Specifies the scope of the returned item. Personal refers to the "My Queries" folder", whereas Shared refers to the "Shared Queries" folder. When omitted defaults to "Both", effectively searching for items in both scopes.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Both</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Query -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path">
<maml:name>Query</maml:name>
<maml:description>
<maml:para>Specifies one or more saved queries to return. Wildcards supported. When omitted, returns all saved queries in the given scope of the given team project.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>**</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies one or more saved queries to return. Wildcards supported. When omitted, returns all saved queries in the given scope of the given team project.</maml:para>
<maml:para>This is an alias of the Query parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>**</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Scope -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Scope</maml:name>
<maml:description>
<maml:para>Specifies the scope of the returned item. Personal refers to the "My Queries" folder", whereas Shared refers to the "Shared Queries" folder. When omitted defaults to "Both", effectively searching for items in both scopes.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Both</dev:defaultValue>
</command:parameter>
<!-- Parameter: Deleted -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Deleted</maml:name>
<maml:description>
<maml:para>Returns deleted items.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: QueryHierarchyItem -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.QueryHierarchyItem</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/Query/Get-TfsWorkItemQuery</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: New-TfsWorkItemQuery -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.Query">
<command:details>
<command:name>New-TfsWorkItemQuery</command:name>
<command:verb>New</command:verb>
<command:noun>TfsWorkItemQuery</command:noun>
<maml:description>
<maml:para>Create a new work items query in the given Team Project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>New-TfsWorkItemQuery</maml:name>
<!-- Parameter: Query -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path">
<maml:name>Query</maml:name>
<maml:description>
<maml:para>Specifies one or more saved queries to return. Wildcards supported. When omitted, returns all saved queries in the given scope of the given team project.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allow the cmdlet to overwrite an existing item.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Scope -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Scope</maml:name>
<maml:description>
<maml:para>Specifies the scope of the returned item. Personal refers to the "My Queries" folder", whereas Shared refers to the "Shared Queries" folder. When omitted defaults to "Both", effectively searching for items in both scopes.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Personal</dev:defaultValue>
</command:parameter>
<!-- Parameter: Wiql -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="Definition">
<maml:name>Wiql</maml:name>
<maml:description>
<maml:para>Specifies the query definition text in WIQL (Work Item Query Language).</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Query -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path">
<maml:name>Query</maml:name>
<maml:description>
<maml:para>Specifies one or more saved queries to return. Wildcards supported. When omitted, returns all saved queries in the given scope of the given team project.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies one or more saved queries to return. Wildcards supported. When omitted, returns all saved queries in the given scope of the given team project.</maml:para>
<maml:para>This is an alias of the Query parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Wiql -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="Definition">
<maml:name>Wiql</maml:name>
<maml:description>
<maml:para>Specifies the query definition text in WIQL (Work Item Query Language).</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="Definition">
<maml:name>Definition</maml:name>
<maml:description>
<maml:para>Specifies the query definition text in WIQL (Work Item Query Language).</maml:para>
<maml:para>This is an alias of the Wiql parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Scope -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Scope</maml:name>
<maml:description>
<maml:para>Specifies the scope of the returned item. Personal refers to the "My Queries" folder", whereas Shared refers to the "Shared Queries" folder. When omitted defaults to "Both", effectively searching for items in both scopes.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Personal</dev:defaultValue>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allow the cmdlet to overwrite an existing item.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes />
<command:returnValues>
<!-- OutputType: QueryHierarchyItem -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.QueryHierarchyItem</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/Query/New-TfsWorkItemQuery</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsWorkItemQueryFolder -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.Query">
<command:details>
<command:name>Get-TfsWorkItemQueryFolder</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsWorkItemQueryFolder</command:noun>
<maml:description>
<maml:para>Gets the definition of one or more work item saved queries.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsWorkItemQueryFolder</maml:name>
<!-- Parameter: Folder -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path">
<maml:name>Folder</maml:name>
<maml:description>
<maml:para>Specifies one or more saved queries to return. Wildcards supported. When omitted, returns all saved queries in the given scope of the given team project.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>**</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Deleted -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Deleted</maml:name>
<maml:description>
<maml:para>Returns deleted items.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Scope -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Scope</maml:name>
<maml:description>
<maml:para>Specifies the scope of the returned item. Personal refers to the "My Queries" folder", whereas Shared refers to the "Shared Queries" folder. When omitted defaults to "Both", effectively searching for items in both scopes.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Both</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Folder -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path">
<maml:name>Folder</maml:name>
<maml:description>
<maml:para>Specifies one or more saved queries to return. Wildcards supported. When omitted, returns all saved queries in the given scope of the given team project.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>**</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies one or more saved queries to return. Wildcards supported. When omitted, returns all saved queries in the given scope of the given team project.</maml:para>
<maml:para>This is an alias of the Folder parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>**</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Scope -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Scope</maml:name>
<maml:description>
<maml:para>Specifies the scope of the returned item. Personal refers to the "My Queries" folder", whereas Shared refers to the "Shared Queries" folder. When omitted defaults to "Both", effectively searching for items in both scopes.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Both</dev:defaultValue>
</command:parameter>
<!-- Parameter: Deleted -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Deleted</maml:name>
<maml:description>
<maml:para>Returns deleted items.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: QueryHierarchyItem -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.QueryHierarchyItem</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/Query/Get-TfsWorkItemQueryFolder</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: New-TfsWorkItemQueryFolder -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.Query">
<command:details>
<command:name>New-TfsWorkItemQueryFolder</command:name>
<command:verb>New</command:verb>
<command:noun>TfsWorkItemQueryFolder</command:noun>
<maml:description>
<maml:para>Create a new work items query in the given Team Project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>New-TfsWorkItemQueryFolder</maml:name>
<!-- Parameter: Folder -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path">
<maml:name>Folder</maml:name>
<maml:description>
<maml:para>Specifies one or more saved queries to return. Wildcards supported. When omitted, returns all saved queries in the given scope of the given team project.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allow the cmdlet to overwrite an existing item.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Scope -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Scope</maml:name>
<maml:description>
<maml:para>Specifies the scope of the returned item. Personal refers to the "My Queries" folder", whereas Shared refers to the "Shared Queries" folder. When omitted defaults to "Both", effectively searching for items in both scopes.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Personal</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Folder -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path">
<maml:name>Folder</maml:name>
<maml:description>
<maml:para>Specifies one or more saved queries to return. Wildcards supported. When omitted, returns all saved queries in the given scope of the given team project.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies one or more saved queries to return. Wildcards supported. When omitted, returns all saved queries in the given scope of the given team project.</maml:para>
<maml:para>This is an alias of the Folder parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Scope -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Scope</maml:name>
<maml:description>
<maml:para>Specifies the scope of the returned item. Personal refers to the "My Queries" folder", whereas Shared refers to the "Shared Queries" folder. When omitted defaults to "Both", effectively searching for items in both scopes.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Personal</dev:defaultValue>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allow the cmdlet to overwrite an existing item.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes />
<command:returnValues>
<!-- OutputType: QueryHierarchyItem -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.QueryHierarchyItem</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/Query/New-TfsWorkItemQueryFolder</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsWorkItemTag -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.Tagging">
<command:details>
<command:name>Get-TfsWorkItemTag</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsWorkItemTag</command:noun>
<maml:description>
<maml:para>Gets one or more work item tags.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsWorkItemTag</maml:name>
<!-- Parameter: Tag -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Tag</maml:name>
<maml:description>
<maml:para>Specifies one or more tags to returns. Wildcards are supported. When omitted, returns all existing tags in the given project.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: IncludeInactive -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IncludeInactive</maml:name>
<maml:description>
<maml:para>Includes tags not associated to any work items.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Tag -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Tag</maml:name>
<maml:description>
<maml:para>Specifies one or more tags to returns. Wildcards are supported. When omitted, returns all existing tags in the given project.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies one or more tags to returns. Wildcards are supported. When omitted, returns all existing tags in the given project.</maml:para>
<maml:para>This is an alias of the Tag parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: IncludeInactive -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IncludeInactive</maml:name>
<maml:description>
<maml:para>Includes tags not associated to any work items.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WebApiTagDefinition -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Core.WebApi.WebApiTagDefinition</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/Tagging/Get-TfsWorkItemTag</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: New-TfsWorkItemTag -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.Tagging">
<command:details>
<command:name>New-TfsWorkItemTag</command:name>
<command:verb>New</command:verb>
<command:noun>TfsWorkItemTag</command:noun>
<maml:description>
<maml:para>Creates a new work item tag.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>New-TfsWorkItemTag</maml:name>
<!-- Parameter: Tag -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Name">
<maml:name>Tag</maml:name>
<maml:description>
<maml:para>Specifies the name of the new tag.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Tag -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Name">
<maml:name>Tag</maml:name>
<maml:description>
<maml:para>Specifies the name of the new tag.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the name of the new tag.</maml:para>
<maml:para>This is an alias of the Tag parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the new tag.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WebApiTagDefinition -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Core.WebApi.WebApiTagDefinition</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/Tagging/New-TfsWorkItemTag</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Remove-TfsWorkItemTag -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.Tagging">
<command:details>
<command:name>Remove-TfsWorkItemTag</command:name>
<command:verb>Remove</command:verb>
<command:noun>TfsWorkItemTag</command:noun>
<maml:description>
<maml:para>Deletes one or more work item tags.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Remove-TfsWorkItemTag</maml:name>
<!-- Parameter: Tag -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Name">
<maml:name>Tag</maml:name>
<maml:description>
<maml:para>Specifies one or more tags to delete. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allows the cmdlet to delete active tags (currently associated with work items).</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Tag -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Name">
<maml:name>Tag</maml:name>
<maml:description>
<maml:para>Specifies one or more tags to delete. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies one or more tags to delete. Wildcards are supported.</maml:para>
<maml:para>This is an alias of the Tag parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allows the cmdlet to delete active tags (currently associated with work items).</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies one or more tags to delete. Wildcards are supported.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/Tagging/Remove-TfsWorkItemTag</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Rename-TfsWorkItemTag -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.Tagging">
<command:details>
<command:name>Rename-TfsWorkItemTag</command:name>
<command:verb>Rename</command:verb>
<command:noun>TfsWorkItemTag</command:noun>
<maml:description>
<maml:para>Renames a work item tag.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Rename-TfsWorkItemTag</maml:name>
<!-- Parameter: Tag -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Name">
<maml:name>Tag</maml:name>
<maml:description>
<maml:para>Specifies the name of the work item tag to rename.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NewName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>NewName</maml:name>
<maml:description>
<maml:para>Specifies the new name of the item. Enter only a name - i.e., for items that support paths, do not enter a path and name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Tag -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Name">
<maml:name>Tag</maml:name>
<maml:description>
<maml:para>Specifies the name of the work item tag to rename.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the name of the work item tag to rename.</maml:para>
<maml:para>This is an alias of the Tag parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NewName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>NewName</maml:name>
<maml:description>
<maml:para>Specifies the new name of the item. Enter only a name - i.e., for items that support paths, do not enter a path and name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the work item tag to rename.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WebApiTagDefinition -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Core.WebApi.WebApiTagDefinition</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/Tagging/Rename-TfsWorkItemTag</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Export-TfsWorkItemType -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.WorkItemType">
<command:details>
<command:name>Export-TfsWorkItemType</command:name>
<command:verb>Export</command:verb>
<command:noun>TfsWorkItemType</command:noun>
<maml:description>
<maml:para>Exports an XML work item type definition from a team project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: Export to output stream -->
<command:syntaxItem tfscmdlets:parameterSet="Export to output stream">
<maml:name>Export-TfsWorkItemType</maml:name>
<!-- Parameter: Type -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Type</maml:name>
<maml:description>
<maml:para>Specifies one or more work item types to export. Wildcards are supported. When omitted, all work item types in the given project are exported</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: AsXml -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>AsXml</maml:name>
<maml:description>
<maml:para>Exports the saved query to the standard output stream as a string-encoded XML document.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: IncludeGlobalLists -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IncludeGlobalLists</maml:name>
<maml:description>
<maml:para>Exports the definitions of referenced global lists. When omitted, global list definitions are not included in the exported XML document.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Export to file -->
<command:syntaxItem tfscmdlets:parameterSet="Export to file">
<maml:name>Export-TfsWorkItemType</maml:name>
<!-- Parameter: Destination -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Destination</maml:name>
<maml:description>
<maml:para>Specifies the path to the folder where exported types are saved.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allows the cmdlet to overwrite an existing file in the destination folder.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: IncludeGlobalLists -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IncludeGlobalLists</maml:name>
<maml:description>
<maml:para>Exports the definitions of referenced global lists. When omitted, global list definitions are not included in the exported XML document.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Type -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Type</maml:name>
<maml:description>
<maml:para>Specifies one or more work item types to export. Wildcards are supported. When omitted, all work item types in the given project are exported</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies one or more work item types to export. Wildcards are supported. When omitted, all work item types in the given project are exported</maml:para>
<maml:para>This is an alias of the Type parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: IncludeGlobalLists -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IncludeGlobalLists</maml:name>
<maml:description>
<maml:para>Exports the definitions of referenced global lists. When omitted, global list definitions are not included in the exported XML document.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Destination -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Destination</maml:name>
<maml:description>
<maml:para>Specifies the path to the folder where exported types are saved.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allows the cmdlet to overwrite an existing file in the destination folder.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: AsXml -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>AsXml</maml:name>
<maml:description>
<maml:para>Exports the saved query to the standard output stream as a string-encoded XML document.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: String -->
<command:returnValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/WorkItemType/Export-TfsWorkItemType</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsWorkItemType -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.WorkItemType">
<command:details>
<command:name>Get-TfsWorkItemType</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsWorkItemType</command:noun>
<maml:description>
<maml:para>Gets one or more Work Item Type definitions from a team project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: Get by type -->
<command:syntaxItem tfscmdlets:parameterSet="Get by type">
<maml:name>Get-TfsWorkItemType</maml:name>
<!-- Parameter: Type -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Type</maml:name>
<maml:description>
<maml:para>Specifies one or more work item type names to return. Wildcards are supported. When omitted, returns all work item types in the given team project.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Get by work item -->
<command:syntaxItem tfscmdlets:parameterSet="Get by work item">
<maml:name>Get-TfsWorkItemType</maml:name>
<!-- Parameter: WorkItem -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>WorkItem</maml:name>
<maml:description>
<maml:para>Speficies a work item whose corresponding type should be returned.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Type -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Type</maml:name>
<maml:description>
<maml:para>Specifies one or more work item type names to return. Wildcards are supported. When omitted, returns all work item types in the given team project.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies one or more work item type names to return. Wildcards are supported. When omitted, returns all work item types in the given team project.</maml:para>
<maml:para>This is an alias of the Type parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: WorkItem -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>WorkItem</maml:name>
<maml:description>
<maml:para>Speficies a work item whose corresponding type should be returned.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WorkItemType -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemType</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/WorkItemType/Get-TfsWorkItemType</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Import-TfsWorkItemType -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.WorkItemType">
<command:details>
<command:name>Import-TfsWorkItemType</command:name>
<command:verb>Import</command:verb>
<command:noun>TfsWorkItemType</command:noun>
<maml:description>
<maml:para>Imports a work item type definition into a team project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Import-TfsWorkItemType</maml:name>
</command:syntaxItem>
</command:syntax>
<command:parameters />
<command:inputTypes />
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/WorkItemType/Import-TfsWorkItemType</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Start-TfsXamlBuild -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Pipeline.XamlBuild">
<command:details>
<command:name>Start-TfsXamlBuild</command:name>
<command:verb>Start</command:verb>
<command:noun>TfsXamlBuild</command:noun>
<maml:description>
<maml:para>Queues a XAML Build.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Start-TfsXamlBuild</maml:name>
</command:syntaxItem>
</command:syntax>
<command:parameters />
<command:inputTypes />
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Pipeline/XamlBuild/Start-TfsXamlBuild</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
</helpItems>
#
# Module manifest for module 'TfsCmdlets'
#
# Generated by: Igor Abade V. Leite
#
# Generated on: 7/19/2020
#
@{
# Script module or binary module file associated with this manifest.
RootModule = if($PSEdition -eq "Core") { "Lib/Core/TfsCmdlets.PSCore.dll" } else { "Lib/Desktop/TfsCmdlets.PSDesktop.dll" }
# Version number of this module.
ModuleVersion = '2.0.0'
# Supported PSEditions
CompatiblePSEditions = 'Desktop', 'Core'
# ID used to uniquely identify this module
GUID = 'bd4390dc-a8ad-4bce-8d69-f53ccf8e4163'
# Author of this module
Author = 'Igor Abade V. Leite'
# Company or vendor of this module
CompanyName = 'Igor Abade V. Leite'
# Copyright statement for this module
Copyright = '(c) 2014 Igor Abade V. Leite. All rights reserved.'
# Description of the functionality provided by this module
Description = 'PowerShell Cmdlets for Azure DevOps and Team Foundation Server'
# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '5.1'
# Name of the Windows PowerShell host required by this module
# PowerShellHostName = ''
# Minimum version of the Windows PowerShell host required by this module
# PowerShellHostVersion = ''
# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
DotNetFrameworkVersion = '4.6.2'
# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
# CLRVersion = ''
# Processor architecture (None, X86, Amd64) required by this module
# ProcessorArchitecture = ''
# Modules that must be imported into the global environment prior to importing this module
# RequiredModules = @()
# Assemblies that must be loaded prior to importing this module
# RequiredAssemblies = @()
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
# ScriptsToProcess = @()
# Type files (.ps1xml) to be loaded when importing this module
TypesToProcess = 'TfsCmdlets.Types.ps1xml'
# Format files (.ps1xml) to be loaded when importing this module
FormatsToProcess = 'TfsCmdlets.Format.ps1xml'
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
NestedModules = @('Private/Functions.psm1',
'Private/Aliases.psm1',
'Private/ArgumentCompleters.psm1',
'Private/Admin.psm1')
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
FunctionsToExport = @()
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
CmdletsToExport = 'Copy-TfsTestPlan', 'Get-TfsTestPlan', 'New-TfsTestPlan',
'Remove-TfsTestPlan', 'Rename-TfsTestPlan', 'Get-TfsTeam',
'New-TfsTeam', 'Remove-TfsTeam', 'Rename-TfsTeam', 'Set-TfsTeam',
'Add-TfsTeamMember', 'Get-TfsTeamMember', 'Remove-TfsTeamMember',
'Add-TfsTeamAdmin', 'Get-TfsTeamAdmin', 'Remove-TfsTeamAdmin',
'Get-TfsTeamBoard', 'Get-TfsTeamBoardCardRule',
'Set-TfsTeamBoardCardRuleSetting', 'Get-TfsTeamBacklogLevel',
'Get-TfsTeamProject', 'New-TfsTeamProject', 'Remove-TfsTeamProject',
'Rename-TfsTeamProject', 'Undo-TfsTeamProjectRemoval',
'Enter-TfsShell', 'Exit-TfsShell', 'Get-TfsServiceHookConsumer',
'Get-TfsServiceHookNotificationHistory',
'Get-TfsServiceHookPublisher', 'Get-TfsServiceHookSubscription',
'Get-TfsRestClient', 'Invoke-TfsRestApi', 'Start-TfsXamlBuild',
'Get-TfsReleaseDefinition', 'Get-TfsReleaseDefinitionFolder',
'New-TfsReleaseDefinitionFolder',
'Remove-TfsReleaseDefinitionFolder', 'Get-TfsBuildDefinitionFolder',
'New-TfsBuildDefinitionFolder', 'Remove-TfsBuildDefinitionFolder',
'Get-TfsIdentity', 'Add-TfsGroupMember', 'Get-TfsGroupMember',
'Remove-TfsGroupMember', 'Export-TfsGlobalList', 'Get-TfsGlobalList',
'Import-TfsGlobalList', 'New-TfsGlobalList', 'Remove-TfsGlobalList',
'Rename-TfsGlobalList', 'Set-TfsGlobalList', 'Get-TfsGitRepository',
'New-TfsGitRepository', 'Remove-TfsGitRepository',
'Rename-TfsGitRepository', 'Get-TfsGitBranchPolicy',
'Get-TfsGitPolicyType', 'Get-TfsGitBranch', 'Copy-TfsWorkItem',
'Get-TfsWorkItem', 'Move-TfsWorkItem', 'New-TfsWorkItem',
'Remove-TfsWorkItem', 'Search-TfsWorkItem', 'Set-TfsWorkItem',
'Get-TfsWorkItemTag', 'New-TfsWorkItemTag', 'Remove-TfsWorkItemTag',
'Rename-TfsWorkItemTag', 'Export-TfsWorkItemQuery',
'Get-TfsWorkItemQuery', 'Get-TfsWorkItemQueryFolder',
'New-TfsWorkItemQuery', 'New-TfsWorkItemQueryFolder',
'Add-TfsWorkItemLink', 'Get-TfsWorkItemLink',
'Get-TfsWorkItemLinkEndType', 'Get-TfsWorkItemHistory', 'Get-TfsArea',
'Get-TfsIteration', 'Move-TfsArea', 'Move-TfsIteration', 'New-TfsArea',
'New-TfsIteration', 'Remove-TfsArea', 'Remove-TfsIteration',
'Rename-TfsArea', 'Rename-TfsIteration', 'Set-TfsIteration',
'Test-TfsArea', 'Test-TfsIteration', 'Export-TfsWorkItemType',
'Get-TfsWorkItemType', 'Import-TfsWorkItemType',
'Export-TfsProcessTemplate', 'Import-TfsProcessTemplate',
'Get-TfsProcessTemplate', 'New-TfsProcessTemplate',
'Connect-TfsConfigurationServer', 'Connect-TfsTeam',
'Connect-TfsTeamProject', 'Connect-TfsTeamProjectCollection',
'Disconnect-TfsConfigurationServer', 'Disconnect-TfsTeam',
'Disconnect-TfsTeamProject', 'Disconnect-TfsTeamProjectCollection',
'New-TfsCredential', 'Get-TfsConfigurationServer',
'Get-TfsRegisteredConfigurationServer', 'Start-TfsIdentitySync',
'Get-TfsConfigurationServerConnectionString',
'Get-TfsInstallationPath', 'Get-TfsVersion',
'Dismount-TfsTeamProjectCollection',
'Mount-TfsTeamProjectCollection', 'Start-TfsTeamProjectCollection',
'Stop-TfsTeamProjectCollection',
'Get-TfsRegisteredTeamProjectCollection',
'Get-TfsTeamProjectCollection', 'New-TfsTeamProjectCollection',
'Remove-TfsTeamProjectCollection'
# Variables to export from this module
# VariablesToExport = @()
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
AliasesToExport = '*'
# DSC resources to export from this module
# DscResourcesToExport = @()
# List of all modules packaged with this module
# ModuleList = @()
# List of all files packaged with this module
# FileList = @()
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
PrivateData = @{
#Branch of this module
Branch = 'master'
#Version of this module
Version = '2.0.0-beta.14+1'
#Commit of this module
Commit = '21f92eb182cd58f7e69d25fe2509b708d6c15c51'
#DesktopTargetFramework of this module
DesktopTargetFramework = 'net462'
#Build of this module
Build = '2.0.0-beta.14+2095.1'
#TfsClientVersion of this module
TfsClientVersion = '16.170.0-preview'
#CoreTargetFramework of this module
CoreTargetFramework = 'netcoreapp3.1'
PSData = @{
# Tags applied to this module. These help with module discovery in online galleries.
Tags = 'TfsCmdlets','TFS','VSTS','PowerShell','Azure','AzureDevOps','DevOps','ALM','TeamFoundationServer'
# A URL to the license for this module.
LicenseUri = 'https://github.com/igoravl/TfsCmdlets/blob/master/LICENSE.md'
# A URL to the main website for this project.
ProjectUri = 'https://github.com/igoravl/tfscmdlets/'
# A URL to an icon representing this module.
IconUri = 'https://raw.githubusercontent.com/igoravl/TfsCmdlets/master/Assets/TfsCmdlets_Icon_32.png'
# ReleaseNotes of this module
ReleaseNotes = 'https://github.com/igoravl/TfsCmdlets/blob/master/Docs/ReleaseNotes/2.0.0-beta.14.md'
# Prerelease string of this module
Prerelease = 'beta0014'
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
# RequireLicenseAcceptance = $false
# External dependent modules of this module
# ExternalModuleDependencies = @()
} # End of PSData hashtable
} # End of PrivateData hashtable
# HelpInfo URI of this module
# HelpInfoURI = ''
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
# DefaultCommandPrefix = ''
}
<?xml version="1.0" encoding="utf-8"?>
<helpItems schema="maml" xmlns="http://msh">
<!-- Cmdlet: Get-TfsArea -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.AreasIterations">
<command:details>
<command:name>Get-TfsArea</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsArea</command:noun>
<maml:description>
<maml:para>Gets one or more Work Item Areas from a given Team Project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsArea</maml:name>
<!-- Parameter: Node -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path,Area">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\**</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Node -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path,Area">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\**</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path,Area">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\**</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path,Area">
<maml:name>Area</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\**</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WorkItemClassificationNode -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemClassificationNode</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<command:examples>
<command:example>
<maml:title>---------- EXAMPLE 1 ----------</maml:title>
<dev:code>PS> Get-TfsArea</dev:code>
<dev:remarks>
<maml:para>Returns all area paths in the currently connected Team Project (as defined by a previous call to Connect-TfsTeamProject)</maml:para>
<maml:para></maml:para>
</dev:remarks>
</command:example>
<command:example>
<maml:title>---------- EXAMPLE 2 ----------</maml:title>
<dev:code>PS> Get-TfsArea '\**\Support' -Project Tailspin</dev:code>
<dev:remarks>
<maml:para>Performs a recursive search and returns all area paths named 'Support' that may exist in a team project called Tailspin</maml:para>
<maml:para></maml:para>
</dev:remarks>
</command:example>
</command:examples>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/AreasIterations/Get-TfsArea</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Move-TfsArea -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.AreasIterations">
<command:details>
<command:name>Move-TfsArea</command:name>
<command:verb>Move</command:verb>
<command:noun>TfsArea</command:noun>
<maml:description>
<maml:para>Gets one or more Work Item Areas from a given Team Project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Move-TfsArea</maml:name>
<!-- Parameter: Node -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path,Area">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\**</dev:defaultValue>
</command:parameter>
<!-- Parameter: Destination -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1" aliases="MoveTo">
<maml:name>Destination</maml:name>
<maml:description>
<maml:para>Specifies the name and/or path of the destination parent node.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allows the cmdlet to create destination parent node(s) if they're missing.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Node -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path,Area">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\**</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path,Area">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\**</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path,Area">
<maml:name>Area</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\**</dev:defaultValue>
</command:parameter>
<!-- Parameter: Destination -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1" aliases="MoveTo">
<maml:name>Destination</maml:name>
<maml:description>
<maml:para>Specifies the name and/or path of the destination parent node.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="false" position="1" aliases="MoveTo">
<maml:name>MoveTo</maml:name>
<maml:description>
<maml:para>Specifies the name and/or path of the destination parent node.</maml:para>
<maml:para>This is an alias of the Destination parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allows the cmdlet to create destination parent node(s) if they're missing.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WorkItemClassificationNode -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemClassificationNode</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/AreasIterations/Move-TfsArea</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: New-TfsArea -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.AreasIterations">
<command:details>
<command:name>New-TfsArea</command:name>
<command:verb>New</command:verb>
<command:noun>TfsArea</command:noun>
<maml:description>
<maml:para>Creates a new Work Item Area in the given Team Project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>New-TfsArea</maml:name>
<!-- Parameter: Node -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Area,Path">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the path of the new Area. When supplying a path, use a backslash ("\\") between the path segments. Leading and trailing backslashes are optional. The last segment in the path will be the area name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allows the cmdlet to create parent nodes if they're missing.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Node -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Area,Path">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the path of the new Area. When supplying a path, use a backslash ("\\") between the path segments. Leading and trailing backslashes are optional. The last segment in the path will be the area name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Area,Path">
<maml:name>Area</maml:name>
<maml:description>
<maml:para>Specifies the path of the new Area. When supplying a path, use a backslash ("\\") between the path segments. Leading and trailing backslashes are optional. The last segment in the path will be the area name.</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Area,Path">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the path of the new Area. When supplying a path, use a backslash ("\\") between the path segments. Leading and trailing backslashes are optional. The last segment in the path will be the area name.</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allows the cmdlet to create parent nodes if they're missing.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the path of the new Area. When supplying a path, use a backslash ("\\") between the path segments. Leading and trailing backslashes are optional. The last segment in the path will be the area name.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WorkItemClassificationNode -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemClassificationNode</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/AreasIterations/New-TfsArea</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Remove-TfsArea -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.AreasIterations">
<command:details>
<command:name>Remove-TfsArea</command:name>
<command:verb>Remove</command:verb>
<command:noun>TfsArea</command:noun>
<maml:description>
<maml:para>Deletes one or more Work Item Areas from a given Team Project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Remove-TfsArea</maml:name>
<!-- Parameter: Node -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Path,Area">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: MoveTo -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="1" aliases="NewPath">
<maml:name>MoveTo</maml:name>
<maml:description>
<maml:para>Specifies the new parent node for the work items currently assigned to the node being deleted, if any. When omitted, defaults to the root node (the "\" node, at the team project level).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Recurse -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Recurse</maml:name>
<maml:description>
<maml:para>Removes node(s) recursively.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Node -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Path,Area">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Path,Area">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Path,Area">
<maml:name>Area</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: MoveTo -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="1" aliases="NewPath">
<maml:name>MoveTo</maml:name>
<maml:description>
<maml:para>Specifies the new parent node for the work items currently assigned to the node being deleted, if any. When omitted, defaults to the root node (the "\" node, at the team project level).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="1" aliases="NewPath">
<maml:name>NewPath</maml:name>
<maml:description>
<maml:para>Specifies the new parent node for the work items currently assigned to the node being deleted, if any. When omitted, defaults to the root node (the "\" node, at the team project level).</maml:para>
<maml:para>This is an alias of the MoveTo parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\</dev:defaultValue>
</command:parameter>
<!-- Parameter: Recurse -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Recurse</maml:name>
<maml:description>
<maml:para>Removes node(s) recursively.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WorkItemClassificationNode -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemClassificationNode</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/AreasIterations/Remove-TfsArea</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Rename-TfsArea -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.AreasIterations">
<command:details>
<command:name>Rename-TfsArea</command:name>
<command:verb>Rename</command:verb>
<command:noun>TfsArea</command:noun>
<maml:description>
<maml:para>Renames a Work Area.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Rename-TfsArea</maml:name>
<!-- Parameter: Node -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path,Area">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NewName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>NewName</maml:name>
<maml:description>
<maml:para>Specifies the new name of the item. Enter only a name - i.e., for items that support paths, do not enter a path and name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Node -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path,Area">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path,Area">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path,Area">
<maml:name>Area</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NewName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>NewName</maml:name>
<maml:description>
<maml:para>Specifies the new name of the item. Enter only a name - i.e., for items that support paths, do not enter a path and name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WorkItemClassificationNode -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemClassificationNode</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/AreasIterations/Rename-TfsArea</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Test-TfsArea -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.AreasIterations">
<command:details>
<command:name>Test-TfsArea</command:name>
<command:verb>Test</command:verb>
<command:noun>TfsArea</command:noun>
<maml:description>
<maml:para>Determines whether the specified Work Area exist.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Test-TfsArea</maml:name>
<!-- Parameter: Node -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Area,Path">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Node -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Area,Path">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Area,Path">
<maml:name>Area</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Area,Path">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name, URI or path of a Work Area. Wildcards are supported. When omitted, all Areas in the given Team Project are returned. To supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional. When supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/AreasIterations/Test-TfsArea</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsBuildDefinitionFolder -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Pipeline.Build">
<command:details>
<command:name>Get-TfsBuildDefinitionFolder</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsBuildDefinitionFolder</command:noun>
<maml:description>
<maml:para>Gets one or more build/pipeline definition folders in a team project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsBuildDefinitionFolder</maml:name>
<!-- Parameter: Folder -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path">
<maml:name>Folder</maml:name>
<maml:description>
<maml:para>Specifies the folder path. Wildcards are supported. When omitted, all build/pipeline folders in the supplied team project are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>**</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: QueryOrder -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>QueryOrder</maml:name>
<maml:description>
<maml:para>Specifies the query order. When omitted, defaults to None.</maml:para>
<maml:para>Possible values: None, FolderAscending, FolderDescending</maml:para>
</maml:description>
<command:parameterValue required="true">FolderQueryOrder</command:parameterValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Build.WebApi.FolderQueryOrder</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>None</dev:defaultValue>
<command:parameterValueGroup>
<command:parameterValue required="false" variableLength="false">None</command:parameterValue>
<command:parameterValue required="false" variableLength="false">FolderAscending</command:parameterValue>
<command:parameterValue required="false" variableLength="false">FolderDescending</command:parameterValue>
</command:parameterValueGroup>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Folder -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path">
<maml:name>Folder</maml:name>
<maml:description>
<maml:para>Specifies the folder path. Wildcards are supported. When omitted, all build/pipeline folders in the supplied team project are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>**</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the folder path. Wildcards are supported. When omitted, all build/pipeline folders in the supplied team project are returned.</maml:para>
<maml:para>This is an alias of the Folder parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>**</dev:defaultValue>
</command:parameter>
<!-- Parameter: QueryOrder -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>QueryOrder</maml:name>
<maml:description>
<maml:para>Specifies the query order. When omitted, defaults to None.</maml:para>
<maml:para>Possible values: None, FolderAscending, FolderDescending</maml:para>
</maml:description>
<command:parameterValue required="true">FolderQueryOrder</command:parameterValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Build.WebApi.FolderQueryOrder</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>None</dev:defaultValue>
<command:parameterValueGroup>
<command:parameterValue required="false" variableLength="false">None</command:parameterValue>
<command:parameterValue required="false" variableLength="false">FolderAscending</command:parameterValue>
<command:parameterValue required="false" variableLength="false">FolderDescending</command:parameterValue>
</command:parameterValueGroup>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: Folder -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Build.WebApi.Folder</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Pipeline/Build/Get-TfsBuildDefinitionFolder</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: New-TfsBuildDefinitionFolder -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Pipeline.Build">
<command:details>
<command:name>New-TfsBuildDefinitionFolder</command:name>
<command:verb>New</command:verb>
<command:noun>TfsBuildDefinitionFolder</command:noun>
<maml:description>
<maml:para>Creates a new build/pipeline definition folder</maml:para>
</maml:description>
</command:details>
<maml:description>
<maml:para>Folders are created recursively - i.e. when specifying a path like '\foo\bar\baz', if any of the parent folders (foo, foo\bar) does not exist, it is automatically created before creating any child folders.</maml:para>
</maml:description>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>New-TfsBuildDefinitionFolder</maml:name>
<!-- Parameter: Folder -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path">
<maml:name>Folder</maml:name>
<maml:description>
<maml:para>Specifies the path of the new pipeline/build folder, including its name, separated by backslashes (\).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Description -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Description</maml:name>
<maml:description>
<maml:para>Specifies the description of the new build/pipeline folder.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Folder -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path">
<maml:name>Folder</maml:name>
<maml:description>
<maml:para>Specifies the path of the new pipeline/build folder, including its name, separated by backslashes (\).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the path of the new pipeline/build folder, including its name, separated by backslashes (\).</maml:para>
<maml:para>This is an alias of the Folder parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Description -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Description</maml:name>
<maml:description>
<maml:para>Specifies the description of the new build/pipeline folder.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the path of the new pipeline/build folder, including its name, separated by backslashes (\).</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: Folder -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Build.WebApi.Folder</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Pipeline/Build/New-TfsBuildDefinitionFolder</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Remove-TfsBuildDefinitionFolder -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Pipeline.Build">
<command:details>
<command:name>Remove-TfsBuildDefinitionFolder</command:name>
<command:verb>Remove</command:verb>
<command:noun>TfsBuildDefinitionFolder</command:noun>
<maml:description>
<maml:para>Deletes one or more build/pipeline definition folders.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Remove-TfsBuildDefinitionFolder</maml:name>
<!-- Parameter: Folder -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path">
<maml:name>Folder</maml:name>
<maml:description>
<maml:para>Specifies the path of the pipeline/build folder to delete, including its name, separated by backslashes (\). Wildcards are supperted.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Forces the exclusion of folders containing build/pipelines definitions. When omitted, only empty folders can be deleted.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Recurse -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Recurse</maml:name>
<maml:description>
<maml:para>Removes folders recursively. When omitted, folders with subfolders cannot be deleted.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Folder -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path">
<maml:name>Folder</maml:name>
<maml:description>
<maml:para>Specifies the path of the pipeline/build folder to delete, including its name, separated by backslashes (\). Wildcards are supperted.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the path of the pipeline/build folder to delete, including its name, separated by backslashes (\). Wildcards are supperted.</maml:para>
<maml:para>This is an alias of the Folder parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Recurse -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Recurse</maml:name>
<maml:description>
<maml:para>Removes folders recursively. When omitted, folders with subfolders cannot be deleted.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Forces the exclusion of folders containing build/pipelines definitions. When omitted, only empty folders can be deleted.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the path of the pipeline/build folder to delete, including its name, separated by backslashes (\). Wildcards are supperted.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: Folder -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Build.WebApi.Folder</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Pipeline/Build/Remove-TfsBuildDefinitionFolder</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Connect-TfsConfigurationServer -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Connection">
<command:details>
<command:name>Connect-TfsConfigurationServer</command:name>
<command:verb>Connect</command:verb>
<command:noun>TfsConfigurationServer</command:noun>
<maml:description>
<maml:para>Connects to a configuration server.</maml:para>
</maml:description>
</command:details>
<maml:description>
<maml:para>A TFS Configuration Server represents the server that is running Team Foundation Server. On a database level, it is represented by the Tfs_Configuration database. Operations that should be performed on a server level (such as setting server-level permissions) require a connection to a TFS configuration server. Internally, this connection is represented by an instance of the Microsoft.TeamFoundation.Client.TfsConfigurationServer. NOTE: Currently it is only supported in Windows PowerShell.</maml:para>
</maml:description>
<command:syntax>
<!-- Parameter Set: Cached credentials -->
<command:syntaxItem tfscmdlets:parameterSet="Cached credentials">
<maml:name>Connect-TfsConfigurationServer</maml:name>
<!-- Parameter: Server -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies either a URL/name of the Team Foundation Server to connect to, or a previously initialized TfsConfigurationServer object. When using a URL, it must be fully qualified. To connect to a Team Foundation Server instance by using its name, it must have been previously registered.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Cached -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Cached</maml:name>
<maml:description>
<maml:para>Specifies that cached (default) credentials should be used when possible/available.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: User name and password -->
<command:syntaxItem tfscmdlets:parameterSet="User name and password">
<maml:name>Connect-TfsConfigurationServer</maml:name>
<!-- Parameter: Server -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies either a URL/name of the Team Foundation Server to connect to, or a previously initialized TfsConfigurationServer object. When using a URL, it must be fully qualified. To connect to a Team Foundation Server instance by using its name, it must have been previously registered.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: UserName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>UserName</maml:name>
<maml:description>
<maml:para>Specifies a user name for authentication modes (such as Basic) that support username/password-based credentials. Must be used in conjunction with the -Password argument</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Password -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="2">
<maml:name>Password</maml:name>
<maml:description>
<maml:para>Specifies a password for authentication modes (such as Basic) that support username/password-based credentials. Must be used in conjunction with the -UserName argument</maml:para>
</maml:description>
<command:parameterValue required="true">SecureString</command:parameterValue>
<dev:type>
<maml:name>System.Security.SecureString</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Credential object -->
<command:syntaxItem tfscmdlets:parameterSet="Credential object">
<maml:name>Connect-TfsConfigurationServer</maml:name>
<!-- Parameter: Server -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies either a URL/name of the Team Foundation Server to connect to, or a previously initialized TfsConfigurationServer object. When using a URL, it must be fully qualified. To connect to a Team Foundation Server instance by using its name, it must have been previously registered.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Credential -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Credential</maml:name>
<maml:description>
<maml:para>Specifies a user account that has permission to perform this action. To provide a user name and password, a Personal Access Token, and/or to open a input dialog to enter your credentials, call Get-TfsCredential with the appropriate arguments and pass its return to this argument.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Personal Access Token -->
<command:syntaxItem tfscmdlets:parameterSet="Personal Access Token">
<maml:name>Connect-TfsConfigurationServer</maml:name>
<!-- Parameter: Server -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies either a URL/name of the Team Foundation Server to connect to, or a previously initialized TfsConfigurationServer object. When using a URL, it must be fully qualified. To connect to a Team Foundation Server instance by using its name, it must have been previously registered.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: PersonalAccessToken -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Pat">
<maml:name>PersonalAccessToken</maml:name>
<maml:description>
<maml:para>Specifies a personal access token, used as an alternate credential, to authenticate to Azure DevOps</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Prompt for credential -->
<command:syntaxItem tfscmdlets:parameterSet="Prompt for credential">
<maml:name>Connect-TfsConfigurationServer</maml:name>
<!-- Parameter: Server -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies either a URL/name of the Team Foundation Server to connect to, or a previously initialized TfsConfigurationServer object. When using a URL, it must be fully qualified. To connect to a Team Foundation Server instance by using its name, it must have been previously registered.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Interactive -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Interactive</maml:name>
<maml:description>
<maml:para>Prompts for user credentials. Can be used for any Team Foundation Server or Azure DevOps account - the proper login dialog is automatically selected. Should only be used in an interactive PowerShell session (i.e., a PowerShell terminal window), never in an unattended script (such as those executed during an automated build). Currently it is only supported in Windows PowerShell.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Server -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies either a URL/name of the Team Foundation Server to connect to, or a previously initialized TfsConfigurationServer object. When using a URL, it must be fully qualified. To connect to a Team Foundation Server instance by using its name, it must have been previously registered.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Cached -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Cached</maml:name>
<maml:description>
<maml:para>Specifies that cached (default) credentials should be used when possible/available.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: UserName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>UserName</maml:name>
<maml:description>
<maml:para>Specifies a user name for authentication modes (such as Basic) that support username/password-based credentials. Must be used in conjunction with the -Password argument</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Password -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="2">
<maml:name>Password</maml:name>
<maml:description>
<maml:para>Specifies a password for authentication modes (such as Basic) that support username/password-based credentials. Must be used in conjunction with the -UserName argument</maml:para>
</maml:description>
<command:parameterValue required="true">SecureString</command:parameterValue>
<dev:type>
<maml:name>System.Security.SecureString</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Credential -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Credential</maml:name>
<maml:description>
<maml:para>Specifies a user account that has permission to perform this action. To provide a user name and password, a Personal Access Token, and/or to open a input dialog to enter your credentials, call Get-TfsCredential with the appropriate arguments and pass its return to this argument.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: PersonalAccessToken -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Pat">
<maml:name>PersonalAccessToken</maml:name>
<maml:description>
<maml:para>Specifies a personal access token, used as an alternate credential, to authenticate to Azure DevOps</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Pat">
<maml:name>Pat</maml:name>
<maml:description>
<maml:para>Specifies a personal access token, used as an alternate credential, to authenticate to Azure DevOps</maml:para>
<maml:para>This is an alias of the PersonalAccessToken parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Interactive -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Interactive</maml:name>
<maml:description>
<maml:para>Prompts for user credentials. Can be used for any Team Foundation Server or Azure DevOps account - the proper login dialog is automatically selected. Should only be used in an interactive PowerShell session (i.e., a PowerShell terminal window), never in an unattended script (such as those executed during an automated build). Currently it is only supported in Windows PowerShell.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies either a URL/name of the Team Foundation Server to connect to, or a previously initialized TfsConfigurationServer object. When using a URL, it must be fully qualified. To connect to a Team Foundation Server instance by using its name, it must have been previously registered.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: TfsConfigurationServer -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Client.TfsConfigurationServer</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<command:examples>
<command:example>
<maml:title>---------- EXAMPLE 1 ----------</maml:title>
<dev:code>PS> Connect-TfsConfigurationServer -Server http://vsalm:8080/tfs</dev:code>
<dev:remarks>
<maml:para>Connects to the TFS server specified by the URL in the Server argument</maml:para>
<maml:para></maml:para>
</dev:remarks>
</command:example>
<command:example>
<maml:title>---------- EXAMPLE 2 ----------</maml:title>
<dev:code>PS> Connect-TfsConfigurationServer -Server vsalm</dev:code>
<dev:remarks>
<maml:para>Connects to a previously registered TFS server by its user-defined name "vsalm". For more information, see Get-TfsRegisteredConfigurationServer</maml:para>
<maml:para></maml:para>
</dev:remarks>
</command:example>
</command:examples>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Connection/Connect-TfsConfigurationServer</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Disconnect-TfsConfigurationServer -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Connection">
<command:details>
<command:name>Disconnect-TfsConfigurationServer</command:name>
<command:verb>Disconnect</command:verb>
<command:noun>TfsConfigurationServer</command:noun>
<maml:description>
<maml:para>Disconnects from the currently connected configuration server.</maml:para>
</maml:description>
</command:details>
<maml:description>
<maml:para>The Disconnect-TfsConfigurationServer cmdlet removes the connection previously set by its counterpart Connect-TfsConfigurationServer. Therefore, cmdlets relying on a "default server" as provided by "Get-TfsConfigurationServer -Current" will no longer work after a call to this cmdlet, unless their -Server argument is provided or a new call to Connect-TfsConfigurationServer is made.</maml:para>
</maml:description>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Disconnect-TfsConfigurationServer</maml:name>
</command:syntaxItem>
</command:syntax>
<command:parameters />
<command:inputTypes />
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Connection/Disconnect-TfsConfigurationServer</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsConfigurationServer -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="ConfigServer">
<command:details>
<command:name>Get-TfsConfigurationServer</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsConfigurationServer</command:noun>
<maml:description>
<maml:para>Gets information about a configuration server.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: Get by server -->
<command:syntaxItem tfscmdlets:parameterSet="Get by server">
<maml:name>Get-TfsConfigurationServer</maml:name>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Credential -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="1">
<maml:name>Credential</maml:name>
<maml:description>
<maml:para>Specifies a user account that has permission to perform this action. To provide a user name and password, a Personal Access Token, and/or to open a input dialog to enter your credentials, call Get-TfsCredential with the appropriate arguments and pass its return to this argument.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Get current -->
<command:syntaxItem tfscmdlets:parameterSet="Get current">
<maml:name>Get-TfsConfigurationServer</maml:name>
<!-- Parameter: Current -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Current</maml:name>
<maml:description>
<maml:para>Returns the configuration server specified in the last call to Connect-TfsConfigurationServer (i.e. the "current" configuration server)</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Current -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Current</maml:name>
<maml:description>
<maml:para>Returns the configuration server specified in the last call to Connect-TfsConfigurationServer (i.e. the "current" configuration server)</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Credential -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="1">
<maml:name>Credential</maml:name>
<maml:description>
<maml:para>Specifies a user account that has permission to perform this action. To provide a user name and password, a Personal Access Token, and/or to open a input dialog to enter your credentials, call Get-TfsCredential with the appropriate arguments and pass its return to this argument.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: TfsConfigurationServer -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Client.TfsConfigurationServer</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/ConfigServer/Get-TfsConfigurationServer</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsConfigurationServerConnectionString -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Admin">
<command:details>
<command:name>Get-TfsConfigurationServerConnectionString</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsConfigurationServerConnectionString</command:noun>
<maml:description>
<maml:para>Gets the configuration server database connection string.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: Use computer name -->
<command:syntaxItem tfscmdlets:parameterSet="Use computer name">
<maml:name>Get-TfsConfigurationServerConnectionString</maml:name>
<!-- Parameter: ComputerName -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ComputerName</maml:name>
<maml:description>
<maml:para>Specifies the name of a Team Foundation Server application tier from which to retrieve the connection string.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>localhost</dev:defaultValue>
</command:parameter>
<!-- Parameter: Credential -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Credential</maml:name>
<maml:description>
<maml:para>The user credentials to be used to access a remote machine. Those credentials must have the required permission to execute a PowerShell Remote session on that computer.</maml:para>
</maml:description>
<command:parameterValue required="true">PSCredential</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.PSCredential</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>System.Management.Automation.PSCredential</dev:defaultValue>
</command:parameter>
<!-- Parameter: Version -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Version</maml:name>
<maml:description>
<maml:para>The TFS version number, represented by the year in its name. For e.g. TFS 2015, use "2015". When omitted, will default to the newest installed version of TFS / Azure DevOps Server</maml:para>
</maml:description>
<command:parameterValue required="true">int</command:parameterValue>
<dev:type>
<maml:name>System.Int32</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>0</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Use session -->
<command:syntaxItem tfscmdlets:parameterSet="Use session">
<maml:name>Get-TfsConfigurationServerConnectionString</maml:name>
<!-- Parameter: Session -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Session</maml:name>
<maml:description>
<maml:para>The machine name of the server where the TFS component is installed. It must be properly configured for PowerShell Remoting in case it's a remote machine. Optionally, a System.Management.Automation.Runspaces.PSSession object pointing to a previously opened PowerShell Remote session can be provided instead. When omitted, defaults to the local machine where the script is being run</maml:para>
</maml:description>
<command:parameterValue required="true">PSSession</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.Runspaces.PSSession</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Credential -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Credential</maml:name>
<maml:description>
<maml:para>The user credentials to be used to access a remote machine. Those credentials must have the required permission to execute a PowerShell Remote session on that computer.</maml:para>
</maml:description>
<command:parameterValue required="true">PSCredential</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.PSCredential</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>System.Management.Automation.PSCredential</dev:defaultValue>
</command:parameter>
<!-- Parameter: Version -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Version</maml:name>
<maml:description>
<maml:para>The TFS version number, represented by the year in its name. For e.g. TFS 2015, use "2015". When omitted, will default to the newest installed version of TFS / Azure DevOps Server</maml:para>
</maml:description>
<command:parameterValue required="true">int</command:parameterValue>
<dev:type>
<maml:name>System.Int32</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>0</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: ComputerName -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ComputerName</maml:name>
<maml:description>
<maml:para>Specifies the name of a Team Foundation Server application tier from which to retrieve the connection string.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>localhost</dev:defaultValue>
</command:parameter>
<!-- Parameter: Session -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Session</maml:name>
<maml:description>
<maml:para>The machine name of the server where the TFS component is installed. It must be properly configured for PowerShell Remoting in case it's a remote machine. Optionally, a System.Management.Automation.Runspaces.PSSession object pointing to a previously opened PowerShell Remote session can be provided instead. When omitted, defaults to the local machine where the script is being run</maml:para>
</maml:description>
<command:parameterValue required="true">PSSession</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.Runspaces.PSSession</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Version -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Version</maml:name>
<maml:description>
<maml:para>The TFS version number, represented by the year in its name. For e.g. TFS 2015, use "2015". When omitted, will default to the newest installed version of TFS / Azure DevOps Server</maml:para>
</maml:description>
<command:parameterValue required="true">int</command:parameterValue>
<dev:type>
<maml:name>System.Int32</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>0</dev:defaultValue>
</command:parameter>
<!-- Parameter: Credential -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Credential</maml:name>
<maml:description>
<maml:para>The user credentials to be used to access a remote machine. Those credentials must have the required permission to execute a PowerShell Remote session on that computer.</maml:para>
</maml:description>
<command:parameterValue required="true">PSCredential</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.PSCredential</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>System.Management.Automation.PSCredential</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes />
<command:returnValues>
<!-- OutputType: String -->
<command:returnValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Admin/Get-TfsConfigurationServerConnectionString</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>Online version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/admin/get-tfsconfigurationserverconnectionstring/</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>Get-TfsInstallationPath</maml:linkText>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: New-TfsCredential -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Connection">
<command:details>
<command:name>New-TfsCredential</command:name>
<command:verb>New</command:verb>
<command:noun>TfsCredential</command:noun>
<maml:description>
<maml:para>Provides credentials to use when you connect to a Team Foundation Server or Azure DevOps organization.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: Cached credentials -->
<command:syntaxItem tfscmdlets:parameterSet="Cached credentials">
<maml:name>New-TfsCredential</maml:name>
<!-- Parameter: Url -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0">
<maml:name>Url</maml:name>
<maml:description>
<maml:para>Specifies the URL of the server, collection or organization to connect to.</maml:para>
</maml:description>
<command:parameterValue required="true">Uri</command:parameterValue>
<dev:type>
<maml:name>System.Uri</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Cached -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Cached</maml:name>
<maml:description>
<maml:para>Specifies that cached (default) credentials should be used when possible/available.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: User name and password -->
<command:syntaxItem tfscmdlets:parameterSet="User name and password">
<maml:name>New-TfsCredential</maml:name>
<!-- Parameter: Url -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0">
<maml:name>Url</maml:name>
<maml:description>
<maml:para>Specifies the URL of the server, collection or organization to connect to.</maml:para>
</maml:description>
<command:parameterValue required="true">Uri</command:parameterValue>
<dev:type>
<maml:name>System.Uri</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: UserName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>UserName</maml:name>
<maml:description>
<maml:para>Specifies a user name for authentication modes (such as Basic) that support username/password-based credentials. Must be used in conjunction with the -Password argument</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Password -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="2">
<maml:name>Password</maml:name>
<maml:description>
<maml:para>Specifies a password for authentication modes (such as Basic) that support username/password-based credentials. Must be used in conjunction with the -UserName argument</maml:para>
</maml:description>
<command:parameterValue required="true">SecureString</command:parameterValue>
<dev:type>
<maml:name>System.Security.SecureString</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Credential object -->
<command:syntaxItem tfscmdlets:parameterSet="Credential object">
<maml:name>New-TfsCredential</maml:name>
<!-- Parameter: Url -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0">
<maml:name>Url</maml:name>
<maml:description>
<maml:para>Specifies the URL of the server, collection or organization to connect to.</maml:para>
</maml:description>
<command:parameterValue required="true">Uri</command:parameterValue>
<dev:type>
<maml:name>System.Uri</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Credential -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Credential</maml:name>
<maml:description>
<maml:para>Specifies a user account that has permission to perform this action. To provide a user name and password, a Personal Access Token, and/or to open a input dialog to enter your credentials, call Get-TfsCredential with the appropriate arguments and pass its return to this argument.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Personal Access Token -->
<command:syntaxItem tfscmdlets:parameterSet="Personal Access Token">
<maml:name>New-TfsCredential</maml:name>
<!-- Parameter: Url -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0">
<maml:name>Url</maml:name>
<maml:description>
<maml:para>Specifies the URL of the server, collection or organization to connect to.</maml:para>
</maml:description>
<command:parameterValue required="true">Uri</command:parameterValue>
<dev:type>
<maml:name>System.Uri</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: PersonalAccessToken -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Pat">
<maml:name>PersonalAccessToken</maml:name>
<maml:description>
<maml:para>Specifies a personal access token, used as an alternate credential, to authenticate to Azure DevOps</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Prompt for credential -->
<command:syntaxItem tfscmdlets:parameterSet="Prompt for credential">
<maml:name>New-TfsCredential</maml:name>
<!-- Parameter: Url -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0">
<maml:name>Url</maml:name>
<maml:description>
<maml:para>Specifies the URL of the server, collection or organization to connect to.</maml:para>
</maml:description>
<command:parameterValue required="true">Uri</command:parameterValue>
<dev:type>
<maml:name>System.Uri</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Interactive -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Interactive</maml:name>
<maml:description>
<maml:para>Prompts for user credentials. Can be used for any Team Foundation Server or Azure DevOps account - the proper login dialog is automatically selected. Should only be used in an interactive PowerShell session (i.e., a PowerShell terminal window), never in an unattended script (such as those executed during an automated build). Currently it is only supported in Windows PowerShell.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Url -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0">
<maml:name>Url</maml:name>
<maml:description>
<maml:para>Specifies the URL of the server, collection or organization to connect to.</maml:para>
</maml:description>
<command:parameterValue required="true">Uri</command:parameterValue>
<dev:type>
<maml:name>System.Uri</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Cached -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Cached</maml:name>
<maml:description>
<maml:para>Specifies that cached (default) credentials should be used when possible/available.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: UserName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>UserName</maml:name>
<maml:description>
<maml:para>Specifies a user name for authentication modes (such as Basic) that support username/password-based credentials. Must be used in conjunction with the -Password argument</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Password -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="2">
<maml:name>Password</maml:name>
<maml:description>
<maml:para>Specifies a password for authentication modes (such as Basic) that support username/password-based credentials. Must be used in conjunction with the -UserName argument</maml:para>
</maml:description>
<command:parameterValue required="true">SecureString</command:parameterValue>
<dev:type>
<maml:name>System.Security.SecureString</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Credential -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Credential</maml:name>
<maml:description>
<maml:para>Specifies a user account that has permission to perform this action. To provide a user name and password, a Personal Access Token, and/or to open a input dialog to enter your credentials, call Get-TfsCredential with the appropriate arguments and pass its return to this argument.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: PersonalAccessToken -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Pat">
<maml:name>PersonalAccessToken</maml:name>
<maml:description>
<maml:para>Specifies a personal access token, used as an alternate credential, to authenticate to Azure DevOps</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Pat">
<maml:name>Pat</maml:name>
<maml:description>
<maml:para>Specifies a personal access token, used as an alternate credential, to authenticate to Azure DevOps</maml:para>
<maml:para>This is an alias of the PersonalAccessToken parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Interactive -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Interactive</maml:name>
<maml:description>
<maml:para>Prompts for user credentials. Can be used for any Team Foundation Server or Azure DevOps account - the proper login dialog is automatically selected. Should only be used in an interactive PowerShell session (i.e., a PowerShell terminal window), never in an unattended script (such as those executed during an automated build). Currently it is only supported in Windows PowerShell.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes />
<command:returnValues>
<!-- OutputType: VssCredentials -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.Common.VssCredentials</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Connection/New-TfsCredential</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsGitBranch -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Git.Branch">
<command:details>
<command:name>Get-TfsGitBranch</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsGitBranch</command:noun>
<maml:description>
<maml:para>Gets information from one or more branches in a remote Git repository.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: Get by name -->
<command:syntaxItem tfscmdlets:parameterSet="Get by name">
<maml:name>Get-TfsGitBranch</maml:name>
<!-- Parameter: Branch -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="RefName">
<maml:name>Branch</maml:name>
<maml:description>
<maml:para>Specifies the name of a branch in the supplied Git repository. Wildcards are supported. When omitted, all branches are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Repository -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Repository</maml:name>
<maml:description>
<maml:para>Specifies the target Git repository. Valid values are the name of the repository, its ID (a GUID), or a Microsoft.TeamFoundation.SourceControl.WebApi.GitRepository object obtained by e.g. a call to Get-TfsGitRepository. When omitted, it default to the team project name (i.e. the default repository).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Get default -->
<command:syntaxItem tfscmdlets:parameterSet="Get default">
<maml:name>Get-TfsGitBranch</maml:name>
<!-- Parameter: Default -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Default</maml:name>
<maml:description>
<maml:para>Returns the default branch in the given repository.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Repository -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Repository</maml:name>
<maml:description>
<maml:para>Specifies the target Git repository. Valid values are the name of the repository, its ID (a GUID), or a Microsoft.TeamFoundation.SourceControl.WebApi.GitRepository object obtained by e.g. a call to Get-TfsGitRepository. When omitted, it default to the team project name (i.e. the default repository).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Branch -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="RefName">
<maml:name>Branch</maml:name>
<maml:description>
<maml:para>Specifies the name of a branch in the supplied Git repository. Wildcards are supported. When omitted, all branches are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="RefName">
<maml:name>RefName</maml:name>
<maml:description>
<maml:para>Specifies the name of a branch in the supplied Git repository. Wildcards are supported. When omitted, all branches are returned.</maml:para>
<maml:para>This is an alias of the Branch parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Default -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Default</maml:name>
<maml:description>
<maml:para>Returns the default branch in the given repository.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Repository -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Repository</maml:name>
<maml:description>
<maml:para>Specifies the target Git repository. Valid values are the name of the repository, its ID (a GUID), or a Microsoft.TeamFoundation.SourceControl.WebApi.GitRepository object obtained by e.g. a call to Get-TfsGitRepository. When omitted, it default to the team project name (i.e. the default repository).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the target Git repository. Valid values are the name of the repository, its ID (a GUID), or a Microsoft.TeamFoundation.SourceControl.WebApi.GitRepository object obtained by e.g. a call to Get-TfsGitRepository. When omitted, it default to the team project name (i.e. the default repository).</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: GitBranchStats -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.SourceControl.WebApi.GitBranchStats</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Git/Branch/Get-TfsGitBranch</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsGitBranchPolicy -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Git.Policy">
<command:details>
<command:name>Get-TfsGitBranchPolicy</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsGitBranchPolicy</command:noun>
<maml:description>
<maml:para>Gets the Git branch policy configuration of the given Git branches.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsGitBranchPolicy</maml:name>
<!-- Parameter: PolicyType -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0">
<maml:name>PolicyType</maml:name>
<maml:description>
<maml:para>Specifies the policy type of the branch policy to return. Wildcards are supported. When omitted, all branch policies defined for the given branch are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Branch -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named" aliases="RefName">
<maml:name>Branch</maml:name>
<maml:description>
<maml:para>Specifies the name of the branch to query for branch policies. When omitted, the default branch in the given repository is queried.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Repository -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Repository</maml:name>
<maml:description>
<maml:para>Specifies the target Git repository. Valid values are the name of the repository, its ID (a GUID), or a Microsoft.TeamFoundation.SourceControl.WebApi.GitRepository object obtained by e.g. a call to Get-TfsGitRepository. When omitted, it default to the team project name (i.e. the default repository).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: PolicyType -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0">
<maml:name>PolicyType</maml:name>
<maml:description>
<maml:para>Specifies the policy type of the branch policy to return. Wildcards are supported. When omitted, all branch policies defined for the given branch are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Branch -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named" aliases="RefName">
<maml:name>Branch</maml:name>
<maml:description>
<maml:para>Specifies the name of the branch to query for branch policies. When omitted, the default branch in the given repository is queried.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named" aliases="RefName">
<maml:name>RefName</maml:name>
<maml:description>
<maml:para>Specifies the name of the branch to query for branch policies. When omitted, the default branch in the given repository is queried.</maml:para>
<maml:para>This is an alias of the Branch parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Repository -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Repository</maml:name>
<maml:description>
<maml:para>Specifies the target Git repository. Valid values are the name of the repository, its ID (a GUID), or a Microsoft.TeamFoundation.SourceControl.WebApi.GitRepository object obtained by e.g. a call to Get-TfsGitRepository. When omitted, it default to the team project name (i.e. the default repository).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the branch to query for branch policies. When omitted, the default branch in the given repository is queried.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: PolicyConfiguration -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Policy.WebApi.PolicyConfiguration</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Git/Policy/Get-TfsGitBranchPolicy</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsGitPolicyType -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Git.Policy">
<command:details>
<command:name>Get-TfsGitPolicyType</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsGitPolicyType</command:noun>
<maml:description>
<maml:para>Gets one or more Git branch policies supported by the given team project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsGitPolicyType</maml:name>
<!-- Parameter: PolicyType -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>PolicyType</maml:name>
<maml:description>
<maml:para>Specifies the display name or ID of the policy type. Wildcards are supported. When omitted, all policy types supported by the given team project are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: PolicyType -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>PolicyType</maml:name>
<maml:description>
<maml:para>Specifies the display name or ID of the policy type. Wildcards are supported. When omitted, all policy types supported by the given team project are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the display name or ID of the policy type. Wildcards are supported. When omitted, all policy types supported by the given team project are returned.</maml:para>
<maml:para>This is an alias of the PolicyType parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: PolicyType -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Policy.WebApi.PolicyType</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Git/Policy/Get-TfsGitPolicyType</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsGitRepository -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Git">
<command:details>
<command:name>Get-TfsGitRepository</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsGitRepository</command:noun>
<maml:description>
<maml:para>Gets information from one or more Git repositories in a team project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsGitRepository</maml:name>
<!-- Parameter: Repository -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Repository</maml:name>
<maml:description>
<maml:para>Specifies the name or ID of a Git repository. Wildcards are supported. When omitted, all Git repositories in the supplied team project are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Repository -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Repository</maml:name>
<maml:description>
<maml:para>Specifies the name or ID of a Git repository. Wildcards are supported. When omitted, all Git repositories in the supplied team project are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the name or ID of a Git repository. Wildcards are supported. When omitted, all Git repositories in the supplied team project are returned.</maml:para>
<maml:para>This is an alias of the Repository parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: GitRepository -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.SourceControl.WebApi.GitRepository</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Git/Get-TfsGitRepository</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: New-TfsGitRepository -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Git">
<command:details>
<command:name>New-TfsGitRepository</command:name>
<command:verb>New</command:verb>
<command:noun>TfsGitRepository</command:noun>
<maml:description>
<maml:para>Creates a new Git repository in a team project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>New-TfsGitRepository</maml:name>
<!-- Parameter: Repository -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Name">
<maml:name>Repository</maml:name>
<maml:description>
<maml:para>Specifies the name of the new repository</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Repository -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Name">
<maml:name>Repository</maml:name>
<maml:description>
<maml:para>Specifies the name of the new repository</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the name of the new repository</maml:para>
<maml:para>This is an alias of the Repository parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the new repository</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: GitRepository -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.SourceControl.WebApi.GitRepository</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Git/New-TfsGitRepository</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Remove-TfsGitRepository -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Git">
<command:details>
<command:name>Remove-TfsGitRepository</command:name>
<command:verb>Remove</command:verb>
<command:noun>TfsGitRepository</command:noun>
<maml:description>
<maml:para>Deletes one or more Git repositories from a team project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Remove-TfsGitRepository</maml:name>
<!-- Parameter: Repository -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Name">
<maml:name>Repository</maml:name>
<maml:description>
<maml:para>Specifies the repository to be deleted. Value can be the name or ID of a Git repository, as well as a Microsoft.TeamFoundation.SourceControl.WebApi.GitRepository object representing a Git repository.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Repository -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Name">
<maml:name>Repository</maml:name>
<maml:description>
<maml:para>Specifies the repository to be deleted. Value can be the name or ID of a Git repository, as well as a Microsoft.TeamFoundation.SourceControl.WebApi.GitRepository object representing a Git repository.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the repository to be deleted. Value can be the name or ID of a Git repository, as well as a Microsoft.TeamFoundation.SourceControl.WebApi.GitRepository object representing a Git repository.</maml:para>
<maml:para>This is an alias of the Repository parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the repository to be deleted. Value can be the name or ID of a Git repository, as well as a Microsoft.TeamFoundation.SourceControl.WebApi.GitRepository object representing a Git repository.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Git/Remove-TfsGitRepository</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Rename-TfsGitRepository -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Git">
<command:details>
<command:name>Rename-TfsGitRepository</command:name>
<command:verb>Rename</command:verb>
<command:noun>TfsGitRepository</command:noun>
<maml:description>
<maml:para>Renames a Git repository in a team project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Rename-TfsGitRepository</maml:name>
<!-- Parameter: Repository -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Repository</maml:name>
<maml:description>
<maml:para>Specifies the repository to be renamed. Value can be the name or ID of a Git repository, as well as a Microsoft.TeamFoundation.SourceControl.WebApi.GitRepository object representing a Git repository.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NewName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>NewName</maml:name>
<maml:description>
<maml:para>Specifies the new name of the item. Enter only a name, not a path and name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Repository -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Repository</maml:name>
<maml:description>
<maml:para>Specifies the repository to be renamed. Value can be the name or ID of a Git repository, as well as a Microsoft.TeamFoundation.SourceControl.WebApi.GitRepository object representing a Git repository.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NewName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>NewName</maml:name>
<maml:description>
<maml:para>Specifies the new name of the item. Enter only a name, not a path and name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the repository to be renamed. Value can be the name or ID of a Git repository, as well as a Microsoft.TeamFoundation.SourceControl.WebApi.GitRepository object representing a Git repository.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: GitRepository -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.SourceControl.WebApi.GitRepository</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Git/Rename-TfsGitRepository</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Export-TfsGlobalList -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="GlobalList">
<command:details>
<command:name>Export-TfsGlobalList</command:name>
<command:verb>Export</command:verb>
<command:noun>TfsGlobalList</command:noun>
<maml:description>
<maml:para>Exports the contents of one or more Global Lists to XML.</maml:para>
</maml:description>
</command:details>
<maml:description>
<maml:para>This cmdlets generates an XML containing one or more global lists and their respective items, in the same format used by witadmin. It is functionally equivalent to "witadmin exportgloballist"</maml:para>
</maml:description>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Export-TfsGlobalList</maml:name>
<!-- Parameter: GlobalList -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>GlobalList</maml:name>
<maml:description>
<maml:para>Specifies the name of the global list to be exported. Wildcards are supported. When omitted, it defaults to all global lists in the supplied team project collection. When using wilcards, a single XML document will be producer containing all matching global lists.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: GlobalList -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>GlobalList</maml:name>
<maml:description>
<maml:para>Specifies the name of the global list to be exported. Wildcards are supported. When omitted, it defaults to all global lists in the supplied team project collection. When using wilcards, a single XML document will be producer containing all matching global lists.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the name of the global list to be exported. Wildcards are supported. When omitted, it defaults to all global lists in the supplied team project collection. When using wilcards, a single XML document will be producer containing all matching global lists.</maml:para>
<maml:para>This is an alias of the GlobalList parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: String -->
<command:returnValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<command:examples>
<command:example>
<maml:title>---------- EXAMPLE 1 ----------</maml:title>
<dev:code>PS> Export-TfsGlobalList | Out-File "gl.xml"</dev:code>
<dev:remarks>
<maml:para>Exports all global lists in the current project collection to a file called gl.xml.</maml:para>
<maml:para></maml:para>
</dev:remarks>
</command:example>
<command:example>
<maml:title>---------- EXAMPLE 2 ----------</maml:title>
<dev:code>PS> Export-TfsGlobalList -Name "Builds - *"</dev:code>
<dev:remarks>
<maml:para>Exports all build-related global lists (with names starting with "Build - ") and return the resulting XML document.</maml:para>
<maml:para></maml:para>
</dev:remarks>
</command:example>
</command:examples>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/GlobalList/Export-TfsGlobalList</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsGlobalList -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="GlobalList">
<command:details>
<command:name>Get-TfsGlobalList</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsGlobalList</command:noun>
<maml:description>
<maml:para>Gets the contents of one or more Global Lists.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsGlobalList</maml:name>
<!-- Parameter: GlobalList -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>GlobalList</maml:name>
<maml:description>
<maml:para>Specifies the name of the global list. Wildcards are supported. When omitted, defaults to all global lists in the supplied team project collection.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: GlobalList -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>GlobalList</maml:name>
<maml:description>
<maml:para>Specifies the name of the global list. Wildcards are supported. When omitted, defaults to all global lists in the supplied team project collection.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the name of the global list. Wildcards are supported. When omitted, defaults to all global lists in the supplied team project collection.</maml:para>
<maml:para>This is an alias of the GlobalList parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: GlobalList -->
<command:returnValue>
<dev:type>
<maml:name>TfsCmdlets.Models.GlobalList</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/GlobalList/Get-TfsGlobalList</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Import-TfsGlobalList -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="GlobalList">
<command:details>
<command:name>Import-TfsGlobalList</command:name>
<command:verb>Import</command:verb>
<command:noun>TfsGlobalList</command:noun>
<maml:description>
<maml:para>Imports one or more Global Lists from an XML document</maml:para>
</maml:description>
</command:details>
<maml:description>
<maml:para>This cmdletsimports an XML containing one or more global lists and their respective items, in the same format used by witadmin. It is functionally equivalent to "witadmin importgloballist"</maml:para>
</maml:description>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Import-TfsGlobalList</maml:name>
<!-- Parameter: InputObject -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named" aliases="Xml">
<maml:name>InputObject</maml:name>
<maml:description>
<maml:para>XML document object containing one or more global list definitions.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allows the cmdlet to import a global list that already exists.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: InputObject -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named" aliases="Xml">
<maml:name>InputObject</maml:name>
<maml:description>
<maml:para>XML document object containing one or more global list definitions.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named" aliases="Xml">
<maml:name>Xml</maml:name>
<maml:description>
<maml:para>XML document object containing one or more global list definitions.</maml:para>
<maml:para>This is an alias of the InputObject parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allows the cmdlet to import a global list that already exists.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>XML document object containing one or more global list definitions.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues />
<command:examples>
<command:example>
<maml:title>---------- EXAMPLE 1 ----------</maml:title>
<dev:code>PS> Get-Content gl.xml | Import-GlobalList</dev:code>
<dev:remarks>
<maml:para>Imports the contents of an XML document called gl.xml to the current project collection</maml:para>
<maml:para></maml:para>
</dev:remarks>
</command:example>
</command:examples>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/GlobalList/Import-TfsGlobalList</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: New-TfsGlobalList -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="GlobalList">
<command:details>
<command:name>New-TfsGlobalList</command:name>
<command:verb>New</command:verb>
<command:noun>TfsGlobalList</command:noun>
<maml:description>
<maml:para>Creates a new Global List.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>New-TfsGlobalList</maml:name>
<!-- Parameter: GlobalList -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="0" aliases="Name">
<maml:name>GlobalList</maml:name>
<maml:description>
<maml:para>Specifies the name of the new global list.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Items -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
<maml:name>Items</maml:name>
<maml:description>
<maml:para>Specifies the contents (items) of the new global list.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allows the cmdlet to overwrite an existing global list.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: GlobalList -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="0" aliases="Name">
<maml:name>GlobalList</maml:name>
<maml:description>
<maml:para>Specifies the name of the new global list.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the name of the new global list.</maml:para>
<maml:para>This is an alias of the GlobalList parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Items -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
<maml:name>Items</maml:name>
<maml:description>
<maml:para>Specifies the contents (items) of the new global list.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allows the cmdlet to overwrite an existing global list.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the new global list.</maml:para>
</maml:description>
</command:inputType>
<command:inputType>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the contents (items) of the new global list.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: PSCustomObject -->
<command:returnValue>
<dev:type>
<maml:name>System.Management.Automation.PSCustomObject</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/GlobalList/New-TfsGlobalList</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Remove-TfsGlobalList -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="GlobalList">
<command:details>
<command:name>Remove-TfsGlobalList</command:name>
<command:verb>Remove</command:verb>
<command:noun>TfsGlobalList</command:noun>
<maml:description>
<maml:para>Deletes one or more Global Lists.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Remove-TfsGlobalList</maml:name>
<!-- Parameter: GlobalList -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="0" aliases="Name">
<maml:name>GlobalList</maml:name>
<maml:description>
<maml:para>Specifies the name of global list to be deleted. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: GlobalList -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="0" aliases="Name">
<maml:name>GlobalList</maml:name>
<maml:description>
<maml:para>Specifies the name of global list to be deleted. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the name of global list to be deleted. Wildcards are supported.</maml:para>
<maml:para>This is an alias of the GlobalList parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of global list to be deleted. Wildcards are supported.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/GlobalList/Remove-TfsGlobalList</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Rename-TfsGlobalList -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="GlobalList">
<command:details>
<command:name>Rename-TfsGlobalList</command:name>
<command:verb>Rename</command:verb>
<command:noun>TfsGlobalList</command:noun>
<maml:description>
<maml:para>Changes either the name or the contents of a Global List.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Rename-TfsGlobalList</maml:name>
<!-- Parameter: GlobalList -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="0" aliases="Name">
<maml:name>GlobalList</maml:name>
<maml:description>
<maml:para>Specifies the name of the global lsit to be renamed.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NewName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>NewName</maml:name>
<maml:description>
<maml:para>Specifies the new name of the item. Enter only a name - i.e., for items that support paths, do not enter a path and name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: GlobalList -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="0" aliases="Name">
<maml:name>GlobalList</maml:name>
<maml:description>
<maml:para>Specifies the name of the global lsit to be renamed.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the name of the global lsit to be renamed.</maml:para>
<maml:para>This is an alias of the GlobalList parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NewName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>NewName</maml:name>
<maml:description>
<maml:para>Specifies the new name of the item. Enter only a name - i.e., for items that support paths, do not enter a path and name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the global lsit to be renamed.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/GlobalList/Rename-TfsGlobalList</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Set-TfsGlobalList -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="GlobalList">
<command:details>
<command:name>Set-TfsGlobalList</command:name>
<command:verb>Set</command:verb>
<command:noun>TfsGlobalList</command:noun>
<maml:description>
<maml:para>Changes the contents of a Global List.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: Edit list items -->
<command:syntaxItem tfscmdlets:parameterSet="Edit list items">
<maml:name>Set-TfsGlobalList</maml:name>
<!-- Parameter: GlobalList -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="Name">
<maml:name>GlobalList</maml:name>
<maml:description>
<maml:para>Specifies the name of the global list to be changed.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Add -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Add</maml:name>
<maml:description>
<maml:para>Specifies a list of items to be added to the global list.</maml:para>
</maml:description>
<command:parameterValue required="true">IEnumerable`1</command:parameterValue>
<dev:type>
<maml:name>System.Collections.Generic.IEnumerable`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Creates a new list if the specified one does not exist.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Remove -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Remove</maml:name>
<maml:description>
<maml:para>Specifies a list of items to be removed from the global list.</maml:para>
</maml:description>
<command:parameterValue required="true">IEnumerable`1</command:parameterValue>
<dev:type>
<maml:name>System.Collections.Generic.IEnumerable`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: GlobalList -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="Name">
<maml:name>GlobalList</maml:name>
<maml:description>
<maml:para>Specifies the name of the global list to be changed.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the name of the global list to be changed.</maml:para>
<maml:para>This is an alias of the GlobalList parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Add -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Add</maml:name>
<maml:description>
<maml:para>Specifies a list of items to be added to the global list.</maml:para>
</maml:description>
<command:parameterValue required="true">IEnumerable`1</command:parameterValue>
<dev:type>
<maml:name>System.Collections.Generic.IEnumerable`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Remove -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Remove</maml:name>
<maml:description>
<maml:para>Specifies a list of items to be removed from the global list.</maml:para>
</maml:description>
<command:parameterValue required="true">IEnumerable`1</command:parameterValue>
<dev:type>
<maml:name>System.Collections.Generic.IEnumerable`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Creates a new list if the specified one does not exist.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the global list to be changed.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/GlobalList/Set-TfsGlobalList</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Add-TfsGroupMember -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Identity.Group">
<command:details>
<command:name>Add-TfsGroupMember</command:name>
<command:verb>Add</command:verb>
<command:noun>TfsGroupMember</command:noun>
<maml:description>
<maml:para>Adds group members to an Azure DevOps group.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Add-TfsGroupMember</maml:name>
<!-- Parameter: Member -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Member</maml:name>
<maml:description>
<maml:para>Specifies the member (user or group) to add to the given group.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Group -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>Group</maml:name>
<maml:description>
<maml:para>Specifies the group to which the member is added.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Member -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Member</maml:name>
<maml:description>
<maml:para>Specifies the member (user or group) to add to the given group.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Group -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>Group</maml:name>
<maml:description>
<maml:para>Specifies the group to which the member is added.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the member (user or group) to add to the given group.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Identity/Group/Add-TfsGroupMember</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsGroupMember -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Identity.Group">
<command:details>
<command:name>Get-TfsGroupMember</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsGroupMember</command:noun>
<maml:description>
<maml:para>Gets the members of a Azure DevOps group</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsGroupMember</maml:name>
<!-- Parameter: Group -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Group</maml:name>
<maml:description>
<maml:para>Specifies the group fom which to get its members.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Member -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="1">
<maml:name>Member</maml:name>
<maml:description>
<maml:para>Specifies the member (user or group) to get from the given group. Wildcards are supported. When omitted, all group members are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Recurse -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Recurse</maml:name>
<maml:description>
<maml:para>Recursively expands all member groups, returning the users and/or groups contained in them</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Group -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Group</maml:name>
<maml:description>
<maml:para>Specifies the group fom which to get its members.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Member -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="1">
<maml:name>Member</maml:name>
<maml:description>
<maml:para>Specifies the member (user or group) to get from the given group. Wildcards are supported. When omitted, all group members are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Recurse -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Recurse</maml:name>
<maml:description>
<maml:para>Recursively expands all member groups, returning the users and/or groups contained in them</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the group fom which to get its members.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: Identity -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.Identity.Identity</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Identity/Group/Get-TfsGroupMember</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Remove-TfsGroupMember -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Identity.Group">
<command:details>
<command:name>Remove-TfsGroupMember</command:name>
<command:verb>Remove</command:verb>
<command:noun>TfsGroupMember</command:noun>
<maml:description>
<maml:para>Removes a member from an Azure DevOps group.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Remove-TfsGroupMember</maml:name>
<!-- Parameter: Member -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Member</maml:name>
<maml:description>
<maml:para>Specifies the member (user or group) to remove from the given group.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Group -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>Group</maml:name>
<maml:description>
<maml:para>Specifies the group from which the member is removed.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Member -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Member</maml:name>
<maml:description>
<maml:para>Specifies the member (user or group) to remove from the given group.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Group -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>Group</maml:name>
<maml:description>
<maml:para>Specifies the group from which the member is removed.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the member (user or group) to remove from the given group.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Identity/Group/Remove-TfsGroupMember</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsIdentity -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Identity">
<command:details>
<command:name>Get-TfsIdentity</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsIdentity</command:noun>
<maml:description>
<maml:para>Gets one or more identities that represents either users or groups in Azure DevOps.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: Get Identity -->
<command:syntaxItem tfscmdlets:parameterSet="Get Identity">
<maml:name>Get-TfsIdentity</maml:name>
<!-- Parameter: Identity -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0">
<maml:name>Identity</maml:name>
<maml:description>
<maml:para>Specifies the user or group to be retrieved. Supported values are: User/group name, email, or ID</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: QueryMembership -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>QueryMembership</maml:name>
<maml:description>
<maml:para>Specifies how group membership information should be processed when the returned identity is a group. "Direct" fetches direct members (both users and groups) of the group. "Expanded" expands contained groups recursively and returns their contained users. "None" is the fastest option as it fetches no membership information. When omitted, defaults to Direct.</maml:para>
<maml:para>Possible values: None, Direct, Expanded, ExpandedUp, ExpandedDown</maml:para>
</maml:description>
<command:parameterValue required="true">QueryMembership</command:parameterValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.Identity.QueryMembership</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Direct</dev:defaultValue>
<command:parameterValueGroup>
<command:parameterValue required="false" variableLength="false">None</command:parameterValue>
<command:parameterValue required="false" variableLength="false">Direct</command:parameterValue>
<command:parameterValue required="false" variableLength="false">Expanded</command:parameterValue>
<command:parameterValue required="false" variableLength="false">ExpandedUp</command:parameterValue>
<command:parameterValue required="false" variableLength="false">ExpandedDown</command:parameterValue>
</command:parameterValueGroup>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Get current user -->
<command:syntaxItem tfscmdlets:parameterSet="Get current user">
<maml:name>Get-TfsIdentity</maml:name>
<!-- Parameter: Current -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Current</maml:name>
<maml:description>
<maml:para>Returns an identity representing the user currently logged in to the Azure DevOps / TFS instance</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Identity -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0">
<maml:name>Identity</maml:name>
<maml:description>
<maml:para>Specifies the user or group to be retrieved. Supported values are: User/group name, email, or ID</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: QueryMembership -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>QueryMembership</maml:name>
<maml:description>
<maml:para>Specifies how group membership information should be processed when the returned identity is a group. "Direct" fetches direct members (both users and groups) of the group. "Expanded" expands contained groups recursively and returns their contained users. "None" is the fastest option as it fetches no membership information. When omitted, defaults to Direct.</maml:para>
<maml:para>Possible values: None, Direct, Expanded, ExpandedUp, ExpandedDown</maml:para>
</maml:description>
<command:parameterValue required="true">QueryMembership</command:parameterValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.Identity.QueryMembership</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Direct</dev:defaultValue>
<command:parameterValueGroup>
<command:parameterValue required="false" variableLength="false">None</command:parameterValue>
<command:parameterValue required="false" variableLength="false">Direct</command:parameterValue>
<command:parameterValue required="false" variableLength="false">Expanded</command:parameterValue>
<command:parameterValue required="false" variableLength="false">ExpandedUp</command:parameterValue>
<command:parameterValue required="false" variableLength="false">ExpandedDown</command:parameterValue>
</command:parameterValueGroup>
</command:parameter>
<!-- Parameter: Current -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Current</maml:name>
<maml:description>
<maml:para>Returns an identity representing the user currently logged in to the Azure DevOps / TFS instance</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: Identity -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.Identity.Identity</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Identity/Get-TfsIdentity</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Start-TfsIdentitySync -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Admin">
<command:details>
<command:name>Start-TfsIdentitySync</command:name>
<command:verb>Start</command:verb>
<command:noun>TfsIdentitySync</command:noun>
<maml:description>
<maml:para>Triggers an Identity Sync server job.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Start-TfsIdentitySync</maml:name>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Credential -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Credential</maml:name>
<maml:description>
<maml:para>Specifies a user account that has permission to perform this action. To provide a user name and password, a Personal Access Token, and/or to open a input dialog to enter your credentials, call Get-TfsCredential with the appropriate arguments and pass its return to this argument.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Wait -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Wait</maml:name>
<maml:description>
<maml:para>Waits until the job finishes running. If omitted, the identity sync job will run asynchronously.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Wait -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Wait</maml:name>
<maml:description>
<maml:para>Waits until the job finishes running. If omitted, the identity sync job will run asynchronously.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Credential -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Credential</maml:name>
<maml:description>
<maml:para>Specifies a user account that has permission to perform this action. To provide a user name and password, a Personal Access Token, and/or to open a input dialog to enter your credentials, call Get-TfsCredential with the appropriate arguments and pass its return to this argument.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Admin/Start-TfsIdentitySync</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsInstallationPath -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Admin">
<command:details>
<command:name>Get-TfsInstallationPath</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsInstallationPath</command:noun>
<maml:description>
<maml:para>Gets the installation path of a given Team Foundation Server component.</maml:para>
</maml:description>
</command:details>
<maml:description>
<maml:para>Many times a Team Foundation Server admin needs to retrieve the location where TFS is actually installed. That can be useful, for instance, to locate tools like TfsSecurity or TfsServiceControl. That information is recorded at setup time, in a well-known location in the Windows Registry of the server where TFS is installed.</maml:para>
</maml:description>
<command:syntax>
<!-- Parameter Set: Use computer name -->
<command:syntaxItem tfscmdlets:parameterSet="Use computer name">
<maml:name>Get-TfsInstallationPath</maml:name>
<!-- Parameter: Component -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Component</maml:name>
<maml:description>
<maml:para>Indicates the TFS component whose installation path is being searched for. For the main TFS installation directory, use BaseInstallation. When omitted, defaults to BaseInstallation.</maml:para>
<maml:para>Possible values: BaseInstallation, ApplicationTier, SharePointExtensions, TeamBuild, Tools, VersionControlProxy</maml:para>
</maml:description>
<command:parameterValue required="true">TfsComponent</command:parameterValue>
<dev:type>
<maml:name>TfsCmdlets.TfsComponent</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>BaseInstallation</dev:defaultValue>
<command:parameterValueGroup>
<command:parameterValue required="false" variableLength="false">BaseInstallation</command:parameterValue>
<command:parameterValue required="false" variableLength="false">ApplicationTier</command:parameterValue>
<command:parameterValue required="false" variableLength="false">SharePointExtensions</command:parameterValue>
<command:parameterValue required="false" variableLength="false">TeamBuild</command:parameterValue>
<command:parameterValue required="false" variableLength="false">Tools</command:parameterValue>
<command:parameterValue required="false" variableLength="false">VersionControlProxy</command:parameterValue>
</command:parameterValueGroup>
</command:parameter>
<!-- Parameter: ComputerName -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ComputerName</maml:name>
<maml:description>
<maml:para>The machine name of the server where the TFS component is installed. It must be properly configured for PowerShell Remoting in case it's a remote machine. Optionally, a System.Management.Automation.Runspaces.PSSession object pointing to a previously opened PowerShell Remote session can be provided instead. When omitted, defaults to the local machine where the script is being run</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>localhost</dev:defaultValue>
</command:parameter>
<!-- Parameter: Credential -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Credential</maml:name>
<maml:description>
<maml:para>The user credentials to be used to access a remote machine. Those credentials must have the required permission to execute a PowerShell Remote session on that computer and also the permission to access the Windows Registry.</maml:para>
</maml:description>
<command:parameterValue required="true">PSCredential</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.PSCredential</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>System.Management.Automation.PSCredential</dev:defaultValue>
</command:parameter>
<!-- Parameter: Version -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Version</maml:name>
<maml:description>
<maml:para>The TFS version number, represented by the year in its name. For e.g. TFS 2015, use "2015". When omitted, will default to the newest installed version of TFS / Azure DevOps Server</maml:para>
</maml:description>
<command:parameterValue required="true">int</command:parameterValue>
<dev:type>
<maml:name>System.Int32</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>0</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Use session -->
<command:syntaxItem tfscmdlets:parameterSet="Use session">
<maml:name>Get-TfsInstallationPath</maml:name>
<!-- Parameter: Session -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Session</maml:name>
<maml:description>
<maml:para>The machine name of the server where the TFS component is installed. It must be properly configured for PowerShell Remoting in case it's a remote machine. Optionally, a System.Management.Automation.Runspaces.PSSession object pointing to a previously opened PowerShell Remote session can be provided instead. When omitted, defaults to the local machine where the script is being run</maml:para>
</maml:description>
<command:parameterValue required="true">PSSession</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.Runspaces.PSSession</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Component -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Component</maml:name>
<maml:description>
<maml:para>Indicates the TFS component whose installation path is being searched for. For the main TFS installation directory, use BaseInstallation. When omitted, defaults to BaseInstallation.</maml:para>
<maml:para>Possible values: BaseInstallation, ApplicationTier, SharePointExtensions, TeamBuild, Tools, VersionControlProxy</maml:para>
</maml:description>
<command:parameterValue required="true">TfsComponent</command:parameterValue>
<dev:type>
<maml:name>TfsCmdlets.TfsComponent</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>BaseInstallation</dev:defaultValue>
<command:parameterValueGroup>
<command:parameterValue required="false" variableLength="false">BaseInstallation</command:parameterValue>
<command:parameterValue required="false" variableLength="false">ApplicationTier</command:parameterValue>
<command:parameterValue required="false" variableLength="false">SharePointExtensions</command:parameterValue>
<command:parameterValue required="false" variableLength="false">TeamBuild</command:parameterValue>
<command:parameterValue required="false" variableLength="false">Tools</command:parameterValue>
<command:parameterValue required="false" variableLength="false">VersionControlProxy</command:parameterValue>
</command:parameterValueGroup>
</command:parameter>
<!-- Parameter: Credential -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Credential</maml:name>
<maml:description>
<maml:para>The user credentials to be used to access a remote machine. Those credentials must have the required permission to execute a PowerShell Remote session on that computer and also the permission to access the Windows Registry.</maml:para>
</maml:description>
<command:parameterValue required="true">PSCredential</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.PSCredential</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>System.Management.Automation.PSCredential</dev:defaultValue>
</command:parameter>
<!-- Parameter: Version -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Version</maml:name>
<maml:description>
<maml:para>The TFS version number, represented by the year in its name. For e.g. TFS 2015, use "2015". When omitted, will default to the newest installed version of TFS / Azure DevOps Server</maml:para>
</maml:description>
<command:parameterValue required="true">int</command:parameterValue>
<dev:type>
<maml:name>System.Int32</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>0</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: ComputerName -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ComputerName</maml:name>
<maml:description>
<maml:para>The machine name of the server where the TFS component is installed. It must be properly configured for PowerShell Remoting in case it's a remote machine. Optionally, a System.Management.Automation.Runspaces.PSSession object pointing to a previously opened PowerShell Remote session can be provided instead. When omitted, defaults to the local machine where the script is being run</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>localhost</dev:defaultValue>
</command:parameter>
<!-- Parameter: Session -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Session</maml:name>
<maml:description>
<maml:para>The machine name of the server where the TFS component is installed. It must be properly configured for PowerShell Remoting in case it's a remote machine. Optionally, a System.Management.Automation.Runspaces.PSSession object pointing to a previously opened PowerShell Remote session can be provided instead. When omitted, defaults to the local machine where the script is being run</maml:para>
</maml:description>
<command:parameterValue required="true">PSSession</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.Runspaces.PSSession</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Component -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Component</maml:name>
<maml:description>
<maml:para>Indicates the TFS component whose installation path is being searched for. For the main TFS installation directory, use BaseInstallation. When omitted, defaults to BaseInstallation.</maml:para>
<maml:para>Possible values: BaseInstallation, ApplicationTier, SharePointExtensions, TeamBuild, Tools, VersionControlProxy</maml:para>
</maml:description>
<command:parameterValue required="true">TfsComponent</command:parameterValue>
<dev:type>
<maml:name>TfsCmdlets.TfsComponent</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>BaseInstallation</dev:defaultValue>
<command:parameterValueGroup>
<command:parameterValue required="false" variableLength="false">BaseInstallation</command:parameterValue>
<command:parameterValue required="false" variableLength="false">ApplicationTier</command:parameterValue>
<command:parameterValue required="false" variableLength="false">SharePointExtensions</command:parameterValue>
<command:parameterValue required="false" variableLength="false">TeamBuild</command:parameterValue>
<command:parameterValue required="false" variableLength="false">Tools</command:parameterValue>
<command:parameterValue required="false" variableLength="false">VersionControlProxy</command:parameterValue>
</command:parameterValueGroup>
</command:parameter>
<!-- Parameter: Version -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Version</maml:name>
<maml:description>
<maml:para>The TFS version number, represented by the year in its name. For e.g. TFS 2015, use "2015". When omitted, will default to the newest installed version of TFS / Azure DevOps Server</maml:para>
</maml:description>
<command:parameterValue required="true">int</command:parameterValue>
<dev:type>
<maml:name>System.Int32</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>0</dev:defaultValue>
</command:parameter>
<!-- Parameter: Credential -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Credential</maml:name>
<maml:description>
<maml:para>The user credentials to be used to access a remote machine. Those credentials must have the required permission to execute a PowerShell Remote session on that computer and also the permission to access the Windows Registry.</maml:para>
</maml:description>
<command:parameterValue required="true">PSCredential</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.PSCredential</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>System.Management.Automation.PSCredential</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes />
<command:returnValues>
<!-- OutputType: String -->
<command:returnValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<command:examples>
<command:example>
<maml:title>---------- EXAMPLE 1 ----------</maml:title>
<dev:code>PS> Get-TfsInstallationPath -Version 2017</dev:code>
<dev:remarks>
<maml:para>Gets the root folder (the BaseInstallationPath) of TFS in the local server where the cmdlet is being run</maml:para>
<maml:para></maml:para>
</dev:remarks>
</command:example>
<command:example>
<maml:title>---------- EXAMPLE 2 ----------</maml:title>
<dev:code>PS> Get-TfsInstallationPath -Computer SPTFSSRV -Version 2015 -Component SharepointExtensions -Credentials (Get-Credentials)</dev:code>
<dev:remarks>
<maml:para>Gets the location where the SharePoint Extensions have been installed in the remote server SPTFSSRV, prompting for admin credentials to be used for establishing a PS Remoting session to the server</maml:para>
<maml:para></maml:para>
</dev:remarks>
</command:example>
</command:examples>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Admin/Get-TfsInstallationPath</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsIteration -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.AreasIterations">
<command:details>
<command:name>Get-TfsIteration</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsIteration</command:noun>
<maml:description>
<maml:para>Gets one or more Iterations from a given Team Project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsIteration</maml:name>
<!-- Parameter: Node -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path,Iteration">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\**</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Node -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path,Iteration">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\**</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path,Iteration">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\**</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path,Iteration">
<maml:name>Iteration</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\**</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WorkItemClassificationNode -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemClassificationNode</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<command:examples>
<command:example>
<maml:title>---------- EXAMPLE 1 ----------</maml:title>
<dev:code>PS> Get-TfsIteration</dev:code>
<dev:remarks>
<maml:para>Returns all iterations in the currently connected Team Project (as defined by a previous call to Connect-TfsTeamProject)</maml:para>
<maml:para></maml:para>
</dev:remarks>
</command:example>
<command:example>
<maml:title>---------- EXAMPLE 2 ----------</maml:title>
<dev:code>PS> Get-TfsIteration '\**\Support' -Project Tailspin</dev:code>
<dev:remarks>
<maml:para>Performs a recursive search and returns all iterations named 'Support' that may exist in a team project called Tailspin</maml:para>
<maml:para></maml:para>
</dev:remarks>
</command:example>
</command:examples>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/AreasIterations/Get-TfsIteration</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Move-TfsIteration -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.AreasIterations">
<command:details>
<command:name>Move-TfsIteration</command:name>
<command:verb>Move</command:verb>
<command:noun>TfsIteration</command:noun>
<maml:description>
<maml:para>Gets one or more Iterations from a given Team Project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Move-TfsIteration</maml:name>
<!-- Parameter: Node -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path,Iteration">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\**</dev:defaultValue>
</command:parameter>
<!-- Parameter: Destination -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1" aliases="MoveTo">
<maml:name>Destination</maml:name>
<maml:description>
<maml:para>Specifies the name and/or path of the destination parent node.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allows the cmdlet to create destination parent node(s) if they're missing.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Node -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path,Iteration">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\**</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path,Iteration">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\**</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path,Iteration">
<maml:name>Iteration</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\**</dev:defaultValue>
</command:parameter>
<!-- Parameter: Destination -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1" aliases="MoveTo">
<maml:name>Destination</maml:name>
<maml:description>
<maml:para>Specifies the name and/or path of the destination parent node.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="false" position="1" aliases="MoveTo">
<maml:name>MoveTo</maml:name>
<maml:description>
<maml:para>Specifies the name and/or path of the destination parent node.</maml:para>
<maml:para>This is an alias of the Destination parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allows the cmdlet to create destination parent node(s) if they're missing.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WorkItemClassificationNode -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemClassificationNode</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<command:examples>
<command:example>
<maml:title>---------- EXAMPLE 1 ----------</maml:title>
<dev:code>PS> Get-TfsIteration</dev:code>
<dev:remarks>
<maml:para>Returns all aiterations in the currently connected Team Project (as defined by a previous call to Connect-TfsTeamProject)</maml:para>
<maml:para></maml:para>
</dev:remarks>
</command:example>
<command:example>
<maml:title>---------- EXAMPLE 2 ----------</maml:title>
<dev:code>PS> Get-TfsIteration '\\**\\Support' -Project Tailspin</dev:code>
<dev:remarks>
<maml:para>Performs a recursive search and returns all iterations named 'Support' that may exist in a team project called Tailspin</maml:para>
<maml:para></maml:para>
</dev:remarks>
</command:example>
</command:examples>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/AreasIterations/Move-TfsIteration</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: New-TfsIteration -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.AreasIterations">
<command:details>
<command:name>New-TfsIteration</command:name>
<command:verb>New</command:verb>
<command:noun>TfsIteration</command:noun>
<maml:description>
<maml:para>Creates a new Iteration in the given Team Project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>New-TfsIteration</maml:name>
<!-- Parameter: Node -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Iteration,Path">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the path of the new Iteration. When supplying a path, use a backslash ("\\") between the path segments. Leading and trailing backslashes are optional. The last segment in the path will be the iteration name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allows the cmdlet to create parent nodes if they're missing.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Node -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Iteration,Path">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the path of the new Iteration. When supplying a path, use a backslash ("\\") between the path segments. Leading and trailing backslashes are optional. The last segment in the path will be the iteration name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Iteration,Path">
<maml:name>Iteration</maml:name>
<maml:description>
<maml:para>Specifies the path of the new Iteration. When supplying a path, use a backslash ("\\") between the path segments. Leading and trailing backslashes are optional. The last segment in the path will be the iteration name.</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Iteration,Path">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the path of the new Iteration. When supplying a path, use a backslash ("\\") between the path segments. Leading and trailing backslashes are optional. The last segment in the path will be the iteration name.</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allows the cmdlet to create parent nodes if they're missing.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the path of the new Iteration. When supplying a path, use a backslash ("\\") between the path segments. Leading and trailing backslashes are optional. The last segment in the path will be the iteration name.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WorkItemClassificationNode -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemClassificationNode</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/AreasIterations/New-TfsIteration</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Remove-TfsIteration -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.AreasIterations">
<command:details>
<command:name>Remove-TfsIteration</command:name>
<command:verb>Remove</command:verb>
<command:noun>TfsIteration</command:noun>
<maml:description>
<maml:para>Deletes one or more Iterations from a given Team Project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Remove-TfsIteration</maml:name>
<!-- Parameter: Node -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Path,Iteration">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: MoveTo -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="1" aliases="NewPath">
<maml:name>MoveTo</maml:name>
<maml:description>
<maml:para>Specifies the new parent node for the work items currently assigned to the node being deleted, if any. When omitted, defaults to the root node (the "\" node, at the team project level).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Recurse -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Recurse</maml:name>
<maml:description>
<maml:para>Removes node(s) recursively.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Node -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Path,Iteration">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Path,Iteration">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Path,Iteration">
<maml:name>Iteration</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: MoveTo -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="1" aliases="NewPath">
<maml:name>MoveTo</maml:name>
<maml:description>
<maml:para>Specifies the new parent node for the work items currently assigned to the node being deleted, if any. When omitted, defaults to the root node (the "\" node, at the team project level).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="1" aliases="NewPath">
<maml:name>NewPath</maml:name>
<maml:description>
<maml:para>Specifies the new parent node for the work items currently assigned to the node being deleted, if any. When omitted, defaults to the root node (the "\" node, at the team project level).</maml:para>
<maml:para>This is an alias of the MoveTo parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\</dev:defaultValue>
</command:parameter>
<!-- Parameter: Recurse -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Recurse</maml:name>
<maml:description>
<maml:para>Removes node(s) recursively.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WorkItemClassificationNode -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemClassificationNode</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/AreasIterations/Remove-TfsIteration</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Rename-TfsIteration -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.AreasIterations">
<command:details>
<command:name>Rename-TfsIteration</command:name>
<command:verb>Rename</command:verb>
<command:noun>TfsIteration</command:noun>
<maml:description>
<maml:para>Renames a Iteration.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Rename-TfsIteration</maml:name>
<!-- Parameter: Node -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path,Iteration">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NewName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>NewName</maml:name>
<maml:description>
<maml:para>Specifies the new name of the item. Enter only a name - i.e., for items that support paths, do not enter a path and name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Node -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path,Iteration">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path,Iteration">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path,Iteration">
<maml:name>Iteration</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NewName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>NewName</maml:name>
<maml:description>
<maml:para>Specifies the new name of the item. Enter only a name - i.e., for items that support paths, do not enter a path and name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WorkItemClassificationNode -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemClassificationNode</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/AreasIterations/Rename-TfsIteration</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Set-TfsIteration -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.AreasIterations">
<command:details>
<command:name>Set-TfsIteration</command:name>
<command:verb>Set</command:verb>
<command:noun>TfsIteration</command:noun>
<maml:description>
<maml:para>Modifies the dates of an iteration.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Set-TfsIteration</maml:name>
<!-- Parameter: Node -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Path,Iteration">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: FinishDate -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>FinishDate</maml:name>
<maml:description>
<maml:para>Sets the finish date of the iteration. To clear the finish date, set it to $null. Note that when clearing a date, both must be cleared at the same time (i.e. setting both StartDate and FinishDate to $null).</maml:para>
</maml:description>
<command:parameterValue required="true">DateTime</command:parameterValue>
<dev:type>
<maml:name>System.DateTime</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: StartDate -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>StartDate</maml:name>
<maml:description>
<maml:para>Specifies the start date of the iteration. To clear the start date, set it to $null. Note that when clearing a date, both must be cleared at the same time (i.e. setting both StartDate and FinishDate to $null).</maml:para>
</maml:description>
<command:parameterValue required="true">DateTime</command:parameterValue>
<dev:type>
<maml:name>System.DateTime</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Node -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Path,Iteration">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Path,Iteration">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Path,Iteration">
<maml:name>Iteration</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: StartDate -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>StartDate</maml:name>
<maml:description>
<maml:para>Specifies the start date of the iteration. To clear the start date, set it to $null. Note that when clearing a date, both must be cleared at the same time (i.e. setting both StartDate and FinishDate to $null).</maml:para>
</maml:description>
<command:parameterValue required="true">DateTime</command:parameterValue>
<dev:type>
<maml:name>System.DateTime</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: FinishDate -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>FinishDate</maml:name>
<maml:description>
<maml:para>Sets the finish date of the iteration. To clear the finish date, set it to $null. Note that when clearing a date, both must be cleared at the same time (i.e. setting both StartDate and FinishDate to $null).</maml:para>
</maml:description>
<command:parameterValue required="true">DateTime</command:parameterValue>
<dev:type>
<maml:name>System.DateTime</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WorkItemClassificationNode -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemClassificationNode</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/AreasIterations/Set-TfsIteration</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Test-TfsIteration -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.AreasIterations">
<command:details>
<command:name>Test-TfsIteration</command:name>
<command:verb>Test</command:verb>
<command:noun>TfsIteration</command:noun>
<maml:description>
<maml:para>Determines whether the specified Iteration exist.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Test-TfsIteration</maml:name>
<!-- Parameter: Node -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Iteration,Path">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Node -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Iteration,Path">
<maml:name>Node</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Iteration,Path">
<maml:name>Iteration</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Iteration,Path">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
<maml:para>This is an alias of the Node parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name, URI or path of an Iteration. Wildcards are supported. When omitted, all Iterations in the given Team Project are returned.nnTo supply a path, use a backslash ('\') between the path segments. Leading and trailing backslashes are optional.nnWhen supplying a URI, use URIs in the form of 'vstfs:///Classification/Node/{GUID}' (where {GUID} is the unique identifier of the given node).</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/AreasIterations/Test-TfsIteration</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Export-TfsProcessTemplate -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="ProcessTemplate">
<command:details>
<command:name>Export-TfsProcessTemplate</command:name>
<command:verb>Export</command:verb>
<command:noun>TfsProcessTemplate</command:noun>
<maml:description>
<maml:para>Exports a XML-based process template definition to disk.</maml:para>
</maml:description>
</command:details>
<maml:description>
<maml:para>This cmdlet offers a functional replacement to the "Export Process Template" feature found in Team Explorer. All files pertaining to the specified process template (work item defininitons, reports, saved queries, process configuration and so on) are downloaded from the given Team Project Collection and saved in a local directory, preserving the directory structure required to later re-import it. This is specially handy to do small changes to a process template or to create a new process template based on an existing one.</maml:para>
</maml:description>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Export-TfsProcessTemplate</maml:name>
<!-- Parameter: ProcessTemplate -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0">
<maml:name>ProcessTemplate</maml:name>
<maml:description>
<maml:para>Specifies the name of the process template(s) to be exported. Wildcards are supported. When omitted, all process templates in the given project collection are exported.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: DestinationPath -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>DestinationPath</maml:name>
<maml:description>
<maml:para>Path to the target directory where the exported process template (and related files) will be saved. A folder with the process template name will be created under this path. When omitted, templates are exported in the current directory.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allows the cmdlet to overwrite an existing destination folder.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: NewDescription -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>NewDescription</maml:name>
<maml:description>
<maml:para>Saves the exported process template with a new description. Useful when exporting a base template which will be used as a basis for a new process template. When omitted, the original description is used.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NewName -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>NewName</maml:name>
<maml:description>
<maml:para>Saves the exported process template with a new name. Useful when exporting a base template which will be used as a basis for a new process template. When omitted, the original name is used.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: ProcessTemplate -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0">
<maml:name>ProcessTemplate</maml:name>
<maml:description>
<maml:para>Specifies the name of the process template(s) to be exported. Wildcards are supported. When omitted, all process templates in the given project collection are exported.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: DestinationPath -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>DestinationPath</maml:name>
<maml:description>
<maml:para>Path to the target directory where the exported process template (and related files) will be saved. A folder with the process template name will be created under this path. When omitted, templates are exported in the current directory.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NewName -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>NewName</maml:name>
<maml:description>
<maml:para>Saves the exported process template with a new name. Useful when exporting a base template which will be used as a basis for a new process template. When omitted, the original name is used.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NewDescription -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>NewDescription</maml:name>
<maml:description>
<maml:para>Saves the exported process template with a new description. Useful when exporting a base template which will be used as a basis for a new process template. When omitted, the original description is used.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allows the cmdlet to overwrite an existing destination folder.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues />
<command:examples>
<command:example>
<maml:title>---------- EXAMPLE 1 ----------</maml:title>
<dev:code>PS> Export-TfsProcessTemplate -Process "Scrum" -DestinationPath C:\PT -Collection http://vsalm:8080/tfs/DefaultCollection</dev:code>
<dev:remarks>
<maml:para>Exports the Scrum process template from the DefaultCollection project collection in the VSALM server, saving the template files to the C:\PT\Scrum directory in the local computer.</maml:para>
<maml:para></maml:para>
</dev:remarks>
</command:example>
<command:example>
<maml:title>---------- EXAMPLE 2 ----------</maml:title>
<dev:code>PS> Export-TfsProcessTemplate -Process "Scrum" -DestinationPath C:\PT -Collection http://vsalm:8080/tfs/DefaultCollection -NewName "MyScrum" -NewDescription "A customized version of the Scrum process template"</dev:code>
<dev:remarks>
<maml:para>Exports the Scrum process template from the DefaultCollection project collection in the VSALM server, saving the template files to the C:\PT\MyScrum directory in the local computer. Notice that the process template is being renamed from Scrum to MyScrum, so that it can be later reimported as a new process template instead of overwriting the original one.</maml:para>
<maml:para></maml:para>
</dev:remarks>
</command:example>
</command:examples>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/ProcessTemplate/Export-TfsProcessTemplate</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsProcessTemplate -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="ProcessTemplate">
<command:details>
<command:name>Get-TfsProcessTemplate</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsProcessTemplate</command:noun>
<maml:description>
<maml:para>Gets information from one or more process templates.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsProcessTemplate</maml:name>
<!-- Parameter: ProcessTemplate -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>ProcessTemplate</maml:name>
<maml:description>
<maml:para>Specifies the name of the process template(s) to be returned. Wildcards are supported. When omitted, all process templates in the given project collection are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: ProcessTemplate -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>ProcessTemplate</maml:name>
<maml:description>
<maml:para>Specifies the name of the process template(s) to be returned. Wildcards are supported. When omitted, all process templates in the given project collection are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the name of the process template(s) to be returned. Wildcards are supported. When omitted, all process templates in the given project collection are returned.</maml:para>
<maml:para>This is an alias of the ProcessTemplate parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes />
<command:returnValues>
<!-- OutputType: Process -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Core.WebApi.Process</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/ProcessTemplate/Get-TfsProcessTemplate</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Import-TfsProcessTemplate -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="ProcessTemplate">
<command:details>
<command:name>Import-TfsProcessTemplate</command:name>
<command:verb>Import</command:verb>
<command:noun>TfsProcessTemplate</command:noun>
<maml:description>
<maml:para>Imports a process template definition from disk.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Import-TfsProcessTemplate</maml:name>
<!-- Parameter: Path -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the folder containing the process template to be imported. This folder must contain the file ProcessTemplate.xml</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: State -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>State</maml:name>
<maml:description>
<maml:para>Specifies the state of the template after it is imported. When set to Invisible, the process template will not be listed in the server UI.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Visible</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Path -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the folder containing the process template to be imported. This folder must contain the file ProcessTemplate.xml</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: State -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>State</maml:name>
<maml:description>
<maml:para>Specifies the state of the template after it is imported. When set to Invisible, the process template will not be listed in the server UI.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Visible</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the folder containing the process template to be imported. This folder must contain the file ProcessTemplate.xml</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/ProcessTemplate/Import-TfsProcessTemplate</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: New-TfsProcessTemplate -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="ProcessTemplate">
<command:details>
<command:name>New-TfsProcessTemplate</command:name>
<command:verb>New</command:verb>
<command:noun>TfsProcessTemplate</command:noun>
<maml:description>
<maml:para>Creates a new inherited process.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>New-TfsProcessTemplate</maml:name>
<!-- Parameter: ProcessTemplate -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>ProcessTemplate</maml:name>
<maml:description>
<maml:para>Specifies the name of the process to create.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Description -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Description</maml:name>
<maml:description>
<maml:para>Specifies the description of the new process.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allows the cmdlet to overwrite an existing process.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Parent -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Parent</maml:name>
<maml:description>
<maml:para>Specifies the name of the parent process from which the new process will inherit.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: ReferenceName -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ReferenceName</maml:name>
<maml:description>
<maml:para>Specifies the reference name of the new process. When omitted, a random name will be automatically generated and assigned by the server.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: ProcessTemplate -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>ProcessTemplate</maml:name>
<maml:description>
<maml:para>Specifies the name of the process to create.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the name of the process to create.</maml:para>
<maml:para>This is an alias of the ProcessTemplate parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Description -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Description</maml:name>
<maml:description>
<maml:para>Specifies the description of the new process.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: ReferenceName -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ReferenceName</maml:name>
<maml:description>
<maml:para>Specifies the reference name of the new process. When omitted, a random name will be automatically generated and assigned by the server.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Parent -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Parent</maml:name>
<maml:description>
<maml:para>Specifies the name of the parent process from which the new process will inherit.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allows the cmdlet to overwrite an existing process.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes />
<command:returnValues>
<!-- OutputType: Process -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Core.WebApi.Process</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/ProcessTemplate/New-TfsProcessTemplate</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsRegisteredConfigurationServer -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="ConfigServer">
<command:details>
<command:name>Get-TfsRegisteredConfigurationServer</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsRegisteredConfigurationServer</command:noun>
<maml:description>
<maml:para>Gets one or more Team Foundation Server addresses registered in the current computer.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsRegisteredConfigurationServer</maml:name>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Name">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the name of a registered server. Wildcards are supported. When omitted, all registered servers are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Name">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the name of a registered server. Wildcards are supported. When omitted, all registered servers are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the name of a registered server. Wildcards are supported. When omitted, all registered servers are returned.</maml:para>
<maml:para>This is an alias of the Server parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of a registered server. Wildcards are supported. When omitted, all registered servers are returned.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: RegisteredConfigurationServer -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Client.RegisteredConfigurationServer</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/ConfigServer/Get-TfsRegisteredConfigurationServer</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsRegisteredTeamProjectCollection -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="TeamProjectCollection">
<command:details>
<command:name>Get-TfsRegisteredTeamProjectCollection</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsRegisteredTeamProjectCollection</command:noun>
<maml:description>
<maml:para>Gets one or more Team Project Collection addresses registered in the current computer.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsRegisteredTeamProjectCollection</maml:name>
</command:syntaxItem>
</command:syntax>
<command:parameters />
<command:inputTypes />
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/TeamProjectCollection/Get-TfsRegisteredTeamProjectCollection</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsReleaseDefinition -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Pipeline.ReleaseManagement">
<command:details>
<command:name>Get-TfsReleaseDefinition</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsReleaseDefinition</command:noun>
<maml:description>
<maml:para>Gets information from one or more release definitions in a team project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsReleaseDefinition</maml:name>
</command:syntaxItem>
</command:syntax>
<command:parameters />
<command:inputTypes />
<command:returnValues>
<!-- OutputType: ReleaseDefinition -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.ReleaseManagement.WebApi.ReleaseDefinition</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Pipeline/ReleaseManagement/Get-TfsReleaseDefinition</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsReleaseDefinitionFolder -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Pipeline.ReleaseManagement">
<command:details>
<command:name>Get-TfsReleaseDefinitionFolder</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsReleaseDefinitionFolder</command:noun>
<maml:description>
<maml:para>Gets one or more Release/pipeline definition folders in a team project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsReleaseDefinitionFolder</maml:name>
<!-- Parameter: Folder -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path">
<maml:name>Folder</maml:name>
<maml:description>
<maml:para>Specifies the folder path. Wildcards are supported. When omitted, all Release/pipeline folders in the supplied team project are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>**</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: QueryOrder -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>QueryOrder</maml:name>
<maml:description>
<maml:para>Specifies the query order. When omitted, defaults to None.</maml:para>
<maml:para>Possible values: None, Ascending, Descending</maml:para>
</maml:description>
<command:parameterValue required="true">FolderPathQueryOrder</command:parameterValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.ReleaseManagement.WebApi.FolderPathQueryOrder</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>None</dev:defaultValue>
<command:parameterValueGroup>
<command:parameterValue required="false" variableLength="false">None</command:parameterValue>
<command:parameterValue required="false" variableLength="false">Ascending</command:parameterValue>
<command:parameterValue required="false" variableLength="false">Descending</command:parameterValue>
</command:parameterValueGroup>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Folder -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path">
<maml:name>Folder</maml:name>
<maml:description>
<maml:para>Specifies the folder path. Wildcards are supported. When omitted, all Release/pipeline folders in the supplied team project are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>**</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the folder path. Wildcards are supported. When omitted, all Release/pipeline folders in the supplied team project are returned.</maml:para>
<maml:para>This is an alias of the Folder parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>**</dev:defaultValue>
</command:parameter>
<!-- Parameter: QueryOrder -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>QueryOrder</maml:name>
<maml:description>
<maml:para>Specifies the query order. When omitted, defaults to None.</maml:para>
<maml:para>Possible values: None, Ascending, Descending</maml:para>
</maml:description>
<command:parameterValue required="true">FolderPathQueryOrder</command:parameterValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.ReleaseManagement.WebApi.FolderPathQueryOrder</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>None</dev:defaultValue>
<command:parameterValueGroup>
<command:parameterValue required="false" variableLength="false">None</command:parameterValue>
<command:parameterValue required="false" variableLength="false">Ascending</command:parameterValue>
<command:parameterValue required="false" variableLength="false">Descending</command:parameterValue>
</command:parameterValueGroup>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: Folder -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.ReleaseManagement.WebApi.Folder</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Pipeline/ReleaseManagement/Get-TfsReleaseDefinitionFolder</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: New-TfsReleaseDefinitionFolder -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Pipeline.ReleaseManagement">
<command:details>
<command:name>New-TfsReleaseDefinitionFolder</command:name>
<command:verb>New</command:verb>
<command:noun>TfsReleaseDefinitionFolder</command:noun>
<maml:description>
<maml:para>Creates a new release definition folder.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>New-TfsReleaseDefinitionFolder</maml:name>
<!-- Parameter: Folder -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Path">
<maml:name>Folder</maml:name>
<maml:description>
<maml:para>Specifies the folder path. Wildcards are supported. When omitted, all Release/pipeline folders in the supplied team project are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>**</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Description -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Description</maml:name>
<maml:description>
<maml:para>Specifies the description of the new build/pipeline folder.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Folder -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Path">
<maml:name>Folder</maml:name>
<maml:description>
<maml:para>Specifies the folder path. Wildcards are supported. When omitted, all Release/pipeline folders in the supplied team project are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>**</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Path">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the folder path. Wildcards are supported. When omitted, all Release/pipeline folders in the supplied team project are returned.</maml:para>
<maml:para>This is an alias of the Folder parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>**</dev:defaultValue>
</command:parameter>
<!-- Parameter: Description -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Description</maml:name>
<maml:description>
<maml:para>Specifies the description of the new build/pipeline folder.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the folder path. Wildcards are supported. When omitted, all Release/pipeline folders in the supplied team project are returned.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: Folder -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.ReleaseManagement.WebApi.Folder</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Pipeline/ReleaseManagement/New-TfsReleaseDefinitionFolder</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Remove-TfsReleaseDefinitionFolder -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Pipeline.ReleaseManagement">
<command:details>
<command:name>Remove-TfsReleaseDefinitionFolder</command:name>
<command:verb>Remove</command:verb>
<command:noun>TfsReleaseDefinitionFolder</command:noun>
<maml:description>
<maml:para>Deletes one or more release definition folders.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Remove-TfsReleaseDefinitionFolder</maml:name>
<!-- Parameter: Folder -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path">
<maml:name>Folder</maml:name>
<maml:description>
<maml:para>Specifies the path of the release folder to delete. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Forces the exclusion of folders containing release definitions definitions. When omitted, only empty folders can be deleted.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Recurse -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Recurse</maml:name>
<maml:description>
<maml:para>Removes folders recursively. When omitted, folders with subfolders cannot be deleted.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Folder -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path">
<maml:name>Folder</maml:name>
<maml:description>
<maml:para>Specifies the path of the release folder to delete. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Path">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the path of the release folder to delete. Wildcards are supported.</maml:para>
<maml:para>This is an alias of the Folder parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Recurse -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Recurse</maml:name>
<maml:description>
<maml:para>Removes folders recursively. When omitted, folders with subfolders cannot be deleted.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Forces the exclusion of folders containing release definitions definitions. When omitted, only empty folders can be deleted.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the path of the release folder to delete. Wildcards are supported.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: Folder -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.ReleaseManagement.WebApi.Folder</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Pipeline/ReleaseManagement/Remove-TfsReleaseDefinitionFolder</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Invoke-TfsRestApi -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="RestApi">
<command:details>
<command:name>Invoke-TfsRestApi</command:name>
<command:verb>Invoke</command:verb>
<command:noun>TfsRestApi</command:noun>
<maml:description>
<maml:para>Invoke an Azure DevOps REST API.</maml:para>
</maml:description>
</command:details>
<maml:description>
<maml:para>Invoke-TfsRestApi can automatically parse an example URL from https://docs.microsoft.com/en-us/rest/api/azure/devops/ and replace its various tokens (such as {organization}, {project} and {team}) as long as collection / project / team information are available via either the their respective arguments in this command or the corresponding Connect-Tfs* cmdlet. HTTP method and API version are also automatically extracted from the supplied example, when available.</maml:para>
</maml:description>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Invoke-TfsRestApi</maml:name>
<!-- Parameter: Path -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the path of the REST API to call. Tipically it is the portion of the URL after the name of the collection/organization, i.e. in the URL https://dev.azure.com/{organization}/_apis/projects?api-version=5.1 the path is "/_apis/projects".</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: AdditionalHeaders -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>AdditionalHeaders</maml:name>
<maml:description>
<maml:para>Specifies a hashtable with additional HTTP headers to send to the API endpoint.</maml:para>
</maml:description>
<command:parameterValue required="true">Hashtable</command:parameterValue>
<dev:type>
<maml:name>System.Collections.Hashtable</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: ApiVersion -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ApiVersion</maml:name>
<maml:description>
<maml:para>Specifies the desired API version. When omitted, defaults to "4.1".</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>4.1</dev:defaultValue>
</command:parameter>
<!-- Parameter: AsTask -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>AsTask</maml:name>
<maml:description>
<maml:para>Returns the System.Threading.Tasks.Task object used to issue the asynchronous call to the API. The caller is responsible for finishing the asynchronous call by e.g. accessing the Result property.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Body -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="Content">
<maml:name>Body</maml:name>
<maml:description>
<maml:para>Specifies the request body to send to the API endpoint. Tipically contains the JSON payload required by the API.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Method -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Method</maml:name>
<maml:description>
<maml:para>Specifies the HTTP method to call the API endpoint. When omitted, defaults to "GET".</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>GET</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: QueryParameters -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>QueryParameters</maml:name>
<maml:description>
<maml:para>Specifies a hashtable with additional query parameters to send to the API endpoint.</maml:para>
</maml:description>
<command:parameterValue required="true">Hashtable</command:parameterValue>
<dev:type>
<maml:name>System.Collections.Hashtable</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Raw -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Raw</maml:name>
<maml:description>
<maml:para>Returns the API response as an unparsed string. If omitted, JSON responses will be parsed, converted and returned as objects (via ConvertFrom-Json).</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: RequestContentType -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>RequestContentType</maml:name>
<maml:description>
<maml:para>Specifies the request body content type to send to the API. When omitted, defaults to "application/json".</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>application/json</dev:defaultValue>
</command:parameter>
<!-- Parameter: ResponseContentType -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ResponseContentType</maml:name>
<maml:description>
<maml:para>Specifies the response body content type returned by the API. When omitted, defaults to "application/json".</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>application/json</dev:defaultValue>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: UseHost -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>UseHost</maml:name>
<maml:description>
<maml:para>Specifies an alternate host name for APIs not hosted in "dev.azure.com", e.g. "vsaex.dev.azure.com" or "vssps.dev.azure.com".</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Path -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies the path of the REST API to call. Tipically it is the portion of the URL after the name of the collection/organization, i.e. in the URL https://dev.azure.com/{organization}/_apis/projects?api-version=5.1 the path is "/_apis/projects".</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Method -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Method</maml:name>
<maml:description>
<maml:para>Specifies the HTTP method to call the API endpoint. When omitted, defaults to "GET".</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>GET</dev:defaultValue>
</command:parameter>
<!-- Parameter: Body -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="Content">
<maml:name>Body</maml:name>
<maml:description>
<maml:para>Specifies the request body to send to the API endpoint. Tipically contains the JSON payload required by the API.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="Content">
<maml:name>Content</maml:name>
<maml:description>
<maml:para>Specifies the request body to send to the API endpoint. Tipically contains the JSON payload required by the API.</maml:para>
<maml:para>This is an alias of the Body parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: RequestContentType -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>RequestContentType</maml:name>
<maml:description>
<maml:para>Specifies the request body content type to send to the API. When omitted, defaults to "application/json".</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>application/json</dev:defaultValue>
</command:parameter>
<!-- Parameter: ResponseContentType -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ResponseContentType</maml:name>
<maml:description>
<maml:para>Specifies the response body content type returned by the API. When omitted, defaults to "application/json".</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>application/json</dev:defaultValue>
</command:parameter>
<!-- Parameter: AdditionalHeaders -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>AdditionalHeaders</maml:name>
<maml:description>
<maml:para>Specifies a hashtable with additional HTTP headers to send to the API endpoint.</maml:para>
</maml:description>
<command:parameterValue required="true">Hashtable</command:parameterValue>
<dev:type>
<maml:name>System.Collections.Hashtable</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: QueryParameters -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>QueryParameters</maml:name>
<maml:description>
<maml:para>Specifies a hashtable with additional query parameters to send to the API endpoint.</maml:para>
</maml:description>
<command:parameterValue required="true">Hashtable</command:parameterValue>
<dev:type>
<maml:name>System.Collections.Hashtable</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: ApiVersion -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ApiVersion</maml:name>
<maml:description>
<maml:para>Specifies the desired API version. When omitted, defaults to "4.1".</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>4.1</dev:defaultValue>
</command:parameter>
<!-- Parameter: UseHost -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>UseHost</maml:name>
<maml:description>
<maml:para>Specifies an alternate host name for APIs not hosted in "dev.azure.com", e.g. "vsaex.dev.azure.com" or "vssps.dev.azure.com".</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Raw -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Raw</maml:name>
<maml:description>
<maml:para>Returns the API response as an unparsed string. If omitted, JSON responses will be parsed, converted and returned as objects (via ConvertFrom-Json).</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: AsTask -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>AsTask</maml:name>
<maml:description>
<maml:para>Returns the System.Threading.Tasks.Task object used to issue the asynchronous call to the API. The caller is responsible for finishing the asynchronous call by e.g. accessing the Result property.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes />
<command:returnValues />
<command:examples>
<command:example>
<maml:title>---------- EXAMPLE 1 ----------</maml:title>
<dev:code>PS> Invoke-TfsRestApi -Method GET -Path /_apis/projects -ApiVersion 4.1 -Collection DefaultCollection</dev:code>
<dev:remarks>
<maml:para>Calls a REST API that lists all team projects in a TFS collection named DefaultCollection</maml:para>
<maml:para></maml:para>
</dev:remarks>
</command:example>
<command:example>
<maml:title>---------- EXAMPLE 2 ----------</maml:title>
<dev:code>PS> Invoke-TfsRestApi 'GET https://extmgmt.dev.azure.com/{organization}/_apis/extensionmanagement/installedextensions?api-version=5.1-preview.1'</dev:code>
<dev:remarks>
<maml:para>Calls the API described by an example extracted from the docs.microsoft.com web site. HTTP method, host name and API version are all set based on the supplied values; Tokens {organization}, {project} and {team} are properly replaced with the corresponding values provided by the current connection context (via previous calls to Connect-TfsTeamProjectCollection, Connect-TfsTeamProject and/or Connect-TfsTeam).</maml:para>
<maml:para></maml:para>
</dev:remarks>
</command:example>
<command:example>
<maml:title>---------- EXAMPLE 3 ----------</maml:title>
<dev:code>PS> Invoke-TfsRestApi 'GET https://{instance}/{collection}/_apis/process/processes?api-version=4.1' -Collection http://vsalm:8080/tfs/DefaultCollection</dev:code>
<dev:remarks>
<maml:para>Calls an API in a TFS instance, parsing the example provided by the docs.microsoft.com web site.</maml:para>
<maml:para></maml:para>
</dev:remarks>
</command:example>
</command:examples>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/RestApi/Invoke-TfsRestApi</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsRestClient -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="RestApi">
<command:details>
<command:name>Get-TfsRestClient</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsRestClient</command:noun>
<maml:description>
<maml:para>Gets an Azure DevOps HTTP Client object instance.</maml:para>
</maml:description>
</command:details>
<maml:description>
<maml:para>Connection objects (Microsoft.VisualStudio.Services.Client.VssConnection in PowerShell Core, Microsoft.TeamFoundation.Client.TfsTeamProjectCollection in Windows PowerShell) provide access to many HTTP client objects such as Microsoft.TeamFoundation.WorkItemTracking.WebApi.WorkItemTrackingHttpClient that wrap many of the REST APIs exposed by Azure DevOps. Those clients inherit the authentication information supplied by their parent connection object and can be used as a more convenient mechanism to issue API calls.</maml:para>
</maml:description>
<command:syntax>
<!-- Parameter Set: Get by collection -->
<command:syntaxItem tfscmdlets:parameterSet="Get by collection">
<maml:name>Get-TfsRestClient</maml:name>
<!-- Parameter: TypeName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="Type">
<maml:name>TypeName</maml:name>
<maml:description>
<maml:para>Specifies the full type name (optionally including its assembly name) of the HTTP Client class to return.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Get by server -->
<command:syntaxItem tfscmdlets:parameterSet="Get by server">
<maml:name>Get-TfsRestClient</maml:name>
<!-- Parameter: TypeName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="Type">
<maml:name>TypeName</maml:name>
<maml:description>
<maml:para>Specifies the full type name (optionally including its assembly name) of the HTTP Client class to return.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: TypeName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="Type">
<maml:name>TypeName</maml:name>
<maml:description>
<maml:para>Specifies the full type name (optionally including its assembly name) of the HTTP Client class to return.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="Type">
<maml:name>Type</maml:name>
<maml:description>
<maml:para>Specifies the full type name (optionally including its assembly name) of the HTTP Client class to return.</maml:para>
<maml:para>This is an alias of the TypeName parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes />
<command:returnValues>
<!-- OutputType: VssHttpClientBase -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.WebApi.VssHttpClientBase</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/RestApi/Get-TfsRestClient</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsServiceHookConsumer -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="ServiceHook">
<command:details>
<command:name>Get-TfsServiceHookConsumer</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsServiceHookConsumer</command:noun>
<maml:description>
<maml:para>Gets one or more service hook consumers.</maml:para>
</maml:description>
</command:details>
<maml:description>
<maml:para>Service hook consumers are the services that can consume (receive) notifications triggered by Azure DevOps. Examples of consumers available out-of-box with Azure DevOps are Microsoft Teams, Slack, Trello ou the generic WebHook consumer. Use this cmdlet to list the available consumers and get the ID of the desired one to be able to manage service hook subscriptions.</maml:para>
</maml:description>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsServiceHookConsumer</maml:name>
<!-- Parameter: Consumer -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name,Id">
<maml:name>Consumer</maml:name>
<maml:description>
<maml:para>Specifies the name or ID of the service hook consumer to return. Wildcards are supported. When omitted, all service hook consumers registered in the given project collection/organization are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Consumer -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name,Id">
<maml:name>Consumer</maml:name>
<maml:description>
<maml:para>Specifies the name or ID of the service hook consumer to return. Wildcards are supported. When omitted, all service hook consumers registered in the given project collection/organization are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name,Id">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the name or ID of the service hook consumer to return. Wildcards are supported. When omitted, all service hook consumers registered in the given project collection/organization are returned.</maml:para>
<maml:para>This is an alias of the Consumer parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name,Id">
<maml:name>Id</maml:name>
<maml:description>
<maml:para>Specifies the name or ID of the service hook consumer to return. Wildcards are supported. When omitted, all service hook consumers registered in the given project collection/organization are returned.</maml:para>
<maml:para>This is an alias of the Consumer parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes />
<command:returnValues>
<!-- OutputType: Consumer -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.ServiceHooks.WebApi.Consumer</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/ServiceHook/Get-TfsServiceHookConsumer</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsServiceHookNotificationHistory -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="ServiceHook">
<command:details>
<command:name>Get-TfsServiceHookNotificationHistory</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsServiceHookNotificationHistory</command:noun>
<maml:description>
<maml:para>Gets the notification history for a given service hook subscription</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsServiceHookNotificationHistory</maml:name>
<!-- Parameter: Subscription -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Subscription</maml:name>
<maml:description>
<maml:para>Specifies the subscription to get the notification history from.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: From -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>From</maml:name>
<maml:description>
<maml:para>Specifies the beginning of a date interval to filter notifications on.</maml:para>
</maml:description>
<command:parameterValue required="true">DateTime</command:parameterValue>
<dev:type>
<maml:name>System.DateTime</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Status -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Status</maml:name>
<maml:description>
<maml:para>Specifies the notification status to filter on.</maml:para>
<maml:para>Possible values: Queued, Processing, RequestInProgress, Completed</maml:para>
</maml:description>
<command:parameterValue required="true">NotificationStatus</command:parameterValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.ServiceHooks.WebApi.NotificationStatus</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>0</dev:defaultValue>
<command:parameterValueGroup>
<command:parameterValue required="false" variableLength="false">Queued</command:parameterValue>
<command:parameterValue required="false" variableLength="false">Processing</command:parameterValue>
<command:parameterValue required="false" variableLength="false">RequestInProgress</command:parameterValue>
<command:parameterValue required="false" variableLength="false">Completed</command:parameterValue>
</command:parameterValueGroup>
</command:parameter>
<!-- Parameter: To -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>To</maml:name>
<maml:description>
<maml:para>Specifies the end of a date interval to filter notifications on.</maml:para>
</maml:description>
<command:parameterValue required="true">DateTime</command:parameterValue>
<dev:type>
<maml:name>System.DateTime</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Subscription -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Subscription</maml:name>
<maml:description>
<maml:para>Specifies the subscription to get the notification history from.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: From -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>From</maml:name>
<maml:description>
<maml:para>Specifies the beginning of a date interval to filter notifications on.</maml:para>
</maml:description>
<command:parameterValue required="true">DateTime</command:parameterValue>
<dev:type>
<maml:name>System.DateTime</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: To -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>To</maml:name>
<maml:description>
<maml:para>Specifies the end of a date interval to filter notifications on.</maml:para>
</maml:description>
<command:parameterValue required="true">DateTime</command:parameterValue>
<dev:type>
<maml:name>System.DateTime</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Status -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Status</maml:name>
<maml:description>
<maml:para>Specifies the notification status to filter on.</maml:para>
<maml:para>Possible values: Queued, Processing, RequestInProgress, Completed</maml:para>
</maml:description>
<command:parameterValue required="true">NotificationStatus</command:parameterValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.ServiceHooks.WebApi.NotificationStatus</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>0</dev:defaultValue>
<command:parameterValueGroup>
<command:parameterValue required="false" variableLength="false">Queued</command:parameterValue>
<command:parameterValue required="false" variableLength="false">Processing</command:parameterValue>
<command:parameterValue required="false" variableLength="false">RequestInProgress</command:parameterValue>
<command:parameterValue required="false" variableLength="false">Completed</command:parameterValue>
</command:parameterValueGroup>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the subscription to get the notification history from.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: Notification -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.ServiceHooks.WebApi.Notification</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/ServiceHook/Get-TfsServiceHookNotificationHistory</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsServiceHookPublisher -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="ServiceHook">
<command:details>
<command:name>Get-TfsServiceHookPublisher</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsServiceHookPublisher</command:noun>
<maml:description>
<maml:para>Gets one or more service hook publishers.</maml:para>
</maml:description>
</command:details>
<maml:description>
<maml:para>Service hook publishers are the components inside of Azure DevOps that can publish (send) notifications triggered by event such as "work item changed" or "build queued". Use this cmdlet to list the available publishers and get the ID of the desired one to be able to manage service hook subscriptions.</maml:para>
</maml:description>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsServiceHookPublisher</maml:name>
<!-- Parameter: Publisher -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name,Id">
<maml:name>Publisher</maml:name>
<maml:description>
<maml:para>Specifies the name or ID of the service hook publisher to return. Wildcards are supported. When omitted, returns all service hook consumers currently supported the current by Azure DevOps organization / TFS collection.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Publisher -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name,Id">
<maml:name>Publisher</maml:name>
<maml:description>
<maml:para>Specifies the name or ID of the service hook publisher to return. Wildcards are supported. When omitted, returns all service hook consumers currently supported the current by Azure DevOps organization / TFS collection.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name,Id">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the name or ID of the service hook publisher to return. Wildcards are supported. When omitted, returns all service hook consumers currently supported the current by Azure DevOps organization / TFS collection.</maml:para>
<maml:para>This is an alias of the Publisher parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name,Id">
<maml:name>Id</maml:name>
<maml:description>
<maml:para>Specifies the name or ID of the service hook publisher to return. Wildcards are supported. When omitted, returns all service hook consumers currently supported the current by Azure DevOps organization / TFS collection.</maml:para>
<maml:para>This is an alias of the Publisher parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes />
<command:returnValues>
<!-- OutputType: Publisher -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.ServiceHooks.WebApi.Publisher</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/ServiceHook/Get-TfsServiceHookPublisher</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsServiceHookSubscription -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="ServiceHook">
<command:details>
<command:name>Get-TfsServiceHookSubscription</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsServiceHookSubscription</command:noun>
<maml:description>
<maml:para>Gets one or more service hook subscriptions</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsServiceHookSubscription</maml:name>
<!-- Parameter: Subscription -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Subscription</maml:name>
<maml:description>
<maml:para>Specifies the name ("action description") of the subscription. Wildcards are supported. When omitted, returns all service hook subscriptions in the given team project collection.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Consumer -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Consumer</maml:name>
<maml:description>
<maml:para>Specifies the name or ID of the service hook consumer to filter subscriptions by. When omitted, returns all subscriptions regardless of their consumers.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: EventType -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>EventType</maml:name>
<maml:description>
<maml:para>Specifies the event type to filter subscriptions by. When omitted, returns all subscriptions regardless of their event types.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Publisher -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Publisher</maml:name>
<maml:description>
<maml:para>Specifies the name or ID of the service hook publisher to filter subscriptions by. When omitted, returns all subscriptions regardless of their publishers.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Subscription -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Subscription</maml:name>
<maml:description>
<maml:para>Specifies the name ("action description") of the subscription. Wildcards are supported. When omitted, returns all service hook subscriptions in the given team project collection.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the name ("action description") of the subscription. Wildcards are supported. When omitted, returns all service hook subscriptions in the given team project collection.</maml:para>
<maml:para>This is an alias of the Subscription parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Publisher -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Publisher</maml:name>
<maml:description>
<maml:para>Specifies the name or ID of the service hook publisher to filter subscriptions by. When omitted, returns all subscriptions regardless of their publishers.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Consumer -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Consumer</maml:name>
<maml:description>
<maml:para>Specifies the name or ID of the service hook consumer to filter subscriptions by. When omitted, returns all subscriptions regardless of their consumers.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: EventType -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>EventType</maml:name>
<maml:description>
<maml:para>Specifies the event type to filter subscriptions by. When omitted, returns all subscriptions regardless of their event types.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes />
<command:returnValues>
<!-- OutputType: Subscription -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.ServiceHooks.WebApi.Subscription</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/ServiceHook/Get-TfsServiceHookSubscription</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Enter-TfsShell -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Shell">
<command:details>
<command:name>Enter-TfsShell</command:name>
<command:verb>Enter</command:verb>
<command:noun>TfsShell</command:noun>
<maml:description>
<maml:para>Activates the Azure DevOps Shell</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Enter-TfsShell</maml:name>
<!-- Parameter: DoNotClearHost -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>DoNotClearHost</maml:name>
<maml:description>
<maml:para>Do not clear the host screen when activating the Azure DevOps Shell. When set, the prompt is enabled without clearing the screen.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: NoLogo -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>NoLogo</maml:name>
<maml:description>
<maml:para>Do not show the version banner when activating the Azure DevOps Shell.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: WindowTitle -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>WindowTitle</maml:name>
<maml:description>
<maml:para>Specifies the shell window title. If omitted, defaults to "Azure DevOps Shell".</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Azure DevOps Shell</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: WindowTitle -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>WindowTitle</maml:name>
<maml:description>
<maml:para>Specifies the shell window title. If omitted, defaults to "Azure DevOps Shell".</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Azure DevOps Shell</dev:defaultValue>
</command:parameter>
<!-- Parameter: DoNotClearHost -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>DoNotClearHost</maml:name>
<maml:description>
<maml:para>Do not clear the host screen when activating the Azure DevOps Shell. When set, the prompt is enabled without clearing the screen.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: NoLogo -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>NoLogo</maml:name>
<maml:description>
<maml:para>Do not show the version banner when activating the Azure DevOps Shell.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes />
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Shell/Enter-TfsShell</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Exit-TfsShell -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Shell">
<command:details>
<command:name>Exit-TfsShell</command:name>
<command:verb>Exit</command:verb>
<command:noun>TfsShell</command:noun>
<maml:description>
<maml:para>Deactivates the Azure DevOps Shell</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Exit-TfsShell</maml:name>
</command:syntaxItem>
</command:syntax>
<command:parameters />
<command:inputTypes />
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Shell/Exit-TfsShell</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Connect-TfsTeam -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Connection">
<command:details>
<command:name>Connect-TfsTeam</command:name>
<command:verb>Connect</command:verb>
<command:noun>TfsTeam</command:noun>
<maml:description>
<maml:para>Connects to a team.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: Cached credentials -->
<command:syntaxItem tfscmdlets:parameterSet="Cached credentials">
<maml:name>Connect-TfsTeam</maml:name>
<!-- Parameter: Team -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Cached -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Cached</maml:name>
<maml:description>
<maml:para>Specifies that cached (default) credentials should be used when possible/available.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: User name and password -->
<command:syntaxItem tfscmdlets:parameterSet="User name and password">
<maml:name>Connect-TfsTeam</maml:name>
<!-- Parameter: Team -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: UserName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>UserName</maml:name>
<maml:description>
<maml:para>Specifies a user name for authentication modes (such as Basic) that support username/password-based credentials. Must be used in conjunction with the -Password argument</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Password -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="2">
<maml:name>Password</maml:name>
<maml:description>
<maml:para>Specifies a password for authentication modes (such as Basic) that support username/password-based credentials. Must be used in conjunction with the -UserName argument</maml:para>
</maml:description>
<command:parameterValue required="true">SecureString</command:parameterValue>
<dev:type>
<maml:name>System.Security.SecureString</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Credential object -->
<command:syntaxItem tfscmdlets:parameterSet="Credential object">
<maml:name>Connect-TfsTeam</maml:name>
<!-- Parameter: Team -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Credential -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Credential</maml:name>
<maml:description>
<maml:para>Specifies a user account that has permission to perform this action. To provide a user name and password, a Personal Access Token, and/or to open a input dialog to enter your credentials, call Get-TfsCredential with the appropriate arguments and pass its return to this argument.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Personal Access Token -->
<command:syntaxItem tfscmdlets:parameterSet="Personal Access Token">
<maml:name>Connect-TfsTeam</maml:name>
<!-- Parameter: Team -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: PersonalAccessToken -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Pat">
<maml:name>PersonalAccessToken</maml:name>
<maml:description>
<maml:para>Specifies a personal access token, used as an alternate credential, to authenticate to Azure DevOps</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Prompt for credential -->
<command:syntaxItem tfscmdlets:parameterSet="Prompt for credential">
<maml:name>Connect-TfsTeam</maml:name>
<!-- Parameter: Team -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Interactive -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Interactive</maml:name>
<maml:description>
<maml:para>Prompts for user credentials. Can be used for any Team Foundation Server or Azure DevOps account - the proper login dialog is automatically selected. Should only be used in an interactive PowerShell session (i.e., a PowerShell terminal window), never in an unattended script (such as those executed during an automated build). Currently it is only supported in Windows PowerShell.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Team -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Cached -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Cached</maml:name>
<maml:description>
<maml:para>Specifies that cached (default) credentials should be used when possible/available.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: UserName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>UserName</maml:name>
<maml:description>
<maml:para>Specifies a user name for authentication modes (such as Basic) that support username/password-based credentials. Must be used in conjunction with the -Password argument</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Password -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="2">
<maml:name>Password</maml:name>
<maml:description>
<maml:para>Specifies a password for authentication modes (such as Basic) that support username/password-based credentials. Must be used in conjunction with the -UserName argument</maml:para>
</maml:description>
<command:parameterValue required="true">SecureString</command:parameterValue>
<dev:type>
<maml:name>System.Security.SecureString</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Credential -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Credential</maml:name>
<maml:description>
<maml:para>Specifies a user account that has permission to perform this action. To provide a user name and password, a Personal Access Token, and/or to open a input dialog to enter your credentials, call Get-TfsCredential with the appropriate arguments and pass its return to this argument.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: PersonalAccessToken -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Pat">
<maml:name>PersonalAccessToken</maml:name>
<maml:description>
<maml:para>Specifies a personal access token, used as an alternate credential, to authenticate to Azure DevOps</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Pat">
<maml:name>Pat</maml:name>
<maml:description>
<maml:para>Specifies a personal access token, used as an alternate credential, to authenticate to Azure DevOps</maml:para>
<maml:para>This is an alias of the PersonalAccessToken parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Interactive -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Interactive</maml:name>
<maml:description>
<maml:para>Prompts for user credentials. Can be used for any Team Foundation Server or Azure DevOps account - the proper login dialog is automatically selected. Should only be used in an interactive PowerShell session (i.e., a PowerShell terminal window), never in an unattended script (such as those executed during an automated build). Currently it is only supported in Windows PowerShell.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WebApiTeam -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Core.WebApi.WebApiTeam</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Connection/Connect-TfsTeam</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Disconnect-TfsTeam -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Connection">
<command:details>
<command:name>Disconnect-TfsTeam</command:name>
<command:verb>Disconnect</command:verb>
<command:noun>TfsTeam</command:noun>
<maml:description>
<maml:para>Disconnects from the currently connected team.</maml:para>
</maml:description>
</command:details>
<maml:description>
<maml:para>The Disconnect-TfsTeam cmdlet removes the connection previously set by its counterpart Connect-TfsTeam. Therefore, cmdlets relying on a "default team" as provided by "Get-TfsTeam -Current" will no longer work after a call to this cmdlet, unless their -Team argument is provided or a new call to Connect-TfsTeam is made.</maml:para>
</maml:description>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Disconnect-TfsTeam</maml:name>
</command:syntaxItem>
</command:syntax>
<command:parameters />
<command:inputTypes />
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Connection/Disconnect-TfsTeam</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsTeam -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Team">
<command:details>
<command:name>Get-TfsTeam</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsTeam</command:noun>
<maml:description>
<maml:para>Gets information about one or more teams.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: Get by team -->
<command:syntaxItem tfscmdlets:parameterSet="Get by team">
<maml:name>Get-TfsTeam</maml:name>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the team to return. Accepted values are its name, its ID, or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object. Wildcards are supported. When omitted, all teams in the given team project are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: IncludeSettings -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IncludeSettings</maml:name>
<maml:description>
<maml:para>Gets the team's backlog settings (fills the Settings property with a Microsoft.TeamFoundation.Work.WebApi.TeamSetting object)</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: QueryMembership -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>QueryMembership</maml:name>
<maml:description>
<maml:para>Get team members (fills the Members property with a list of Microsoft.VisualStudio.Services.WebApi.TeamMember objects). When omitted, only basic team information (such as name, description and ID) are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Get current -->
<command:syntaxItem tfscmdlets:parameterSet="Get current">
<maml:name>Get-TfsTeam</maml:name>
<!-- Parameter: Current -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Current</maml:name>
<maml:description>
<maml:para>Returns the team specified in the last call to Connect-TfsTeam (i.e. the "current" team)</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: IncludeSettings -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IncludeSettings</maml:name>
<maml:description>
<maml:para>Gets the team's backlog settings (fills the Settings property with a Microsoft.TeamFoundation.Work.WebApi.TeamSetting object)</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: QueryMembership -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>QueryMembership</maml:name>
<maml:description>
<maml:para>Get team members (fills the Members property with a list of Microsoft.VisualStudio.Services.WebApi.TeamMember objects). When omitted, only basic team information (such as name, description and ID) are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Get default team -->
<command:syntaxItem tfscmdlets:parameterSet="Get default team">
<maml:name>Get-TfsTeam</maml:name>
<!-- Parameter: Default -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Default</maml:name>
<maml:description>
<maml:para>Returns the default team in the given team project.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: IncludeSettings -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IncludeSettings</maml:name>
<maml:description>
<maml:para>Gets the team's backlog settings (fills the Settings property with a Microsoft.TeamFoundation.Work.WebApi.TeamSetting object)</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: QueryMembership -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>QueryMembership</maml:name>
<maml:description>
<maml:para>Get team members (fills the Members property with a list of Microsoft.VisualStudio.Services.WebApi.TeamMember objects). When omitted, only basic team information (such as name, description and ID) are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the team to return. Accepted values are its name, its ID, or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object. Wildcards are supported. When omitted, all teams in the given team project are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the team to return. Accepted values are its name, its ID, or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object. Wildcards are supported. When omitted, all teams in the given team project are returned.</maml:para>
<maml:para>This is an alias of the Team parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: QueryMembership -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>QueryMembership</maml:name>
<maml:description>
<maml:para>Get team members (fills the Members property with a list of Microsoft.VisualStudio.Services.WebApi.TeamMember objects). When omitted, only basic team information (such as name, description and ID) are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: IncludeSettings -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IncludeSettings</maml:name>
<maml:description>
<maml:para>Gets the team's backlog settings (fills the Settings property with a Microsoft.TeamFoundation.Work.WebApi.TeamSetting object)</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Current -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Current</maml:name>
<maml:description>
<maml:para>Returns the team specified in the last call to Connect-TfsTeam (i.e. the "current" team)</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Default -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Default</maml:name>
<maml:description>
<maml:para>Returns the default team in the given team project.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WebApiTeam -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Core.WebApi.WebApiTeam</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Team/Get-TfsTeam</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: New-TfsTeam -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Team">
<command:details>
<command:name>New-TfsTeam</command:name>
<command:verb>New</command:verb>
<command:noun>TfsTeam</command:noun>
<maml:description>
<maml:para>Creates a new team.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>New-TfsTeam</maml:name>
<!-- Parameter: Team -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Name">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the new team.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: BacklogIteration -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BacklogIteration</maml:name>
<maml:description>
<maml:para>Specifies the team's backlog iteration path. When omitted, defaults to the team project's root iteration.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: DefaultAreaPath -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="TeamFieldValue">
<maml:name>DefaultAreaPath</maml:name>
<maml:description>
<maml:para>Specifies the team's default area path (or "team field"). The default area path is assigned automatically to all work items created in a team's backlog and/or board. When omitted, an area path may still be associated to this team depending on whether NoAutomaticAreaPath is set</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: DefaultIterationMacro -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>DefaultIterationMacro</maml:name>
<maml:description>
<maml:para>Specifies the default iteration macro. When omitted, defaults to "@CurrentIteration".</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>@CurrentIteration</dev:defaultValue>
</command:parameter>
<!-- Parameter: Description -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Description</maml:name>
<maml:description>
<maml:para>Specifies a description of the new team.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: IterationPaths -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IterationPaths</maml:name>
<maml:description>
<maml:para>Specifies the backlog iteration paths that are associated with this team. Provide a list of iteration paths in the form '/path1/path2'.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NoBacklogIteration -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>NoBacklogIteration</maml:name>
<maml:description>
<maml:para>Do not associate an iteration path automatically to the new team. When omitted, an iteration path is created (if needed) and then is set as the default backlog iteration</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: NoDefaultArea -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>NoDefaultArea</maml:name>
<maml:description>
<maml:para>Do not associate an area path automatically to the new team. When omitted, an area path is created (if needed) and then is set as the default area path / team field</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Team -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Name">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the new team.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the name of the new team.</maml:para>
<maml:para>This is an alias of the Team parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: DefaultAreaPath -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="TeamFieldValue">
<maml:name>DefaultAreaPath</maml:name>
<maml:description>
<maml:para>Specifies the team's default area path (or "team field"). The default area path is assigned automatically to all work items created in a team's backlog and/or board. When omitted, an area path may still be associated to this team depending on whether NoAutomaticAreaPath is set</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="TeamFieldValue">
<maml:name>TeamFieldValue</maml:name>
<maml:description>
<maml:para>Specifies the team's default area path (or "team field"). The default area path is assigned automatically to all work items created in a team's backlog and/or board. When omitted, an area path may still be associated to this team depending on whether NoAutomaticAreaPath is set</maml:para>
<maml:para>This is an alias of the DefaultAreaPath parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NoDefaultArea -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>NoDefaultArea</maml:name>
<maml:description>
<maml:para>Do not associate an area path automatically to the new team. When omitted, an area path is created (if needed) and then is set as the default area path / team field</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: BacklogIteration -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BacklogIteration</maml:name>
<maml:description>
<maml:para>Specifies the team's backlog iteration path. When omitted, defaults to the team project's root iteration.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\</dev:defaultValue>
</command:parameter>
<!-- Parameter: IterationPaths -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IterationPaths</maml:name>
<maml:description>
<maml:para>Specifies the backlog iteration paths that are associated with this team. Provide a list of iteration paths in the form '/path1/path2'.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: DefaultIterationMacro -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>DefaultIterationMacro</maml:name>
<maml:description>
<maml:para>Specifies the default iteration macro. When omitted, defaults to "@CurrentIteration".</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>@CurrentIteration</dev:defaultValue>
</command:parameter>
<!-- Parameter: NoBacklogIteration -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>NoBacklogIteration</maml:name>
<maml:description>
<maml:para>Do not associate an iteration path automatically to the new team. When omitted, an iteration path is created (if needed) and then is set as the default backlog iteration</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Description -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Description</maml:name>
<maml:description>
<maml:para>Specifies a description of the new team.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the new team.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WebApiTeam -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Core.WebApi.WebApiTeam</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Team/New-TfsTeam</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Remove-TfsTeam -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Team">
<command:details>
<command:name>Remove-TfsTeam</command:name>
<command:verb>Remove</command:verb>
<command:noun>TfsTeam</command:noun>
<maml:description>
<maml:para>Deletes a team.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Remove-TfsTeam</maml:name>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Name">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Name">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
<maml:para>This is an alias of the Team parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WebApiTeam -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Core.WebApi.WebApiTeam</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Team/Remove-TfsTeam</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Rename-TfsTeam -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Team">
<command:details>
<command:name>Rename-TfsTeam</command:name>
<command:verb>Rename</command:verb>
<command:noun>TfsTeam</command:noun>
<maml:description>
<maml:para>Renames a team.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Rename-TfsTeam</maml:name>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Name">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NewName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>NewName</maml:name>
<maml:description>
<maml:para>Specifies the new name of the item. Enter only a name - i.e., for items that support paths, do not enter a path and name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Name">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
<maml:para>This is an alias of the Team parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NewName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>NewName</maml:name>
<maml:description>
<maml:para>Specifies the new name of the item. Enter only a name - i.e., for items that support paths, do not enter a path and name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WebApiTeam -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Core.WebApi.WebApiTeam</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Team/Rename-TfsTeam</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Set-TfsTeam -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Team">
<command:details>
<command:name>Set-TfsTeam</command:name>
<command:verb>Set</command:verb>
<command:noun>TfsTeam</command:noun>
<maml:description>
<maml:para>Changes the details of a team.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Set-TfsTeam</maml:name>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Name">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: AreaPaths -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>AreaPaths</maml:name>
<maml:description>
<maml:para>Specifies the backlog area paths that are associated with this team. Provide a list of area paths in the form '/path1/path2/[*]'. When the path ends with an asterisk, all child area path will be included recursively. Otherwise, only the area itself (without its children) will be included.</maml:para>
</maml:description>
<command:parameterValue required="true">IEnumerable`1</command:parameterValue>
<dev:type>
<maml:name>System.Collections.Generic.IEnumerable`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: BacklogIteration -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BacklogIteration</maml:name>
<maml:description>
<maml:para>Specifies the team's backlog iteration path. When omitted, defaults to the team project's root iteration.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\</dev:defaultValue>
</command:parameter>
<!-- Parameter: BacklogVisibilities -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BacklogVisibilities</maml:name>
<maml:description>
<maml:para>Specifies which backlog levels (e.g. Epics, Features, Stories) should be visible.</maml:para>
</maml:description>
<command:parameterValue required="true">Hashtable</command:parameterValue>
<dev:type>
<maml:name>System.Collections.Hashtable</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: BugsBehavior -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BugsBehavior</maml:name>
<maml:description>
<maml:para>Specifies how bugs should behave when added to a board.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Default -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Default</maml:name>
<maml:description>
<maml:para>Sets the supplied team as the default team project team.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: DefaultAreaPath -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="TeamFieldValue">
<maml:name>DefaultAreaPath</maml:name>
<maml:description>
<maml:para>Specifies the team's default area path (or "team field"). The default area path is assigned automatically to all work items created in a team's backlog and/or board.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: DefaultIterationMacro -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>DefaultIterationMacro</maml:name>
<maml:description>
<maml:para>Specifies the default iteration macro. When omitted, defaults to "@CurrentIteration".</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>@CurrentIteration</dev:defaultValue>
</command:parameter>
<!-- Parameter: Description -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Description</maml:name>
<maml:description>
<maml:para>Specifies a new description</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: IterationPaths -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IterationPaths</maml:name>
<maml:description>
<maml:para>Specifies the backlog iteration paths that are associated with this team. Provide a list of iteration paths in the form '/path1/path2'.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: WorkingDays -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>WorkingDays</maml:name>
<maml:description>
<maml:para>Specifies the team's Working Days. When omitted, defaults to Monday thru Friday</maml:para>
</maml:description>
<command:parameterValue required="true">IEnumerable`1</command:parameterValue>
<dev:type>
<maml:name>System.Collections.Generic.IEnumerable`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>monday, tuesday, wednesday, thursday, friday</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Name">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
<maml:para>This is an alias of the Team parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Description -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Description</maml:name>
<maml:description>
<maml:para>Specifies a new description</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: DefaultAreaPath -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="TeamFieldValue">
<maml:name>DefaultAreaPath</maml:name>
<maml:description>
<maml:para>Specifies the team's default area path (or "team field"). The default area path is assigned automatically to all work items created in a team's backlog and/or board.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="TeamFieldValue">
<maml:name>TeamFieldValue</maml:name>
<maml:description>
<maml:para>Specifies the team's default area path (or "team field"). The default area path is assigned automatically to all work items created in a team's backlog and/or board.</maml:para>
<maml:para>This is an alias of the DefaultAreaPath parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: AreaPaths -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>AreaPaths</maml:name>
<maml:description>
<maml:para>Specifies the backlog area paths that are associated with this team. Provide a list of area paths in the form '/path1/path2/[*]'. When the path ends with an asterisk, all child area path will be included recursively. Otherwise, only the area itself (without its children) will be included.</maml:para>
</maml:description>
<command:parameterValue required="true">IEnumerable`1</command:parameterValue>
<dev:type>
<maml:name>System.Collections.Generic.IEnumerable`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: BacklogIteration -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BacklogIteration</maml:name>
<maml:description>
<maml:para>Specifies the team's backlog iteration path. When omitted, defaults to the team project's root iteration.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>\</dev:defaultValue>
</command:parameter>
<!-- Parameter: IterationPaths -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IterationPaths</maml:name>
<maml:description>
<maml:para>Specifies the backlog iteration paths that are associated with this team. Provide a list of iteration paths in the form '/path1/path2'.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: DefaultIterationMacro -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>DefaultIterationMacro</maml:name>
<maml:description>
<maml:para>Specifies the default iteration macro. When omitted, defaults to "@CurrentIteration".</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>@CurrentIteration</dev:defaultValue>
</command:parameter>
<!-- Parameter: BugsBehavior -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BugsBehavior</maml:name>
<maml:description>
<maml:para>Specifies how bugs should behave when added to a board.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: BacklogVisibilities -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BacklogVisibilities</maml:name>
<maml:description>
<maml:para>Specifies which backlog levels (e.g. Epics, Features, Stories) should be visible.</maml:para>
</maml:description>
<command:parameterValue required="true">Hashtable</command:parameterValue>
<dev:type>
<maml:name>System.Collections.Hashtable</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Default -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Default</maml:name>
<maml:description>
<maml:para>Sets the supplied team as the default team project team.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: WorkingDays -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>WorkingDays</maml:name>
<maml:description>
<maml:para>Specifies the team's Working Days. When omitted, defaults to Monday thru Friday</maml:para>
</maml:description>
<command:parameterValue required="true">IEnumerable`1</command:parameterValue>
<dev:type>
<maml:name>System.Collections.Generic.IEnumerable`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>monday, tuesday, wednesday, thursday, friday</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WebApiTeam -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Core.WebApi.WebApiTeam</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Team/Set-TfsTeam</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Add-TfsTeamAdmin -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Team.TeamAdmin">
<command:details>
<command:name>Add-TfsTeamAdmin</command:name>
<command:verb>Add</command:verb>
<command:noun>TfsTeamAdmin</command:noun>
<maml:description>
<maml:para>Adds a new administrator to a team.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Add-TfsTeamAdmin</maml:name>
<!-- Parameter: Admin -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Admin</maml:name>
<maml:description>
<maml:para>Specifies the administrator to add to the given team.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="1">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Admin -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Admin</maml:name>
<maml:description>
<maml:para>Specifies the administrator to add to the given team.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="1">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the administrator to add to the given team.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: TeamAdmins -->
<command:returnValue>
<dev:type>
<maml:name>TfsCmdlets.HttpClient.TeamAdmins</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Team/TeamAdmin/Add-TfsTeamAdmin</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsTeamAdmin -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Team.TeamAdmin">
<command:details>
<command:name>Get-TfsTeamAdmin</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsTeamAdmin</command:noun>
<maml:description>
<maml:para>Gets the administrators of a team.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsTeamAdmin</maml:name>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Admin -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="1">
<maml:name>Admin</maml:name>
<maml:description>
<maml:para>Specifies the administrator to get from the given team. Wildcards are supported. When omitted, all administrators are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Admin -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="1">
<maml:name>Admin</maml:name>
<maml:description>
<maml:para>Specifies the administrator to get from the given team. Wildcards are supported. When omitted, all administrators are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: Identity -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.Identity.Identity</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Team/TeamAdmin/Get-TfsTeamAdmin</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Remove-TfsTeamAdmin -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Team.TeamAdmin">
<command:details>
<command:name>Remove-TfsTeamAdmin</command:name>
<command:verb>Remove</command:verb>
<command:noun>TfsTeamAdmin</command:noun>
<maml:description>
<maml:para>Removes an administrator from a team.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Remove-TfsTeamAdmin</maml:name>
<!-- Parameter: Admin -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Admin</maml:name>
<maml:description>
<maml:para>Specifies the administrator to remove from the team.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="1">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Admin -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Admin</maml:name>
<maml:description>
<maml:para>Specifies the administrator to remove from the team.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="1">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the administrator to remove from the team.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: TeamAdmins -->
<command:returnValue>
<dev:type>
<maml:name>TfsCmdlets.HttpClient.TeamAdmins</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Team/TeamAdmin/Remove-TfsTeamAdmin</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsTeamBacklogLevel -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Team.Backlog">
<command:details>
<command:name>Get-TfsTeamBacklogLevel</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsTeamBacklogLevel</command:noun>
<maml:description>
<maml:para>Gets information about one or more backlog levels of a given team.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsTeamBacklogLevel</maml:name>
<!-- Parameter: Backlog -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Backlog</maml:name>
<maml:description>
<maml:para>Specifies one or more backlog level configurations to be returned. Valid values are the name (e.g. "Stories") or the ID (e.g. "Microsoft.RequirementCategory") of the backlog level to return. Wilcards are supported. When omitted, returns all backlogs levels of the given team.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Backlog -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Backlog</maml:name>
<maml:description>
<maml:para>Specifies one or more backlog level configurations to be returned. Valid values are the name (e.g. "Stories") or the ID (e.g. "Microsoft.RequirementCategory") of the backlog level to return. Wilcards are supported. When omitted, returns all backlogs levels of the given team.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies one or more backlog level configurations to be returned. Valid values are the name (e.g. "Stories") or the ID (e.g. "Microsoft.RequirementCategory") of the backlog level to return. Wilcards are supported. When omitted, returns all backlogs levels of the given team.</maml:para>
<maml:para>This is an alias of the Backlog parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: BacklogLevelConfiguration -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Work.WebApi.BacklogLevelConfiguration</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Team/Backlog/Get-TfsTeamBacklogLevel</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsTeamBoard -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Team.Board">
<command:details>
<command:name>Get-TfsTeamBoard</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsTeamBoard</command:noun>
<maml:description>
<maml:para>Gets one or more team boards.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsTeamBoard</maml:name>
<!-- Parameter: Board -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Board</maml:name>
<maml:description>
<maml:para>Specifies the board name. Wildcards are supported. When omitted, returns all boards in the given team.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Board -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Board</maml:name>
<maml:description>
<maml:para>Specifies the board name. Wildcards are supported. When omitted, returns all boards in the given team.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the board name. Wildcards are supported. When omitted, returns all boards in the given team.</maml:para>
<maml:para>This is an alias of the Board parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: Board -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Work.WebApi.Board</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Team/Board/Get-TfsTeamBoard</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsTeamBoardCardRule -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Team.Board">
<command:details>
<command:name>Get-TfsTeamBoardCardRule</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsTeamBoardCardRule</command:noun>
<maml:description>
<maml:para>Gets one or more team board card rules.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsTeamBoardCardRule</maml:name>
<!-- Parameter: Rule -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0">
<maml:name>Rule</maml:name>
<maml:description>
<maml:para>Specifies the rule name. Wildcards are supported. When omitted, returns all card rules in the given board.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Board -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Board</maml:name>
<maml:description>
<maml:para>Specifies the board name.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: RuleType -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>RuleType</maml:name>
<maml:description>
<maml:para>Specifies the kind of rule to return. When omitted, returns both rule types (card color and tag color).</maml:para>
<maml:para>Possible values: CardColor, TagColor, All</maml:para>
</maml:description>
<command:parameterValue required="true">CardRuleType</command:parameterValue>
<dev:type>
<maml:name>TfsCmdlets.CardRuleType</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>All</dev:defaultValue>
<command:parameterValueGroup>
<command:parameterValue required="false" variableLength="false">CardColor</command:parameterValue>
<command:parameterValue required="false" variableLength="false">TagColor</command:parameterValue>
<command:parameterValue required="false" variableLength="false">All</command:parameterValue>
</command:parameterValueGroup>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Rule -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0">
<maml:name>Rule</maml:name>
<maml:description>
<maml:para>Specifies the rule name. Wildcards are supported. When omitted, returns all card rules in the given board.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: RuleType -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>RuleType</maml:name>
<maml:description>
<maml:para>Specifies the kind of rule to return. When omitted, returns both rule types (card color and tag color).</maml:para>
<maml:para>Possible values: CardColor, TagColor, All</maml:para>
</maml:description>
<command:parameterValue required="true">CardRuleType</command:parameterValue>
<dev:type>
<maml:name>TfsCmdlets.CardRuleType</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>All</dev:defaultValue>
<command:parameterValueGroup>
<command:parameterValue required="false" variableLength="false">CardColor</command:parameterValue>
<command:parameterValue required="false" variableLength="false">TagColor</command:parameterValue>
<command:parameterValue required="false" variableLength="false">All</command:parameterValue>
</command:parameterValueGroup>
</command:parameter>
<!-- Parameter: Board -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Board</maml:name>
<maml:description>
<maml:para>Specifies the board name.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the board name.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: Rule -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Work.WebApi.Rule</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Team/Board/Get-TfsTeamBoardCardRule</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Set-TfsTeamBoardCardRuleSetting -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Team.Board">
<command:details>
<command:name>Set-TfsTeamBoardCardRuleSetting</command:name>
<command:verb>Set</command:verb>
<command:noun>TfsTeamBoardCardRuleSetting</command:noun>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Set-TfsTeamBoardCardRuleSetting</maml:name>
<!-- Parameter: Board -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0">
<maml:name>Board</maml:name>
<maml:description>
<maml:para>Specifies the board name. Wildcards are supported. When omitted, returns card rules for all boards in the given team.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Board -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0">
<maml:name>Board</maml:name>
<maml:description>
<maml:para>Specifies the board name. Wildcards are supported. When omitted, returns card rules for all boards in the given team.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: BoardCardRuleSettings -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Work.WebApi.BoardCardRuleSettings</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
</command:command>
<!-- Cmdlet: Add-TfsTeamMember -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Team.TeamMember">
<command:details>
<command:name>Add-TfsTeamMember</command:name>
<command:verb>Add</command:verb>
<command:noun>TfsTeamMember</command:noun>
<maml:description>
<maml:para>Adds new members to a team.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Add-TfsTeamMember</maml:name>
<!-- Parameter: Member -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Member</maml:name>
<maml:description>
<maml:para>Specifies the member (user or group) to add to the given team.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="1">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the team to which the member is added.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Member -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Member</maml:name>
<maml:description>
<maml:para>Specifies the member (user or group) to add to the given team.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="1">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the team to which the member is added.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the member (user or group) to add to the given team.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: TeamAdmins -->
<command:returnValue>
<dev:type>
<maml:name>TfsCmdlets.HttpClient.TeamAdmins</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Team/TeamMember/Add-TfsTeamMember</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsTeamMember -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Team.TeamMember">
<command:details>
<command:name>Get-TfsTeamMember</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsTeamMember</command:noun>
<maml:description>
<maml:para>Gets the members of a team.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsTeamMember</maml:name>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the team from which to get its members.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Member -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="1">
<maml:name>Member</maml:name>
<maml:description>
<maml:para>Specifies the member (user or group) to get from the given team. Wildcards are supported. When omitted, all team members are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Recurse -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Recurse</maml:name>
<maml:description>
<maml:para>Recursively expands all member groups, returning the users and/or groups contained in them</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the team from which to get its members.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Member -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="1">
<maml:name>Member</maml:name>
<maml:description>
<maml:para>Specifies the member (user or group) to get from the given team. Wildcards are supported. When omitted, all team members are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Recurse -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Recurse</maml:name>
<maml:description>
<maml:para>Recursively expands all member groups, returning the users and/or groups contained in them</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the team from which to get its members.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: Identity -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.Identity.Identity</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Team/TeamMember/Get-TfsTeamMember</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Remove-TfsTeamMember -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Team.TeamMember">
<command:details>
<command:name>Remove-TfsTeamMember</command:name>
<command:verb>Remove</command:verb>
<command:noun>TfsTeamMember</command:noun>
<maml:description>
<maml:para>Removes a member from a team.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Remove-TfsTeamMember</maml:name>
<!-- Parameter: Member -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Member</maml:name>
<maml:description>
<maml:para>Specifies the member (user or group) to remove from the given team.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="1">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the team from which the member is removed.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Member -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Member</maml:name>
<maml:description>
<maml:para>Specifies the member (user or group) to remove from the given team.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="1">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the team from which the member is removed.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the member (user or group) to remove from the given team.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Team/TeamMember/Remove-TfsTeamMember</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Connect-TfsTeamProject -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Connection">
<command:details>
<command:name>Connect-TfsTeamProject</command:name>
<command:verb>Connect</command:verb>
<command:noun>TfsTeamProject</command:noun>
<maml:description>
<maml:para>Connects to a Team Project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: Prompt for credential -->
<command:syntaxItem tfscmdlets:parameterSet="Prompt for credential">
<maml:name>Connect-TfsTeamProject</maml:name>
<!-- Parameter: Project -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Interactive -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Interactive</maml:name>
<maml:description>
<maml:para>Prompts for user credentials. Can be used for any Team Foundation Server or Azure DevOps account - the proper login dialog is automatically selected. Should only be used in an interactive PowerShell session (i.e., a PowerShell terminal window), never in an unattended script (such as those executed during an automated build). Currently it is only supported in Windows PowerShell.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Cached credentials -->
<command:syntaxItem tfscmdlets:parameterSet="Cached credentials">
<maml:name>Connect-TfsTeamProject</maml:name>
<!-- Parameter: Project -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Cached -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Cached</maml:name>
<maml:description>
<maml:para>Specifies that cached (default) credentials should be used when possible/available.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: User name and password -->
<command:syntaxItem tfscmdlets:parameterSet="User name and password">
<maml:name>Connect-TfsTeamProject</maml:name>
<!-- Parameter: Project -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: UserName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>UserName</maml:name>
<maml:description>
<maml:para>Specifies a user name for authentication modes (such as Basic) that support username/password-based credentials. Must be used in conjunction with the -Password argument</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Password -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="2">
<maml:name>Password</maml:name>
<maml:description>
<maml:para>Specifies a password for authentication modes (such as Basic) that support username/password-based credentials. Must be used in conjunction with the -UserName argument</maml:para>
</maml:description>
<command:parameterValue required="true">SecureString</command:parameterValue>
<dev:type>
<maml:name>System.Security.SecureString</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Credential object -->
<command:syntaxItem tfscmdlets:parameterSet="Credential object">
<maml:name>Connect-TfsTeamProject</maml:name>
<!-- Parameter: Project -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Credential -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Credential</maml:name>
<maml:description>
<maml:para>Specifies a user account that has permission to perform this action. To provide a user name and password, a Personal Access Token, and/or to open a input dialog to enter your credentials, call Get-TfsCredential with the appropriate arguments and pass its return to this argument.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Personal Access Token -->
<command:syntaxItem tfscmdlets:parameterSet="Personal Access Token">
<maml:name>Connect-TfsTeamProject</maml:name>
<!-- Parameter: Project -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: PersonalAccessToken -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Pat">
<maml:name>PersonalAccessToken</maml:name>
<maml:description>
<maml:para>Specifies a personal access token, used as an alternate credential, to authenticate to Azure DevOps</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Project -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Interactive -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Interactive</maml:name>
<maml:description>
<maml:para>Prompts for user credentials. Can be used for any Team Foundation Server or Azure DevOps account - the proper login dialog is automatically selected. Should only be used in an interactive PowerShell session (i.e., a PowerShell terminal window), never in an unattended script (such as those executed during an automated build). Currently it is only supported in Windows PowerShell.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Cached -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Cached</maml:name>
<maml:description>
<maml:para>Specifies that cached (default) credentials should be used when possible/available.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: UserName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>UserName</maml:name>
<maml:description>
<maml:para>Specifies a user name for authentication modes (such as Basic) that support username/password-based credentials. Must be used in conjunction with the -Password argument</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Password -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="2">
<maml:name>Password</maml:name>
<maml:description>
<maml:para>Specifies a password for authentication modes (such as Basic) that support username/password-based credentials. Must be used in conjunction with the -UserName argument</maml:para>
</maml:description>
<command:parameterValue required="true">SecureString</command:parameterValue>
<dev:type>
<maml:name>System.Security.SecureString</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Credential -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Credential</maml:name>
<maml:description>
<maml:para>Specifies a user account that has permission to perform this action. To provide a user name and password, a Personal Access Token, and/or to open a input dialog to enter your credentials, call Get-TfsCredential with the appropriate arguments and pass its return to this argument.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: PersonalAccessToken -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Pat">
<maml:name>PersonalAccessToken</maml:name>
<maml:description>
<maml:para>Specifies a personal access token, used as an alternate credential, to authenticate to Azure DevOps</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Pat">
<maml:name>Pat</maml:name>
<maml:description>
<maml:para>Specifies a personal access token, used as an alternate credential, to authenticate to Azure DevOps</maml:para>
<maml:para>This is an alias of the PersonalAccessToken parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: TeamProject -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Core.WebApi.TeamProject</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Connection/Connect-TfsTeamProject</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Disconnect-TfsTeamProject -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Connection">
<command:details>
<command:name>Disconnect-TfsTeamProject</command:name>
<command:verb>Disconnect</command:verb>
<command:noun>TfsTeamProject</command:noun>
<maml:description>
<maml:para>Disconnects from the currently connected team project.</maml:para>
</maml:description>
</command:details>
<maml:description>
<maml:para>The Disconnect-TfsTeamProject cmdlet removes the connection previously set by its counterpart Connect-TfsTeamProject. Therefore, cmdlets relying on a "default team project" as provided by "Get-TfsTeamProject -Current" will no longer work after a call to this cmdlet, unless their -Project argument is provided or a new call to Connect-TfsTeamProject is made.</maml:para>
</maml:description>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Disconnect-TfsTeamProject</maml:name>
</command:syntaxItem>
</command:syntax>
<command:parameters />
<command:inputTypes />
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Connection/Disconnect-TfsTeamProject</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsTeamProject -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="TeamProject">
<command:details>
<command:name>Get-TfsTeamProject</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsTeamProject</command:noun>
<maml:description>
<maml:para>Gets information about one or more team projects.</maml:para>
</maml:description>
</command:details>
<maml:description>
<maml:para>The Get-TfsTeamProject cmdlets gets one or more Team Project objects (an instance of Microsoft.TeamFoundation.Core.WebApi.TeamProject) from the supplied Team Project Collection.</maml:para>
</maml:description>
<command:syntax>
<!-- Parameter Set: Get by project -->
<command:syntaxItem tfscmdlets:parameterSet="Get by project">
<maml:name>Get-TfsTeamProject</maml:name>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of a Team Project. Wildcards are supported. When omitted, all team projects in the supplied collection are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="1">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Deleted -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Deleted</maml:name>
<maml:description>
<maml:para>Lists deleted team projects present in the "recycle bin"</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Get current -->
<command:syntaxItem tfscmdlets:parameterSet="Get current">
<maml:name>Get-TfsTeamProject</maml:name>
<!-- Parameter: Current -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Current</maml:name>
<maml:description>
<maml:para>Returns the team project specified in the last call to Connect-TfsTeamProject (i.e. the "current" team project)</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of a Team Project. Wildcards are supported. When omitted, all team projects in the supplied collection are returned.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Deleted -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Deleted</maml:name>
<maml:description>
<maml:para>Lists deleted team projects present in the "recycle bin"</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="1">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Current -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Current</maml:name>
<maml:description>
<maml:para>Returns the team project specified in the last call to Connect-TfsTeamProject (i.e. the "current" team project)</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: TeamProject -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Core.WebApi.TeamProject</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/TeamProject/Get-TfsTeamProject</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: New-TfsTeamProject -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="TeamProject">
<command:details>
<command:name>New-TfsTeamProject</command:name>
<command:verb>New</command:verb>
<command:noun>TfsTeamProject</command:noun>
<maml:description>
<maml:para>Creates a new team project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>New-TfsTeamProject</maml:name>
<!-- Parameter: Project -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the new team project.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Description -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Description</maml:name>
<maml:description>
<maml:para>Specifies a description for the new team project.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: ProcessTemplate -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ProcessTemplate</maml:name>
<maml:description>
<maml:para>Specifies the process template on which the new team project is based. Supported values are the process name or an instance of the Microsoft.TeamFoundation.Core.WebApi.Process class.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: SourceControl -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>SourceControl</maml:name>
<maml:description>
<maml:para>Specifies the source control type to be provisioned initially with the team project. Supported types are "Git" and "Tfvc".</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Project -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the new team project.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Description -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Description</maml:name>
<maml:description>
<maml:para>Specifies a description for the new team project.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: SourceControl -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>SourceControl</maml:name>
<maml:description>
<maml:para>Specifies the source control type to be provisioned initially with the team project. Supported types are "Git" and "Tfvc".</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: ProcessTemplate -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ProcessTemplate</maml:name>
<maml:description>
<maml:para>Specifies the process template on which the new team project is based. Supported values are the process name or an instance of the Microsoft.TeamFoundation.Core.WebApi.Process class.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes />
<command:returnValues>
<!-- OutputType: TeamProject -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Core.WebApi.TeamProject</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/TeamProject/New-TfsTeamProject</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Remove-TfsTeamProject -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="TeamProject">
<command:details>
<command:name>Remove-TfsTeamProject</command:name>
<command:verb>Remove</command:verb>
<command:noun>TfsTeamProject</command:noun>
<maml:description>
<maml:para>Deletes one or more team projects.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Remove-TfsTeamProject</maml:name>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of a Team Project to delete. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Forces the exclusion of the team project. When omitted, the command prompts for confirmation prior to deleting the team project.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Hard -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Hard</maml:name>
<maml:description>
<maml:para>Deletes the team project permanently. When omitted, the team project is moved to a "recycle bin" and can be recovered either via UI or by using Undo-TfsTeamProjectRemoval.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of a Team Project to delete. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Hard -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Hard</maml:name>
<maml:description>
<maml:para>Deletes the team project permanently. When omitted, the team project is moved to a "recycle bin" and can be recovered either via UI or by using Undo-TfsTeamProjectRemoval.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Forces the exclusion of the team project. When omitted, the command prompts for confirmation prior to deleting the team project.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of a Team Project to delete. Wildcards are supported.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/TeamProject/Remove-TfsTeamProject</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Rename-TfsTeamProject -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="TeamProject">
<command:details>
<command:name>Rename-TfsTeamProject</command:name>
<command:verb>Rename</command:verb>
<command:noun>TfsTeamProject</command:noun>
<maml:description>
<maml:para>Renames a team project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Rename-TfsTeamProject</maml:name>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of a Team Project to rename.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NewName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>NewName</maml:name>
<maml:description>
<maml:para>Specifies the new name of the item. Enter only a name - i.e., for items that support paths, do not enter a path and name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Forces the renaming of the team project. When omitted, the command prompts for confirmation prior to renaming the team project.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of a Team Project to rename.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Forces the renaming of the team project. When omitted, the command prompts for confirmation prior to renaming the team project.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: NewName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>NewName</maml:name>
<maml:description>
<maml:para>Specifies the new name of the item. Enter only a name - i.e., for items that support paths, do not enter a path and name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of a Team Project to rename.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/TeamProject/Rename-TfsTeamProject</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Connect-TfsTeamProjectCollection -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Connection">
<command:details>
<command:name>Connect-TfsTeamProjectCollection</command:name>
<command:verb>Connect</command:verb>
<command:noun>TfsTeamProjectCollection</command:noun>
<maml:description>
<maml:para>Connects to a TFS team project collection or Azure DevOps organization.</maml:para>
</maml:description>
</command:details>
<maml:description>
<maml:para>The Connect-TfsTeamProjectCollection cmdlet connects to a TFS Team Project Collection or Azure DevOps organization. That connection can be later reused by other TfsCmdlets commands until it's closed by a call to Disconnect-TfsTeamProjectCollection.</maml:para>
</maml:description>
<command:syntax>
<!-- Parameter Set: Cached credentials -->
<command:syntaxItem tfscmdlets:parameterSet="Cached credentials">
<maml:name>Connect-TfsTeamProjectCollection</maml:name>
<!-- Parameter: Collection -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Cached -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Cached</maml:name>
<maml:description>
<maml:para>Specifies that cached (default) credentials should be used when possible/available.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: User name and password -->
<command:syntaxItem tfscmdlets:parameterSet="User name and password">
<maml:name>Connect-TfsTeamProjectCollection</maml:name>
<!-- Parameter: Collection -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: UserName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>UserName</maml:name>
<maml:description>
<maml:para>Specifies a user name for authentication modes (such as Basic) that support username/password-based credentials. Must be used in conjunction with the -Password argument</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Password -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="2">
<maml:name>Password</maml:name>
<maml:description>
<maml:para>Specifies a password for authentication modes (such as Basic) that support username/password-based credentials. Must be used in conjunction with the -UserName argument</maml:para>
</maml:description>
<command:parameterValue required="true">SecureString</command:parameterValue>
<dev:type>
<maml:name>System.Security.SecureString</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Credential object -->
<command:syntaxItem tfscmdlets:parameterSet="Credential object">
<maml:name>Connect-TfsTeamProjectCollection</maml:name>
<!-- Parameter: Collection -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Credential -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Credential</maml:name>
<maml:description>
<maml:para>Specifies a user account that has permission to perform this action. To provide a user name and password, a Personal Access Token, and/or to open a input dialog to enter your credentials, call Get-TfsCredential with the appropriate arguments and pass its return to this argument.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Personal Access Token -->
<command:syntaxItem tfscmdlets:parameterSet="Personal Access Token">
<maml:name>Connect-TfsTeamProjectCollection</maml:name>
<!-- Parameter: Collection -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: PersonalAccessToken -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Pat">
<maml:name>PersonalAccessToken</maml:name>
<maml:description>
<maml:para>Specifies a personal access token, used as an alternate credential, to authenticate to Azure DevOps</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Prompt for credential -->
<command:syntaxItem tfscmdlets:parameterSet="Prompt for credential">
<maml:name>Connect-TfsTeamProjectCollection</maml:name>
<!-- Parameter: Collection -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Interactive -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Interactive</maml:name>
<maml:description>
<maml:para>Prompts for user credentials. Can be used for any Team Foundation Server or Azure DevOps account - the proper login dialog is automatically selected. Should only be used in an interactive PowerShell session (i.e., a PowerShell terminal window), never in an unattended script (such as those executed during an automated build). Currently it is only supported in Windows PowerShell.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Collection -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Cached -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Cached</maml:name>
<maml:description>
<maml:para>Specifies that cached (default) credentials should be used when possible/available.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: UserName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>UserName</maml:name>
<maml:description>
<maml:para>Specifies a user name for authentication modes (such as Basic) that support username/password-based credentials. Must be used in conjunction with the -Password argument</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Password -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="2">
<maml:name>Password</maml:name>
<maml:description>
<maml:para>Specifies a password for authentication modes (such as Basic) that support username/password-based credentials. Must be used in conjunction with the -UserName argument</maml:para>
</maml:description>
<command:parameterValue required="true">SecureString</command:parameterValue>
<dev:type>
<maml:name>System.Security.SecureString</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Credential -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Credential</maml:name>
<maml:description>
<maml:para>Specifies a user account that has permission to perform this action. To provide a user name and password, a Personal Access Token, and/or to open a input dialog to enter your credentials, call Get-TfsCredential with the appropriate arguments and pass its return to this argument.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: PersonalAccessToken -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Pat">
<maml:name>PersonalAccessToken</maml:name>
<maml:description>
<maml:para>Specifies a personal access token, used as an alternate credential, to authenticate to Azure DevOps</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="Pat">
<maml:name>Pat</maml:name>
<maml:description>
<maml:para>Specifies a personal access token, used as an alternate credential, to authenticate to Azure DevOps</maml:para>
<maml:para>This is an alias of the PersonalAccessToken parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Interactive -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Interactive</maml:name>
<maml:description>
<maml:para>Prompts for user credentials. Can be used for any Team Foundation Server or Azure DevOps account - the proper login dialog is automatically selected. Should only be used in an interactive PowerShell session (i.e., a PowerShell terminal window), never in an unattended script (such as those executed during an automated build). Currently it is only supported in Windows PowerShell.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: VssConnection -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.WebApi.VssConnection</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<command:examples>
<command:example>
<maml:title>---------- EXAMPLE 1 ----------</maml:title>
<dev:code>PS> Connect-TfsTeamProjectCollection -Collection http://tfs:8080/tfs/DefaultCollection</dev:code>
<dev:remarks>
<maml:para>Connects to a collection called "DefaultCollection" in a TF server called "tfs" using the cached credentials of the logged-on user</maml:para>
<maml:para></maml:para>
</dev:remarks>
</command:example>
<command:example>
<maml:title>---------- EXAMPLE 2 ----------</maml:title>
<dev:code>PS> Connect-TfsTeamProjectCollection -Collection http://tfs:8080/tfs/DefaultCollection -Interactive</dev:code>
<dev:remarks>
<maml:para>Connects to a collection called "DefaultCollection" in a Team Foundation server called "tfs", firstly prompting the user for credentials (it ignores the cached credentials for the currently logged-in user). It's equivalent to the command: `Connect-TfsTeamProjectCollection -Collection http://tfs:8080/tfs/DefaultCollection -Credential (Get-TfsCredential -Interactive)`</maml:para>
<maml:para></maml:para>
</dev:remarks>
</command:example>
</command:examples>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Connection/Connect-TfsTeamProjectCollection</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Disconnect-TfsTeamProjectCollection -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Connection">
<command:details>
<command:name>Disconnect-TfsTeamProjectCollection</command:name>
<command:verb>Disconnect</command:verb>
<command:noun>TfsTeamProjectCollection</command:noun>
<maml:description>
<maml:para>Disconnects from the currently connected TFS team project collection or Azure DevOps organization.</maml:para>
</maml:description>
</command:details>
<maml:description>
<maml:para>The Disconnect-TfsTeamProjectCollection cmdlet removes the connection previously set by its counterpart Connect-TfsTeamProjectCollection. Therefore, cmdlets relying on a "default collection" as provided by "Get-TfsTeamProjectCollection -Current" will no longer work after a call to this cmdlet, unless their -Collection argument is provided or a new call to Connect-TfsTeam is made.</maml:para>
</maml:description>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Disconnect-TfsTeamProjectCollection</maml:name>
</command:syntaxItem>
</command:syntax>
<command:parameters />
<command:inputTypes />
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Connection/Disconnect-TfsTeamProjectCollection</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Dismount-TfsTeamProjectCollection -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="TeamProjectCollection">
<command:details>
<command:name>Dismount-TfsTeamProjectCollection</command:name>
<command:verb>Dismount</command:verb>
<command:noun>TfsTeamProjectCollection</command:noun>
<maml:description>
<maml:para>Detaches a team project collection database from a Team Foundation Server installation.</maml:para>
</maml:description>
</command:details>
<maml:description>
<maml:para>Before you move a collection, you must first detach it from the deployment of TFS on which it is running. It's very important that you do not skip this step. When you detach a collection, all jobs and services are stopped, and then the collection database is stopped. In addition, the detach process copies over the collection-specific data from the configuration database and saves it as part of the team project collection database. This configuration data is what allows the collection database to be attached to a different deployment of TFS. If that data is not present, you cannot attach the collection to any deployment of TFS except the one from which it originated. If detachment succeeds, this cmdlets returns the original database connection string. It is required to re-attach the collection to TFS.</maml:para>
</maml:description>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Dismount-TfsTeamProjectCollection</maml:name>
<!-- Parameter: Collection -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the collection to detach.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Reason -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Reason</maml:name>
<maml:description>
<maml:para>Speficies a Servicing Message (optional), to provide a message for users who might try to connect to projects in this collection while it is offline.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Timeout -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Timeout</maml:name>
<maml:description>
<maml:para>Specifies the maximum period of time this cmdlet should wait for the detach procedure to complete. By default, it waits indefinitely until the collection servicing completes.</maml:para>
</maml:description>
<command:parameterValue required="true">TimeSpan</command:parameterValue>
<dev:type>
<maml:name>System.TimeSpan</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>10675199.02:48:05.4775807</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Collection -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the collection to detach.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Reason -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Reason</maml:name>
<maml:description>
<maml:para>Speficies a Servicing Message (optional), to provide a message for users who might try to connect to projects in this collection while it is offline.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Timeout -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Timeout</maml:name>
<maml:description>
<maml:para>Specifies the maximum period of time this cmdlet should wait for the detach procedure to complete. By default, it waits indefinitely until the collection servicing completes.</maml:para>
</maml:description>
<command:parameterValue required="true">TimeSpan</command:parameterValue>
<dev:type>
<maml:name>System.TimeSpan</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>10675199.02:48:05.4775807</dev:defaultValue>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the collection to detach.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: String -->
<command:returnValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<command:examples>
<command:example>
<maml:title>---------- EXAMPLE 1 ----------</maml:title>
<dev:code>PS> Dismount-TfsTeamProjectCollection -Collection http://vsalm:8080/tfs/DefaultCollection -Reason "Collection DefaultCollecton is down for maintenance"</dev:code>
<dev:remarks>
<maml:para>Detaches the project collection specified by the URL provided in the Collection argument, defining a Maintenance Message to be shown to users when they try to connect to that collection while it is detached</maml:para>
<maml:para></maml:para>
</dev:remarks>
</command:example>
</command:examples>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/TeamProjectCollection/Dismount-TfsTeamProjectCollection</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>https://www.visualstudio.com/en-us/docs/setup-admin/tfs/admin/move-project-collection#1-detach-the-collection</maml:linkText>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsTeamProjectCollection -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="TeamProjectCollection">
<command:details>
<command:name>Get-TfsTeamProjectCollection</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsTeamProjectCollection</command:noun>
<maml:description>
<maml:para>Gets one of more team project collections (organizations in Azure DevOps).</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: Get by collection -->
<command:syntaxItem tfscmdlets:parameterSet="Get by collection">
<maml:name>Get-TfsTeamProjectCollection</maml:name>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Credential -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Credential</maml:name>
<maml:description>
<maml:para>Specifies a user account that has permission to perform this action. To provide a user name and password, a Personal Access Token, and/or to open a input dialog to enter your credentials, call Get-TfsCredential with the appropriate arguments and pass its return to this argument.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Get current -->
<command:syntaxItem tfscmdlets:parameterSet="Get current">
<maml:name>Get-TfsTeamProjectCollection</maml:name>
<!-- Parameter: Current -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Current</maml:name>
<maml:description>
<maml:para>Returns the team project collection specified in the last call to Connect-TfsTeamProjectCollection (i.e. the "current" project collection)</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Credential -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Credential</maml:name>
<maml:description>
<maml:para>Specifies a user account that has permission to perform this action. To provide a user name and password, a Personal Access Token, and/or to open a input dialog to enter your credentials, call Get-TfsCredential with the appropriate arguments and pass its return to this argument.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Current -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Current</maml:name>
<maml:description>
<maml:para>Returns the team project collection specified in the last call to Connect-TfsTeamProjectCollection (i.e. the "current" project collection)</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: VssConnection -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.WebApi.VssConnection</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/TeamProjectCollection/Get-TfsTeamProjectCollection</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Mount-TfsTeamProjectCollection -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="TeamProjectCollection">
<command:details>
<command:name>Mount-TfsTeamProjectCollection</command:name>
<command:verb>Mount</command:verb>
<command:noun>TfsTeamProjectCollection</command:noun>
<maml:description>
<maml:para>Attaches a team project collection database to a Team Foundation Server installation.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: Use database server -->
<command:syntaxItem tfscmdlets:parameterSet="Use database server">
<maml:name>Mount-TfsTeamProjectCollection</maml:name>
<!-- Parameter: Collection -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the name of the collection to attach. It can be different from the original name - in that case, it is attached under a new name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: DatabaseName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>DatabaseName</maml:name>
<maml:description>
<maml:para>Specifies the name of the collection database.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: DatabaseServer -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>DatabaseServer</maml:name>
<maml:description>
<maml:para>Specifies the name of the SQL Server instance where the database is stored.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Clone -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Clone</maml:name>
<maml:description>
<maml:para>Changes the internal collection IDs upon attaching to that a "clone" of the original collection can be attached to the same server.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Description -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Description</maml:name>
<maml:description>
<maml:para>Specifies a new description for the collection. When omitted, it retains the original description.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: InitialState -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>InitialState</maml:name>
<maml:description>
<maml:para>Specifies whether the collection will be started ou stopped after being attached. When omitted, the collection is automatically started and goes online after being attached.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Started</dev:defaultValue>
</command:parameter>
<!-- Parameter: PollingInterval -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>PollingInterval</maml:name>
<maml:description>
<maml:para>Specifies the polling interval (in seconds) to get an updated status from the server. When omitted, defaults to 5 seconds.</maml:para>
</maml:description>
<command:parameterValue required="true">int</command:parameterValue>
<dev:type>
<maml:name>System.Int32</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>5</dev:defaultValue>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Timeout -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Timeout</maml:name>
<maml:description>
<maml:para>Specifies the maximum period of time this cmdlet should wait for the attach procedure to complete. By default, it waits indefinitely until the collection servicing completes.</maml:para>
</maml:description>
<command:parameterValue required="true">TimeSpan</command:parameterValue>
<dev:type>
<maml:name>System.TimeSpan</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>10675199.02:48:05.4775807</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Use connection string -->
<command:syntaxItem tfscmdlets:parameterSet="Use connection string">
<maml:name>Mount-TfsTeamProjectCollection</maml:name>
<!-- Parameter: Collection -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the name of the collection to attach. It can be different from the original name - in that case, it is attached under a new name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: ConnectionString -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>ConnectionString</maml:name>
<maml:description>
<maml:para>Specifies the connection string of the collection database.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Clone -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Clone</maml:name>
<maml:description>
<maml:para>Changes the internal collection IDs upon attaching to that a "clone" of the original collection can be attached to the same server.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Description -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Description</maml:name>
<maml:description>
<maml:para>Specifies a new description for the collection. When omitted, it retains the original description.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: InitialState -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>InitialState</maml:name>
<maml:description>
<maml:para>Specifies whether the collection will be started ou stopped after being attached. When omitted, the collection is automatically started and goes online after being attached.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Started</dev:defaultValue>
</command:parameter>
<!-- Parameter: PollingInterval -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>PollingInterval</maml:name>
<maml:description>
<maml:para>Specifies the polling interval (in seconds) to get an updated status from the server. When omitted, defaults to 5 seconds.</maml:para>
</maml:description>
<command:parameterValue required="true">int</command:parameterValue>
<dev:type>
<maml:name>System.Int32</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>5</dev:defaultValue>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Timeout -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Timeout</maml:name>
<maml:description>
<maml:para>Specifies the maximum period of time this cmdlet should wait for the attach procedure to complete. By default, it waits indefinitely until the collection servicing completes.</maml:para>
</maml:description>
<command:parameterValue required="true">TimeSpan</command:parameterValue>
<dev:type>
<maml:name>System.TimeSpan</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>10675199.02:48:05.4775807</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Collection -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the name of the collection to attach. It can be different from the original name - in that case, it is attached under a new name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the name of the collection to attach. It can be different from the original name - in that case, it is attached under a new name.</maml:para>
<maml:para>This is an alias of the Collection parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Description -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Description</maml:name>
<maml:description>
<maml:para>Specifies a new description for the collection. When omitted, it retains the original description.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: DatabaseServer -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>DatabaseServer</maml:name>
<maml:description>
<maml:para>Specifies the name of the SQL Server instance where the database is stored.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: DatabaseName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>DatabaseName</maml:name>
<maml:description>
<maml:para>Specifies the name of the collection database.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: ConnectionString -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>ConnectionString</maml:name>
<maml:description>
<maml:para>Specifies the connection string of the collection database.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: InitialState -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>InitialState</maml:name>
<maml:description>
<maml:para>Specifies whether the collection will be started ou stopped after being attached. When omitted, the collection is automatically started and goes online after being attached.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Started</dev:defaultValue>
</command:parameter>
<!-- Parameter: Clone -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Clone</maml:name>
<maml:description>
<maml:para>Changes the internal collection IDs upon attaching to that a "clone" of the original collection can be attached to the same server.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: PollingInterval -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>PollingInterval</maml:name>
<maml:description>
<maml:para>Specifies the polling interval (in seconds) to get an updated status from the server. When omitted, defaults to 5 seconds.</maml:para>
</maml:description>
<command:parameterValue required="true">int</command:parameterValue>
<dev:type>
<maml:name>System.Int32</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>5</dev:defaultValue>
</command:parameter>
<!-- Parameter: Timeout -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Timeout</maml:name>
<maml:description>
<maml:para>Specifies the maximum period of time this cmdlet should wait for the attach procedure to complete. By default, it waits indefinitely until the collection servicing completes.</maml:para>
</maml:description>
<command:parameterValue required="true">TimeSpan</command:parameterValue>
<dev:type>
<maml:name>System.TimeSpan</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>10675199.02:48:05.4775807</dev:defaultValue>
</command:parameter>
<!-- Parameter: Server -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Server</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the URL to the Team Foundation Server to connect to, a TfsConfigurationServer object (Windows PowerShell only), or a VssConnection object. When omitted, it defaults to the connection set by Connect-TfsConfiguration (if any). For more details, see the Get-TfsConfigurationServer cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/TeamProjectCollection/Mount-TfsTeamProjectCollection</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: New-TfsTeamProjectCollection -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="TeamProjectCollection">
<command:details>
<command:name>New-TfsTeamProjectCollection</command:name>
<command:verb>New</command:verb>
<command:noun>TfsTeamProjectCollection</command:noun>
<maml:description>
<maml:para>Creates a new team project collection.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>New-TfsTeamProjectCollection</maml:name>
</command:syntaxItem>
</command:syntax>
<command:parameters />
<command:inputTypes />
<command:returnValues>
<!-- OutputType: Connection -->
<command:returnValue>
<dev:type>
<maml:name>TfsCmdlets.Models.Connection</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/TeamProjectCollection/New-TfsTeamProjectCollection</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Remove-TfsTeamProjectCollection -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="TeamProjectCollection">
<command:details>
<command:name>Remove-TfsTeamProjectCollection</command:name>
<command:verb>Remove</command:verb>
<command:noun>TfsTeamProjectCollection</command:noun>
<maml:description>
<maml:para>Deletes a team project collection.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Remove-TfsTeamProjectCollection</maml:name>
</command:syntaxItem>
</command:syntax>
<command:parameters />
<command:inputTypes />
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/TeamProjectCollection/Remove-TfsTeamProjectCollection</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Start-TfsTeamProjectCollection -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="TeamProjectCollection">
<command:details>
<command:name>Start-TfsTeamProjectCollection</command:name>
<command:verb>Start</command:verb>
<command:noun>TfsTeamProjectCollection</command:noun>
<maml:description>
<maml:para>Starts an offline team project collection and make it online.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Start-TfsTeamProjectCollection</maml:name>
</command:syntaxItem>
</command:syntax>
<command:parameters />
<command:inputTypes />
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/TeamProjectCollection/Start-TfsTeamProjectCollection</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Stop-TfsTeamProjectCollection -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="TeamProjectCollection">
<command:details>
<command:name>Stop-TfsTeamProjectCollection</command:name>
<command:verb>Stop</command:verb>
<command:noun>TfsTeamProjectCollection</command:noun>
<maml:description>
<maml:para>Stops a team project collection and make it offline.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Stop-TfsTeamProjectCollection</maml:name>
</command:syntaxItem>
</command:syntax>
<command:parameters />
<command:inputTypes />
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/TeamProjectCollection/Stop-TfsTeamProjectCollection</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Undo-TfsTeamProjectRemoval -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="TeamProject">
<command:details>
<command:name>Undo-TfsTeamProjectRemoval</command:name>
<command:verb>Undo</command:verb>
<command:noun>TfsTeamProjectRemoval</command:noun>
<maml:description>
<maml:para>Undeletes one or more team projects.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Undo-TfsTeamProjectRemoval</maml:name>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project to undelete.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project to undelete.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team Project to undelete.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/TeamProject/Undo-TfsTeamProjectRemoval</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Copy-TfsTestPlan -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="TestManagement">
<command:details>
<command:name>Copy-TfsTestPlan</command:name>
<command:verb>Copy</command:verb>
<command:noun>TfsTestPlan</command:noun>
<maml:description>
<maml:para>Clones a test plan and, optionally, its test suites and test cases.</maml:para>
</maml:description>
</command:details>
<maml:description>
<maml:para>The Copy-TfsTestPlan copies ("clones") a test plan to help duplicate test suites and/or test cases. Cloning is useful if you want to branch your application into two versions. After copying, the tests for the two versions can be changed without affecting each other. When you clone a test suite, the following objects are copied from the source test plan to the destination test plan: * Test cases (note: Each new test case retains its shared steps. A link is made between the source and new test cases. The new test cases do not have test runs, bugs, test results, and build information); * Shared steps referenced by cloned test cases; * Test suites (note: The following data is retained - Names and hierarchical structure of the test suites; Order of the test cases; Assigned testers; Configurations); * Action Recordings linked from a cloned test case; * Links and Attachments; * Test configuration. The items below are only copied when using -CloneRequirements: * Requirements-based suites; * Requirements work items (product backlog items or user stories); * Bug work items, when in a project that uses the Scrum process template or any other project in which the Bug work item type is in the Requirements work item category. In other projects, bugs are not cloned.</maml:para>
</maml:description>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Copy-TfsTestPlan</maml:name>
<!-- Parameter: AreaPath -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>AreaPath</maml:name>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: CloneRequirements -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>CloneRequirements</maml:name>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: CopyAllSuites -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="Recurse">
<maml:name>CopyAllSuites</maml:name>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: CopyAncestorHierarchy -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>CopyAncestorHierarchy</maml:name>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: DeepClone -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>DeepClone</maml:name>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: DestinationProject -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="Destination">
<maml:name>DestinationProject</maml:name>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: DestinationWorkItemType -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>DestinationWorkItemType</maml:name>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Test Case</dev:defaultValue>
</command:parameter>
<!-- Parameter: IterationPath -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IterationPath</maml:name>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NewName -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>NewName</maml:name>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>None</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: RelatedLinkComment -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>RelatedLinkComment</maml:name>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: SuiteIds -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>SuiteIds</maml:name>
<command:parameterValue required="true">int[]</command:parameterValue>
<dev:type>
<maml:name>System.Int32[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: TestPlan -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named" aliases="id">
<maml:name>TestPlan</maml:name>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: TestPlan -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named" aliases="id">
<maml:name>TestPlan</maml:name>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named" aliases="id">
<maml:name>id</maml:name>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>This is an alias of the TestPlan parameter.</maml:para>
</maml:description>
</command:parameter>
<!-- Parameter: NewName -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>NewName</maml:name>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: DestinationProject -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="Destination">
<maml:name>DestinationProject</maml:name>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="Destination">
<maml:name>Destination</maml:name>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>This is an alias of the DestinationProject parameter.</maml:para>
</maml:description>
</command:parameter>
<!-- Parameter: AreaPath -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>AreaPath</maml:name>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: IterationPath -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IterationPath</maml:name>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: DeepClone -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>DeepClone</maml:name>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: CopyAllSuites -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="Recurse">
<maml:name>CopyAllSuites</maml:name>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="Recurse">
<maml:name>Recurse</maml:name>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
<maml:description>
<maml:para>This is an alias of the CopyAllSuites parameter.</maml:para>
</maml:description>
</command:parameter>
<!-- Parameter: CopyAncestorHierarchy -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>CopyAncestorHierarchy</maml:name>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: CloneRequirements -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>CloneRequirements</maml:name>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: DestinationWorkItemType -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>DestinationWorkItemType</maml:name>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Test Case</dev:defaultValue>
</command:parameter>
<!-- Parameter: SuiteIds -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>SuiteIds</maml:name>
<command:parameterValue required="true">int[]</command:parameterValue>
<dev:type>
<maml:name>System.Int32[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: RelatedLinkComment -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>RelatedLinkComment</maml:name>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>None</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: TestPlan -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.TestManagement.TestPlanning.WebApi.TestPlan</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<command:examples>
<command:example>
<maml:title>---------- EXAMPLE 1 ----------</maml:title>
<dev:code>PS> Copy-TfsTestPlan -TestPlan "My test plan" -Project "SourceProject" -Destination "TargetProject" -NewName "My new test plan"</dev:code>
<dev:remarks>
<maml:para></maml:para>
</dev:remarks>
</command:example>
</command:examples>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/TestManagement/Copy-TfsTestPlan</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsTestPlan -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="TestManagement">
<command:details>
<command:name>Get-TfsTestPlan</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsTestPlan</command:noun>
<maml:description>
<maml:para>Gets the contents of one or more test plans.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsTestPlan</maml:name>
<!-- Parameter: TestPlan -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Id,Name">
<maml:name>TestPlan</maml:name>
<maml:description>
<maml:para>Specifies the test plan name. Wildcards are supported. When omitted, returns all test cases in the given team project.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Active -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Active</maml:name>
<maml:description>
<maml:para>Get only the active plans.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NoPlanDetails -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>NoPlanDetails</maml:name>
<maml:description>
<maml:para>Get only basic properties of the test plan.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Owner -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Owner</maml:name>
<maml:description>
<maml:para>Gets only the plans owned by the specified user.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: TestPlan -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Id,Name">
<maml:name>TestPlan</maml:name>
<maml:description>
<maml:para>Specifies the test plan name. Wildcards are supported. When omitted, returns all test cases in the given team project.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Id,Name">
<maml:name>Id</maml:name>
<maml:description>
<maml:para>Specifies the test plan name. Wildcards are supported. When omitted, returns all test cases in the given team project.</maml:para>
<maml:para>This is an alias of the TestPlan parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Id,Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the test plan name. Wildcards are supported. When omitted, returns all test cases in the given team project.</maml:para>
<maml:para>This is an alias of the TestPlan parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Owner -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Owner</maml:name>
<maml:description>
<maml:para>Gets only the plans owned by the specified user.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NoPlanDetails -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>NoPlanDetails</maml:name>
<maml:description>
<maml:para>Get only basic properties of the test plan.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Active -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Active</maml:name>
<maml:description>
<maml:para>Get only the active plans.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: TestPlan -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.TestManagement.TestPlanning.WebApi.TestPlan</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/TestManagement/Get-TfsTestPlan</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: New-TfsTestPlan -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="TestManagement">
<command:details>
<command:name>New-TfsTestPlan</command:name>
<command:verb>New</command:verb>
<command:noun>TfsTestPlan</command:noun>
<maml:description>
<maml:para>Creates a new test plan.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>New-TfsTestPlan</maml:name>
<!-- Parameter: TestPlan -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>TestPlan</maml:name>
<maml:description>
<maml:para>Specifies the test plan name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: AreaPath -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>AreaPath</maml:name>
<maml:description>
<maml:para>Specifies the owner of the new test plan.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: EndDate -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>EndDate</maml:name>
<maml:description>
<maml:para>Specifies the end date of the test plan.</maml:para>
</maml:description>
<command:parameterValue required="true">DateTime</command:parameterValue>
<dev:type>
<maml:name>System.DateTime</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>1/1/0001 12:00:00 AM</dev:defaultValue>
</command:parameter>
<!-- Parameter: IterationPath -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IterationPath</maml:name>
<maml:description>
<maml:para>Specifies the owner of the new test plan.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Owner -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Owner</maml:name>
<maml:description>
<maml:para>Specifies the owner of the new test plan.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: StartDate -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>StartDate</maml:name>
<maml:description>
<maml:para>Specifies the start date of the test plan.</maml:para>
</maml:description>
<command:parameterValue required="true">DateTime</command:parameterValue>
<dev:type>
<maml:name>System.DateTime</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>1/1/0001 12:00:00 AM</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: TestPlan -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>TestPlan</maml:name>
<maml:description>
<maml:para>Specifies the test plan name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the test plan name.</maml:para>
<maml:para>This is an alias of the TestPlan parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: AreaPath -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>AreaPath</maml:name>
<maml:description>
<maml:para>Specifies the owner of the new test plan.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: IterationPath -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IterationPath</maml:name>
<maml:description>
<maml:para>Specifies the owner of the new test plan.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: StartDate -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>StartDate</maml:name>
<maml:description>
<maml:para>Specifies the start date of the test plan.</maml:para>
</maml:description>
<command:parameterValue required="true">DateTime</command:parameterValue>
<dev:type>
<maml:name>System.DateTime</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>1/1/0001 12:00:00 AM</dev:defaultValue>
</command:parameter>
<!-- Parameter: EndDate -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>EndDate</maml:name>
<maml:description>
<maml:para>Specifies the end date of the test plan.</maml:para>
</maml:description>
<command:parameterValue required="true">DateTime</command:parameterValue>
<dev:type>
<maml:name>System.DateTime</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>1/1/0001 12:00:00 AM</dev:defaultValue>
</command:parameter>
<!-- Parameter: Owner -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Owner</maml:name>
<maml:description>
<maml:para>Specifies the owner of the new test plan.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes />
<command:returnValues>
<!-- OutputType: TestPlan -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.TestManagement.TestPlanning.WebApi.TestPlan</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/TestManagement/New-TfsTestPlan</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Remove-TfsTestPlan -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="TestManagement">
<command:details>
<command:name>Remove-TfsTestPlan</command:name>
<command:verb>Remove</command:verb>
<command:noun>TfsTestPlan</command:noun>
<maml:description>
<maml:para>Deletes one or more test plans.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Remove-TfsTestPlan</maml:name>
<!-- Parameter: TestPlan -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Id,Name">
<maml:name>TestPlan</maml:name>
<maml:description>
<maml:para>Specifies one or more test plans to delete. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: TestPlan -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Id,Name">
<maml:name>TestPlan</maml:name>
<maml:description>
<maml:para>Specifies one or more test plans to delete. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Id,Name">
<maml:name>Id</maml:name>
<maml:description>
<maml:para>Specifies one or more test plans to delete. Wildcards are supported.</maml:para>
<maml:para>This is an alias of the TestPlan parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Id,Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies one or more test plans to delete. Wildcards are supported.</maml:para>
<maml:para>This is an alias of the TestPlan parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies one or more test plans to delete. Wildcards are supported.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/TestManagement/Remove-TfsTestPlan</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Rename-TfsTestPlan -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="TestManagement">
<command:details>
<command:name>Rename-TfsTestPlan</command:name>
<command:verb>Rename</command:verb>
<command:noun>TfsTestPlan</command:noun>
<maml:description>
<maml:para>Renames a test plans.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Rename-TfsTestPlan</maml:name>
<!-- Parameter: TestPlan -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Id,Name">
<maml:name>TestPlan</maml:name>
<maml:description>
<maml:para>Specifies the test plan name.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NewName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>NewName</maml:name>
<maml:description>
<maml:para>Specifies the new name of the item. Enter only a name - i.e., for items that support paths, do not enter a path and name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: TestPlan -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Id,Name">
<maml:name>TestPlan</maml:name>
<maml:description>
<maml:para>Specifies the test plan name.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Id,Name">
<maml:name>Id</maml:name>
<maml:description>
<maml:para>Specifies the test plan name.</maml:para>
<maml:para>This is an alias of the TestPlan parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Id,Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the test plan name.</maml:para>
<maml:para>This is an alias of the TestPlan parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NewName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>NewName</maml:name>
<maml:description>
<maml:para>Specifies the new name of the item. Enter only a name - i.e., for items that support paths, do not enter a path and name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the test plan name.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: TestPlan -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.VisualStudio.Services.TestManagement.TestPlanning.WebApi.TestPlan</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/TestManagement/Rename-TfsTestPlan</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsVersion -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Admin">
<command:details>
<command:name>Get-TfsVersion</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsVersion</command:noun>
<maml:description>
<maml:para>Gets the version information about Team Foundation / Azure DevOps servers and Azure DevOps Services organizations.</maml:para>
</maml:description>
</command:details>
<maml:description>
<maml:para>The Get-TfsVersion cmdlet retrieves version information from the supplied team project collection or Azure DevOps organization. When available/applicable, detailed information about installed updates, deployed sprints and so on are also provided.</maml:para>
</maml:description>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsVersion</maml:name>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: ServerVersion -->
<command:returnValue>
<dev:type>
<maml:name>TfsCmdlets.Util.ServerVersion</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Admin/Get-TfsVersion</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Copy-TfsWorkItem -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem">
<command:details>
<command:name>Copy-TfsWorkItem</command:name>
<command:verb>Copy</command:verb>
<command:noun>TfsWorkItem</command:noun>
<maml:description>
<maml:para>Creates a copy of a work item, optionally changing its type.</maml:para>
</maml:description>
</command:details>
<maml:description>
<maml:para>Use this cmdlet to create a copy of a work item (using its latest saved state/revision data) that is of the specified work item type. By default, the copy retains the same type of the original work item, unless the Type argument is specified</maml:para>
</maml:description>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Copy-TfsWorkItem</maml:name>
<!-- Parameter: WorkItem -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="id">
<maml:name>WorkItem</maml:name>
<maml:description>
<maml:para>Specifies a work item. Valid values are the work item ID or an instance of Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: DestinationProject -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>DestinationProject</maml:name>
<maml:description>
<maml:para>Specifies the team project where the work item will be copied into. When omitted, the copy will be created in the same team project of the source work item.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: IncludeAttachments -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IncludeAttachments</maml:name>
<maml:description>
<maml:para>Creates a duplicate of all attachments present in the source work item and adds them to the new work item.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: IncludeLinks -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IncludeLinks</maml:name>
<maml:description>
<maml:para>Creates a copy of all links present in the source work item and adds them to the new work item. Only the links are copied; linked artifacts themselves are not copied. In other words, both the original and the copy work items point to the same linked artifacts.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: NewType -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>NewType</maml:name>
<maml:description>
<maml:para>Specifies the type of the new work item. When omitted, the type of the original work item is preserved.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. It takes one of the following values: Original (returns the original work item), Copy (returns the newly created work item copy) or None.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Copy</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the source team project from where the work item will be copied. When omitted, it defaults to the team project of the piped work item (if any), or to the connection set by Connect-TfsTeamProject.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: WorkItem -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="id">
<maml:name>WorkItem</maml:name>
<maml:description>
<maml:para>Specifies a work item. Valid values are the work item ID or an instance of Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="id">
<maml:name>id</maml:name>
<maml:description>
<maml:para>Specifies a work item. Valid values are the work item ID or an instance of Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem.</maml:para>
<maml:para>This is an alias of the WorkItem parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NewType -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>NewType</maml:name>
<maml:description>
<maml:para>Specifies the type of the new work item. When omitted, the type of the original work item is preserved.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: IncludeAttachments -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IncludeAttachments</maml:name>
<maml:description>
<maml:para>Creates a duplicate of all attachments present in the source work item and adds them to the new work item.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: IncludeLinks -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IncludeLinks</maml:name>
<maml:description>
<maml:para>Creates a copy of all links present in the source work item and adds them to the new work item. Only the links are copied; linked artifacts themselves are not copied. In other words, both the original and the copy work items point to the same linked artifacts.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: DestinationProject -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>DestinationProject</maml:name>
<maml:description>
<maml:para>Specifies the team project where the work item will be copied into. When omitted, the copy will be created in the same team project of the source work item.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the source team project from where the work item will be copied. When omitted, it defaults to the team project of the piped work item (if any), or to the connection set by Connect-TfsTeamProject.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. It takes one of the following values: Original (returns the original work item), Copy (returns the newly created work item copy) or None.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Copy</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies a work item. Valid values are the work item ID or an instance of Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WorkItem -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/Copy-TfsWorkItem</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsWorkItem -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem">
<command:details>
<command:name>Get-TfsWorkItem</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsWorkItem</command:noun>
<maml:description>
<maml:para>Gets the contents of one or more work items.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: Query by revision -->
<command:syntaxItem tfscmdlets:parameterSet="Query by revision">
<maml:name>Get-TfsWorkItem</maml:name>
<!-- Parameter: WorkItem -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="id">
<maml:name>WorkItem</maml:name>
<maml:description>
<maml:para>Specifies a work item. Valid values are the work item ID or an instance of Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Fields -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Fields</maml:name>
<maml:description>
<maml:para>Specifies which fields should be retrieved. When omitted, defaults to a set of standard fields that include Id, Title, Description, some state-related fields and more.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>System.AreaPath, System.TeamProject, System.IterationPath, System.WorkItemType, System.State, System.Reason, System.CreatedDate, System.CreatedBy, System.ChangedDate, System.ChangedBy, System.CommentCount, System.Title, System.BoardColumn, System.BoardColumnDone, Microsoft.VSTS.Common.StateChangeDate, Microsoft.VSTS.Common.Priority, Microsoft.VSTS.Common.ValueArea, System.Description, System.Tags</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Revision -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="rev">
<maml:name>Revision</maml:name>
<maml:description>
<maml:para>Specifies a work item revision number to retrieve. When omitted, returns the latest revision of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">int</command:parameterValue>
<dev:type>
<maml:name>System.Int32</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>0</dev:defaultValue>
</command:parameter>
<!-- Parameter: ShowWindow -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ShowWindow</maml:name>
<maml:description>
<maml:para>Opens the specified work item in the default web browser.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Query by date -->
<command:syntaxItem tfscmdlets:parameterSet="Query by date">
<maml:name>Get-TfsWorkItem</maml:name>
<!-- Parameter: WorkItem -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="id">
<maml:name>WorkItem</maml:name>
<maml:description>
<maml:para>Specifies a work item. Valid values are the work item ID or an instance of Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: AsOf -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>AsOf</maml:name>
<maml:description>
<maml:para>Returns the field values as they were defined in the work item revision that was the latest revision by the date specified.</maml:para>
</maml:description>
<command:parameterValue required="true">DateTime</command:parameterValue>
<dev:type>
<maml:name>System.DateTime</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>1/1/0001 12:00:00 AM</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Fields -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Fields</maml:name>
<maml:description>
<maml:para>Specifies which fields should be retrieved. When omitted, defaults to a set of standard fields that include Id, Title, Description, some state-related fields and more.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>System.AreaPath, System.TeamProject, System.IterationPath, System.WorkItemType, System.State, System.Reason, System.CreatedDate, System.CreatedBy, System.ChangedDate, System.ChangedBy, System.CommentCount, System.Title, System.BoardColumn, System.BoardColumnDone, Microsoft.VSTS.Common.StateChangeDate, Microsoft.VSTS.Common.Priority, Microsoft.VSTS.Common.ValueArea, System.Description, System.Tags</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Get deleted -->
<command:syntaxItem tfscmdlets:parameterSet="Get deleted">
<maml:name>Get-TfsWorkItem</maml:name>
<!-- Parameter: WorkItem -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="id">
<maml:name>WorkItem</maml:name>
<maml:description>
<maml:para>Specifies a work item. Valid values are the work item ID or an instance of Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Deleted -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Deleted</maml:name>
<maml:description>
<maml:para>Gets deleted work items.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Fields -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Fields</maml:name>
<maml:description>
<maml:para>Specifies which fields should be retrieved. When omitted, defaults to a set of standard fields that include Id, Title, Description, some state-related fields and more.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>System.AreaPath, System.TeamProject, System.IterationPath, System.WorkItemType, System.State, System.Reason, System.CreatedDate, System.CreatedBy, System.ChangedDate, System.ChangedBy, System.CommentCount, System.Title, System.BoardColumn, System.BoardColumnDone, Microsoft.VSTS.Common.StateChangeDate, Microsoft.VSTS.Common.Priority, Microsoft.VSTS.Common.ValueArea, System.Description, System.Tags</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Simple query -->
<command:syntaxItem tfscmdlets:parameterSet="Simple query">
<maml:name>Get-TfsWorkItem</maml:name>
<!-- Parameter: AreaPath -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>AreaPath</maml:name>
<maml:description>
<maml:para>Specifies the area path to look up for in a work item. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: AsOf -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>AsOf</maml:name>
<maml:description>
<maml:para>Returns the field values as they were defined in the work item revision that was the latest revision by the date specified.</maml:para>
</maml:description>
<command:parameterValue required="true">DateTime</command:parameterValue>
<dev:type>
<maml:name>System.DateTime</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>1/1/0001 12:00:00 AM</dev:defaultValue>
</command:parameter>
<!-- Parameter: BoardColumn -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BoardColumn</maml:name>
<maml:description>
<maml:para>Specifies the board column to look up for in a work item. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: BoardColumnDone -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BoardColumnDone</maml:name>
<maml:description>
<maml:para>Specifies whether the work item is in the sub-column Doing or Done in a board.</maml:para>
</maml:description>
<command:parameterValue required="true">bool</command:parameterValue>
<dev:type>
<maml:name>System.Boolean</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: ChangedBy -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ChangedBy</maml:name>
<maml:description>
<maml:para>Specifies the name or email of the user that did the latest change to the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: ChangedDate -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ChangedDate</maml:name>
<maml:description>
<maml:para>Specifies the date of the latest change to the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">DateTime[]</command:parameterValue>
<dev:type>
<maml:name>System.DateTime[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: CreatedBy -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>CreatedBy</maml:name>
<maml:description>
<maml:para>Specifies the name or email of the user that created the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">object[]</command:parameterValue>
<dev:type>
<maml:name>System.Object[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: CreatedDate -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>CreatedDate</maml:name>
<maml:description>
<maml:para>Specifies the date when the work item was created.</maml:para>
</maml:description>
<command:parameterValue required="true">DateTime[]</command:parameterValue>
<dev:type>
<maml:name>System.DateTime[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Description -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Description</maml:name>
<maml:description>
<maml:para>Specifies the description to look up for in a work item. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Ever -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Ever</maml:name>
<maml:description>
<maml:para>Switches the query to historical query mode, by changing operators to "WAS EVER" where possible.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Fields -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Fields</maml:name>
<maml:description>
<maml:para>Specifies which fields should be retrieved. When omitted, defaults to a set of standard fields that include Id, Title, Description, some state-related fields and more.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>System.AreaPath, System.TeamProject, System.IterationPath, System.WorkItemType, System.State, System.Reason, System.CreatedDate, System.CreatedBy, System.ChangedDate, System.ChangedBy, System.CommentCount, System.Title, System.BoardColumn, System.BoardColumnDone, Microsoft.VSTS.Common.StateChangeDate, Microsoft.VSTS.Common.Priority, Microsoft.VSTS.Common.ValueArea, System.Description, System.Tags</dev:defaultValue>
</command:parameter>
<!-- Parameter: IterationPath -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IterationPath</maml:name>
<maml:description>
<maml:para>Specifies the iteration path to look up for in a work item. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Priority -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Priority</maml:name>
<maml:description>
<maml:para>Specifies the priority of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">int[]</command:parameterValue>
<dev:type>
<maml:name>System.Int32[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Reason -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Reason</maml:name>
<maml:description>
<maml:para>Specifies the reason (field 'System.Reason') to look up for in a work item. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: State -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>State</maml:name>
<maml:description>
<maml:para>Specifies the state (field 'System.State') to look up for in a work item. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: StateChangeDate -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>StateChangeDate</maml:name>
<maml:description>
<maml:para>Specifies the date of the most recent change to the state of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">DateTime[]</command:parameterValue>
<dev:type>
<maml:name>System.DateTime[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Tags -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Tags</maml:name>
<maml:description>
<maml:para>Specifies the tags to look up for in a work item. When multiple tags are supplied, they are combined with an OR operator - in other works, returns work items that contain ANY ofthe supplied tags.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: TimePrecision -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>TimePrecision</maml:name>
<maml:description>
<maml:para>Fetches work items in "time-precision mode": search criteria in WIQL queries take into account time information as well, not only dates.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Title -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Title</maml:name>
<maml:description>
<maml:para>Specifies the title to look up for in a work item. Wildcards are supported. When a wildcard is used, matches a portion of the title (uses the operator "contains" in the WIQL query). Otherwise, matches the whole field with the operator "=", unless -Ever is also specified. In that case, uses the operator "was ever".</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: ValueArea -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ValueArea</maml:name>
<maml:description>
<maml:para>Specifies the Value Area (field 'Microsoft.VSTS.Common.ValueArea') to look up for in a work item. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: WorkItemType -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="Type">
<maml:name>WorkItemType</maml:name>
<maml:description>
<maml:para>Specifies the work item type to look up for in a work item. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Query by WIQL -->
<command:syntaxItem tfscmdlets:parameterSet="Query by WIQL">
<maml:name>Get-TfsWorkItem</maml:name>
<!-- Parameter: Query -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="WIQL,QueryText,SavedQuery,QueryPath">
<maml:name>Query</maml:name>
<maml:description>
<maml:para>Specifies a query written in WIQL (Work Item Query Language)</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Fields -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Fields</maml:name>
<maml:description>
<maml:para>Specifies which fields should be retrieved. When omitted, defaults to a set of standard fields that include Id, Title, Description, some state-related fields and more.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>System.AreaPath, System.TeamProject, System.IterationPath, System.WorkItemType, System.State, System.Reason, System.CreatedDate, System.CreatedBy, System.ChangedDate, System.ChangedBy, System.CommentCount, System.Title, System.BoardColumn, System.BoardColumnDone, Microsoft.VSTS.Common.StateChangeDate, Microsoft.VSTS.Common.Priority, Microsoft.VSTS.Common.ValueArea, System.Description, System.Tags</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: TimePrecision -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>TimePrecision</maml:name>
<maml:description>
<maml:para>Fetches work items in "time-precision mode": search criteria in WIQL queries take into account time information as well, not only dates.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Query by filter -->
<command:syntaxItem tfscmdlets:parameterSet="Query by filter">
<maml:name>Get-TfsWorkItem</maml:name>
<!-- Parameter: Where -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Where</maml:name>
<maml:description>
<maml:para>Specifies a filter clause (the portion of a WIQL query after the WHERE keyword).</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Fields -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Fields</maml:name>
<maml:description>
<maml:para>Specifies which fields should be retrieved. When omitted, defaults to a set of standard fields that include Id, Title, Description, some state-related fields and more.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>System.AreaPath, System.TeamProject, System.IterationPath, System.WorkItemType, System.State, System.Reason, System.CreatedDate, System.CreatedBy, System.ChangedDate, System.ChangedBy, System.CommentCount, System.Title, System.BoardColumn, System.BoardColumnDone, Microsoft.VSTS.Common.StateChangeDate, Microsoft.VSTS.Common.Priority, Microsoft.VSTS.Common.ValueArea, System.Description, System.Tags</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: TimePrecision -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>TimePrecision</maml:name>
<maml:description>
<maml:para>Fetches work items in "time-precision mode": search criteria in WIQL queries take into account time information as well, not only dates.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: WorkItem -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="id">
<maml:name>WorkItem</maml:name>
<maml:description>
<maml:para>Specifies a work item. Valid values are the work item ID or an instance of Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="id">
<maml:name>id</maml:name>
<maml:description>
<maml:para>Specifies a work item. Valid values are the work item ID or an instance of Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem.</maml:para>
<maml:para>This is an alias of the WorkItem parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Title -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Title</maml:name>
<maml:description>
<maml:para>Specifies the title to look up for in a work item. Wildcards are supported. When a wildcard is used, matches a portion of the title (uses the operator "contains" in the WIQL query). Otherwise, matches the whole field with the operator "=", unless -Ever is also specified. In that case, uses the operator "was ever".</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Description -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Description</maml:name>
<maml:description>
<maml:para>Specifies the description to look up for in a work item. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: AreaPath -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>AreaPath</maml:name>
<maml:description>
<maml:para>Specifies the area path to look up for in a work item. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: IterationPath -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IterationPath</maml:name>
<maml:description>
<maml:para>Specifies the iteration path to look up for in a work item. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: WorkItemType -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="Type">
<maml:name>WorkItemType</maml:name>
<maml:description>
<maml:para>Specifies the work item type to look up for in a work item. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="Type">
<maml:name>Type</maml:name>
<maml:description>
<maml:para>Specifies the work item type to look up for in a work item. Wildcards are supported.</maml:para>
<maml:para>This is an alias of the WorkItemType parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: State -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>State</maml:name>
<maml:description>
<maml:para>Specifies the state (field 'System.State') to look up for in a work item. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Reason -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Reason</maml:name>
<maml:description>
<maml:para>Specifies the reason (field 'System.Reason') to look up for in a work item. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: ValueArea -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ValueArea</maml:name>
<maml:description>
<maml:para>Specifies the Value Area (field 'Microsoft.VSTS.Common.ValueArea') to look up for in a work item. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: BoardColumn -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BoardColumn</maml:name>
<maml:description>
<maml:para>Specifies the board column to look up for in a work item. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: BoardColumnDone -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BoardColumnDone</maml:name>
<maml:description>
<maml:para>Specifies whether the work item is in the sub-column Doing or Done in a board.</maml:para>
</maml:description>
<command:parameterValue required="true">bool</command:parameterValue>
<dev:type>
<maml:name>System.Boolean</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: CreatedBy -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>CreatedBy</maml:name>
<maml:description>
<maml:para>Specifies the name or email of the user that created the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">object[]</command:parameterValue>
<dev:type>
<maml:name>System.Object[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: CreatedDate -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>CreatedDate</maml:name>
<maml:description>
<maml:para>Specifies the date when the work item was created.</maml:para>
</maml:description>
<command:parameterValue required="true">DateTime[]</command:parameterValue>
<dev:type>
<maml:name>System.DateTime[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: ChangedBy -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ChangedBy</maml:name>
<maml:description>
<maml:para>Specifies the name or email of the user that did the latest change to the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: ChangedDate -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ChangedDate</maml:name>
<maml:description>
<maml:para>Specifies the date of the latest change to the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">DateTime[]</command:parameterValue>
<dev:type>
<maml:name>System.DateTime[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: StateChangeDate -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>StateChangeDate</maml:name>
<maml:description>
<maml:para>Specifies the date of the most recent change to the state of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">DateTime[]</command:parameterValue>
<dev:type>
<maml:name>System.DateTime[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Priority -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Priority</maml:name>
<maml:description>
<maml:para>Specifies the priority of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">int[]</command:parameterValue>
<dev:type>
<maml:name>System.Int32[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Tags -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Tags</maml:name>
<maml:description>
<maml:para>Specifies the tags to look up for in a work item. When multiple tags are supplied, they are combined with an OR operator - in other works, returns work items that contain ANY ofthe supplied tags.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Ever -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Ever</maml:name>
<maml:description>
<maml:para>Switches the query to historical query mode, by changing operators to "WAS EVER" where possible.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Revision -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="rev">
<maml:name>Revision</maml:name>
<maml:description>
<maml:para>Specifies a work item revision number to retrieve. When omitted, returns the latest revision of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">int</command:parameterValue>
<dev:type>
<maml:name>System.Int32</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>0</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="rev">
<maml:name>rev</maml:name>
<maml:description>
<maml:para>Specifies a work item revision number to retrieve. When omitted, returns the latest revision of the work item.</maml:para>
<maml:para>This is an alias of the Revision parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">int</command:parameterValue>
<dev:type>
<maml:name>System.Int32</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>0</dev:defaultValue>
</command:parameter>
<!-- Parameter: AsOf -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>AsOf</maml:name>
<maml:description>
<maml:para>Returns the field values as they were defined in the work item revision that was the latest revision by the date specified.</maml:para>
</maml:description>
<command:parameterValue required="true">DateTime</command:parameterValue>
<dev:type>
<maml:name>System.DateTime</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>1/1/0001 12:00:00 AM</dev:defaultValue>
</command:parameter>
<!-- Parameter: Query -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="WIQL,QueryText,SavedQuery,QueryPath">
<maml:name>Query</maml:name>
<maml:description>
<maml:para>Specifies a query written in WIQL (Work Item Query Language)</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="WIQL,QueryText,SavedQuery,QueryPath">
<maml:name>WIQL</maml:name>
<maml:description>
<maml:para>Specifies a query written in WIQL (Work Item Query Language)</maml:para>
<maml:para>This is an alias of the Query parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="WIQL,QueryText,SavedQuery,QueryPath">
<maml:name>QueryText</maml:name>
<maml:description>
<maml:para>Specifies a query written in WIQL (Work Item Query Language)</maml:para>
<maml:para>This is an alias of the Query parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="WIQL,QueryText,SavedQuery,QueryPath">
<maml:name>SavedQuery</maml:name>
<maml:description>
<maml:para>Specifies a query written in WIQL (Work Item Query Language)</maml:para>
<maml:para>This is an alias of the Query parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases="WIQL,QueryText,SavedQuery,QueryPath">
<maml:name>QueryPath</maml:name>
<maml:description>
<maml:para>Specifies a query written in WIQL (Work Item Query Language)</maml:para>
<maml:para>This is an alias of the Query parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Fields -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Fields</maml:name>
<maml:description>
<maml:para>Specifies which fields should be retrieved. When omitted, defaults to a set of standard fields that include Id, Title, Description, some state-related fields and more.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>System.AreaPath, System.TeamProject, System.IterationPath, System.WorkItemType, System.State, System.Reason, System.CreatedDate, System.CreatedBy, System.ChangedDate, System.ChangedBy, System.CommentCount, System.Title, System.BoardColumn, System.BoardColumnDone, Microsoft.VSTS.Common.StateChangeDate, Microsoft.VSTS.Common.Priority, Microsoft.VSTS.Common.ValueArea, System.Description, System.Tags</dev:defaultValue>
</command:parameter>
<!-- Parameter: Where -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Where</maml:name>
<maml:description>
<maml:para>Specifies a filter clause (the portion of a WIQL query after the WHERE keyword).</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: TimePrecision -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>TimePrecision</maml:name>
<maml:description>
<maml:para>Fetches work items in "time-precision mode": search criteria in WIQL queries take into account time information as well, not only dates.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: ShowWindow -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ShowWindow</maml:name>
<maml:description>
<maml:para>Opens the specified work item in the default web browser.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Deleted -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Deleted</maml:name>
<maml:description>
<maml:para>Gets deleted work items.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WorkItem -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/Get-TfsWorkItem</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Move-TfsWorkItem -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem">
<command:details>
<command:name>Move-TfsWorkItem</command:name>
<command:verb>Move</command:verb>
<command:noun>TfsWorkItem</command:noun>
<maml:description>
<maml:para>Moves a work item to a different team project in the same collection.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Move-TfsWorkItem</maml:name>
<!-- Parameter: WorkItem -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="id">
<maml:name>WorkItem</maml:name>
<maml:description>
<maml:para>Specifies a work item. Valid values are the work item ID or an instance of Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1" aliases="Destination">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the team project where the work item will be moved to.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Area -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Area</maml:name>
<maml:description>
<maml:para>Specifies the area path in the destination project where the work item will be moved to. When omitted, the work item is moved to the root area path in the destination project.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Comment -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Comment</maml:name>
<maml:description>
<maml:para>Specifies a comment to be added to the history</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Iteration -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Iteration</maml:name>
<maml:description>
<maml:para>Specifies the iteration path in the destination project where the work item will be moved to. When omitted, the work item is moved to the root iteration path in the destination project.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: State -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>State</maml:name>
<maml:description>
<maml:para>Specifies a new state for the work item in the destination project. When omitted, it retains the current state.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: WorkItem -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="id">
<maml:name>WorkItem</maml:name>
<maml:description>
<maml:para>Specifies a work item. Valid values are the work item ID or an instance of Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="id">
<maml:name>id</maml:name>
<maml:description>
<maml:para>Specifies a work item. Valid values are the work item ID or an instance of Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem.</maml:para>
<maml:para>This is an alias of the WorkItem parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1" aliases="Destination">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the team project where the work item will be moved to.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="false" position="1" aliases="Destination">
<maml:name>Destination</maml:name>
<maml:description>
<maml:para>Specifies the team project where the work item will be moved to.</maml:para>
<maml:para>This is an alias of the Project parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Area -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Area</maml:name>
<maml:description>
<maml:para>Specifies the area path in the destination project where the work item will be moved to. When omitted, the work item is moved to the root area path in the destination project.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Iteration -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Iteration</maml:name>
<maml:description>
<maml:para>Specifies the iteration path in the destination project where the work item will be moved to. When omitted, the work item is moved to the root iteration path in the destination project.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: State -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>State</maml:name>
<maml:description>
<maml:para>Specifies a new state for the work item in the destination project. When omitted, it retains the current state.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Comment -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Comment</maml:name>
<maml:description>
<maml:para>Specifies a comment to be added to the history</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies a work item. Valid values are the work item ID or an instance of Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WorkItem -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/Move-TfsWorkItem</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: New-TfsWorkItem -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem">
<command:details>
<command:name>New-TfsWorkItem</command:name>
<command:verb>New</command:verb>
<command:noun>TfsWorkItem</command:noun>
<maml:description>
<maml:para>Creates a new work item.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>New-TfsWorkItem</maml:name>
<!-- Parameter: Type -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Type</maml:name>
<maml:description>
<maml:para>Specifies the type of the new work item.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Area -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Area</maml:name>
<maml:description>
<maml:para>Specifies the area path of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: AssignedTo -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>AssignedTo</maml:name>
<maml:description>
<maml:para>Specifies the user this work item is assigned to.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: BoardColumn -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BoardColumn</maml:name>
<maml:description>
<maml:para>Specifies the board column of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: BoardColumnDone -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BoardColumnDone</maml:name>
<maml:description>
<maml:para>Specifies whether the work item is in the sub-column Doing or Done in a board.</maml:para>
</maml:description>
<command:parameterValue required="true">bool</command:parameterValue>
<dev:type>
<maml:name>System.Boolean</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: BoardLane -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BoardLane</maml:name>
<maml:description>
<maml:para>Specifies the board lane of the work item</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: BypassRules -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BypassRules</maml:name>
<maml:description>
<maml:para>Bypasses any rule validation when saving the work item. Use it with caution, as this may leave the work item in an invalid state.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Description -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Description</maml:name>
<maml:description>
<maml:para>Specifies the description of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Fields -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Fields</maml:name>
<maml:description>
<maml:para>Specifies the names and the corresponding values for the fields to be set in the work item and whose values were not supplied in the other arguments to this cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">Hashtable</command:parameterValue>
<dev:type>
<maml:name>System.Collections.Hashtable</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Iteration -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Iteration</maml:name>
<maml:description>
<maml:para>Specifies the iteration path of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Priority -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Priority</maml:name>
<maml:description>
<maml:para>Specifies the priority of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">int</command:parameterValue>
<dev:type>
<maml:name>System.Int32</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>0</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Reason -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Reason</maml:name>
<maml:description>
<maml:para>Specifies the reason (field 'System.Reason') of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: State -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>State</maml:name>
<maml:description>
<maml:para>Specifies the state of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Tags -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Tags</maml:name>
<maml:description>
<maml:para>Specifies the tags of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Title -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Title</maml:name>
<maml:description>
<maml:para>Specifies the title of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: ValueArea -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ValueArea</maml:name>
<maml:description>
<maml:para>Specifies the Value Area of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Type -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Type</maml:name>
<maml:description>
<maml:para>Specifies the type of the new work item.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Title -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Title</maml:name>
<maml:description>
<maml:para>Specifies the title of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Description -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Description</maml:name>
<maml:description>
<maml:para>Specifies the description of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Area -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Area</maml:name>
<maml:description>
<maml:para>Specifies the area path of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Iteration -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Iteration</maml:name>
<maml:description>
<maml:para>Specifies the iteration path of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: AssignedTo -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>AssignedTo</maml:name>
<maml:description>
<maml:para>Specifies the user this work item is assigned to.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: State -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>State</maml:name>
<maml:description>
<maml:para>Specifies the state of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Reason -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Reason</maml:name>
<maml:description>
<maml:para>Specifies the reason (field 'System.Reason') of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: ValueArea -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ValueArea</maml:name>
<maml:description>
<maml:para>Specifies the Value Area of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: BoardColumn -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BoardColumn</maml:name>
<maml:description>
<maml:para>Specifies the board column of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: BoardColumnDone -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BoardColumnDone</maml:name>
<maml:description>
<maml:para>Specifies whether the work item is in the sub-column Doing or Done in a board.</maml:para>
</maml:description>
<command:parameterValue required="true">bool</command:parameterValue>
<dev:type>
<maml:name>System.Boolean</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: BoardLane -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BoardLane</maml:name>
<maml:description>
<maml:para>Specifies the board lane of the work item</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Priority -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Priority</maml:name>
<maml:description>
<maml:para>Specifies the priority of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">int</command:parameterValue>
<dev:type>
<maml:name>System.Int32</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>0</dev:defaultValue>
</command:parameter>
<!-- Parameter: Tags -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Tags</maml:name>
<maml:description>
<maml:para>Specifies the tags of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Fields -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Fields</maml:name>
<maml:description>
<maml:para>Specifies the names and the corresponding values for the fields to be set in the work item and whose values were not supplied in the other arguments to this cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">Hashtable</command:parameterValue>
<dev:type>
<maml:name>System.Collections.Hashtable</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: BypassRules -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BypassRules</maml:name>
<maml:description>
<maml:para>Bypasses any rule validation when saving the work item. Use it with caution, as this may leave the work item in an invalid state.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the type of the new work item.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WorkItem -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/New-TfsWorkItem</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Remove-TfsWorkItem -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem">
<command:details>
<command:name>Remove-TfsWorkItem</command:name>
<command:verb>Remove</command:verb>
<command:noun>TfsWorkItem</command:noun>
<maml:description>
<maml:para>Deletes a work item from a team project collection.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Remove-TfsWorkItem</maml:name>
<!-- Parameter: WorkItem -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="id">
<maml:name>WorkItem</maml:name>
<maml:description>
<maml:para>Specifies the work item to remove.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Destroy -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Destroy</maml:name>
<maml:description>
<maml:para>Permanently deletes the work item, without sending it to the recycle bin.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Deletes the work item without asking for confirmation</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: WorkItem -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="id">
<maml:name>WorkItem</maml:name>
<maml:description>
<maml:para>Specifies the work item to remove.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="id">
<maml:name>id</maml:name>
<maml:description>
<maml:para>Specifies the work item to remove.</maml:para>
<maml:para>This is an alias of the WorkItem parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Destroy -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Destroy</maml:name>
<maml:description>
<maml:para>Permanently deletes the work item, without sending it to the recycle bin.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Deletes the work item without asking for confirmation</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the work item to remove.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/Remove-TfsWorkItem</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Search-TfsWorkItem -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem">
<command:details>
<command:name>Search-TfsWorkItem</command:name>
<command:verb>Search</command:verb>
<command:noun>TfsWorkItem</command:noun>
<maml:description>
<maml:para>Gets the contents of one or more work items.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Search-TfsWorkItem</maml:name>
<!-- Parameter: Query -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Query</maml:name>
<maml:description>
<maml:para>Specifies the text to search for. Supports the Quick Filter syntax described in https://docs.microsoft.com/en-us/azure/devops/project/search/advanced-work-item-search-syntax</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Results -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Results</maml:name>
<maml:description>
<maml:para>Specifies the maximum quantity of results. Supports between 1 and 1000 results. When omitted, defaults to 100. Currently this cmdlet does not support result pagination.</maml:para>
</maml:description>
<command:parameterValue required="true">int</command:parameterValue>
<dev:type>
<maml:name>System.Int32</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>100</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Query -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Query</maml:name>
<maml:description>
<maml:para>Specifies the text to search for. Supports the Quick Filter syntax described in https://docs.microsoft.com/en-us/azure/devops/project/search/advanced-work-item-search-syntax</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Results -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Results</maml:name>
<maml:description>
<maml:para>Specifies the maximum quantity of results. Supports between 1 and 1000 results. When omitted, defaults to 100. Currently this cmdlet does not support result pagination.</maml:para>
</maml:description>
<command:parameterValue required="true">int</command:parameterValue>
<dev:type>
<maml:name>System.Int32</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>100</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the text to search for. Supports the Quick Filter syntax described in https://docs.microsoft.com/en-us/azure/devops/project/search/advanced-work-item-search-syntax</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WorkItem -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/Search-TfsWorkItem</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>https://docs.microsoft.com/en-us/azure/devops/project/search/advanced-work-item-search-syntax</maml:linkText>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Set-TfsWorkItem -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem">
<command:details>
<command:name>Set-TfsWorkItem</command:name>
<command:verb>Set</command:verb>
<command:noun>TfsWorkItem</command:noun>
<maml:description>
<maml:para>Sets the contents of one or more work items.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Set-TfsWorkItem</maml:name>
<!-- Parameter: WorkItem -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="id">
<maml:name>WorkItem</maml:name>
<maml:description>
<maml:para>Specifies a work item. Valid values are the work item ID or an instance of Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Area -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Area</maml:name>
<maml:description>
<maml:para>Specifies the area path of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: AssignedTo -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>AssignedTo</maml:name>
<maml:description>
<maml:para>Specifies the user this work item is assigned to.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: BoardColumn -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BoardColumn</maml:name>
<maml:description>
<maml:para>Specifies the board column of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: BoardColumnDone -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BoardColumnDone</maml:name>
<maml:description>
<maml:para>Specifies whether the work item is in the sub-column Doing or Done in a board.</maml:para>
</maml:description>
<command:parameterValue required="true">bool</command:parameterValue>
<dev:type>
<maml:name>System.Boolean</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: BoardLane -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BoardLane</maml:name>
<maml:description>
<maml:para>Specifies the board lane of the work item</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: BypassRules -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BypassRules</maml:name>
<maml:description>
<maml:para>Bypasses any rule validation when saving the work item. Use it with caution, as this may leave the work item in an invalid state.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Description -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Description</maml:name>
<maml:description>
<maml:para>Specifies the description of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Fields -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Fields</maml:name>
<maml:description>
<maml:para>Specifies the names and the corresponding values for the fields to be set in the work item and whose values were not supplied in the other arguments to this cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">Hashtable</command:parameterValue>
<dev:type>
<maml:name>System.Collections.Hashtable</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Iteration -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Iteration</maml:name>
<maml:description>
<maml:para>Specifies the iteration path of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Priority -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Priority</maml:name>
<maml:description>
<maml:para>Specifies the priority of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">int</command:parameterValue>
<dev:type>
<maml:name>System.Int32</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>0</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Reason -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Reason</maml:name>
<maml:description>
<maml:para>Specifies the reason (field 'System.Reason') of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: State -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>State</maml:name>
<maml:description>
<maml:para>Specifies the state of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Tags -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Tags</maml:name>
<maml:description>
<maml:para>Specifies the tags of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Title -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Title</maml:name>
<maml:description>
<maml:para>Specifies the title of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: ValueArea -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ValueArea</maml:name>
<maml:description>
<maml:para>Specifies the Value Area of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: WorkItem -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="id">
<maml:name>WorkItem</maml:name>
<maml:description>
<maml:para>Specifies a work item. Valid values are the work item ID or an instance of Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="id">
<maml:name>id</maml:name>
<maml:description>
<maml:para>Specifies a work item. Valid values are the work item ID or an instance of Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem.</maml:para>
<maml:para>This is an alias of the WorkItem parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Title -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Title</maml:name>
<maml:description>
<maml:para>Specifies the title of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Description -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Description</maml:name>
<maml:description>
<maml:para>Specifies the description of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Area -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Area</maml:name>
<maml:description>
<maml:para>Specifies the area path of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Iteration -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Iteration</maml:name>
<maml:description>
<maml:para>Specifies the iteration path of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: AssignedTo -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>AssignedTo</maml:name>
<maml:description>
<maml:para>Specifies the user this work item is assigned to.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: State -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>State</maml:name>
<maml:description>
<maml:para>Specifies the state of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Reason -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Reason</maml:name>
<maml:description>
<maml:para>Specifies the reason (field 'System.Reason') of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: ValueArea -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ValueArea</maml:name>
<maml:description>
<maml:para>Specifies the Value Area of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: BoardColumn -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BoardColumn</maml:name>
<maml:description>
<maml:para>Specifies the board column of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: BoardColumnDone -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BoardColumnDone</maml:name>
<maml:description>
<maml:para>Specifies whether the work item is in the sub-column Doing or Done in a board.</maml:para>
</maml:description>
<command:parameterValue required="true">bool</command:parameterValue>
<dev:type>
<maml:name>System.Boolean</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: BoardLane -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BoardLane</maml:name>
<maml:description>
<maml:para>Specifies the board lane of the work item</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Priority -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Priority</maml:name>
<maml:description>
<maml:para>Specifies the priority of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">int</command:parameterValue>
<dev:type>
<maml:name>System.Int32</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>0</dev:defaultValue>
</command:parameter>
<!-- Parameter: Tags -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Tags</maml:name>
<maml:description>
<maml:para>Specifies the tags of the work item.</maml:para>
</maml:description>
<command:parameterValue required="true">string[]</command:parameterValue>
<dev:type>
<maml:name>System.String[]</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Fields -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Fields</maml:name>
<maml:description>
<maml:para>Specifies the names and the corresponding values for the fields to be set in the work item and whose values were not supplied in the other arguments to this cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">Hashtable</command:parameterValue>
<dev:type>
<maml:name>System.Collections.Hashtable</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: BypassRules -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>BypassRules</maml:name>
<maml:description>
<maml:para>Bypasses any rule validation when saving the work item. Use it with caution, as this may leave the work item in an invalid state.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Team -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Team</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.WebApiTeam object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeam (if any). For more details, see the Get-TfsTeam cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies a work item. Valid values are the work item ID or an instance of Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WorkItem -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/Set-TfsWorkItem</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsWorkItemHistory -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.History">
<command:details>
<command:name>Get-TfsWorkItemHistory</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsWorkItemHistory</command:noun>
<maml:description>
<maml:para>Gets the history of changes of a work item.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsWorkItemHistory</maml:name>
</command:syntaxItem>
</command:syntax>
<command:parameters />
<command:inputTypes />
<command:returnValues>
<!-- OutputType: PSCustomObject -->
<command:returnValue>
<dev:type>
<maml:name>System.Management.Automation.PSCustomObject</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/History/Get-TfsWorkItemHistory</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Add-TfsWorkItemLink -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.Linking">
<command:details>
<command:name>Add-TfsWorkItemLink</command:name>
<command:verb>Add</command:verb>
<command:noun>TfsWorkItemLink</command:noun>
<maml:description>
<maml:para>Adds a link between two work items.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Add-TfsWorkItemLink</maml:name>
</command:syntaxItem>
</command:syntax>
<command:parameters />
<command:inputTypes />
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/Linking/Add-TfsWorkItemLink</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsWorkItemLink -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.Linking">
<command:details>
<command:name>Get-TfsWorkItemLink</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsWorkItemLink</command:noun>
<maml:description>
<maml:para>Gets the links in a work item.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsWorkItemLink</maml:name>
</command:syntaxItem>
</command:syntax>
<command:parameters />
<command:inputTypes />
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/Linking/Get-TfsWorkItemLink</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsWorkItemLinkEndType -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.Linking">
<command:details>
<command:name>Get-TfsWorkItemLinkEndType</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsWorkItemLinkEndType</command:noun>
<maml:description>
<maml:para>Gets the work item link end types of a team project collection.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsWorkItemLinkEndType</maml:name>
</command:syntaxItem>
</command:syntax>
<command:parameters />
<command:inputTypes />
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/Linking/Get-TfsWorkItemLinkEndType</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Export-TfsWorkItemQuery -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.Query">
<command:details>
<command:name>Export-TfsWorkItemQuery</command:name>
<command:verb>Export</command:verb>
<command:noun>TfsWorkItemQuery</command:noun>
<maml:description>
<maml:para>Exports a saved work item query to XML.</maml:para>
</maml:description>
</command:details>
<maml:description>
<maml:para>Work item queries can be exported to XML files (.WIQ extension) in order to be shared and reused. Visual Studio Team Explorer has the ability to open and save WIQ files. Use this cmdlet to generate WIQ files compatible with the format supported by Team Explorer.</maml:para>
</maml:description>
<command:syntax>
<!-- Parameter Set: Export to file -->
<command:syntaxItem tfscmdlets:parameterSet="Export to file">
<maml:name>Export-TfsWorkItemQuery</maml:name>
<!-- Parameter: Query -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Path">
<maml:name>Query</maml:name>
<maml:description>
<maml:para>Specifies one or more saved queries to export. Wildcards supported.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Destination -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Destination</maml:name>
<maml:description>
<maml:para>Specifies the path to the folder where exported queries are saved.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Encoding -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Encoding</maml:name>
<maml:description>
<maml:para>Specifies the encoding for the exported XML files. When omitted, defaults to UTF-8.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>UTF-8</dev:defaultValue>
</command:parameter>
<!-- Parameter: FlattenFolders -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>FlattenFolders</maml:name>
<maml:description>
<maml:para>Flattens the query folder structure. When omitted, the original query folder structure is recreated in the destination folder.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allows the cmdlet to overwrite an existing file in the destination folder.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Scope -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Scope</maml:name>
<maml:description>
<maml:para>Specifies the scope of the returned item. Personal refers to the "My Queries" folder", whereas Shared refers to the "Shared Queries" folder. When omitted defaults to "Both", effectively searching for items in both scopes.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Both</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Export to output stream -->
<command:syntaxItem tfscmdlets:parameterSet="Export to output stream">
<maml:name>Export-TfsWorkItemQuery</maml:name>
<!-- Parameter: Query -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Path">
<maml:name>Query</maml:name>
<maml:description>
<maml:para>Specifies one or more saved queries to export. Wildcards supported.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: AsXml -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>AsXml</maml:name>
<maml:description>
<maml:para>Exports the saved query to the standard output stream as a string-encoded XML document.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Scope -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Scope</maml:name>
<maml:description>
<maml:para>Specifies the scope of the returned item. Personal refers to the "My Queries" folder", whereas Shared refers to the "Shared Queries" folder. When omitted defaults to "Both", effectively searching for items in both scopes.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Both</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Query -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Path">
<maml:name>Query</maml:name>
<maml:description>
<maml:para>Specifies one or more saved queries to export. Wildcards supported.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Path">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies one or more saved queries to export. Wildcards supported.</maml:para>
<maml:para>This is an alias of the Query parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Scope -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Scope</maml:name>
<maml:description>
<maml:para>Specifies the scope of the returned item. Personal refers to the "My Queries" folder", whereas Shared refers to the "Shared Queries" folder. When omitted defaults to "Both", effectively searching for items in both scopes.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Both</dev:defaultValue>
</command:parameter>
<!-- Parameter: Destination -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Destination</maml:name>
<maml:description>
<maml:para>Specifies the path to the folder where exported queries are saved.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Encoding -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Encoding</maml:name>
<maml:description>
<maml:para>Specifies the encoding for the exported XML files. When omitted, defaults to UTF-8.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>UTF-8</dev:defaultValue>
</command:parameter>
<!-- Parameter: FlattenFolders -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>FlattenFolders</maml:name>
<maml:description>
<maml:para>Flattens the query folder structure. When omitted, the original query folder structure is recreated in the destination folder.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allows the cmdlet to overwrite an existing file in the destination folder.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: AsXml -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>AsXml</maml:name>
<maml:description>
<maml:para>Exports the saved query to the standard output stream as a string-encoded XML document.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies one or more saved queries to export. Wildcards supported.</maml:para>
</maml:description>
</command:inputType>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
</command:inputType>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: String -->
<command:returnValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/Query/Export-TfsWorkItemQuery</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsWorkItemQuery -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.Query">
<command:details>
<command:name>Get-TfsWorkItemQuery</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsWorkItemQuery</command:noun>
<maml:description>
<maml:para>Gets the definition of one or more work item saved queries.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsWorkItemQuery</maml:name>
<!-- Parameter: Query -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path">
<maml:name>Query</maml:name>
<maml:description>
<maml:para>Specifies one or more saved queries to return. Wildcards supported. When omitted, returns all saved queries in the given scope of the given team project.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>**</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Deleted -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Deleted</maml:name>
<maml:description>
<maml:para>Returns deleted items.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Scope -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Scope</maml:name>
<maml:description>
<maml:para>Specifies the scope of the returned item. Personal refers to the "My Queries" folder", whereas Shared refers to the "Shared Queries" folder. When omitted defaults to "Both", effectively searching for items in both scopes.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Both</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Query -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path">
<maml:name>Query</maml:name>
<maml:description>
<maml:para>Specifies one or more saved queries to return. Wildcards supported. When omitted, returns all saved queries in the given scope of the given team project.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>**</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies one or more saved queries to return. Wildcards supported. When omitted, returns all saved queries in the given scope of the given team project.</maml:para>
<maml:para>This is an alias of the Query parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>**</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Scope -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Scope</maml:name>
<maml:description>
<maml:para>Specifies the scope of the returned item. Personal refers to the "My Queries" folder", whereas Shared refers to the "Shared Queries" folder. When omitted defaults to "Both", effectively searching for items in both scopes.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Both</dev:defaultValue>
</command:parameter>
<!-- Parameter: Deleted -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Deleted</maml:name>
<maml:description>
<maml:para>Returns deleted items.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: QueryHierarchyItem -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.QueryHierarchyItem</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/Query/Get-TfsWorkItemQuery</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: New-TfsWorkItemQuery -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.Query">
<command:details>
<command:name>New-TfsWorkItemQuery</command:name>
<command:verb>New</command:verb>
<command:noun>TfsWorkItemQuery</command:noun>
<maml:description>
<maml:para>Create a new work items query in the given Team Project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>New-TfsWorkItemQuery</maml:name>
<!-- Parameter: Query -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path">
<maml:name>Query</maml:name>
<maml:description>
<maml:para>Specifies one or more saved queries to return. Wildcards supported. When omitted, returns all saved queries in the given scope of the given team project.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allow the cmdlet to overwrite an existing item.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Scope -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Scope</maml:name>
<maml:description>
<maml:para>Specifies the scope of the returned item. Personal refers to the "My Queries" folder", whereas Shared refers to the "Shared Queries" folder. When omitted defaults to "Both", effectively searching for items in both scopes.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Personal</dev:defaultValue>
</command:parameter>
<!-- Parameter: Wiql -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="Definition">
<maml:name>Wiql</maml:name>
<maml:description>
<maml:para>Specifies the query definition text in WIQL (Work Item Query Language).</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Query -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path">
<maml:name>Query</maml:name>
<maml:description>
<maml:para>Specifies one or more saved queries to return. Wildcards supported. When omitted, returns all saved queries in the given scope of the given team project.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies one or more saved queries to return. Wildcards supported. When omitted, returns all saved queries in the given scope of the given team project.</maml:para>
<maml:para>This is an alias of the Query parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Wiql -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="Definition">
<maml:name>Wiql</maml:name>
<maml:description>
<maml:para>Specifies the query definition text in WIQL (Work Item Query Language).</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="Definition">
<maml:name>Definition</maml:name>
<maml:description>
<maml:para>Specifies the query definition text in WIQL (Work Item Query Language).</maml:para>
<maml:para>This is an alias of the Wiql parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Scope -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Scope</maml:name>
<maml:description>
<maml:para>Specifies the scope of the returned item. Personal refers to the "My Queries" folder", whereas Shared refers to the "Shared Queries" folder. When omitted defaults to "Both", effectively searching for items in both scopes.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Personal</dev:defaultValue>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allow the cmdlet to overwrite an existing item.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes />
<command:returnValues>
<!-- OutputType: QueryHierarchyItem -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.QueryHierarchyItem</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/Query/New-TfsWorkItemQuery</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsWorkItemQueryFolder -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.Query">
<command:details>
<command:name>Get-TfsWorkItemQueryFolder</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsWorkItemQueryFolder</command:noun>
<maml:description>
<maml:para>Gets the definition of one or more work item saved queries.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsWorkItemQueryFolder</maml:name>
<!-- Parameter: Folder -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path">
<maml:name>Folder</maml:name>
<maml:description>
<maml:para>Specifies one or more saved queries to return. Wildcards supported. When omitted, returns all saved queries in the given scope of the given team project.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>**</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Deleted -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Deleted</maml:name>
<maml:description>
<maml:para>Returns deleted items.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Scope -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Scope</maml:name>
<maml:description>
<maml:para>Specifies the scope of the returned item. Personal refers to the "My Queries" folder", whereas Shared refers to the "Shared Queries" folder. When omitted defaults to "Both", effectively searching for items in both scopes.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Both</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Folder -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path">
<maml:name>Folder</maml:name>
<maml:description>
<maml:para>Specifies one or more saved queries to return. Wildcards supported. When omitted, returns all saved queries in the given scope of the given team project.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>**</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies one or more saved queries to return. Wildcards supported. When omitted, returns all saved queries in the given scope of the given team project.</maml:para>
<maml:para>This is an alias of the Folder parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>**</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Scope -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Scope</maml:name>
<maml:description>
<maml:para>Specifies the scope of the returned item. Personal refers to the "My Queries" folder", whereas Shared refers to the "Shared Queries" folder. When omitted defaults to "Both", effectively searching for items in both scopes.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Both</dev:defaultValue>
</command:parameter>
<!-- Parameter: Deleted -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Deleted</maml:name>
<maml:description>
<maml:para>Returns deleted items.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: QueryHierarchyItem -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.QueryHierarchyItem</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/Query/Get-TfsWorkItemQueryFolder</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: New-TfsWorkItemQueryFolder -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.Query">
<command:details>
<command:name>New-TfsWorkItemQueryFolder</command:name>
<command:verb>New</command:verb>
<command:noun>TfsWorkItemQueryFolder</command:noun>
<maml:description>
<maml:para>Create a new work items query in the given Team Project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>New-TfsWorkItemQueryFolder</maml:name>
<!-- Parameter: Folder -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path">
<maml:name>Folder</maml:name>
<maml:description>
<maml:para>Specifies one or more saved queries to return. Wildcards supported. When omitted, returns all saved queries in the given scope of the given team project.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allow the cmdlet to overwrite an existing item.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Scope -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Scope</maml:name>
<maml:description>
<maml:para>Specifies the scope of the returned item. Personal refers to the "My Queries" folder", whereas Shared refers to the "Shared Queries" folder. When omitted defaults to "Both", effectively searching for items in both scopes.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Personal</dev:defaultValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Folder -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path">
<maml:name>Folder</maml:name>
<maml:description>
<maml:para>Specifies one or more saved queries to return. Wildcards supported. When omitted, returns all saved queries in the given scope of the given team project.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Path">
<maml:name>Path</maml:name>
<maml:description>
<maml:para>Specifies one or more saved queries to return. Wildcards supported. When omitted, returns all saved queries in the given scope of the given team project.</maml:para>
<maml:para>This is an alias of the Folder parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Scope -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Scope</maml:name>
<maml:description>
<maml:para>Specifies the scope of the returned item. Personal refers to the "My Queries" folder", whereas Shared refers to the "Shared Queries" folder. When omitted defaults to "Both", effectively searching for items in both scopes.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>Personal</dev:defaultValue>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allow the cmdlet to overwrite an existing item.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes />
<command:returnValues>
<!-- OutputType: QueryHierarchyItem -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.QueryHierarchyItem</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/Query/New-TfsWorkItemQueryFolder</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsWorkItemTag -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.Tagging">
<command:details>
<command:name>Get-TfsWorkItemTag</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsWorkItemTag</command:noun>
<maml:description>
<maml:para>Gets one or more work item tags.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Get-TfsWorkItemTag</maml:name>
<!-- Parameter: Tag -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Tag</maml:name>
<maml:description>
<maml:para>Specifies one or more tags to returns. Wildcards are supported. When omitted, returns all existing tags in the given project.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: IncludeInactive -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IncludeInactive</maml:name>
<maml:description>
<maml:para>Includes tags not associated to any work items.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Tag -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Tag</maml:name>
<maml:description>
<maml:para>Specifies one or more tags to returns. Wildcards are supported. When omitted, returns all existing tags in the given project.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies one or more tags to returns. Wildcards are supported. When omitted, returns all existing tags in the given project.</maml:para>
<maml:para>This is an alias of the Tag parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: IncludeInactive -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IncludeInactive</maml:name>
<maml:description>
<maml:para>Includes tags not associated to any work items.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WebApiTagDefinition -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Core.WebApi.WebApiTagDefinition</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/Tagging/Get-TfsWorkItemTag</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: New-TfsWorkItemTag -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.Tagging">
<command:details>
<command:name>New-TfsWorkItemTag</command:name>
<command:verb>New</command:verb>
<command:noun>TfsWorkItemTag</command:noun>
<maml:description>
<maml:para>Creates a new work item tag.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>New-TfsWorkItemTag</maml:name>
<!-- Parameter: Tag -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Name">
<maml:name>Tag</maml:name>
<maml:description>
<maml:para>Specifies the name of the new tag.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Tag -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Name">
<maml:name>Tag</maml:name>
<maml:description>
<maml:para>Specifies the name of the new tag.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the name of the new tag.</maml:para>
<maml:para>This is an alias of the Tag parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the new tag.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WebApiTagDefinition -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Core.WebApi.WebApiTagDefinition</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/Tagging/New-TfsWorkItemTag</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Remove-TfsWorkItemTag -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.Tagging">
<command:details>
<command:name>Remove-TfsWorkItemTag</command:name>
<command:verb>Remove</command:verb>
<command:noun>TfsWorkItemTag</command:noun>
<maml:description>
<maml:para>Deletes one or more work item tags.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Remove-TfsWorkItemTag</maml:name>
<!-- Parameter: Tag -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Name">
<maml:name>Tag</maml:name>
<maml:description>
<maml:para>Specifies one or more tags to delete. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allows the cmdlet to delete active tags (currently associated with work items).</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Tag -->
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Name">
<maml:name>Tag</maml:name>
<maml:description>
<maml:para>Specifies one or more tags to delete. Wildcards are supported.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies one or more tags to delete. Wildcards are supported.</maml:para>
<maml:para>This is an alias of the Tag parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allows the cmdlet to delete active tags (currently associated with work items).</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies one or more tags to delete. Wildcards are supported.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/Tagging/Remove-TfsWorkItemTag</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Rename-TfsWorkItemTag -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.Tagging">
<command:details>
<command:name>Rename-TfsWorkItemTag</command:name>
<command:verb>Rename</command:verb>
<command:noun>TfsWorkItemTag</command:noun>
<maml:description>
<maml:para>Renames a work item tag.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Rename-TfsWorkItemTag</maml:name>
<!-- Parameter: Tag -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Name">
<maml:name>Tag</maml:name>
<maml:description>
<maml:para>Specifies the name of the work item tag to rename.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NewName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>NewName</maml:name>
<maml:description>
<maml:para>Specifies the new name of the item. Enter only a name - i.e., for items that support paths, do not enter a path and name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Tag -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Name">
<maml:name>Tag</maml:name>
<maml:description>
<maml:para>Specifies the name of the work item tag to rename.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies the name of the work item tag to rename.</maml:para>
<maml:para>This is an alias of the Tag parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: NewName -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="1">
<maml:name>NewName</maml:name>
<maml:description>
<maml:para>Specifies the new name of the item. Enter only a name - i.e., for items that support paths, do not enter a path and name.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Passthru -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Passthru</maml:name>
<maml:description>
<maml:para>Returns the results of the command. By default, this cmdlet does not generate any output.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the work item tag to rename.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WebApiTagDefinition -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.Core.WebApi.WebApiTagDefinition</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/Tagging/Rename-TfsWorkItemTag</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Export-TfsWorkItemType -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.WorkItemType">
<command:details>
<command:name>Export-TfsWorkItemType</command:name>
<command:verb>Export</command:verb>
<command:noun>TfsWorkItemType</command:noun>
<maml:description>
<maml:para>Exports an XML work item type definition from a team project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: Export to output stream -->
<command:syntaxItem tfscmdlets:parameterSet="Export to output stream">
<maml:name>Export-TfsWorkItemType</maml:name>
<!-- Parameter: Type -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Type</maml:name>
<maml:description>
<maml:para>Specifies one or more work item types to export. Wildcards are supported. When omitted, all work item types in the given project are exported</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: AsXml -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>AsXml</maml:name>
<maml:description>
<maml:para>Exports the saved query to the standard output stream as a string-encoded XML document.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: IncludeGlobalLists -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IncludeGlobalLists</maml:name>
<maml:description>
<maml:para>Exports the definitions of referenced global lists. When omitted, global list definitions are not included in the exported XML document.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Export to file -->
<command:syntaxItem tfscmdlets:parameterSet="Export to file">
<maml:name>Export-TfsWorkItemType</maml:name>
<!-- Parameter: Destination -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Destination</maml:name>
<maml:description>
<maml:para>Specifies the path to the folder where exported types are saved.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allows the cmdlet to overwrite an existing file in the destination folder.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: IncludeGlobalLists -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IncludeGlobalLists</maml:name>
<maml:description>
<maml:para>Exports the definitions of referenced global lists. When omitted, global list definitions are not included in the exported XML document.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Type -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Type</maml:name>
<maml:description>
<maml:para>Specifies one or more work item types to export. Wildcards are supported. When omitted, all work item types in the given project are exported</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies one or more work item types to export. Wildcards are supported. When omitted, all work item types in the given project are exported</maml:para>
<maml:para>This is an alias of the Type parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: IncludeGlobalLists -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>IncludeGlobalLists</maml:name>
<maml:description>
<maml:para>Exports the definitions of referenced global lists. When omitted, global list definitions are not included in the exported XML document.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Destination -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>Destination</maml:name>
<maml:description>
<maml:para>Specifies the path to the folder where exported types are saved.</maml:para>
</maml:description>
<command:parameterValue required="true">string</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Force -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Force</maml:name>
<maml:description>
<maml:para>Allows the cmdlet to overwrite an existing file in the destination folder.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: AsXml -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>AsXml</maml:name>
<maml:description>
<maml:para>Exports the saved query to the standard output stream as a string-encoded XML document.</maml:para>
</maml:description>
<command:parameterValue required="true">SwitchParameter</command:parameterValue>
<dev:type>
<maml:name>System.Management.Automation.SwitchParameter</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>False</dev:defaultValue>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: String -->
<command:returnValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/WorkItemType/Export-TfsWorkItemType</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Get-TfsWorkItemType -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.WorkItemType">
<command:details>
<command:name>Get-TfsWorkItemType</command:name>
<command:verb>Get</command:verb>
<command:noun>TfsWorkItemType</command:noun>
<maml:description>
<maml:para>Gets one or more Work Item Type definitions from a team project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: Get by type -->
<command:syntaxItem tfscmdlets:parameterSet="Get by type">
<maml:name>Get-TfsWorkItemType</maml:name>
<!-- Parameter: Type -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Type</maml:name>
<maml:description>
<maml:para>Specifies one or more work item type names to return. Wildcards are supported. When omitted, returns all work item types in the given team project.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
<!-- Parameter Set: Get by work item -->
<command:syntaxItem tfscmdlets:parameterSet="Get by work item">
<maml:name>Get-TfsWorkItemType</maml:name>
<!-- Parameter: WorkItem -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>WorkItem</maml:name>
<maml:description>
<maml:para>Speficies a work item whose corresponding type should be returned.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<!-- Parameter: Type -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Type</maml:name>
<maml:description>
<maml:para>Specifies one or more work item type names to return. Wildcards are supported. When omitted, returns all work item types in the given team project.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<command:parameter required="false" globbing="false" pipelineInput="false" position="0" aliases="Name">
<maml:name>Name</maml:name>
<maml:description>
<maml:para>Specifies one or more work item type names to return. Wildcards are supported. When omitted, returns all work item types in the given team project.</maml:para>
<maml:para>This is an alias of the Type parameter.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>*</dev:defaultValue>
</command:parameter>
<!-- Parameter: WorkItem -->
<command:parameter required="true" globbing="false" pipelineInput="false" position="named">
<maml:name>WorkItem</maml:name>
<maml:description>
<maml:para>Speficies a work item whose corresponding type should be returned.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Project -->
<command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>Project</maml:name>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
<!-- Parameter: Collection -->
<command:parameter required="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Collection</maml:name>
<maml:description>
<maml:para>Specifies the URL to the Team Project Collection or Azure DevOps Organization to connect to, a TfsTeamProjectCollection object (Windows PowerShell only), or a VssConnection object. You can also connect to an Azure DevOps Services organizations by simply providing its name instead of the full URL. For more details, see the Get-TfsTeamProjectCollection cmdlet. When omitted, it defaults to the connection set by Connect-TfsTeamProjectCollection (if any).</maml:para>
</maml:description>
<command:parameterValue required="true">object</command:parameterValue>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.Object</maml:name>
<maml:uri />
</dev:type>
<maml:description>
<maml:para>Specifies the name of the Team Project, its ID (a GUID), or a Microsoft.TeamFoundation.Core.WebApi.TeamProject object to connect to. When omitted, it defaults to the connection set by Connect-TfsTeamProject (if any). For more details, see the Get-TfsTeamProject cmdlet.</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<!-- OutputType: WorkItemType -->
<command:returnValue>
<dev:type>
<maml:name>Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemType</maml:name>
<maml:uri />
</dev:type>
</command:returnValue>
</command:returnValues>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/WorkItemType/Get-TfsWorkItemType</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Import-TfsWorkItemType -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="WorkItem.WorkItemType">
<command:details>
<command:name>Import-TfsWorkItemType</command:name>
<command:verb>Import</command:verb>
<command:noun>TfsWorkItemType</command:noun>
<maml:description>
<maml:para>Imports a work item type definition into a team project.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Import-TfsWorkItemType</maml:name>
</command:syntaxItem>
</command:syntax>
<command:parameters />
<command:inputTypes />
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/WorkItem/WorkItemType/Import-TfsWorkItemType</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
<!-- Cmdlet: Start-TfsXamlBuild -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:tfscmdlets="https://igoravl.github.com/tfscmdlets/maml/" tfscmdlets:module="Pipeline.XamlBuild">
<command:details>
<command:name>Start-TfsXamlBuild</command:name>
<command:verb>Start</command:verb>
<command:noun>TfsXamlBuild</command:noun>
<maml:description>
<maml:para>Queues a XAML Build.</maml:para>
</maml:description>
</command:details>
<command:syntax>
<!-- Parameter Set: __AllParameterSets -->
<command:syntaxItem tfscmdlets:parameterSet="__AllParameterSets">
<maml:name>Start-TfsXamlBuild</maml:name>
</command:syntaxItem>
</command:syntax>
<command:parameters />
<command:inputTypes />
<command:returnValues />
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://tfscmdlets.dev/Cmdlets/Pipeline/XamlBuild/Start-TfsXamlBuild</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
</helpItems>
$global:TfsCmdletsLoadSw.Stop()
VERIFICATION
============
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Binary files contained in this package can be compared against their respective NuGet source packages, listed below:
Log in or click on link to see number of positives.
- System.Xml.XPath.XmlDocument.dll (d81f08289aaa) - ## / 73
- System.Collections.Immutable.dll (a411a3e3aac7) - ## / 68
- System.Security.Cryptography.ProtectedData.dll (1c73a1b016cf) - ## / 71
- System.Reflection.Metadata.dll (4952eb4ad75b) - ## / 68
- Microsoft.Win32.Primitives.dll (5eaa2e82a26b) - ## / 71
- System.AppContext.dll (9dc115ac4aad) - ## / 71
- System.Collections.Concurrent.dll (cc62f3b867d5) - ## / 71
- System.Collections.dll (c2250e9e51b4) - ## / 71
- System.Collections.NonGeneric.dll (529943c0cdf2) - ## / 71
- System.Collections.Specialized.dll (938da38561da) - ## / 70
- System.ComponentModel.dll (5e61d755616c) - ## / 71
- System.ComponentModel.EventBasedAsync.dll (22108e32e0b6) - ## / 70
- System.ComponentModel.Primitives.dll (bfcd867f71c8) - ## / 71
- System.ComponentModel.TypeConverter.dll (0dbb92ecd5df) - ## / 71
- System.Console.dll (b537313413f8) - ## / 71
- System.Diagnostics.Contracts.dll (9c4ae61e0e83) - ## / 71
- System.Diagnostics.Debug.dll (55a30d92d163) - ## / 71
- System.Diagnostics.FileVersionInfo.dll (7c25a74772e1) - ## / 71
- System.Diagnostics.Process.dll (28b165cddb82) - ## / 71
- System.Diagnostics.TextWriterTraceListener.dll (63eab38ee9f4) - ## / 71
- System.Diagnostics.Tools.dll (260c6250ef9b) - ## / 70
- System.Diagnostics.TraceSource.dll (c81a57d0634c) - ## / 70
- System.Drawing.Primitives.dll (2805a18724a2) - ## / 71
- System.Dynamic.Runtime.dll (f600acc81172) - ## / 71
- System.Globalization.Calendars.dll (b56ffb65b842) - ## / 71
- System.Globalization.dll (56bd0c02c734) - ## / 71
- System.IO.Compression.ZipFile.dll (7720ee13405e) - ## / 71
- System.IO.dll (c191a43029ed) - ## / 71
- System.IO.FileSystem.dll (9a4595dbb128) - ## / 71
- System.IO.FileSystem.DriveInfo.dll (984575c44cab) - ## / 71
- System.IO.FileSystem.Primitives.dll (5c84dd40d67c) - ## / 71
- System.IO.FileSystem.Watcher.dll (c9e2562f1a1b) - ## / 71
- System.IO.IsolatedStorage.dll (0e80a2e256d1) - ## / 70
- System.IO.MemoryMappedFiles.dll (81b6527ac2d1) - ## / 70
- System.IO.Pipes.dll (80a229b2917f) - ## / 71
- System.IO.UnmanagedMemoryStream.dll (86f1f12e47f2) - ## / 71
- System.Linq.dll (349c7fbe9ae2) - ## / 71
- System.Linq.Expressions.dll (bf97f6716523) - ## / 71
- System.Linq.Parallel.dll (30a49d16436e) - ## / 72
- System.Linq.Queryable.dll (719ac73bb261) - ## / 71
- System.Net.NameResolution.dll (222bd77c5692) - ## / 71
- System.Net.NetworkInformation.dll (2e2d28a0802d) - ## / 71
- System.Net.Ping.dll (4d97e8481b9a) - ## / 71
- System.Net.Primitives.dll (9a8ba725f8e9) - ## / 71
- System.Net.Requests.dll (f2e74a3ec2dc) - ## / 71
- System.Net.Security.dll (d0d90152136a) - ## / 69
- System.Net.WebHeaderCollection.dll (69b48ff8e6f4) - ## / 71
- System.Net.WebSockets.Client.dll (19766a20b62b) - ## / 71
- System.Net.WebSockets.dll (99920ce34a01) - ## / 71
- System.ObjectModel.dll (870ee1141cb6) - ## / 71
- System.Reflection.dll (63aaf632ee7f) - ## / 71
- System.Reflection.Extensions.dll (3d2551d6458b) - ## / 70
- System.Reflection.Primitives.dll (0383dc02fdf0) - ## / 70
- System.Resources.Reader.dll (e3036362506d) - ## / 70
- System.Resources.ResourceManager.dll (62dce4679e33) - ## / 70
- System.Resources.Writer.dll (daaabd07f1b9) - ## / 70
- System.Runtime.CompilerServices.VisualC.dll (18a610b8bad4) - ## / 70
- System.Runtime.dll (50ad612d4cf6) - ## / 71
- System.Runtime.Extensions.dll (f9feb277f862) - ## / 71
- System.Runtime.Handles.dll (7a81d2a001b5) - ## / 70
- System.Runtime.InteropServices.dll (383a1f9dac65) - ## / 71
- System.Runtime.Numerics.dll (16e7efd6c19b) - ## / 71
- System.Runtime.Serialization.Formatters.dll (c343f7bf08a4) - ## / 70
- System.Runtime.Serialization.Json.dll (e8d531f0aaa6) - ## / 71
- System.Security.Claims.dll (8270d1248950) - ## / 71
- System.Security.Cryptography.Csp.dll (566775f5502c) - ## / 71
- System.Security.Cryptography.Encoding.dll (1f5c1abe1b27) - ## / 71
- System.Security.Cryptography.Primitives.dll (b755d0b55a46) - ## / 71
- System.Security.Cryptography.X509Certificates.dll (3c8630acb43c) - ## / 67
- System.Security.Principal.dll (02416bc542be) - ## / 68
- System.Text.Encoding.dll (0ab1f7f87b7c) - ## / 71
- System.Text.Encoding.Extensions.dll (cbe29672cd2b) - ## / 71
- System.Text.RegularExpressions.dll (c98a52bd017d) - ## / 71
- System.Threading.dll (4dc8d588ec63) - ## / 71
- System.Threading.Tasks.dll (0110616dfe87) - ## / 69
- System.Threading.Tasks.Parallel.dll (3468e0c875db) - ## / 71
- System.Threading.Thread.dll (9d4faea9892d) - ## / 71
- System.Threading.ThreadPool.dll (3d9ebc81b1bd) - ## / 71
- System.Threading.Timer.dll (04b9235f64c9) - ## / 71
- System.Xml.ReaderWriter.dll (5f560e1dd529) - ## / 71
- System.Xml.XDocument.dll (4f6a14e4ba2a) - ## / 71
- System.Xml.XmlDocument.dll (8957f0bcea6a) - ## / 71
- System.Xml.XmlSerializer.dll (21493f7f615a) - ## / 71
- System.Xml.XPath.dll (24daa1faee04) - ## / 71
- netstandard.dll (8be4a2270f8b) - ## / 71
- System.Data.Common.dll (1c7bff6f16bb) - ## / 69
- System.Diagnostics.StackTrace.dll (cae99f910874) - ## / 70
- System.Diagnostics.Tracing.dll (b84b93be455c) - ## / 70
- System.Globalization.Extensions.dll (c7e91bd148ed) - ## / 71
- System.IO.Compression.dll (da18d61bb6b7) - ## / 71
- System.Net.Http.dll (b5d20736f84f) - ## / 71
- System.Net.Sockets.dll (694f4c61b6ba) - ## / 71
- System.Runtime.Serialization.Primitives.dll (575e26a45589) - ## / 71
- System.Runtime.Serialization.Xml.dll (557858e44a51) - ## / 71
- System.Security.Cryptography.Algorithms.dll (967dddbfe7f1) - ## / 75
- System.Security.SecureString.dll (18032d190d0d) - ## / 71
- System.Threading.Overlapped.dll (f17ff442b77a) - ## / 71
- System.ValueTuple.dll (efd8155cec6f) - ## / 72
- System.Xml.XPath.XDocument.dll (b33d08149a75) - ## / 71
- System.Configuration.ConfigurationManager.dll (bac1ace21a5d) - ## / 71
- System.Runtime.InteropServices.RuntimeInformation.dll (8bb9d52ba5c6) - ## / 74
- sni.dll (68705c4ef9ab) - ## / 72
- System.Data.SqlClient.dll (0cbf6d2f6bf5) - ## / 74
- sni.dll (1446d6b26da4) - ## / 72
- System.Security.Cryptography.ProtectedData.dll (81a0385cf1fe) - ## / 71
- sni.dll (ef18458c4dcb) - ## / 68
- Newtonsoft.Json.Bson.dll (b606e5dd77a6) - ## / 72
- System.Net.Http.Formatting.dll (ef32858203f7) - ## / 72
- Ben.Demystifier.dll (e34379f2a560) - ## / 62
- Newtonsoft.Json.dll (99177a4cbe03) - ## / 72
- Newtonsoft.Json.dll (7f912b28a07c) - ## / 71
- Ben.Demystifier.dll (b8f5f79ba34d) - ## / 67
- Microsoft.IdentityModel.Clients.ActiveDirectory.dll (ba88c8fdc173) - ## / 68
- HtmlAgilityPack.dll (32f024cdd195) - ## / 73
- Microsoft.Azure.DevOps.Comments.WebApi.dll (3d2845aae0ef) - ## / 72
- Microsoft.IdentityModel.Clients.ActiveDirectory.dll (b9cb7c841e53) - ## / 67
- Microsoft.IdentityModel.JsonWebTokens.dll (4b9e70be0440) - ## / 72
- Microsoft.IdentityModel.Logging.dll (5805dbef5dc4) - ## / 73
- Microsoft.IdentityModel.Tokens.dll (cb0da06c03f5) - ## / 73
- Microsoft.TeamFoundation.Build2.WebApi.dll (3c6011d0786c) - ## / 71
- Microsoft.TeamFoundation.Common.dll (d09894263b98) - ## / 72
- Microsoft.TeamFoundation.Core.WebApi.dll (ca99622b21c5) - ## / 68
- Microsoft.TeamFoundation.Dashboards.WebApi.dll (0194d2a6ea3f) - ## / 72
- Microsoft.TeamFoundation.DistributedTask.Common.Contracts.dll (8aefbaa0ac85) - ## / 71
- Microsoft.TeamFoundation.Policy.WebApi.dll (0a93a82f4b9a) - ## / 69
- Microsoft.TeamFoundation.SourceControl.WebApi.dll (36e161ac84c8) - ## / 72
- Microsoft.TeamFoundation.Test.WebApi.dll (d4a1d4c3a185) - ## / 72
- Microsoft.TeamFoundation.TestManagement.WebApi.dll (9863a01b5921) - ## / 69
- Microsoft.TeamFoundation.Wiki.WebApi.dll (217019e8bb06) - ## / 72
- Microsoft.TeamFoundation.Work.WebApi.dll (48fc341d7c20) - ## / 72
- Microsoft.TeamFoundation.WorkItemTracking.Process.WebApi.dll (fed9e1d7cf1f) - ## / 72
- Microsoft.TeamFoundation.WorkItemTracking.WebApi.dll (fd4fce13d9da) - ## / 71
- Microsoft.VisualStudio.Services.Client.Interactive.dll (bc911a0d0f32) - ## / 72
- Microsoft.VisualStudio.Services.Common.dll (b208b8f0280c) - ## / 72
- Microsoft.VisualStudio.Services.ReleaseManagement.WebApi.dll (e752f9350373) - ## / 71
- Microsoft.VisualStudio.Services.Search.Shared.WebApi.dll (edd483e3407b) - ## / 72
- Microsoft.VisualStudio.Services.Search.WebApi.dll (f2372450ec45) - ## / 72
- Microsoft.VisualStudio.Services.ServiceEndpoints.WebApi.dll (35e501b1d285) - ## / 71
- Microsoft.VisualStudio.Services.ServiceHooks.WebApi.dll (4179705f88ee) - ## / 72
- Microsoft.VisualStudio.Services.TestManagement.TestPlanning.WebApi.dll (aba9ad43eb67) - ## / 72
- Microsoft.VisualStudio.Services.TestResults.WebApi.dll (59662b2d2766) - ## / 72
- Microsoft.VisualStudio.Services.WebApi.dll (7fbf32097c70) - ## / 72
- System.Data.SqlClient.dll (1a14bfb3d4cd) - ## / 74
- System.IdentityModel.Tokens.Jwt.dll (64ecbb6c584d) - ## / 73
- System.Management.Automation.dll (c04971e8158f) - ## / 72
- HtmlAgilityPack.dll (03c2f5dc7c17) - ## / 73
- Microsoft.Azure.DevOps.Comments.WebApi.dll (45298da1892e) - ## / 71
- Microsoft.IdentityModel.JsonWebTokens.dll (da32dffe387b) - ## / 72
- Microsoft.IdentityModel.Logging.dll (6dc537f3020b) - ## / 71
- Microsoft.IdentityModel.Tokens.dll (e0f3cf1ffe99) - ## / 72
- Microsoft.TeamFoundation.Build.Client.dll (a74f8a3cf11a) - ## / 72
- Microsoft.TeamFoundation.Build.Common.dll (af97c0a60fad) - ## / 72
- Microsoft.TeamFoundation.Build2.WebApi.dll (898b58a74ab8) - ## / 71
- Microsoft.TeamFoundation.Client.dll (3d9cad583205) - ## / 71
- Microsoft.TeamFoundation.Common.dll (3608797904c2) - ## / 72
- Microsoft.TeamFoundation.Core.WebApi.dll (791073616cfe) - ## / 72
- Microsoft.TeamFoundation.Dashboards.WebApi.dll (50ff02cf9339) - ## / 72
- Microsoft.TeamFoundation.DeleteTeamProject.dll (5e6f640f3f0f) - ## / 72
- Microsoft.TeamFoundation.Diff.dll (2a1574843843) - ## / 71
- Microsoft.TeamFoundation.Discussion.Client.dll (76dcbf728e29) - ## / 72
- Microsoft.TeamFoundation.DistributedTask.Common.Contracts.dll (76b1fb755c45) - ## / 71
- Microsoft.TeamFoundation.Git.Client.dll (f4eefc840d59) - ## / 72
- Microsoft.TeamFoundation.Lab.Client.dll (ed74876eee70) - ## / 66
- Microsoft.TeamFoundation.Lab.Common.dll (05b3bc9e889e) - ## / 72
- Microsoft.TeamFoundation.Lab.TestIntegration.Client.dll (4e84d936b23f) - ## / 70
- Microsoft.TeamFoundation.Lab.WorkflowIntegration.Client.dll (4641f10586bc) - ## / 71
- Microsoft.TeamFoundation.Policy.WebApi.dll (cb907643f721) - ## / 71
- Microsoft.TeamFoundation.ProjectManagement.dll (fd57f54f31f6) - ## / 71
- Microsoft.TeamFoundation.SharePointReporting.Integration.dll (5b25473751ff) - ## / 70
- Microsoft.TeamFoundation.SourceControl.WebApi.dll (ecba5a40c59f) - ## / 72
- Microsoft.TeamFoundation.Test.WebApi.dll (47cf08154591) - ## / 71
- Microsoft.TeamFoundation.TestImpact.Client.dll (9b0abf8a0c5a) - ## / 70
- Microsoft.TeamFoundation.TestManagement.Client.dll (5d67dba987b2) - ## / 70
- Microsoft.TeamFoundation.TestManagement.Common.dll (76986ea2e31b) - ## / 71
- Microsoft.TeamFoundation.TestManagement.WebApi.dll (3097b92db54b) - ## / 72
- Microsoft.TeamFoundation.VersionControl.Client.dll (53b3586e8d3f) - ## / 71
- Microsoft.TeamFoundation.VersionControl.Common.dll (5d2b07d8c82f) - ## / 71
- Microsoft.TeamFoundation.VersionControl.Common.Integration.dll (34ff80f5a775) - ## / 70
- Microsoft.TeamFoundation.Wiki.WebApi.dll (9035fbd2f9dc) - ## / 72
- Microsoft.TeamFoundation.Work.WebApi.dll (99ae0bbe4ac3) - ## / 71
- Microsoft.TeamFoundation.WorkItemTracking.Client.DataStoreLoader.dll (84a4d18143d0) - ## / 72
- Microsoft.TeamFoundation.WorkItemTracking.Client.dll (56d5eb743aed) - ## / 72
- Microsoft.TeamFoundation.WorkItemTracking.Client.QueryLanguage.dll (f48c23dbf13d) - ## / 72
- Microsoft.TeamFoundation.WorkItemTracking.Common.dll (56c2e86965d6) - ## / 71
- Microsoft.TeamFoundation.WorkItemTracking.Process.WebApi.dll (edcb2ca02e43) - ## / 68
- Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll (aece643a40b1) - ## / 72
- Microsoft.TeamFoundation.WorkItemTracking.WebApi.dll (51b26ad3167c) - ## / 68
- Microsoft.VisualStudio.Services.Client.Interactive.dll (3311062943af) - ## / 72
- Microsoft.VisualStudio.Services.Common.dll (800c8df8d3e0) - ## / 70
- Microsoft.VisualStudio.Services.ReleaseManagement.WebApi.dll (216f7931b556) - ## / 72
- Microsoft.VisualStudio.Services.Search.Shared.WebApi.dll (e003e73360bd) - ## / 68
- Microsoft.VisualStudio.Services.Search.WebApi.dll (3fb0b8a655c2) - ## / 71
- Microsoft.VisualStudio.Services.ServiceEndpoints.WebApi.dll (8f22266df8f0) - ## / 72
- Microsoft.VisualStudio.Services.ServiceHooks.WebApi.dll (0ce039a7b303) - ## / 68
- Microsoft.VisualStudio.Services.TestManagement.TestPlanning.WebApi.dll (500ce681e3e3) - ## / 71
- Microsoft.VisualStudio.Services.TestResults.WebApi.dll (a51f73601acb) - ## / 72
- Microsoft.VisualStudio.Services.WebApi.dll (7a1c524bb836) - ## / 71
- Microsoft.WITDataStore32.dll (d9449a183eb2) - ## / 71
- Microsoft.WITDataStore64.dll (950f6d11cc44) - ## / 71
- System.IdentityModel.Tokens.Jwt.dll (919b933e1672) - ## / 72
- System.Management.Automation.dll (197c7ec45938) - ## / 62
- System.Net.Http.Formatting.dll (7b58adc6e23b) - ## / 72
- System.Web.Http.dll (fd09c793bdeb) - ## / 71
- System.Web.Http.WebHost.dll (4ca246031c9c) - ## / 72
- Microsoft.VisualStudio.Services.Search.WebApi.resources.dll (c4214d2ebeaf) - ## / 72
- Microsoft.VisualStudio.Services.Search.WebApi.resources.dll (7989904e8a4c) - ## / 71
- Microsoft.VisualStudio.Services.Search.WebApi.resources.dll (03692adf462e) - ## / 69
- Microsoft.VisualStudio.Services.Search.WebApi.resources.dll (45ee2597d0bc) - ## / 71
- Microsoft.VisualStudio.Services.Search.WebApi.resources.dll (839c21e8d723) - ## / 71
- Microsoft.VisualStudio.Services.Search.WebApi.resources.dll (ca1ec25e89ee) - ## / 70
- Microsoft.VisualStudio.Services.Search.WebApi.resources.dll (1acdca2556af) - ## / 71
- Microsoft.VisualStudio.Services.Search.WebApi.resources.dll (21ae17270969) - ## / 69
- Microsoft.VisualStudio.Services.Search.WebApi.resources.dll (d1b401f2e359) - ## / 72
- Microsoft.VisualStudio.Services.Search.WebApi.resources.dll (31c38ddfa0f3) - ## / 71
- Microsoft.TeamFoundation.Build.Client.resources.dll (9a295f360c9a) - ## / 72
- Microsoft.TeamFoundation.Build.Common.resources.dll (2f7421447f12) - ## / 72
- Microsoft.TeamFoundation.Client.resources.dll (67c8501e2fb3) - ## / 71
- Microsoft.TeamFoundation.Common.resources.dll (f340951df487) - ## / 71
- Microsoft.TeamFoundation.Core.WebApi.resources.dll (c7a77854725f) - ## / 71
- Microsoft.TeamFoundation.Discussion.Client.resources.dll (c6a88c862bd1) - ## / 71
- Microsoft.TeamFoundation.Lab.Client.resources.dll (7d79876153c3) - ## / 70
- Microsoft.TeamFoundation.Lab.Common.resources.dll (d398d77c65a7) - ## / 72
- Microsoft.TeamFoundation.Lab.TestIntegration.Client.resources.dll (ae7159483ca2) - ## / 71
- Microsoft.TeamFoundation.Lab.WorkflowIntegration.Client.resources.dll (74d8b7f68268) - ## / 70
- Microsoft.TeamFoundation.SharePointReporting.Integration.resources.dll (f1eba073f064) - ## / 72
- Microsoft.TeamFoundation.TestImpact.Client.resources.dll (30e0139f3345) - ## / 71
- Microsoft.TeamFoundation.TestManagement.Client.resources.dll (ee2d2f7fb449) - ## / 71
- Microsoft.TeamFoundation.VersionControl.Common.Integration.resources.dll (b0978ed55af0) - ## / 72
- Microsoft.TeamFoundation.VersionControl.Common.resources.dll (b0234221f4d2) - ## / 71
- Microsoft.TeamFoundation.WorkItemTracking.Client.QueryLanguage.resources.dll (946516361a08) - ## / 71
- Microsoft.TeamFoundation.WorkItemTracking.Client.resources.dll (8f487c77bbf0) - ## / 71
- Microsoft.TeamFoundation.WorkItemTracking.Common.resources.dll (d312b81728e5) - ## / 72
- Microsoft.TeamFoundation.WorkItemTracking.Proxy.resources.dll (f4ee55725969) - ## / 72
- Microsoft.VisualStudio.Services.Client.Interactive.resources.dll (730bbf1ec5f0) - ## / 71
- Microsoft.VisualStudio.Services.Common.resources.dll (37ac6a79259f) - ## / 69
- Microsoft.VisualStudio.Services.WebApi.resources.dll (020b003bfd88) - ## / 71
- Microsoft.TeamFoundation.Build.Client.resources.dll (04db85f45855) - ## / 71
- Microsoft.TeamFoundation.Build.Common.resources.dll (9be2feac52e6) - ## / 72
- Microsoft.TeamFoundation.Client.resources.dll (c75358bc7cda) - ## / 72
- Microsoft.TeamFoundation.Common.resources.dll (395078ad4e56) - ## / 72
- Microsoft.TeamFoundation.Core.WebApi.resources.dll (e49d970b1576) - ## / 72
- Microsoft.TeamFoundation.Dashboards.WebApi.resources.dll (3ee78ec26caa) - ## / 71
- Microsoft.TeamFoundation.Discussion.Client.resources.dll (f69283a59652) - ## / 71
- Microsoft.TeamFoundation.Lab.Client.resources.dll (ddda3bc3ba05) - ## / 71
- Microsoft.TeamFoundation.Lab.Common.resources.dll (3b712099c7aa) - ## / 71
- Microsoft.TeamFoundation.Lab.TestIntegration.Client.resources.dll (127cc9e825f0) - ## / 72
- Microsoft.TeamFoundation.Lab.WorkflowIntegration.Client.resources.dll (4ed5fa99e8f8) - ## / 71
- Microsoft.TeamFoundation.SharePointReporting.Integration.resources.dll (88b8c765e2c8) - ## / 71
- Microsoft.TeamFoundation.TestImpact.Client.resources.dll (ab59cee02c50) - ## / 72
- Microsoft.TeamFoundation.TestManagement.Client.resources.dll (b59d2dc84bd9) - ## / 69
- Microsoft.TeamFoundation.VersionControl.Common.Integration.resources.dll (e7350fefdc81) - ## / 72
- Microsoft.TeamFoundation.VersionControl.Common.resources.dll (190c542160ac) - ## / 72
- Microsoft.TeamFoundation.WorkItemTracking.Client.QueryLanguage.resources.dll (3727b29319ac) - ## / 71
- Microsoft.TeamFoundation.WorkItemTracking.Client.resources.dll (964ca32494eb) - ## / 68
- Microsoft.TeamFoundation.WorkItemTracking.Common.resources.dll (0eccc60e80f8) - ## / 70
- Microsoft.TeamFoundation.WorkItemTracking.Proxy.resources.dll (ce2cc4918e28) - ## / 72
- Microsoft.VisualStudio.Services.Client.Interactive.resources.dll (adda1651afe7) - ## / 70
- Microsoft.VisualStudio.Services.Common.resources.dll (a42be8554d40) - ## / 71
- Microsoft.VisualStudio.Services.ReleaseManagement.WebApi.resources.dll (5a6f0bb1b691) - ## / 70
- Microsoft.VisualStudio.Services.Search.Shared.WebApi.resources.dll (6e4711a730b3) - ## / 72
- Microsoft.VisualStudio.Services.Search.WebApi.resources.dll (fad3e56b355c) - ## / 71
- Microsoft.VisualStudio.Services.ServiceHooks.WebApi.resources.dll (a7635d9453ad) - ## / 72
- Microsoft.VisualStudio.Services.WebApi.resources.dll (fc1ac29f8adb) - ## / 71
- Microsoft.TeamFoundation.Build.Client.resources.dll (fb8c15d4e34a) - ## / 72
- Microsoft.TeamFoundation.Build.Common.resources.dll (b7d3e8e2a688) - ## / 70
- Microsoft.TeamFoundation.Client.resources.dll (3279a65794fd) - ## / 71
- Microsoft.TeamFoundation.Common.resources.dll (f155138d8422) - ## / 72
- Microsoft.TeamFoundation.Core.WebApi.resources.dll (df086c3ea4ba) - ## / 71
- Microsoft.TeamFoundation.Dashboards.WebApi.resources.dll (f05dff46501b) - ## / 72
- Microsoft.TeamFoundation.Discussion.Client.resources.dll (63b7bc80c85d) - ## / 71
- Microsoft.TeamFoundation.Lab.Client.resources.dll (947aecfc71c8) - ## / 72
- Microsoft.TeamFoundation.Lab.Common.resources.dll (1bb5c9099c74) - ## / 71
- Microsoft.TeamFoundation.Lab.TestIntegration.Client.resources.dll (290728442b7c) - ## / 72
- Microsoft.TeamFoundation.Lab.WorkflowIntegration.Client.resources.dll (769b414234eb) - ## / 72
- Microsoft.TeamFoundation.SharePointReporting.Integration.resources.dll (9b13aaba7eb2) - ## / 71
- Microsoft.TeamFoundation.TestImpact.Client.resources.dll (ff42827cfdd2) - ## / 70
- Microsoft.TeamFoundation.TestManagement.Client.resources.dll (2f2d8ae3b971) - ## / 71
- Microsoft.TeamFoundation.VersionControl.Common.Integration.resources.dll (e5231a171ac5) - ## / 70
- Microsoft.TeamFoundation.VersionControl.Common.resources.dll (685057e22521) - ## / 71
- Microsoft.TeamFoundation.WorkItemTracking.Client.QueryLanguage.resources.dll (1ac7016d1701) - ## / 72
- Microsoft.TeamFoundation.WorkItemTracking.Client.resources.dll (402b1c96e696) - ## / 66
- Microsoft.TeamFoundation.WorkItemTracking.Common.resources.dll (d0cf7afa754b) - ## / 71
- Microsoft.TeamFoundation.WorkItemTracking.Proxy.resources.dll (3a4b33691874) - ## / 70
- Microsoft.VisualStudio.Services.Client.Interactive.resources.dll (2f36f1ea4866) - ## / 70
- Microsoft.VisualStudio.Services.Common.resources.dll (d7f0b8bad057) - ## / 72
- Microsoft.VisualStudio.Services.ReleaseManagement.WebApi.resources.dll (caee316eb0ea) - ## / 72
- Microsoft.VisualStudio.Services.Search.Shared.WebApi.resources.dll (70d4e9b4e4f0) - ## / 71
- Microsoft.VisualStudio.Services.Search.WebApi.resources.dll (1a84b806da2e) - ## / 72
- Microsoft.VisualStudio.Services.ServiceHooks.WebApi.resources.dll (19b381040544) - ## / 70
- Microsoft.VisualStudio.Services.WebApi.resources.dll (317945446183) - ## / 70
- Microsoft.TeamFoundation.Build.Client.resources.dll (852cfdfdf474) - ## / 71
- Microsoft.TeamFoundation.Build.Common.resources.dll (aef3efd2626f) - ## / 72
- Microsoft.TeamFoundation.Client.resources.dll (3a992805d622) - ## / 72
- Microsoft.TeamFoundation.Common.resources.dll (785570ddddcc) - ## / 70
- Microsoft.TeamFoundation.Core.WebApi.resources.dll (f76bbf000e6a) - ## / 72
- Microsoft.TeamFoundation.Dashboards.WebApi.resources.dll (3499b03fb4c6) - ## / 70
- Microsoft.TeamFoundation.Discussion.Client.resources.dll (03a6ed472051) - ## / 72
- Microsoft.TeamFoundation.Lab.Client.resources.dll (3f64a55c7e11) - ## / 72
- Microsoft.TeamFoundation.Lab.Common.resources.dll (b1a022d85192) - ## / 67
- Microsoft.TeamFoundation.Lab.TestIntegration.Client.resources.dll (648588618593) - ## / 71
- Microsoft.TeamFoundation.Lab.WorkflowIntegration.Client.resources.dll (c360846c0f0a) - ## / 70
- Microsoft.TeamFoundation.SharePointReporting.Integration.resources.dll (b905c6c7d03b) - ## / 71
- Microsoft.TeamFoundation.TestImpact.Client.resources.dll (25e6e60e6e38) - ## / 70
- Microsoft.TeamFoundation.TestManagement.Client.resources.dll (ed62c34abccb) - ## / 71
- Microsoft.TeamFoundation.VersionControl.Common.Integration.resources.dll (3d3f4639f9f7) - ## / 72
- Microsoft.TeamFoundation.VersionControl.Common.resources.dll (5a62b24ddd87) - ## / 72
- Microsoft.TeamFoundation.WorkItemTracking.Client.QueryLanguage.resources.dll (228881c01a16) - ## / 72
- Microsoft.TeamFoundation.WorkItemTracking.Client.resources.dll (140756d4b75a) - ## / 72
- Microsoft.TeamFoundation.WorkItemTracking.Common.resources.dll (df26594b46da) - ## / 72
- Microsoft.TeamFoundation.WorkItemTracking.Proxy.resources.dll (08e4fd18b608) - ## / 70
- Microsoft.VisualStudio.Services.Client.Interactive.resources.dll (ded78195122f) - ## / 71
- Microsoft.VisualStudio.Services.Common.resources.dll (0390ec41ce79) - ## / 69
- Microsoft.VisualStudio.Services.ReleaseManagement.WebApi.resources.dll (27b469607297) - ## / 70
- Microsoft.VisualStudio.Services.Search.Shared.WebApi.resources.dll (e742f88b608d) - ## / 71
- Microsoft.VisualStudio.Services.Search.WebApi.resources.dll (d970736ade28) - ## / 72
- Microsoft.VisualStudio.Services.ServiceHooks.WebApi.resources.dll (7c57ac93a9bc) - ## / 71
- Microsoft.VisualStudio.Services.WebApi.resources.dll (058ee5a914b9) - ## / 72
- Microsoft.TeamFoundation.Build.Client.resources.dll (0c324a367d91) - ## / 70
- Microsoft.TeamFoundation.Build.Common.resources.dll (185688c7b98e) - ## / 69
- Microsoft.TeamFoundation.Client.resources.dll (efd0966baa11) - ## / 70
- Microsoft.TeamFoundation.Common.resources.dll (b9197986f160) - ## / 72
- Microsoft.TeamFoundation.Core.WebApi.resources.dll (20dcf12f0750) - ## / 71
- Microsoft.TeamFoundation.Dashboards.WebApi.resources.dll (0e713f8f5c84) - ## / 64
- Microsoft.TeamFoundation.Discussion.Client.resources.dll (6b5dc3ae0b6f) - ## / 69
- Microsoft.TeamFoundation.Lab.Client.resources.dll (16ecb26b2630) - ## / 72
- Microsoft.TeamFoundation.Lab.Common.resources.dll (439d6a974e5a) - ## / 72
- Microsoft.TeamFoundation.Lab.TestIntegration.Client.resources.dll (edca74af925c) - ## / 72
- Microsoft.TeamFoundation.Lab.WorkflowIntegration.Client.resources.dll (8b5824a3ee07) - ## / 71
- Microsoft.TeamFoundation.SharePointReporting.Integration.resources.dll (9355a9911557) - ## / 70
- Microsoft.TeamFoundation.TestImpact.Client.resources.dll (0131dbafc21b) - ## / 71
- Microsoft.TeamFoundation.TestManagement.Client.resources.dll (62edbb38fbcf) - ## / 71
- Microsoft.TeamFoundation.VersionControl.Common.Integration.resources.dll (e792e7537be3) - ## / 72
- Microsoft.TeamFoundation.VersionControl.Common.resources.dll (a87bb821a0ef) - ## / 71
- Microsoft.TeamFoundation.WorkItemTracking.Client.QueryLanguage.resources.dll (dc2d1e8a40c7) - ## / 72
- Microsoft.TeamFoundation.WorkItemTracking.Client.resources.dll (4688f3e732a5) - ## / 72
- Microsoft.TeamFoundation.WorkItemTracking.Common.resources.dll (eeaae4e28c75) - ## / 71
- Microsoft.TeamFoundation.WorkItemTracking.Proxy.resources.dll (b55d48e371b3) - ## / 70
- Microsoft.VisualStudio.Services.Client.Interactive.resources.dll (e5ed74be2fcb) - ## / 70
- Microsoft.VisualStudio.Services.Common.resources.dll (8e633ec60f22) - ## / 72
- Microsoft.VisualStudio.Services.ReleaseManagement.WebApi.resources.dll (44605201098b) - ## / 72
- Microsoft.VisualStudio.Services.Search.Shared.WebApi.resources.dll (01a6ec479713) - ## / 71
- Microsoft.VisualStudio.Services.Search.WebApi.resources.dll (9cd86c30f34d) - ## / 72
- Microsoft.VisualStudio.Services.ServiceHooks.WebApi.resources.dll (e76c11107f99) - ## / 71
- Microsoft.VisualStudio.Services.WebApi.resources.dll (78c412bb3ea7) - ## / 72
- Microsoft.TeamFoundation.Build.Client.resources.dll (5c900d90553a) - ## / 72
- Microsoft.TeamFoundation.Build.Common.resources.dll (2fe296ea4d41) - ## / 71
- Microsoft.TeamFoundation.Client.resources.dll (1218997ecf93) - ## / 71
- Microsoft.TeamFoundation.Common.resources.dll (e454aaf7c13b) - ## / 72
- Microsoft.TeamFoundation.Core.WebApi.resources.dll (8bdbf0ed9d12) - ## / 72
- Microsoft.TeamFoundation.Dashboards.WebApi.resources.dll (c036c00f30ae) - ## / 71
- Microsoft.TeamFoundation.Discussion.Client.resources.dll (f5aaf7f80764) - ## / 72
- Microsoft.TeamFoundation.Lab.Client.resources.dll (e119e3e7dd08) - ## / 72
- Microsoft.TeamFoundation.Lab.Common.resources.dll (8292c9f52a81) - ## / 72
- Microsoft.TeamFoundation.Lab.TestIntegration.Client.resources.dll (9be9ef554955) - ## / 69
- Microsoft.TeamFoundation.Lab.WorkflowIntegration.Client.resources.dll (45ae0039c090) - ## / 72
- Microsoft.TeamFoundation.SharePointReporting.Integration.resources.dll (36c9da85cee0) - ## / 70
- Microsoft.TeamFoundation.TestImpact.Client.resources.dll (0f391aeeca14) - ## / 72
- Microsoft.TeamFoundation.TestManagement.Client.resources.dll (84c981de488f) - ## / 69
- Microsoft.TeamFoundation.VersionControl.Common.Integration.resources.dll (2e23e3dc781e) - ## / 72
- Microsoft.TeamFoundation.VersionControl.Common.resources.dll (cab08eed1de4) - ## / 71
- Microsoft.TeamFoundation.WorkItemTracking.Client.QueryLanguage.resources.dll (70072181dc17) - ## / 70
- Microsoft.TeamFoundation.WorkItemTracking.Client.resources.dll (d58f6f2dcaa0) - ## / 72
- Microsoft.TeamFoundation.WorkItemTracking.Common.resources.dll (afdb73163dae) - ## / 71
- Microsoft.TeamFoundation.WorkItemTracking.Proxy.resources.dll (34a4408b03c4) - ## / 70
- Microsoft.VisualStudio.Services.Client.Interactive.resources.dll (3285edd0b1f8) - ## / 71
- Microsoft.VisualStudio.Services.Common.resources.dll (028475e03e3e) - ## / 71
- Microsoft.VisualStudio.Services.ReleaseManagement.WebApi.resources.dll (379ec3de1841) - ## / 68
- Microsoft.VisualStudio.Services.Search.Shared.WebApi.resources.dll (9cb0c69c2111) - ## / 71
- Microsoft.VisualStudio.Services.Search.WebApi.resources.dll (cb00259b9527) - ## / 72
- Microsoft.VisualStudio.Services.ServiceHooks.WebApi.resources.dll (52bd97f29748) - ## / 71
- Microsoft.VisualStudio.Services.WebApi.resources.dll (c82bcc7aa808) - ## / 72
- Microsoft.TeamFoundation.Build.Client.resources.dll (fb737b6f1a55) - ## / 71
- Microsoft.TeamFoundation.Build.Common.resources.dll (4392a61c9e2c) - ## / 71
- Microsoft.TeamFoundation.Client.resources.dll (15c6c25cc6e8) - ## / 71
- Microsoft.TeamFoundation.Common.resources.dll (6836eaaaf9bf) - ## / 70
- Microsoft.TeamFoundation.Core.WebApi.resources.dll (bffb84bf8391) - ## / 71
- Microsoft.TeamFoundation.Dashboards.WebApi.resources.dll (cea739ae7e82) - ## / 71
- Microsoft.TeamFoundation.Discussion.Client.resources.dll (88871f19c0a7) - ## / 72
- Microsoft.TeamFoundation.Lab.Client.resources.dll (f251396f24d1) - ## / 72
- Microsoft.TeamFoundation.Lab.Common.resources.dll (146e9f91530b) - ## / 72
- Microsoft.TeamFoundation.Lab.TestIntegration.Client.resources.dll (447829f70f37) - ## / 70
- Microsoft.TeamFoundation.Lab.WorkflowIntegration.Client.resources.dll (2f2bde081731) - ## / 70
- Microsoft.TeamFoundation.SharePointReporting.Integration.resources.dll (3d8ded886a94) - ## / 71
- Microsoft.TeamFoundation.TestImpact.Client.resources.dll (b056cf4a9b87) - ## / 71
- Microsoft.TeamFoundation.TestManagement.Client.resources.dll (ee4c0e367dae) - ## / 71
- Microsoft.TeamFoundation.VersionControl.Common.Integration.resources.dll (7023f56f8c55) - ## / 71
- Microsoft.TeamFoundation.VersionControl.Common.resources.dll (39d7d5e83952) - ## / 70
- Microsoft.TeamFoundation.WorkItemTracking.Client.QueryLanguage.resources.dll (58ae593b42d0) - ## / 71
- Microsoft.TeamFoundation.WorkItemTracking.Client.resources.dll (aed31512c47f) - ## / 71
- Microsoft.TeamFoundation.WorkItemTracking.Common.resources.dll (e7e858528f98) - ## / 71
- Microsoft.TeamFoundation.WorkItemTracking.Proxy.resources.dll (6277498aa9e2) - ## / 70
- Microsoft.VisualStudio.Services.Client.Interactive.resources.dll (744a3e6da99a) - ## / 70
- Microsoft.VisualStudio.Services.Common.resources.dll (312e643e10d4) - ## / 71
- Microsoft.VisualStudio.Services.ReleaseManagement.WebApi.resources.dll (94d41425a7f0) - ## / 72
- Microsoft.VisualStudio.Services.Search.Shared.WebApi.resources.dll (0f5c3fae05a2) - ## / 70
- Microsoft.VisualStudio.Services.Search.WebApi.resources.dll (fcfb104bf6fe) - ## / 70
- Microsoft.VisualStudio.Services.ServiceHooks.WebApi.resources.dll (684b2f1c926a) - ## / 71
- Microsoft.VisualStudio.Services.WebApi.resources.dll (b43feaffbf4c) - ## / 71
- Microsoft.TeamFoundation.Build.Client.resources.dll (924848978a3a) - ## / 72
- Microsoft.TeamFoundation.Build.Common.resources.dll (994318b7cbf0) - ## / 71
- Microsoft.TeamFoundation.Client.resources.dll (bd2572f73dcf) - ## / 71
- Microsoft.TeamFoundation.Common.resources.dll (7e8dc0395606) - ## / 71
- Microsoft.TeamFoundation.Core.WebApi.resources.dll (daca29efb54a) - ## / 71
- Microsoft.TeamFoundation.Discussion.Client.resources.dll (824c5a6567f9) - ## / 70
- Microsoft.TeamFoundation.Lab.Client.resources.dll (f893667303a4) - ## / 72
- Microsoft.TeamFoundation.Lab.Common.resources.dll (23c8d23011a3) - ## / 71
- Microsoft.TeamFoundation.Lab.TestIntegration.Client.resources.dll (71fd6148527a) - ## / 71
- Microsoft.TeamFoundation.Lab.WorkflowIntegration.Client.resources.dll (1ae0536d8f65) - ## / 71
- Microsoft.TeamFoundation.SharePointReporting.Integration.resources.dll (fa0d0ea8d92e) - ## / 71
- Microsoft.TeamFoundation.TestImpact.Client.resources.dll (822201a34bc9) - ## / 70
- Microsoft.TeamFoundation.TestManagement.Client.resources.dll (ac2689687a73) - ## / 70
- Microsoft.TeamFoundation.VersionControl.Common.Integration.resources.dll (e35e2cdcdf97) - ## / 71
- Microsoft.TeamFoundation.VersionControl.Common.resources.dll (dae437ad3777) - ## / 72
- Microsoft.TeamFoundation.WorkItemTracking.Client.QueryLanguage.resources.dll (a3c7816fe454) - ## / 70
- Microsoft.TeamFoundation.WorkItemTracking.Client.resources.dll (388d555b2b6e) - ## / 71
- Microsoft.TeamFoundation.WorkItemTracking.Common.resources.dll (8c733d4d4aac) - ## / 71
- Microsoft.TeamFoundation.WorkItemTracking.Proxy.resources.dll (cb2012e57bb6) - ## / 68
- Microsoft.VisualStudio.Services.Client.Interactive.resources.dll (da02c82bef0a) - ## / 71
- Microsoft.VisualStudio.Services.Common.resources.dll (c739625bcbc1) - ## / 72
- Microsoft.VisualStudio.Services.WebApi.resources.dll (c31ddade593d) - ## / 71
- Microsoft.TeamFoundation.Build.Client.resources.dll (6e31fb76fb95) - ## / 71
- Microsoft.TeamFoundation.Build.Common.resources.dll (8b933815dc0b) - ## / 69
- Microsoft.TeamFoundation.Client.resources.dll (696231ff226a) - ## / 72
- Microsoft.TeamFoundation.Common.resources.dll (ee5d3122b0f2) - ## / 70
- Microsoft.TeamFoundation.Core.WebApi.resources.dll (86e6dc25a9d0) - ## / 72
- Microsoft.TeamFoundation.Discussion.Client.resources.dll (4608a465e651) - ## / 69
- Microsoft.TeamFoundation.Lab.Client.resources.dll (a5d02aef5491) - ## / 71
- Microsoft.TeamFoundation.Lab.Common.resources.dll (4eb0f8931006) - ## / 71
- Microsoft.TeamFoundation.Lab.TestIntegration.Client.resources.dll (3e3bc1dfdadb) - ## / 71
- Microsoft.TeamFoundation.Lab.WorkflowIntegration.Client.resources.dll (f18d4af519ec) - ## / 71
- Microsoft.TeamFoundation.SharePointReporting.Integration.resources.dll (ed0fda087cf6) - ## / 71
- Microsoft.TeamFoundation.TestImpact.Client.resources.dll (55854113736f) - ## / 71
- Microsoft.TeamFoundation.TestManagement.Client.resources.dll (0eb54237f1b1) - ## / 71
- Microsoft.TeamFoundation.VersionControl.Common.Integration.resources.dll (c2bbc39f63bf) - ## / 72
- Microsoft.TeamFoundation.VersionControl.Common.resources.dll (f6e3a4dac901) - ## / 72
- Microsoft.TeamFoundation.WorkItemTracking.Client.QueryLanguage.resources.dll (a7d1d82d2a84) - ## / 72
- Microsoft.TeamFoundation.WorkItemTracking.Client.resources.dll (4cf86e91f967) - ## / 69
- Microsoft.TeamFoundation.WorkItemTracking.Common.resources.dll (e2df0faa1ad2) - ## / 71
- Microsoft.TeamFoundation.WorkItemTracking.Proxy.resources.dll (0ef767d96685) - ## / 70
- Microsoft.VisualStudio.Services.Client.Interactive.resources.dll (e10c8a26900d) - ## / 71
- Microsoft.VisualStudio.Services.Common.resources.dll (e9a6ae087c85) - ## / 71
- Microsoft.VisualStudio.Services.WebApi.resources.dll (100dcf9d1ace) - ## / 72
- Microsoft.TeamFoundation.Build.Client.resources.dll (759970087445) - ## / 72
- Microsoft.TeamFoundation.Build.Common.resources.dll (ea0501b9925e) - ## / 71
- Microsoft.TeamFoundation.Client.resources.dll (21bf29799c63) - ## / 70
- Microsoft.TeamFoundation.Common.resources.dll (8b16321c1bb8) - ## / 71
- Microsoft.TeamFoundation.Core.WebApi.resources.dll (d1fed2c01dc2) - ## / 71
- Microsoft.TeamFoundation.Dashboards.WebApi.resources.dll (15c9b39ef29f) - ## / 71
- Microsoft.TeamFoundation.Discussion.Client.resources.dll (e72e43c7fef3) - ## / 69
- Microsoft.TeamFoundation.Lab.Client.resources.dll (d13823fcda34) - ## / 71
- Microsoft.TeamFoundation.Lab.Common.resources.dll (b68f5c817143) - ## / 71
- Microsoft.TeamFoundation.Lab.TestIntegration.Client.resources.dll (a506e983b744) - ## / 72
- Microsoft.TeamFoundation.Lab.WorkflowIntegration.Client.resources.dll (4205e30f027f) - ## / 72
- Microsoft.TeamFoundation.SharePointReporting.Integration.resources.dll (70fffd059ae3) - ## / 72
- Microsoft.TeamFoundation.TestImpact.Client.resources.dll (b2f5e4566944) - ## / 70
- Microsoft.TeamFoundation.TestManagement.Client.resources.dll (02763543e569) - ## / 71
- Microsoft.TeamFoundation.VersionControl.Common.Integration.resources.dll (565c290e1c4c) - ## / 70
- Microsoft.TeamFoundation.VersionControl.Common.resources.dll (64ef466aa15c) - ## / 71
- Microsoft.TeamFoundation.WorkItemTracking.Client.QueryLanguage.resources.dll (9a9e9fd01713) - ## / 71
- Microsoft.TeamFoundation.WorkItemTracking.Client.resources.dll (49d6136379d2) - ## / 70
- Microsoft.TeamFoundation.WorkItemTracking.Common.resources.dll (e0e5eb637bfd) - ## / 70
- Microsoft.TeamFoundation.WorkItemTracking.Proxy.resources.dll (a3c0742e2a38) - ## / 71
- Microsoft.VisualStudio.Services.Client.Interactive.resources.dll (49cb570d81d9) - ## / 70
- Microsoft.VisualStudio.Services.Common.resources.dll (12a14332ff1a) - ## / 71
- Microsoft.VisualStudio.Services.ReleaseManagement.WebApi.resources.dll (f3d5903d4e66) - ## / 72
- Microsoft.VisualStudio.Services.Search.Shared.WebApi.resources.dll (0e4872e453f2) - ## / 71
- Microsoft.VisualStudio.Services.Search.WebApi.resources.dll (76c3bfe56033) - ## / 71
- Microsoft.VisualStudio.Services.ServiceHooks.WebApi.resources.dll (ae9dd28aacbe) - ## / 70
- Microsoft.VisualStudio.Services.WebApi.resources.dll (5be84316b252) - ## / 72
- Microsoft.TeamFoundation.Build.Client.resources.dll (f0cdc8fde414) - ## / 71
- Microsoft.TeamFoundation.Build.Common.resources.dll (f2258a67d023) - ## / 72
- Microsoft.TeamFoundation.Client.resources.dll (389cfec2a75c) - ## / 70
- Microsoft.TeamFoundation.Common.resources.dll (ebca573d7425) - ## / 68
- Microsoft.TeamFoundation.Core.WebApi.resources.dll (dc055f918e8f) - ## / 68
- Microsoft.TeamFoundation.Dashboards.WebApi.resources.dll (d90177d35392) - ## / 69
- Microsoft.TeamFoundation.Discussion.Client.resources.dll (c9eaa6b79f83) - ## / 71
- Microsoft.TeamFoundation.Lab.Client.resources.dll (5a3a4b1801ee) - ## / 71
- Microsoft.TeamFoundation.Lab.Common.resources.dll (3d7d16abea63) - ## / 71
- Microsoft.TeamFoundation.Lab.TestIntegration.Client.resources.dll (a602d42a27f6) - ## / 70
- Microsoft.TeamFoundation.Lab.WorkflowIntegration.Client.resources.dll (e9e1163e459c) - ## / 71
- Microsoft.TeamFoundation.SharePointReporting.Integration.resources.dll (43992a485d31) - ## / 70
- Microsoft.TeamFoundation.TestImpact.Client.resources.dll (587c8160870f) - ## / 72
- Microsoft.TeamFoundation.TestManagement.Client.resources.dll (f7364c48ac91) - ## / 70
- Microsoft.TeamFoundation.VersionControl.Common.Integration.resources.dll (7ac9890343ac) - ## / 70
- Microsoft.TeamFoundation.VersionControl.Common.resources.dll (2e6a3261e238) - ## / 71
- Microsoft.TeamFoundation.WorkItemTracking.Client.QueryLanguage.resources.dll (4fa5c8c1eb91) - ## / 69
- Microsoft.TeamFoundation.WorkItemTracking.Client.resources.dll (958a9158163a) - ## / 71
- Microsoft.TeamFoundation.WorkItemTracking.Common.resources.dll (13b37292fa53) - ## / 70
- Microsoft.TeamFoundation.WorkItemTracking.Proxy.resources.dll (829a22a9c451) - ## / 70
- Microsoft.VisualStudio.Services.Client.Interactive.resources.dll (923c6d0ae292) - ## / 72
- Microsoft.VisualStudio.Services.Common.resources.dll (9baff89644e1) - ## / 70
- Microsoft.VisualStudio.Services.ReleaseManagement.WebApi.resources.dll (e6b69d2b37de) - ## / 70
- Microsoft.VisualStudio.Services.Search.Shared.WebApi.resources.dll (0a01605d5550) - ## / 69
- Microsoft.VisualStudio.Services.Search.WebApi.resources.dll (a1d8cd8355c4) - ## / 70
- Microsoft.VisualStudio.Services.ServiceHooks.WebApi.resources.dll (84484acde49b) - ## / 69
- Microsoft.VisualStudio.Services.WebApi.resources.dll (a67e3ac0add3) - ## / 69
- Microsoft.TeamFoundation.Build.Client.resources.dll (394ba5afc5b0) - ## / 70
- Microsoft.TeamFoundation.Build.Common.resources.dll (a8751f53dae3) - ## / 72
- Microsoft.TeamFoundation.Client.resources.dll (63d8ffe532b0) - ## / 71
- Microsoft.TeamFoundation.Common.resources.dll (4486fa48e4a3) - ## / 72
- Microsoft.TeamFoundation.Core.WebApi.resources.dll (690dbcdbb693) - ## / 68
- Microsoft.TeamFoundation.Dashboards.WebApi.resources.dll (edbd52cbf817) - ## / 69
- Microsoft.TeamFoundation.Discussion.Client.resources.dll (8d07f4c29303) - ## / 71
- Microsoft.TeamFoundation.Lab.Client.resources.dll (675010c758a5) - ## / 71
- Microsoft.TeamFoundation.Lab.Common.resources.dll (6aa8c3210e24) - ## / 70
- Microsoft.TeamFoundation.Lab.TestIntegration.Client.resources.dll (fb2386771801) - ## / 72
- Microsoft.TeamFoundation.Lab.WorkflowIntegration.Client.resources.dll (fd7e0fb6a442) - ## / 71
- Microsoft.TeamFoundation.SharePointReporting.Integration.resources.dll (001f133e5aa9) - ## / 71
- Microsoft.TeamFoundation.TestImpact.Client.resources.dll (95fd9859b756) - ## / 71
- Microsoft.TeamFoundation.TestManagement.Client.resources.dll (446b0136e658) - ## / 71
- Microsoft.TeamFoundation.VersionControl.Common.Integration.resources.dll (b389993e5f1e) - ## / 70
- Microsoft.TeamFoundation.VersionControl.Common.resources.dll (4e5ac3460a26) - ## / 71
- Microsoft.TeamFoundation.WorkItemTracking.Client.QueryLanguage.resources.dll (ed7589525d31) - ## / 71
- Microsoft.TeamFoundation.WorkItemTracking.Client.resources.dll (64d01538d48c) - ## / 71
- Microsoft.TeamFoundation.WorkItemTracking.Common.resources.dll (16d6d9ddcf3c) - ## / 71
- Microsoft.TeamFoundation.WorkItemTracking.Proxy.resources.dll (cb888c9069e0) - ## / 72
- Microsoft.VisualStudio.Services.Client.Interactive.resources.dll (b1ceac44b87c) - ## / 72
- Microsoft.VisualStudio.Services.Common.resources.dll (be488aea6d55) - ## / 69
- Microsoft.VisualStudio.Services.ReleaseManagement.WebApi.resources.dll (4f04f476f777) - ## / 71
- Microsoft.VisualStudio.Services.Search.Shared.WebApi.resources.dll (8b010f18a611) - ## / 72
- Microsoft.VisualStudio.Services.Search.WebApi.resources.dll (2bfdb5141cd9) - ## / 71
- Microsoft.VisualStudio.Services.ServiceHooks.WebApi.resources.dll (ab67cd239094) - ## / 72
- Microsoft.VisualStudio.Services.WebApi.resources.dll (e3280b19bb17) - ## / 72
- Microsoft.TeamFoundation.Build.Client.resources.dll (b733ee3411d2) - ## / 70
- Microsoft.TeamFoundation.Build.Common.resources.dll (11318b2b1186) - ## / 70
- Microsoft.TeamFoundation.Client.resources.dll (e48fd422ca80) - ## / 68
- Microsoft.TeamFoundation.Common.resources.dll (5befab5e71cd) - ## / 71
- Microsoft.TeamFoundation.Core.WebApi.resources.dll (82f54d40dbb4) - ## / 70
- Microsoft.TeamFoundation.Dashboards.WebApi.resources.dll (a47006b3d7b6) - ## / 69
- Microsoft.TeamFoundation.Discussion.Client.resources.dll (80dfdf315140) - ## / 71
- Microsoft.TeamFoundation.Lab.Client.resources.dll (7580576a990a) - ## / 71
- Microsoft.TeamFoundation.Lab.Common.resources.dll (a6ad2c42d77c) - ## / 71
- Microsoft.TeamFoundation.Lab.TestIntegration.Client.resources.dll (5bf68adc10a1) - ## / 70
- Microsoft.TeamFoundation.Lab.WorkflowIntegration.Client.resources.dll (7477a4e3b78f) - ## / 70
- Microsoft.TeamFoundation.SharePointReporting.Integration.resources.dll (b6b1a9b8ca27) - ## / 72
- Microsoft.TeamFoundation.TestImpact.Client.resources.dll (8521f7bdee4c) - ## / 71
- Microsoft.TeamFoundation.TestManagement.Client.resources.dll (4093c5e46343) - ## / 71
- Microsoft.TeamFoundation.VersionControl.Common.Integration.resources.dll (95e5fa673f97) - ## / 71
- Microsoft.TeamFoundation.VersionControl.Common.resources.dll (6de0e5ce87a6) - ## / 71
- Microsoft.TeamFoundation.WorkItemTracking.Client.QueryLanguage.resources.dll (4984dc0da2db) - ## / 69
- Microsoft.TeamFoundation.WorkItemTracking.Client.resources.dll (aa829cc05c80) - ## / 71
- Microsoft.TeamFoundation.WorkItemTracking.Common.resources.dll (abf1d7e80621) - ## / 70
- Microsoft.TeamFoundation.WorkItemTracking.Proxy.resources.dll (c59555388668) - ## / 71
- Microsoft.VisualStudio.Services.Client.Interactive.resources.dll (e8448e049c64) - ## / 70
- Microsoft.VisualStudio.Services.Common.resources.dll (8321a3621a4f) - ## / 69
- Microsoft.VisualStudio.Services.ReleaseManagement.WebApi.resources.dll (13c7a42619d6) - ## / 72
- Microsoft.VisualStudio.Services.Search.Shared.WebApi.resources.dll (4666ed228f44) - ## / 71
- Microsoft.VisualStudio.Services.Search.WebApi.resources.dll (03ea21943700) - ## / 71
- Microsoft.VisualStudio.Services.ServiceHooks.WebApi.resources.dll (162de5c0a96a) - ## / 70
- Microsoft.VisualStudio.Services.WebApi.resources.dll (51ce8f0c575e) - ## / 71
- System.Data.SqlClient.dll (eec579a86537) - ## / 73
- TfsCmdlets.2.0.0-beta0014.nupkg (073343ff2b84) - ## / 63
- TfsCmdlets.PSCore.dll (a87ef228e557) - ## / 71
- TfsCmdlets.PSDesktop.dll (c03035b2ce09) - ## / 71
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.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
TfsCmdlets 2.9.1 | 15 | Thursday, June 5, 2025 | Approved | |
TfsCmdlets 2.9.0 | 136 | Thursday, August 15, 2024 | Approved | |
TfsCmdlets 2.8.2 | 46 | Wednesday, July 24, 2024 | Approved | |
TfsCmdlets 2.8.1 | 89 | Tuesday, July 16, 2024 | Approved | |
TfsCmdlets 2.8.0 | 48 | Tuesday, July 9, 2024 | Approved | |
TfsCmdlets 2.7.1 | 36 | Wednesday, July 3, 2024 | Approved | |
TfsCmdlets 2.6.1 | 59 | Wednesday, May 15, 2024 | Approved | |
TfsCmdlets 2.6.0 | 319 | Saturday, October 1, 2022 | Approved | |
TfsCmdlets 2.5.1 | 123 | Monday, August 22, 2022 | Approved | |
TfsCmdlets 2.5.0 | 81 | Wednesday, August 3, 2022 | Approved | |
TfsCmdlets 2.4.1 | 130 | Thursday, July 21, 2022 | Approved | |
TfsCmdlets 2.4.0 | 150 | Monday, May 23, 2022 | Approved | |
TfsCmdlets 2.3.2 | 88 | Wednesday, May 18, 2022 | Approved | |
TfsCmdlets 2.3.1 | 130 | Saturday, April 9, 2022 | Approved | |
TfsCmdlets 2.3.0 | 82 | Sunday, April 3, 2022 | Approved | |
TfsCmdlets 2.2.1 | 90 | Friday, February 11, 2022 | Approved | |
TfsCmdlets 2.2.0 | 78 | Saturday, February 5, 2022 | Approved | |
TfsCmdlets 2.1.4 | 104 | Tuesday, November 30, 2021 | Approved | |
TfsCmdlets 2.1.3 | 83 | Thursday, November 25, 2021 | Approved | |
TfsCmdlets 2.1.2 | 103 | Friday, September 10, 2021 | Approved | |
TfsCmdlets 2.1.1 | 141 | Wednesday, September 8, 2021 | Approved | |
TfsCmdlets 2.0.0 | 143 | Tuesday, August 3, 2021 | Approved | |
TfsCmdlets 2.0.0-rc0005 | 115 | Sunday, April 18, 2021 | Exempted | |
TfsCmdlets 2.0.0-rc0004 | 113 | Monday, April 5, 2021 | Exempted | |
TfsCmdlets 2.0.0-rc0003 | 152 | Friday, February 19, 2021 | Exempted | |
TfsCmdlets 2.0.0-rc0002 | 102 | Tuesday, December 1, 2020 | Exempted | |
TfsCmdlets 2.0.0-beta0015 | 100 | Tuesday, July 21, 2020 | Exempted | |
TfsCmdlets 2.0.0-beta0014 | 82 | Sunday, July 19, 2020 | Exempted | |
TfsCmdlets 2.0.0-beta0013 | 84 | Saturday, July 18, 2020 | Exempted | |
TfsCmdlets 2.0.0-beta0010 | 185 | Thursday, September 12, 2019 | Exempted | |
TfsCmdlets 2.0.0-beta0009 | 115 | Tuesday, September 10, 2019 | Exempted | |
TfsCmdlets 2.0.0-beta0008 | 123 | Friday, September 6, 2019 | Exempted | |
TfsCmdlets 2.0.0-beta0004 | 139 | Thursday, August 29, 2019 | Exempted | |
TfsCmdlets 1.0.0.894-beta1 | 413 | Thursday, April 6, 2017 | Exempted | |
TfsCmdlets 1.0.0-alpha9 | 440 | Saturday, December 24, 2016 | Exempted | |
TfsCmdlets 1.0.0-alpha7 | 341 | Thursday, October 22, 2015 | Exempted | |
TfsCmdlets 1.0.0-alpha6 | 299 | Thursday, October 22, 2015 | Exempted | |
TfsCmdlets 1.0.0-alpha5 | 340 | Thursday, September 10, 2015 | Exempted | |
TfsCmdlets 1.0.0-alpha4 | 273 | Friday, September 4, 2015 | Exempted | |
TfsCmdlets 1.0.0-alpha3 | 332 | Thursday, September 3, 2015 | Exempted | |
TfsCmdlets 1.0.0-alpha1 | 332 | Friday, July 31, 2015 | Exempted |
(c) 2014 Igor Abade V. Leite. All rights reserved.
This package has no dependencies.
Ground Rules:
- This discussion is only about TfsCmdlets and the TfsCmdlets 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 TfsCmdlets, 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.