Thor Logo dbatools

Linked

Get-DbaLinkedServer

Stephen Bennett, sqlnotesfromtheunderground.wordpress.com

Get-DbaLinkedServer View Source Stephen Bennett, sqlnotesfromtheunderground.wordpress.com Windows, Linux, macOS Synopsis Retrieves linked server configurations and connection details from SQL Server instances. Description Pulls complete linked server information from one or more SQL Server instances, including remote server names, authentication methods, and security settings. This helps DBAs audit cross-server connections for compliance reporting, troubleshoot connectivity issues, and document distributed database architectures. Returns details about the remote server, product type, impersonation settings, and login mappings for each configured linked server.

Read more