Most of my SBS sites have a second server that runs as a Terminal Server, since SBS2003 only supports Term Server on SBS in Admin mode, and not Application mode (see KB 828056). At times when in installing a utiliy piece of software, I need to switch the Term Server into “install” mode. KB 186498 talks about the Execute/Install mode. Awhile back, I wrote a quick little batch file that let’s me switch between install and execute mode, and to query the mode. Perhaps someone else will find this useful! Just copy and paste the following into a .bat file: echo offclsecho. echo —————————————-echo … Continue reading Term Server & Install vs Execute mode