Something new to be aware of in PowerShell v6.1– using PowerShell v5.1 modules .
In PowerShell v6.0.4 the default module path is
PS> $env:PSModulePath -split ';'
C:UsersRichardDocumentsPowerShellModules
C:Program FilesPowerShellModules … Read the full text.