Automating Tableau Dashboard Delivery Using Tabcmd Using tabcmd to automate Tableau dashboard distribution can be little tricky. Add windows commands after your Tableau script later so you have an idea about how incorporate both of them into a single script. The batch file must start with a login to the server. Tableau will always require a login to the server with a user account which has access to the dashboards we would like to distribute. Let’s break up that code: The first command is the tabcmd command which tells windows this is a Tableau server command. We then define the server location which we are logging into by using “ –s” or “ –server”. We then use our login name preceded by “–u” or “–user”. Finally you’ll see that we have defined the password in the same manner, but instead of typing our password directly, we have referred tabcmd to a file location with our password typed into that file. The file must sit in the same location as the b...