runas /netonly

Using runas /netonly, it is possible to start a new command prompt with credentials that will only be used for remote access (s.a. SMB, WMI, …):

runas /netonly /u:[DOMAIN\]<USERNAME> cmd.exe

Reference: blog.cobaltstrike.com/2015/12/16/windows-access-tokens-and-alternate-credentials/