Finding Nested ID in Groups
Thu, 21 Aug 2008 14:58:50 -0700 (PDT)
I have a client that has decided to have 2 DC's for their company. One
for all internal employees and the other for Sharepoint and External
contractors.
What they are planning on doing is granting the internal employee
access to the Sharepoint AD groups directly instead of Trusting
Internal AD group to Extern ...
|
wmi fails after large number of calls
Thu, 21 Aug 2008 14:51:03 -0700
i have several scripts that use wmi that run fine against a 10 -50 hosts but
when running on 800+ or so will get through about 50 -180 hosts and then
fail. any ideas ? the number of hosts before failure varies but is usually
in the range mentioned.
script is below.
' /-------------------------------- ...
|
Wildcard Search Modification to Script
Thu, 21 Aug 2008 11:11:03 -0700
Hello,
I have found the script below and it almost does what I've been looking for.
I am in no way a programmer. I only know a minimal amount about VB and I have
written a batch file that basically does what this script was designed to do.
I would like to have this script wrap the file name with the * wild ...
|
Security EventLog
Thu, 21 Aug 2008 18:39:24 +0200
Hello,
Can anybody help me with this script.
I want 20 DC to have a every 3 hours a backup of the security eventlog, but
on a DomainController it doesn`t work,
only the Application and System eventlog will work.
The script give me No errors. I`m member of the administrators and domain
admins group.
...
|
split txt file
Wed, 20 Aug 2008 23:39:41 +0300
Hello,
I have a txt file (C:\test\kunden.txt) like follow:
Gruppe_1;Name;Vorname
Gruppe_1;Name1;Vorname1
Gruppe_2;Name1;Vorname1
Gruppe_2;Name2;Vorname2
Gruppe_2;Name3;Vorname3
...
about 150 groups, with 500 names
Now I will split the kunden.txt file into
gruppe_1.txt
Gruppe_1;Name;Vorname
Gr ...
|
Execute error: Type Mismatch: 'Execute'
Wed, 20 Aug 2008 07:00:59 -0700 (PDT)
Hello all,
I'm in the process of writing a vbscript that uses KixForms as a GUI
frontend.
According to a number of web pages (and this group) it is possible to
to use it as follows;
Set System = CreateObject("KiXtart.System")
Set Form1 = System.Form()
Set Button1 = Form1.Controls.Button
Button1 ...
|
setting IP information via script
Wed, 20 Aug 2008 09:44:49 -0400
Hello all,
I'm about to start looking into my options for configuring IP information
via script. IP address, subnet mask, gateway, and dns servers. A key thing
is that I need a solution that will work on Windows 2000, 2003, and 2008,
whether that be one method that works for all or one where I need to first ...
|
|
|
Can i read the value from a .properties file
Wed, 20 Aug 2008 04:45:42 -0700 (PDT)
Hi,
I have a abc.properties files.
This file has contents as below
#local
local.db.server = SQL024301
local.db.database = Taurus_Dev_R4
local.db.username = NT
#dev
dev.db.server = SQL024302
dev.db.database = Taurus_Dev_R4
dev.db.username = NT
The above parameters are passed to a stored procedure thr ...
|
How can a Record type be returned by a stored procedure?
Wed, 20 Aug 2008 00:52:37 -0700 (PDT)
Hi All,
I want to know, if i can define a recordType in the
createParameter().
Currently i am using the following code
.Parameters.Append .CreateParameter("date_diff_days", 3, 1)
3- is for Integer,
I would like to know if there is a number for recordType? How can i
fetch the record that is returned by ...
|
What does the .run method return
Wed, 20 Aug 2008 00:42:28 -0700 (PDT)
Hi,
In my project i have the following existing code
Dim ret
set ws = Wscript.CreateObject("Wscript.Shell")
ret = ws.run("\\C\knrtest\AQCM_Product_Delete_Config_Data.vbs
MIDTDB02402\SQL024301 Taurus_Dev_R4 NT NT AQCM_Config_New 3 0",7,true)
wscript.quit ret
Can you tell me what "ret" would contain.
...
|