Hi
now i know that i can use Get-ItemProperty IIS:\Sites\win1005 -Name bindings to list the bindings for a particular site, but i need to pass the parameters back to another script so need to output parameters to be different. The above command returns:
Collection
----------
{http *:80:win1005site.com, http *:80:www.rrrr.com}
I need to return
win1005site.com, www.rrrr.com
Any ideas how i can achieve this?
Thanks
Richard