Solution for escaping comma in remote command
Please escape with single quote before the key system.run,
use like below to escape with comma in system.run,
'system.run["wmic OS get NAME,Description"]'
Please escape with single quote before the key system.run,
use like below to escape with comma in system.run,
'system.run["wmic OS get NAME,Description"]'
Comment