New-Item -ItemType "directory" -Path "$HOME\Documents\PowerShell"
Copy-Item ".\profile.ps1" "$HOME\Documents\PowerShell\"