TEM relevance in an NMAP command

(imported topic written by SystemAdmin)

Would it be possible to somehow add a TEM automatic group into the command line of an nmap scan in TEM, in place of calling out IP addresses?

appendfile “{pathname of folder “BESScanner-NMAP\NMAP” of parent folder of regapp “BESClient.exe”}\nmap.exe” -sS -sU -r -T 3 put TEM group here -oX “{parameter “nmapXMLFilePath”}” >NUL 2>NUL

(imported comment written by BenKus)

What are you looking to scan? The computers in the automatic group?

If so, that would be tricky because the agent that is running this action doesn’t know the IP addresses of the other computers in that group… You would need to get those IP addresses when the action is created on the console-side…

Ben