Hello,
I need to change the MaxReceivedMessageSize for a developer but I would like to see what the current value is now.
I have found plenty of examples on how to change it in the format of: $ws.ClientRequestServiceSettings.MaxReceivedMessageSize = 2147483647
I'm not sure what the powershell command to lookup the value would be.