powershellbyexample
powershellbyexample copied to clipboard
Case Sesitivity in Powershell
Lots of commands can be case (in-)sensitive.
For instance the Switch command:
switch [-regex | -wildcard | -exact] [-casesensitive] (
Wonderfull website you have. Thnx.