|
execute a script in a scope of ips
Hi there,
please, I would like to know, how can I execute a script in all machines in
my network, but without the use of GPO.
I would like just to type a scope of ips and it executes. Is it possible?
e.g. 192.168.0.0 to specify a network
or 192.168.0.1 - 192.168.0.50 to specify a range...
|
3 |
05.06.2007 09:43:08 |
|
How to list all files and modified date
I want to copy 25G files to three different sites through internet.The data
in servers always keep synchronization.but the network link is too low.So I
used Robocopy tools, but it is also slow.So I prepare to use
VBscript&Robocopy tools to achieve,Below is my solution
1.Check all files,then list the files path and modified date
2.Follow the list to use Robocopy tools to copy files in ch...
|
3 |
05.06.2007 09:38:00 |
|
Script that it lists users of active directory 5 months not logam
necessary of one script that it lists the users of it active directory that
the 5 months are not logam more than....
|
2 |
05.06.2007 02:38:09 |
|
TRIM function Limit
I'm using the TRIM function to remove leading and trailing spaces from a
string read from a file.
The problem is that I found the file may contains also trailing characters
different from spaces ( ie Tab character ) which the TRIM function does not
remove .
How can I effectively trim out all such characters from the string read ?
Thanks
...
|
3 |
04.06.2007 18:45:09 |
|
Conflicting Behavior with Arrays
I am having trouble getting consistent behavior with the following syntax
$array1 = @(@('first set item 1', 'first set item 2', 'first set item3'),
@('second set item 1', 'second set item2', 'second set item 3'))
$array2 = @(@('first set item 1', 'first set item 2', 'first set item3'))
What I am creating is an array of arrays....if I pass each of these into a
function:
function Array...
|
1 |
04.06.2007 15:35:28 |
|
nable to change the password
Hi,
We have windows 2000 domain with around 600 users.All client pc's are
windows XP. When a user tries to change the password himself, the following
error occurs
"Unable to change password on this account. Please contact your system
administrator." Then we admin guys has to change it from the server.this
problem is not for all the users, only for some users.
need help!!
Parsu...
|
2 |
04.06.2007 13:36:28 |
|
How to run a webex file example.wrf upon login and logoff when don
I tried to figure this out myself but need help.
I just want a Windows Server 2003 ID (example demo222) to
1) run a recorded webex file (example.wrf) when one logs in
and when user is finished.
2) gets logged off automatically.
** so basically all this user can do is run "example.wrf" or automatically
get logged off.
thx, in advance from a real beginner !!
can you tell me what the batc...
|
1 |
04.06.2007 00:17:00 |
|
Scripting a listbox
I would like to generate a listbox of filnames that would allow a user to
choose a file from. Is it possible to create a listbox object using
vbscript and windows host script engine?
thanks for the help
...
|
3 |
03.06.2007 15:07:25 |
|
Auto startup scripts help.
I am a Newbee, bear with me..
I need to run a bat file at computer startup ( windows 2003 server).
I
need to run this as a Local System and not as any profile. I have the
bat file in the startup folder, but it only starts when I logon to
the
server. I need this to run this when the computer is rebooted or
started. How can I do this. I googled and found some articles about
setting in grou...
|
2 |
02.06.2007 18:03:19 |
|
reading file name
I have a file name that gets a unique name each day. Example:
"4SLKOutgoing000869.240507". I need to read in the filename, extract the 6
digits before the ".". This example would be "000869". I'm using VBScript
and am going to it run using WSH. The file is the only one in the folder, so
I don't need to dig through a lot of file names.
Any help would be appreciated.
Thanks,
Bria...
|
2 |
02.06.2007 16:50:01 |
|
Bogus Error using CDO.Message (Looks like security)
I am attempting to send an email via .vbs using the local SMTP service on a
Windows 2003 Standard R2 Server. The script runs fine as a Administrator,
but fails when ran with a Basic User user account.
Error Message:
Script: U:\Notifications\AbraDis.vbs
Line: 17
Char: 1
Error: The "SendUsing" configuration value is invalid.
Code: 80040220
Source: CDO.Message.1
Message section...
|
1 |
01.06.2007 18:24:02 |
|
wierd batch file behavior
this is the batch file I've written:
net user /add Admin ~!@#$%^&*()_+
net user Admin ~!@#$%^&*()_+
net localgroup Administrators /add Admin
net user /add Admin ~!@#$%^&*()_+ /domain
net user Admin ~!@#$%^&*()_+ /domain
net localgroup Administrators /add Admin /domain
it is supposed to create an account named "Admin" in case of laking such
account,set and/or change its pass...
|
6 |
01.06.2007 16:10:01 |
|
Mass creation of AD IDs and Mailboxes
I know there is a script out there somewhere to create Active
Directory IDs from a list of user names, but i'm wondering if anyone
knows of one out there that does this (Windows server 2003) and also
creates the mailboxes for those users (Exchange 2003).
...
|
1 |
01.06.2007 15:56:23 |
|
Dr. Watson Logging Script
Does anyone have a sample script that will cull specific DRWTSN events and
append to a local log file? It would be nice to connect the PID to the
process name and log for each event. Many thanks,...
|
1 |
01.06.2007 15:04:02 |
|
wmiprvse.exe occupies 100% CPU
When I execute the following command on a Windows 2003 Server that contains
an Active Directory, wmiprvse.exe takes up 100% CPU. Even if I put a Ctrl-C
on the console, the prompt returns in the console but still the CPU usage
doesn't return to normal. I had to kill the wmiprvse.exe.
wmic path win32_useraccount where(LocalAccount="True") get /ALL
However, if I remove the criteria in...
|
1 |
01.06.2007 13:43:01 |
|
Find & Copy a file of specific size
Hi everyone!
I need a script which will search a file of 5MB in a specific folder and
copy it at another location. I know nothing about VBScripts (a little bit
what I know is about BAT files )...
Can any one help me please?
...
|
5 |
01.06.2007 13:05:41 |
|
script to modify DNS entries upon failed ping tes?
Hey guys-n-gals,
I am looking for a script that tests connectivity to a server but will
remove its DNS record it if finds its no longer available or pings.
Anyone got one similar for me to recycle?
Much appreciated
Ron...
|
1 |
31.05.2007 21:25:01 |
|
vbscript
Could someone point me to a website for examples of vbscripting to a
sqlserver 2005 db?
I need to truncate a SQL Server 2005 table from a remote server and I just
don't want to put any more effort into this than I have to. Microsoft's
script repository isn't of much help.
I have a piece of junk app users have just purchased and when I run a tran
log backup on the db the web server d...
|
3 |
31.05.2007 21:02:57 |
|
Query OU for Computer Objects saved to text file
Need a script or command to run on specific OU's in AD and save the
Computer Object names to a text file....
|
2 |
31.05.2007 19:24:08 |
|
Need create script to create user account and add user to groups
I need some how to have a script that a helpdesk person can use to create a
new user and add a user to select groups. I'd like to maybe say have a
predefined template to go off of. The helpdesk user does not have admin
rights on the network. Can this be done? ...
|
1 |
31.05.2007 17:55:03 |
|
Opening Explorer Window for a Remote Computer
Is it possible to open/launch a Windows Explorer window for a remote computer
share from my desktop using VB?
Basically I want to incorporate Start > Run \\remotepc\c$ into an HTA
instead of using the Run option on my PC for every connection....
|
1 |
31.05.2007 15:31:00 |
|
Gather AD Policies Remotely
Does anyone know how to use or have a script that you can remotely query a PC
somewhere on the network and retrieve the group policies that the specific PC
has applied? Same thing for a user logged onto a certain PC??
Thanks!
Kim...
|
2 |
30.05.2007 20:56:01 |
|
generic failure 0x80041001
I get this error when trying to run a vb script to install a printer anyone
knows?...
|
3 |
30.05.2007 16:10:38 |
|
Monitoring a folder for new files
Hell All,
Is it possible to create a vbs script that can happily sit in the background
and periodically check a folder for new files. If there is a new file it then
dispalys a simple prompt with the file name that you can click ok to.
Doesn't need to do anything else....
|
3 |
30.05.2007 15:57:20 |
|
Utility to directly write NTFS masks etc
What I want to do is apply a bunch of permissions to files (millions of
files) and whilst most of the files will have permissions such as 'read
only' some may be more exotic
Therefore, I want to apply mask type and flags for a username directly to a
file using their numberical values.
I've googled a bit but can't see an app that does this... seems an obvious
thing to do?
fo...
|
3 |
30.05.2007 15:32:29 |