Is there a Powershell command to list all SQL instances on my system? (MS SQL 2008)
Import powershell sql server extensions:
Import-Module SqlServer
Then do these commands
Set-Location SQLSERVER:\SQL\localhost Get-ChildItem