how do I setup a while loop and prompt user to read 2 variables
while ((($foldername = Read-host "name of folder to create? - Type Q to quit") -ne "Q")
($location = read-host "what is the Datacenter location? - Type Q to Quit) - ne "Q")) {
......
}