Functions/Set-LocationWindowsPowershellfolder.ps1
function Set-LocationWindowsPowershellfolder { $WindowsPowershellFolder = "$([Environment]::GetFolderPath("MyDocuments"))\WindowsPowerShell" Set-Location $WindowsPowershellFolder } |