| Thread | Last Post | Replies |
|
| Script to find the presence of a software | 24 Feb 2009 17:29 GMT | 2 |
I need a script that finds the presence of a particular software (le us say MS Office ) in all the machines listed in a text file. I have script which gives the output of all installed softwares in loca computer. Can someone tell me what are the modifications i must do i
|
| find static ip | 20 Feb 2009 16:36 GMT | 1 |
Is there a utility that will list all static ip addresses on a network?
|
| Changing OE security checkbox | 20 Feb 2009 14:22 GMT | 1 |
How could I unmark Outlook Express security option which says "Block external content" in all computers under my domain? -This is associated registry key: HKEY_CURRENT_USER\Identities\{4433750B-D7AF-480A-856F-3214ADF3772C}\Software\Microsoft\Outlook
|
| Undefined variable in login script | 19 Feb 2009 20:44 GMT | 5 |
Hello all, The following script consistently generates an error every time th (test) user logs in. My syntax, as far as I am concerned, is correct. *************************************
|
| modify incremental_backup | 17 Feb 2009 16:39 GMT | 14 |
this code (by Mark Minasi) creates a batch file to run ntbackup: ================================================================ Option Explicit Dim objFileSystem
|
| Enable/Disable Network connection at once | 17 Feb 2009 13:48 GMT | 6 |
Hi, in my line of work I have to do a tedious task quite a number of times every day: enable one network connection and disable the other. What I actually refer to is that on a laptop - where I have one wired and one wireless connections - I have to switch between these two ...
|
| Scruot to check user rights on folders/subfolders | 16 Feb 2009 12:52 GMT | 3 |
I'm looking for a powershell script to check if theres a specified user authorized on all subfolders and files in a directory... I tried get-acl but I'm not a scripting guy... Any help would be appreciated.
|
| Script to remove Office 2003 completely | 16 Feb 2009 09:41 GMT | 1 |
Need a script to uninstall Office 2003 from remote machines. msiexec /x {90110409-6000-11D3-8CFE-0150048383C9} /qn. I know thi works. but not sure this does a complete uninstallation. Kindly advice...
|
| folder permission | 15 Feb 2009 14:50 GMT | 2 |
i have a problem, we have server with AD installated and users with permission over their shared and private folders. for a reason we need to change all permission to give other user permission on others folder.
|
| Set time on all network computers | 14 Feb 2009 15:42 GMT | 1 |
How can I set time on all network XP computers without being on a domain and without add batch scripts to the startup of each computer? Any help would be appreciated.
|
| Drop leading zeros in a variable | 14 Feb 2009 04:07 GMT | 5 |
I'm using a variable that is a random hex number in my batch file. I'm using this value to search some registry keys, but the registry keys don't use the leading zeros. So, I'm looking for a way to drop only the leading zeros in my variable.
|
| Echo to column position | 13 Feb 2009 16:39 GMT | 5 |
I'm using windows batch scripts. Is there a way to echo variables to specific column positions consistently? I've got VAR1 & VAR2 that can vary from 5 to 40 characters in length that I'm echoing on the same line. So I'm trying:
|
| File copy and paste script | 12 Feb 2009 17:48 GMT | 1 |
I need to traverse a bunch of folders looking for files whose name contain "MyPhrase" in them and copy them into a folder on say my desktop. I'd appreciate some pointers in writing this script. Basically, I want to tell the script what folder to start from. It will go
|
| WMI Script, access denied? | 12 Feb 2009 14:08 GMT | 5 |
I've got a little script here that I can use to get some information out of a computer. This works fine with computers that are attached to my domain but I can't get it to work with a computer that is not in my domain but rather a workgroup. I get an Access Denied message. ...
|
| Sync AD computer description field with local computer description field. | 09 Feb 2009 18:20 GMT | 5 |
Is there a way to sync the computer description field in AD with the computer description field on the my computer properties computername tab. FROM: XP PRO ( Local computer description field) >>>>>>>>> TO: SRV 2003 (AD computer description field)
|