| Thread | Last Post | Replies |
|
| print's | 31 Mar 2007 22:24 GMT | 2 |
Can you please help to write a script to find the port and ip utilization from printers THANKS
|
| Unable to Run Asp Pages on my IIS 5.0 | 31 Mar 2007 04:42 GMT | 5 |
I ran the following update of Microsoft Script Engine from Microsoft site Windowsxp-windows2000-script56-KB917344-x86-enu.exe on my PC having windows 2000 professional and running IIs 5.0. After updating the ASp pages which were running previously have stopped
|
| Modifing IIS metabase with scripting | 30 Mar 2007 19:38 GMT | 1 |
I am new to scripting but i need to find out how to write a vbscript to uncheck "Anonymous access" and check "Intergrated Windows authentication" in IIS. I cant't seem to find a list of all Metabase objects(objIIS.*). I also need to know how to set the 'Group or user names': ...
|
| Notify users with a Popup Message whenever they print a document | 30 Mar 2007 17:32 GMT | 1 |
I have a question about Print Notifications.I want to show a popup message to the end user saying not to forget his/her printouts near the printer for security issues. I wrote a vb script using WMI.You can see the script code below..I put the
|
| vbs script to delete folders. | 30 Mar 2007 15:40 GMT | 1 |
How would I modify this script so that it deleted folders older than n, days? Thanks for any assistance. 'Delete the Oldest Subfolder Set objFSO = CreateObject("Scripting.FileSystemObject")
|
| Need to Install a Certificate in vbscript | 30 Mar 2007 02:49 GMT | 3 |
Is there any way to install a certificate in vbscript? It seems like the certificate manager, or whatever it is that keeps track of what certificates are installed, should have a scripting interface or programmatic hooks so we could do this. But I haven't seen anything so far.
|
| How to tally group membership for huge group +10k accounts? | 30 Mar 2007 01:23 GMT | 3 |
Need a count of users/computers in a group membership that is upwards of 13-15k accounts. ADSI is no go and stops at 1500 ADO putters out at 6110
|
| Modify lastlogon attribute | 29 Mar 2007 19:07 GMT | 1 |
Hi i want to modify the last logon attribute so I can use this script that ive founf http://www.microsoft.com/technet/scriptcenter/csc/scripts/ad/computers/cscad063.mspx in a lab environment than im setting up for a domain migration, I want to
|
| Adding Multiple Users to Multiple groups | 29 Mar 2007 17:36 GMT | 3 |
I'm sure it's possible but i'm not sure how the code would work for this. Basically i have a spreadsheet where column a contains all the distinguished names of the users, and column b contains all the distinguished names of the groups.
|
| Where the Active Directory User logged on | 29 Mar 2007 14:40 GMT | 3 |
How to find a user.... logged on which computer in the network how the get that particular name of the computer
|
| Compare and Add AD Groups? | 29 Mar 2007 03:48 GMT | 1 |
I was wondering if anyone had a script built that compares two groups and if the user exists in both groups then add them to a third group. Thanks for any reply, J Lecht
|
| Batch file syntax for escape character HELP needed! | 28 Mar 2007 20:46 GMT | 2 |
I use a batch script to create new user accounts, and part of the script creates the user's logon script. One line in the logon script should read: copy %logonserver%\netlogon\cusrmgr.exe c:\start_script\cusrmgr.exe
|
| CPU utilization and mem usage | 28 Mar 2007 17:36 GMT | 1 |
Can you please help to write a script to find the cpu utilization and memory usage at a point of time
|
| WMI Call | 28 Mar 2007 14:20 GMT | 1 |
I want check the content of the administrators group on a remote computer using wmi. Possible? Whow? Like
|
| Help me I'm new | 28 Mar 2007 09:46 GMT | 2 |
i am having trouble with vbs scripts. are they all supposed to be written in notebook or is there another program i can write them on. please help. i have to pass this class and my instructor refuses to give me a straight answer
|