Home All Groups Group Topic Archive Search About



Scripting for Windows Server

microsoft.public.windows.server.scripting
Score software / hardware discovery
Guy - 30 Dec 2006 9:13 PM - 3 messages
Is PowerShell a good environment for developing a tool that automatically discovers installed software and hardware (on win environments)? Or are there better (more used) ways for doing this kind of development? Anyway I need also a way for discovering software (titles, versions, ...), ...
Score Send email
Hammerhead0684 - 30 Dec 2006 12:30 AM - 2 messages
Does anyone know how I can script for a request delivery receipt? ...
Score Install a batch file in a Remote Server
K.Venugopal - 29 Dec 2006 10:04 AM - 2 messages
Hi Can anybody give me VB Script to install a batch file in remote server and that batch file comprises of .msi files ? Thanks for your help ...
Score Help with Login Script.
padresfan82 - 29 Dec 2006 12:39 AM - 3 messages
' MapNetworkDrive.vbs ' VBScript to map a multiple network drives. ' -----------------------------------------------------------------' Option Explicit Dim objNetwork, ComputerName Dim objNetwork, strRemotePath1, strRemotePath2, strRemotePath3, strRemotePath4 Dim strDriveLetter1, strDriveLetter2, strDriveLetter3, strDriveLetter4 GetComputerName = objNetwork.ComputerName If ComputerName = Server Then WScript.Quit End If strDriveLetter1 = "J:" strDriveLetter2 = "S:" ...
Score Excel sheet
Smita - 28 Dec 2006 7:18 PM - 2 messages
I have an excel workbook with multiple (around 15) worksheets. I need to add a row with the same data in all the sheets. Is there any script to do this? thanks ...
Score Logon Script to check if current day is Friday
n_dionaldo - 28 Dec 2006 7:14 PM - 4 messages
Is it possible to create a logon script to check if the current day is a Friday? The script will  runs a command if it is Friday and if its not Friday it kills the script. Much Thanks --ND ...
Score Remove personal information from file properties on save
ockyocky - 28 Dec 2006 1:04 AM - 2 messages
Is there a Group Policy script that I can use to disable this feature when a user logs in specifically in Excel or the Office 2003 suite. I am a complete newbie to scripts, so please forgive the silly question. ...
Score Disable Local Computer Account
Junky - 27 Dec 2006 1:15 PM - 3 messages
Hello, I Need a script so that it will disable local user account / delete on workstation except local administrator account, currently i have a identical userid of super on all workstation and want to disable via script. ...
Score VB script that deletes files from a folder based on certain dates
AnalyZerOptimiZer - 27 Dec 2006 9:19 AM - 2 messages
Hello, I am looking for a VB script that deletes files from a folder based on certain dates: For example: "delete all files keeping those of the last 2 weeks and all end of month files." Remark: The files have a *.bak extension. ...
Score Remote Reboot Script
Frank C. - 26 Dec 2006 5:22 PM - 2 messages
I am new to scripting and I would like to create a script to reboot multible PCs in my domain.  I found & modified the switches in this script: shutdown -f -r -m \\pc1 shutdown -f -r -m \\pc2 ...
Score Script to create folder named by date
Pakeon - 26 Dec 2006 4:35 AM - 9 messages
Hello, I would like to schedule a copy file operation in .cmd to copy files from one server to another one on daily basis. On the target server, I want to create folder as YYYYMMDD format by the script to store the files so that it ...
Score schedule a batch file
Prashant - 25 Dec 2006 6:51 AM - 5 messages
Hi all, i have a mapped drive on Windows 2000 OS. I m copying the file from mapped drive using a batch file which is scheduled. Now what i want, the batch file should run as soon as the source file in ...
Next »