Category: powershell
In case you are wondering so many ‘failed builds’ (due to unit tests failure) on Continuous Integration Server today… The reason is that we use msbuild testall.proj on CI …
A code repository should target ZERO warnings. The compiler warnings are there to warn you about the code quality and sometimes more serious issues. Half year ago, our code-base …
In a team, each developer writes bad code sometimes. For example, in this post, the total number of general exceptions (C#) is counted in a code-base. Writing general exceptions …
You can use Start-Process in Powershell to run an external program. And you can use runas to specify running as administrator. One example to run notepad as administrator in …
The best way to learn a new language is to practise. The Powershell is a powerful scripting tool on Windows (especially for Windows Server Editions). With a few knowledge, …