# File lib/wsman.rb, line 743
  def current_value(xml,cmd)
    path = '["Body"]["' + cmd + '_OUTPUT"]["ReturnValue"]'
    process_response(xml , path)
  end