# Create profile when not exist if (!(Test-Path -Path $PROFILE.CurrentUserAllHosts)) { New-Item -ItemType File -Path $PROFILE.CurrentUserAllHosts -Force } # Open the profile with an editor (e.g. good old Notepad) ii $PROFILE.CurrentUserAllHosts