D.R. replied...
25-Nov-07 06:29 AM
Stanley,

Is the script supposed to start automatically in the background?
Or will ir be manually initiated?
If it fires automatically, who will be around (and logged on) to respond to
any dialog boxes?
What about using "ntbackup" to create compressed BKF files?
How many copies to reside on the file server?
Must the script keep at least one good copy, i.e. only remove/delete the
previous backup as long as the current backup actually works?
How much data are we talking about from the client?  How many different
clients will run this backup?

I have a DOS script that could run as a scheduled task, and thus you could
configure for the scheduled task to run as a particular user name
automatically, but it will stop working as soon as the password for the
account is changed.

Let me know if you want a copy, it's a DOS script of medium complexity.

Regards,
Dave.



thanks very much pegasus..

I wanted the vbscript for the "Abort, retry, Cancel" command box and to
check for the network connectivity before the xcopy is fired...

Could anyone please guide me to a good scripting resource. I hav experience
working in vb.

Thanks
Stan
A batch file would be considerably simpler:

@echo off
xcopy  /s  /d  /y  /c  "d:\My Files"  \\My Server\Some Share\Some Folder

Make sure to schedule the command under an account that has sufficient
privileges to access the the source & target areas.

Dear all,

I wanted the vbscript for script for scheduled backing up local content
files to the network file storage on a weekly basis.

Could anyone please help....

Thanks..
Stan
Stanley
(1)
Script
(1)
Supposed
(1)
Automatically
(1)
Background
(1)
Manually
(1)
Initiated
(1)
Fires
(1)
  Pegasus \(MVP\) replied...
25-Nov-07 02:33 PM
I thought that DOS was an operating system that was retired some
fifteen years ago?  :-)
  D.R. replied...
25-Nov-07 03:03 PM
VBScript yet.  I prefer OpenVMS DCL as a scripting language, but these days
most things I do are in VBScript.
help
User managament in AD Windows Server I need simple script for our secretary for resetting password, account expiration. She do not belong to account operator group therefore I need that script will be run as another user with rights to change user password etc. User and passwor dcould be encoded in script. Is there any ready script? It will be nice if script will check if account exist and will allow reset password by writing it two times(avoid mistakes) Doeas any of you have already such vbs script? Regards Raff Windows Server Scripting Discussions ObjUser.SetInfo (1) Doeas (1) Raff (1) Vbs (1 Secretary (1) Embedding the credentials of a member of the account operator group in a script is more of a risk than giving the secretary exclusive use of an operator account making her accountable for its use. If a password were to be changed by your script, you would not have any idea who actually made the change. And even if the
consisting of 2 domain controllers, 186 users, and various member servers. I have a login script that is a vbscript file for each user when they login in. They all use the same script. The login script is pretty basic, 43 lines and it only maps network drives. The problem that I YOU!!! http: / / www.blakjak.demon.co.uk / mul_crss.htm Hi If they manually run the script after logon, are the drives mapped successfuly? - - I hope that the information above helps you AS IS" with no warranties, and confers no rights. Hi Jorge, If I run the script manually then yes, the drive mappings show up. Thanks, JeffH - Ok, Is this a user script logon or a computer startup script logon? - After logon, do you see any errors in eventlog? - - I hope that the information IS" with no warranties, and confers no rights. Sounds to me like you have the script in a location where the logon process does not have access to the script. Make
existing files in the filegroup. To solve this issue, we need to run the SQL script in the article below. SBS 2008 Console May Take Too Long to Display Alerts and long-to-display-alerts-and-security-statuses-display-not-available-or-crash.aspx The SQL script adds a feature to cleanup database every 30 days. This can reduce the size of database. Running this SQL script will immediately trigger the cleanup task. Issue: Insufficient space to run above script - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- As a matter of fact, the above script will require lots of disk space on this monitoring database to execute, usually goes to 20 GB and will be shrink if this script is running successfully. By default, monitoring database is located in C drive, so if the database will be down, DNS, DHCP problem, ? due to inefficient free space, also the SQL script will fail possibly If in this case, we need to shrink the monitoring database manually mdf which is over 4GB? Is there no way to reduce that other than the script which expands my log file beyond belief? Something is not right here or I am
Im trying to map a network shared printer to a LPT port using a logon script in group policy. The script works just fine when i launch the script directly from a logged in user, but fails when i use group policy. my script: Set wshNetwork = WScript.CreateObject("WScript.Network") Set wshNetwork = CreateObject("WScript.Network") wshNetwork.AddPrinterConnection "LPT2", " \ SERVER Network (1) CreateObject (1) WshNetwork (1) Directory (1) Lab (1) Guys (1) LPT (1) The script looks fine (although you can skip the first "Set wshNetwork" statement). I suspect the logon script is not running. See #8 in this link for the method I use to configure Group Policy: http: / / www.rlmueller.net / LogonScriptFAQ.htm In particular, I like to paste the script into the "Show Files" dialog. To check if your script is running, perhaps add a statement to the script to map a drive letter to
Logon Script Error (wrong script running) Windows Server Windows 2003 Server Standard I have two folders on my server that contain different script files. First of all, are not the following two folders THE EXACT SAME FOLDER? \ company scripts \ B.VBS I used Group Policy Editor on the server to assign a logon script to a GPO (see A.VBS above). When users log in, B.VBS runs (see run A.VBS. I have checked all other GPO's and none have a Logon Script firing. Any help would be appreciated. Thanks in advance!! Windows Server Scripting Discussions Windows 2003 Server (1) Error (1) EXACT (1) Standard (1) Script (1) Logon script (1) Script files (1) GPO (1) Clearly, something is wrong, but, short of looking over your shoulder