| Thread | Last Post | Replies |
|
| Win32_Product doesn't list all installed Applications | 01 Jun 2005 00:18 GMT | 4 |
Here is the script, doesn't list all installed apps, any ideas? Thanks! -- '********************************************** 'Date: 05/24/2005
|
| Help with Split Function | 01 Jun 2005 00:13 GMT | 5 |
I want to split a string in half and use the second half later in my script. Here is my script so far: On Error Resume Next Set oWshNet = CreateObject("Wscript.Network")
|
| Disk Utilization | 31 May 2005 15:48 GMT | 1 |
What formula should be used to calculate the I/O or the Disk Utilization? I think the counters to be used are present in Win32_PerfRawData_PerfDisk_PhysicalDisk, but how do i modify them to get the utilization in %.
|
| Is it possible to script static IP assignment? | 31 May 2005 14:52 GMT | 4 |
Is it possible to assign static IP address, subnet mask and gateway through script? We have two office that uses different subnet as follows: office1 subnet - 192.168.0.x office2 subnet - 192.168.100.x
|
| Need to know which process is using which processor for execution? | 31 May 2005 14:50 GMT | 2 |
I have to test something like,if a multithreaded process is under execution,and multiple processors are available in asingle system,which thread is runnin on which processor and how much is the CPU utilization of each thread on different processor.
|
| Need Script to Run Remotely on all PCs | 31 May 2005 13:20 GMT | 3 |
I need to change some environment varialble in all user PCs, I have a script whcih will change the environment varialble but can someone please guide me how do I execute the script in those remote machines without logging in physically?
|
| Adding a user to more than one group with variables??? | 31 May 2005 09:45 GMT | 1 |
Is is possible to add a single user to multiple groups using text as a variable for the groups. This is an HTA that I wrote to manipulate a user accounts member of information. It works but only if the text area contains one group account.
|
| Script for change permissions to file | 30 May 2005 12:18 GMT | 3 |
I want to allow write, for all users in the domain. I need a script for change permissions to file and run script in GPO when startup. Who can I do this? Thanks!
|
| Export computers from AD | 30 May 2005 09:18 GMT | 2 |
Hi! I need to export computers from AD. I want to export security groups and fill them with computers. So how do I do that. Read every security group and check all computers?
|
| Invalid syntax on moving users between OUs | 29 May 2005 22:26 GMT | 5 |
Here is a copy of my script. I am getting an invalid syntax. I have placed a comment in all caps on that line. Please let me know where my error is. I am a novice scripter and I need help please. Also the input file will look like this (i think) correct me if I am wrong
|
| Disable Local Accts | 29 May 2005 19:17 GMT | 2 |
I am brand new to scripting and I am trying to figure out how to get this script to run on multiple servers at the same time. I have about 200 servers I need to run this script on and i didn't want to mave to run it 200 times. I think it is a very simple script, it's ...
|
| Can't get it to return CN=Domain Admins | 29 May 2005 17:46 GMT | 1 |
I am trying something very simple, just trying to list the Member Of for a certain user. I know for a fact that the user I run this as is part of the Domain Admins group, however I am presented with this output: CN=DOMAIN USERS,CN=USERS,DC=SECONDNET,DC=LOCAL
|
| user account creation date | 28 May 2005 14:17 GMT | 2 |
I need to be able to pull a list of all user account creation dates. I can viuew them with ldap but need to export just that property into a txt or csv file.
|
| WinXP automatic logoff? | 28 May 2005 14:14 GMT | 1 |
Is there a way to automatically log a user off of a Windows XP machine using scripting and gpo. If so, please help! Thanks in advance, Mervin Williams
|
| printing | 27 May 2005 22:02 GMT | 1 |
The issue experiecing is whem printing from the IE browser it always prints a blank page. For example, I print a documument that is 2 pages, I will get the two pages plus one blank page. If I log on as another user the same document thorugh IE works fine. I am using a HP 2100 ...
|