Fix handling empty properties on command line

Attempting to set a property value to an empty string causes invalid XML
characters to be written into the Put request which is then rejected by
the server with a WsMan Fault response.

e.g. wsman put url -k propertyname=""

(Found and fixed by Trevor Witten)
1 file changed