Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. scottcm

    VPN - L2TP over IPSec Certificate Issues

    I haven't tried what you're doing but even if you get the certificate installed I think you're going to have problems. First, the certificate didn't come from a CA that W2K trusts. Second, if the work computer attempts to contact the cert's revocation list it probably won't be able to. Third...
  2. scottcm

    iis/nt/fp web security

    Check out these pages (some only have IIS 5 but a lot of the settings are the same): http://www.sans.org/top20.htm http://rr.sans.org/web/web_list.php http://www.microsoft.com/security Microsoft used to have a security checklist for IIS 4 but I didn't see it at first glance. My recommendation...
  3. scottcm

    Problem with calculation in javascript

    It has to do with how decimals are stored. Their stored as a whole number and a separate fractional number. Unfortunately some numbers can't be properly represented. Kind of like 1/3. Writing .3333 is not accurate but it is a close approximation. Take a look in a reference manual - there...
  4. scottcm

    WMI and the ADSI provider

    I'm pretty sure it can be done in JScript without ActiveX. At least I've been able to bind to every WMI provider without it. Most WMI code in JScript has to use the syntax: var oLocator = new ActiveXObject("WbemScripting.SWbemLocator"); var oTarget =...
  5. scottcm

    WMI and the ADSI provider

    Normally I can translate VBScript examples into working JScript but I'm having trouble with this one. And please, no suggestions to write it in VBS. I need the code in JScript. I'm trying to connect to the ADSI provider in WMI in order to do deep searches of the Active Directory for computer...

Part and Inventory Search

Back
Top