| Thread | Last Post | Replies |
|
| script to unmap and remap network drives | 31 Jul 2008 20:38 GMT | 17 |
Any suggestions on how I could script changing persistent drive mappings on several hundred user profiles to change the server name they point to? We're migrating shares from one server to another (a new DFS namespace actually), and we have a lot of users who have manually mapped ...
|
| how to tell if the running operating system is a 64 bit or not? | 31 Jul 2008 18:37 GMT | 1 |
is there a script to tell the version of OS and if it is a 64 bit or 32 bit windows? it is for windows 2003 server and vista. yhanks.
|
| Batch file - add network printers via printui.dll, PrintUIEntry | 31 Jul 2008 15:23 GMT | 7 |
Greetings all, I have a client who chooses to deploy printers via their login script. For each of the ~30 printers I have a batch file containing:
:: Setting the default printer |
| wmi question with mdt 2008 task sequence | 31 Jul 2008 14:53 GMT | 1 |
I need to get the size of the hard drive(s) installed in a system and based on the size partition the drive a certian way. If > 36GB I need to make one 20GB partition but if <= 36GB I need to create one partition using the whole drive. I need to plug this condition into an mdt ...
|
| Export device properties in ads | 30 Jul 2008 09:47 GMT | 1 |
Hi Team, I have more than 1000 servers in my office, I need to reinstall the OS because of that i want to configure through MAC address so i need to export all the MAC address whcih is added in device properties in Automated deployment services console.
|
| Windows 2k3 task scheduler | 29 Jul 2008 15:44 GMT | 1 |
I would like to write a script which lists all the tasks running from a task scheduler. There is a script which queries the Win32_ScheduledJob WMI class, but the result is, jobs created with the AT command. not by the task scheduler wizard.
|
| Monitor Scheduled Job Status | 29 Jul 2008 13:03 GMT | 3 |
I'd like to create a script that sends email if Scheduled Job task has failed. Can somebody post an example? PowerShell script is preferred, but VBScript is fine as well.
|
| which scripting language??? | 28 Jul 2008 01:01 GMT | 5 |
I'm a noob/wannabe scriptor and have a few questions: I need to learn how to batch commands to create/modify/edit/delete LDAP, Exchange 07, etc. objects/containers/permissions to make my job faster. I was wondering which language should I learn to do this? As I understand it,
|
| FTP Transfer | 27 Jul 2008 20:27 GMT | 7 |
I've a bach file tha loads a script (txt file) and transfers the files that are inside that txt file then move these files to a backup directory. My problem is that in case of connection failure or any other error the files are still moved. Any chance how to control this?
|
| Auto shutdown Windows Server 2003 | 26 Jul 2008 09:02 GMT | 2 |
Is there any methods to auto shutdown Windows Server 2003 at a specific time ?? What are the steps ?? Thanks.
|
| Error: Expected statement | 26 Jul 2008 01:19 GMT | 5 |
I am getting an Expected statement error with a code of 800A0400, source: MS VBScript compilation error on the line below that contains <job> Any ideas on how I can fix this?
|
| NTBackup log files - HOWTO rename them | 25 Jul 2008 19:44 GMT | 3 |
Greetings all, I have a client who uses the built in backup utility(NTbackup) in 2003 SBS to backup their server. They also use NTBackup to backup a server at a remote location. That file is then copied to the SBS server and
|
| Monitor CPU utilization and Network utilization? | 25 Jul 2008 11:07 GMT | 3 |
Does anyone know of a way to monitor CPU and network utilization? I have a situation where I need to check if the CPU utilization is zero for several minutes and the network utilization is zero, then a problem exists and I need to restart a service on the server.
|
| EnumLocalGroup - fails when "NT AUTORITY/SYSTEM" is member of group | 24 Jul 2008 20:34 GMT | 7 |
Hello Group, I am using modified version of Richard Muellars script to enumerate members of the local group. What I am finding is the the script fails when it hits a server that
|
| Login Script to Read AD First and Last Name | 23 Jul 2008 22:42 GMT | 2 |
I'm trying to complete a login script and would like to have it say a few things during the logon process. Here's what I have so far, but I'm stumped as to how to retrieve the First and Last name from AD and tie it to a variable without hard coding an LDAP query of a user.
|