Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
VSTeam
6.2.1
Public/Show-VSTeam.ps1
function
Show-VSTeam
{
[
CmdletBinding
(
)
]
param
(
)
process
{
_hasAccount
Show-Browser
"$([VSTeamVersions]::Account)"
}
}