Nothing exiting here, but just found out how to initate a Team Build in Team Foundation Server beta 3.
As I was able to figure out from elsewhere, pre-beta3 builds were done using some more or less homegrown code to construct an executable for scheduled builds.
That has appearently changed with TFS beta 3. Now you schedule TFSBuild.exe using the right parameters as desribed in the documentation (Use the start command). This part of the documentation is not - as far as I can tell - part of anything you get on disk and MSDN download at the moment.
(Note though that the documentation has the command named teambuild, but its actaul name is TFSBuild and is located in ...\Microsoft Visual Studio 8\Common7\IDE)