SQL Server Network Interfaces: Connection string is not valid [87]
Typically, the MSSQLSERVER
service is the service of a un-named default instance.
Therefore, try this:
sqlcmd -U sa -S mymachine_name
(without specifying any instance name - just the machine name)