PowerShell Scope CurrentUser
if ($env:PSModulePath -notlike "*D:\Documents\WindowsPowerShell\Modules*")
{
$env:PSModulePath = $env:PSModulePath + ";D:\Documents\WindowsPowerShell\Modules"
}
Glorious Grebe