Smbclient

For some reason, this is not the default, but to connect to any reasonably recent SMB server, you must pass the -m SMB3 argument, like:

smbclient -m SMB3 -L mycomp -U myuser -W MYDOMAIN
smbclient -m SMB3 //mycomp/sharedfolder -U myuser -W MYDOMAIN