Help for this page

Select Code to Download


  1. or download this
    if GroupIsMember("", "Administrators", "") {
      print "The script is running with administrator privileges\n"
    } else {
      print "The script is running without administrator privileges\n"
    };