Generating All Case Combinations in PowerShell
At work, a software package that I’m dealing with requires that lists of file extensions for whitelisting or blacklisting be case-sensitive. I’m not sure why this is the case (no pun intended), but it is not the only piece of software that I’ve used with this issue. What that means is that if you want …
Continue reading ‘Generating All Case Combinations in PowerShell’ »