Checking TempDB
On SQLServer forums you will often find advice on how to configure Tempdb. How many files should you add, what should be the sizes, and also what Traceflags should be enabled to correctly enhance the performance of your TempDB?
Paul Randal wrote this:
http://www.sqlskills.com/blogs/paul/correctly-adding-data-files-tempdb/
I created a PowerShell script to check the TempDB files and the startup parameters on one or more SQL Server instances in one go.