Home All Groups Group Topic Archive Search About

Scripting for Windows Server

microsoft.public.windows.server.scripting
Score Total size of sql databases
Dude - 26 Mar 2009 6:35 PM - 2 messages
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 strSQLServer = "server name" 'type the name of SQL Server instance here. ...
Score script to reboot domain computers
Sue - 26 Mar 2009 5:32 PM - 3 messages
Hi, I would like to know if anyone has a script to reboot all computers except the Server, at 1 am on a Sunday?     This would help me so much because the workers never reboot, cause weird ...
Score Downloading file from a web server with Command Line
Travis McGee - 26 Mar 2009 4:31 PM - 2 messages
I remember Don Box showed something like this, I think.....web browsing from command line without the browser. I have vb scripts that are downloading files by Shelling out script to bring files from an FTP server. Now, there are some files sitting on a web site (with Directrory Browsing ...
Score Command to add registry entry
Jasper Recto - 25 Mar 2009 2:06 PM - 5 messages
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: ...
Score Batch Script Text file parse
tator.usenet - 24 Mar 2009 5:13 PM - 6 messages
Newbie here. I am trying to get a single line of text from each file within a directory of text files. Example I have directory X that contains files: file1.txt file2.txt file3.txt Each text file is similar in structure, and contains lines like: ...
Score Drive Mapping in Server 2008
Dave - 24 Mar 2009 4:12 PM - 7 messages
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 ...
Score Scripting, Local Admin Account
ScriptNewBe - 24 Mar 2009 1:34 PM - 4 messages
I am new to scripting and I am trying to create a script that will create a local admin account on 50 machines running windows xp, that are all in a domain. I would just like to set a general account name, and pull the password for a txt file that is saved on that machine. ...
Next » 2 3 4 5 6 7 8 9 10