Comment

Hi markbenson,

I'm getting issues when deploying due to a vSphere Network Name error...however this Port Group definitely exists. Additionally I don't believe the log file is being generated by the script when looking to investigate:

Error: Unexpected option: --net:Internet=Portgroup Name

Completed with errors

Access Point deployment failed. Further information may be found in the log file log-appliance_hostname.txt


The error comes back pretty quickly, so I'm not sure this error is valid, and when I print $logfile it says that the logfile does not exist. In the script I see:

$logfile="log-$apName.txt"

Remove-item -path $logfile -ErrorAction SilentlyContinue


..tried commenting out the Remove-item portion but it still looks as though nothing is being generated


Any pointers would be appreciated!


Thanks