| Thread | Last Post | Replies |
|
| Total size of sql databases | 26 Mar 2009 23:08 GMT | 1 |
I have a script that lists all the databases on a server, I would like for it to also report the size of each database. Anyone know how I can add that into this script? strInitialDB = "master" 'default database
|
| Command to add registry entry | 26 Mar 2009 02:51 GMT | 4 |
I would like to add a registry entry into every users HKCU registry. Is that possible to do from a batch file? If so, what commands do I need to use? I need to add this registry key: HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Access\Security\Trusted
|
| Scripting, Local Admin Account | 25 Mar 2009 00:44 GMT | 3 |
I am new to scripting and I am trying to create a script that wil create a local admin account on 50 machines running windows xp, that ar all in a domain. I would just like to set a general account name, an pull the password for a txt file that is saved on that machine.
|
| Drive Mapping in Server 2008 | 25 Mar 2009 00:40 GMT | 6 |
I haven't played with Server since 2000. I'm trying to setup a machine for my neighbor and I'd like to map drives to specific shared folders. In the past I would do this in a .BAT file. If this is still the prefered practice where does the file go now. If not...what
|
| Batch Script Text file parse | 24 Mar 2009 21:42 GMT | 5 |
Newbie here. I am trying to get a single line of text from each file within a directory of text files. Example
|
| How to change PASSWORD expiration settings with command line? | 23 Mar 2009 07:05 GMT | 3 |
I Have a WIn2003SP1 Std Citrix PS4 Server joined to a Win2003 R2 Domain I have several LOCAL accounts created and i wanna to disable PASSWORD expiration via Script I´ve heard abou a NET USER paramater, "/pwnexp " but i think this parameter
|
| How to query archived event log | 20 Mar 2009 20:31 GMT | 1 |
I have written a vbs script to query existing application event log. The main query would be "Select * from Win32_NTLogEvent Where Logfile = 'Application' .... How do I query an existing archived event log?
|
| Query OU for disabled computers | 20 Mar 2009 03:49 GMT | 5 |
I'm working on a script to enumerate OUs for disabled computer objects. Any idea how the query should look like? The following script can lookup for disabled user accounts. Any thoughts on how to modify this script to lookup for disabled computer accounts??
|
| Schedule Defrag through GPO (non admin) | 20 Mar 2009 02:16 GMT | 7 |
Hi all, I'm searching for a script that can add a scheduled task running a silent defrag 1 day a month at 1 A.M. and when it's finished generate the log of the process and place it on a server's shared folder (for example in \\server\share).
|
| Script AD remove all members groups OU | 19 Mar 2009 03:36 GMT | 4 |
I have more 5000 security groups in AD, and i need a script that remove all members to all groups in specified OU. can hep me. thanks. helena carvalho
|
| help with logon vbs script | 19 Mar 2009 03:27 GMT | 4 |
I have the script below which works fine.. however when the DOS prompt opens up I get two error: access denied messages. Now the script completely works for the groups posted and attaches the drives and printers correctly... where am I getting these errors from? Can I
|
| cluster /list error System error 51 0x00000033 | 17 Mar 2009 12:47 GMT | 1 |
when i run the command cluster /list i get the following error: System error 51 has occurred (0x00000033). Windows cannot find the network path. Verify that the network path is correct an
|
| SBS 2003 VB Scripting - Help Needed! | 17 Mar 2009 06:41 GMT | 10 |
Hello Gurus, I am currently working on a login script for a Small Business Server 2003 which maps drives and creates different default printers depending on which security group the users are in. The drive mapping works ok but the default
|
| Access protected folders using system account | 13 Mar 2009 23:28 GMT | 9 |
I'm developing a vbscript. The vbscript needs to access every file, or folder, in the local hard disks. I only need to access the name of the file. I'm using Windows XP and a NTFS partition, so it's possible to restrict access to a folder so only for the owner is able to access
|
| !Around Variable Name! | 12 Mar 2009 10:10 GMT | 3 |
What does "!" around a variable name, as in if !LINECNT!==TEST mean? Thanks, Alan
|