The Simian Analyzer can be invoked like this
simian-2.5.1.exe *.cs
which will launch it with all its default settings. Some of its flags/switches/options are Boolean and set to "true" as default. See here for the complete list.
But how do I, in Powershell, set the true-switches to false? That is, how do I specify that ignoreIdentifierCase
should be false?