Script Details
| Host | OS | TimeStamp | RC | StdOut | "") { $aixok++; } else { if ((string)$rc <> "") { $aixko++; } } } else { if ($rc == 0 && (string)$rc <> "") { $linuxok++; } else { if ((string)$rc <> "") { $linuxko++; } } } } else { $rc = $stdout = $ts = ""; } echo "||
|---|---|---|---|---|---|---|
| $host | "; echo "$os | "; echo "" . $ts . " | "; if ($rc == 0 && (string)$rc <> "") { echo "" . $rc . " | "; } else { if ((string)$rc <> "") { echo "" . $rc . " | "; } else { echo ""; } } echo " | " . $stdout . " |