I am working with a PowerShell script to add binding to an existing IIS7 site without affecting the existing bindings. The command I am using (below) works great, except it wipes out all my other bindings. Any help would be appreciated.
appcmd set site /site.name:autodiscoverredirect /bindings:"http/xxx.xxx.xxx:80:autodiscover.$ClientEmailDomain"
Regards,
D