PowerShell Long File Paths

Microsoft likes to keep everything compatible with everything else forever. This has lead to some great things, and some not so great things as this compatibility has continued to increase from one version of the OS to the next. Retaining the old max file name length is great to ensure PowerShell can work on older operating systems, but for environments that have removed legacy software and may host data for clients that may create multiple level deep folder structures, sometimes these compatibility items cause issues.

Read More