starting a powershell script with arguments from another script

I previously figured out how to start a PowerShell script from within another script. My next requirement was to start another script that required a variable. This took some trial and error to figure out the arguments need to be outside the quotes.

& “d:\scripts\installwebserver.ps1” SERVERNAME