Author | Chrissy LeMaire (@cl), netnerds.net |
Availability | Windows, Linux, macOS |
Want to see the source code for this command? Check out Get-DbaConnectedInstance on GitHub.
Want to see the Bill Of Health for this command? Check out Get-DbaConnectedInstance.
Get a list of all connected instances
Get a list of all connected instances
Get-DbaConnectedInstance
[<CommonParameters>]
PS C:\> Get-DbaConnectedInstance
Gets all connected SQL Server instances
PS C:\> Get-DbaConnectedInstance | Select *
Gets all connected SQL Server instances and shows the associated connectionstrings as well