On my lab domain I have added a MSSQLSERVER machine with the default settings. (no named instance)
Then, I added 2 named instances on the same machine.
Get-SQLInstanceDomain run from another domain joined machine only identifies the first one and misses the two named instances that I added later.
Get-SQLInstanceLocal run on the MSSQLSERVER identifies all instances correctly, as expected.
On my lab domain I have added a MSSQLSERVER machine with the default settings. (no named instance) Then, I added 2 named instances on the same machine.
Get-SQLInstanceDomain run from another domain joined machine only identifies the first one and misses the two named instances that I added later.
Get-SQLInstanceLocal run on the MSSQLSERVER identifies all instances correctly, as expected.
Any clues what is going wrong?