| Thread | Last Post | Replies |
|
| how to create event and write it to the app log | 12 Sep 2007 12:19 GMT | 1 |
How do I create an event which will include a unique event ID that I can log to the application log of my server? Thanks in advanced!
|
| Creating a Process on a Remote Computer | 11 Sep 2007 18:46 GMT | 1 |
Calling all Expert Script Writers: I need some help here. I have some applications that run on the desktop of another server that cannot be setup to run as services. These applications have application windows that display on the desktop when lauched that
|
| script for assigning folder permissions | 10 Sep 2007 01:46 GMT | 5 |
I'm looking for a script where I can set multiple folder permissions on the local hard drive. I've tried a setperms.vsb I found on microsoft, but think it is meant more for windows 2000 and didn't work. It can either be a bat or vbs file, doesn't matter to me.
|
| Trying to compare usernmae to a group membership | 10 Sep 2007 00:52 GMT | 10 |
I have a batch file script, that needs to see if a person belongs to a certain group. So I'm trying to compare the %USERNAME% (logged on user) to the members of the group, to see if I can get either a "doesn't match" or a "does match".
|
| VBS like a Service | 09 Sep 2007 18:40 GMT | 2 |
I don't know how can explain... Can I start a vbs like a service? I have a vbs that generate a txt and I have to run it every 10min. Can I put it in "Windows Services"?
|
| WMI Script for stop service deleting files, starting service | 09 Sep 2007 16:42 GMT | 2 |
I am trying to create a WMI script for stoping service, deleting few files and starting the service for multiple computers. But when I am running the .vbs file, I am receiving the following error: C:\>cscript test.vbs
|
| How to make a AD group member of the local administrators group | 09 Sep 2007 16:38 GMT | 7 |
I need to make a vbscript which makes two groups present in an Active Directory Domain member of the computers local Administrators group. Any sugestions?
|
| add local printer | 08 Sep 2007 20:14 GMT | 2 |
im trying ot write a script to add a local printer with a tcp/ip port to client pc's. i tried the script in this link http://www.microsoft.com/technet/scriptcenter/scripts/printing/default.mspx?mfr=true
|
| Security on folders | 08 Sep 2007 18:56 GMT | 2 |
Is there a way or snap in so that I can do a mass change on the security tab to add a new user with Modify access to a folder? Be looking to do a script that will go through each folder and add a user to that folders properties with modify access.
|
| file extension association | 08 Sep 2007 18:45 GMT | 1 |
Is it possible to programatically (using VBS) to associate a file extension with a script or other program. I would also like to see what file extensions are already associated with which program. Many thanks
|
| script to add host headers | 05 Sep 2007 20:50 GMT | 1 |
I have a number of websites in IIS that I need to add additional host headers to. I've been searching for scripts, but no luck - I've tried a couple but they don't work.
|
| Query AD for existing account | 04 Sep 2007 22:18 GMT | 1 |
I'm doing a migration from Exchange 5.5 to Exchange 2007 and using profilegenerator to create new profiles in Outlook during the migration. I have this script that works only on that specific CN and I can only find account in there. How can I edit it to search the domain ...
|
| DSGET - where am I going wrong | 04 Sep 2007 11:50 GMT | 3 |
No matter what I have tried I cannot get a DSGET query to work for me. I'm running a simple network with two 2003 DCs SP1 & a memebr server. The domain is called ST-SCHOOL.LOCAL All I want is to get a list of user IDs and full names from a group called 6V
|
| batch: discover user who has accessed file | 02 Sep 2007 16:38 GMT | 1 |
i'm thinking about a script. I' want using a dir/s (output to a file) in a file server having a list with path of (ex.) mp3 files. With a for /f e want to now who has accessed for the last time to
|
| SCRIPT THAT CHANGE NTFS PERMISSIONS. | 01 Sep 2007 20:35 GMT | 3 |
Hello, We have a windows 2003 server and windows xp users, we want to prohibit users from saving any files in their profile. We need a logon script that modify the NTFS permission of the profile for
|