I am thinking of making a move from our homegrown CI/CD system to Bamboo + jira. We are a .Net shop and so the tools need to support the execution of msbuild/msdeploy executables as well the running of .bat and .ps1 files.
What I am looking for is a more complete Agent system for controlling remote machines. As of now what I do is use a series of powershell scripts and the eventlog in order to coordinate and control deployment on remote machines.
What I am looking for are documents concerning Bamboo in a Windows and .Net environment and how to configure the remote agents to run our deployment scripts.