concept case sensitivity in category powershell
appears as: Case sensitivity

This is an excerpt from Manning's book Windows PowerShell in Action, Third Edition.
Case sensitivity— PowerShell, like Windows, is case-insensitive. Linux and macOS are case-sensitive, so the correct case must be used for filenames, paths, and environment variables. Running scripts, loading modules, and filename tab completion all depend on the correct case being used. Cmdlet names are case-insensitive!