Any suggestions for performing the following?
1. Enumerate all domain members (NT not AD)
2. Read all values in HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
3. Record all these values (CSV)
For this series of data:
4,5,7,3,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0
How would I graph the percentile range...that is, this range of numbers fall the lowest 25%, then 50%, then 75%.
I tried
quatrile(array,x,1)
quatrile(array,x,2)
but the results don't make alot of sense.
How would I make the following script for use in a web page, rather than the console script that it is?
=== start ===
## Creation Date: 02-25-02
## Mike Singleton
use XML::Parser;
print "Enter Servername or IP Address:";
SERVER: chomp($server=<STDIN>);
print "Enter User...
Private Sub Workbook_Open()
' collect the Database Name and the Server Name
Application.WindowState = xlMaximized
' If Sheet3.Range("A1") <> 1 Then
' Sheet3.Range("A1") = MsgBox("Please Create an ODBC DSN 'Insight' before you use this tool"...
Same form and code... just added validation tags to make sure that the fields in the form are filled out.. tia!
=== start ====
<%@ Page Language="C#" Trace="True" %>
<script runat="server">
void Page_Load(Object Src, EventArgs E){
String strMarried...
Anyone have a link or FAQ as to restore an EDI system (NT4) from tape and/or CD image perhaps? The EDI system links to an Oracle database... just some general info would be great.
How would I get the following key from a remote win32 machine??
Key:
HKEY_LOCAL_MACHINE\SOFTWARE\Network Associates\TVD\Shared Components\VirusScan Engine\4.0.xx\szDatVersion
Has anyone gotten this to work? I set up 3 test users in the MS Project Server 2002 using thier domain accounts, no errors. Yet they cannot login using the DOMAIN\USERID... any ideas?
Is there a place where the SQL statements are stored on the CIM7 box? I want to modify the SQL statements used on the 'reports' page. Basically re-order the ASC by drive space, instead on the alphabetic method used. tia.
What am I fumbling here?? I don't want to resort to javascript. Is there a way to open a new window using this code.... perhaps and .inc file?
<html>
<body>
<%
Select Case Request.QueryString("resolution")
Case "newframe",""
target="_blank"
Case...
I am modifying a script one of my predecessors wrote, and I am curious as to what this snippet means. In particular the '$line[7] portion means and is doing...
$search = '$line[7] =~ /' . "$JOBEND" . '/';
if (eval $search) {
# First check whether the bytecount is nonzero
if...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.