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