| Thread | Last Post | Replies |
|
| How to set a default printer | 31 Jan 2008 16:48 GMT | 2 |
I have tried the following script but I must be missing something as it doesn't work. Do I need to substitute site specific info: strComputer = "." Set objWMIService = GetObject("winmgmts:" _
|
| Send email with attachment with SMTP | 31 Jan 2008 16:39 GMT | 1 |
Hello Scriptig guys: I need to send an email with attachment, by SMTP, I did find some scripts to do that, but the issue is that we have (company) Lotus Notes, I copy the script that I'm using to do that. I receive error in the last lane
|
| List All the Members of an A.D Group | 31 Jan 2008 03:35 GMT | 2 |
When i tried to run this script to List All the Members of a Group ----------------------------------------------------------- On Error Resume Next Set objGroup = GetObject _
|
| WSUS Aproved Updates - [WP] | 30 Jan 2008 23:31 GMT | 6 |
I found this on WSUS Site under Script Centre this Provides a status report for approved updates. Every update approved on your server is shown, with a list of the target groups for which it was approved. Within each group, counts are shown for how many computers have a specific
|
| Script for Remote Wake on Lan | 30 Jan 2008 22:48 GMT | 4 |
We use a product for managed services called Kaseya and I can run custom scripts for almost any task I need, well if I were better at scripting I could :-). My situation is I need to be able to run a script that will execute the wol.exe /m:MacAddress. The script would be executed ...
|
| How to find if a disk is "BASIC" or "DYNAMIC" via WMI | 30 Jan 2008 22:45 GMT | 1 |
Anyone know how to tell if a disk is "Dynamic" or "Basic" (as shown in Disk Management) for win2003 server? I've looked through win32_volume, win32_logicaldisk and cim_storagevolume without finding anything that looks like it matches.
|
| Error code 87 when installing remote print drivers... | 29 Jan 2008 15:52 GMT | 2 |
here is my code. Everytime I try to add a print driver, I get error code 87. I try to use \\ instead of \ in the driver path and inf and it still does not work. I am able to install a printer if the driver already exists on the remote machine, but if I have to install a driver, ...
|
| making user folders | 29 Jan 2008 13:49 GMT | 8 |
I want to input a new user account into a script that will make their pesonal and pst folders at the same time. The folders will be made in 2 different locations on the same server. I want the folders to have user and administrator permission.
|
| users locked out | 29 Jan 2008 08:59 GMT | 1 |
I need your help, I need to list the users that are locked out in a special OU, can you help me, thanks
|
| list users account locked out in an OU | 29 Jan 2008 02:57 GMT | 2 |
Hello Scripting guys: I need your help, I need to list all the users that are locke out in a special OU, thanks
|
| Find easy what you need for windows(98, ME, xp, vista) | 26 Jan 2008 22:01 GMT | 2 |
If you need some tools for windows or you have a problem, this is the right spot ... http://microsoft-windows-tips.blogspot.com/
|
| How to move/delete Folders older than... | 25 Jan 2008 12:07 GMT | 1 |
I have GPObackup.cmd file which takes backup of all domain gpos, html reports, etc.. weekly and every months 1st day. Backup folder structure is following: D:\BACKUP\GPO
|
| script to find OS settings | 24 Jan 2008 20:04 GMT | 4 |
would someone give me a pointer to locate a script which will find out the basic windows things, liked, physical disks, network type and speed, memory size, user account and etc. it would be an ideal to have "a minimalist" approach, don't need to install
|
| Writing user IP address into AD Account | 24 Jan 2008 18:09 GMT | 2 |
We're in the process of moving from Novell to AD. One thing I'd hate to lose is the ability to see the ip address that a user is logged into. I've found a script that writes that information to the description field for the computer account in AD, is it possible to do the same ...
|
| validate user in group and go to ok page (adsi ldap) | 23 Jan 2008 17:28 GMT | 4 |
In asp classic no NET! Usign LDAP or ADSI i know: my server is server NT
|