'always escape and silence the console command CONSOLE_PREFIX = Chr$(27) & "!" CONSOLE_XML = " -xml" ... sCommand = CONSOLE_PREFIX + "show users " + CONSOLE_XML sResponse = m_ses.SendConsoleCommand("", sCommand) ...