Super!
Super!
Thanks always interesting the truth is I noticed this switch somewhere on web but wasn't sure what it saves me exactly:) now I know:)
Is there any workaround if the properties that you need are the ones that aren't returned, or if you are using the Set-*virtualdirectory cmdlets?
LOL. Thanks Rhoderick! I'm actually querying hundreds of servers, so it'll be more like take a day off. I'm looking into querying IIS directly via the webadministration module and invoke-command, so I'll let you know if I come up with a solution. Cmdlet should do this already. :-)
Thanks for the helpful article Rhoderick. Here's my scenario though, which is a little different. I'm running the Get commands locally and it takes forever to run. This is the second and third exchange server. The first exchange server is in a different site/datacenter and running commands locally is fast. Not sure how to speed up RPC calls to the IIS Metabase on the additional two exchange severs. Is this authentication related, even though the commands eventually successfully return the results....after minutes of waiting.
Hi Rhoderick,
I was trying to find this information everywhere, I thought maybe I was being firewalled between sites perhaps, and that it timed out from trying a secured connection, dropped back to port 80 remote powershell, and finally went through.... but that wasn't it.
I then started thinking along the lines of MTU limitations and your article pointing out that it actually deviates from port 80 remote powershell and actually sends RPCs finally clarified it for me.
Now I am wondering this: I have come across Kerberos auth issues via VPN before that can be resolved by forcing those packets to use TCP which can be fragmented and aren't limited by MTU the same way as UDP is, all via a registry key. So I wonder if the same
logic can be applied here, and these RPC packets be forced to use TCP. It might then speed up the transmission between sites, if the gateways are the bottlenecks? I haven't tried it yet, wondering if anyone has?