'SQL Server - get a list of linked servers

I am running the following code:

EXEC sp_linkedservers

Which returns:

enter image description here

However, I don't have any linked servers created on that instance. So, how I get a true list of linked servers?

Thanks



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source