| Thread | Last Post | Replies |
|
| Script to determine if a registry value is present. | 30 Jun 2005 23:59 GMT | 1 |
Need a script to find out if a registry value is present and if not put the name of the server into a file. SO far have this. Oh the vaule type is a dword. I think that may be the problem i am running into.
|
| Modify create date on folder | 30 Jun 2005 21:07 GMT | 2 |
Is there a way to programmatically change the create date on a folder? We have a folder that is listed as having a create date of Novermber 21, 1617. This is causing the backup software to back up all the files everyday.
|
| net start accept key-name or display-name | 30 Jun 2005 18:41 GMT | 2 |
Looks like "net start" and "net stop" accept either the service's key-name or its display-name ... Have other people found this to be the case ?
|
| Enumerating the members of a group and writing it to a text file | 30 Jun 2005 16:51 GMT | 5 |
All, I have a script that I have found that will enumerate a groups membership and display each member as an on-screen win pop-up. Id like to know how I can edit the code to have it drop the output to a text file. I'm
|
| Profile | 30 Jun 2005 16:38 GMT | 2 |
Is there a way to copy profile with script and from gui? Than'x S
|
| Editing the Windows Host File | 30 Jun 2005 14:15 GMT | 1 |
Hi, I need to chage an IP address form the Windows Hosts file. I need to know how to write a script to do the change. Please help. Thanks
|
| Windows lock | 30 Jun 2005 11:56 GMT | 1 |
I need to find out when a user locks their system by either hitting CTRL+ALT+DEL and clicking on LOCK COMPUTER, or just letting the computer lock itself when the screensaver kicks in. I also would like to know when they unlock it as well.
|
| List User Account Address Page Attributes | 30 Jun 2005 11:26 GMT | 1 |
Hi I'm trying to use the script but I cant get it to work What are the files I need to adjust and where does it out put the results Thanks
|
| "Pulling out" Users and effective Folder Rights, from several grou | 30 Jun 2005 07:57 GMT | 4 |
Hi I need help with pulling out users different EFFECTIVE access rights to several folders. A manager has requested a report and it HAS to be an "easy" way to do this? ( Win server 2003 domains, different groups Active Directory used)
|
| run task at given interval | 30 Jun 2005 01:44 GMT | 5 |
I have a script that queries a sql database and sends html format mail to correspondent department if there are new records. But i would like that script to be run exactly every 30 minutes. I've tried wscript.sleep but it seems that it waits until the called task ends, so it
|
| Set user's permission to certain folder | 30 Jun 2005 00:24 GMT | 3 |
c:\TESTING i want to write a script to give a full access /control to a certain user in TESTING folder so that he can do anything to this folder WITHOUT manually setting for his permission. How can i do that in VBScript.?
|
| Password Change Challenge | 29 Jun 2005 23:55 GMT | 2 |
I have a tricky request... I need to document the dates that the password for a particular user account was changed between March 2005 & June 2005! The only way that I can think of is by restoring a few versions of the PDC-e
|
| run osql.exe from .bat | 29 Jun 2005 20:07 GMT | 4 |
Within a batch file (.bat or .cmd), when invoking osql , such as : osql -S server1 -E -i my-sql-script.sql How to cause the output of my-sql-script.sql to appear in the output of the .bat/.cmd file ? (e.g. in the "Command Prompt" window)
|
| Add user to group | 29 Jun 2005 16:08 GMT | 1 |
How do I add user to a local group in stand alone server via script? How do I add to user login script via script in stand alone server? How do I copy user profiles in stand alone server without the gui only with script or batch file?
|
| Script for listing the permission of folders | 29 Jun 2005 15:52 GMT | 1 |
Hello, I need a script for listing the permission of a folder and all of its subfolders... Can anyone help me? Thanks
|