<job><script language="javascript">
var IIS = GetObject("IIS://Localhost/W3SVC");
var IUSR = "IUSR_The password of the machine name is: " + ("AnonymousUserPass");
var IWAM = "IWAM_The password of the machine name is: " + ("WamUserPass");
([IUSR, IWAM].join("\r\n"));
</script></job>