I am trying to add an MSMQ binding for my IIS Web Site, correct binding should look like this:
Give this a try:
New-ItemProperty "IIS:\sites\NameOfYourSite" -name bindings -value @{protocol="net.msmq";bindingInformation="localhost"}