|
|
| How to connect to server? |
| I am trying to write a script to update the Exchange flag for out of
office and set the message.
It seems to be working except when I execute the objMAPISession.Logon
statement, I get a dialog box to... on 20-Nov-09 |
| |
|
| check if a user is member of a group? |
| I have a text file listing some userID's. I need to read the users from this
list and check if they are a member of a specifc group in Active Directory.
I checked and checked but cant seem to find ... on 19-Nov-09 |
| |
|
| ActiveX warning box - how to inhibit? |
| I need to do
Set vIExp = CreateObject("InternetExplorer.Application")
from my VBScript in a web page. That is, I have one IE active and accepting
input, and want to create another one pointing to a... on 19-Nov-09 |
| |
|
| Regular Expression Question |
| I want to get all the 4 digit numbers from the following sfsdf1234567sdfsdf
where the alpha chars are entirely random.
When I use the pattern [0-9]..[0-9] I get a match count of 1. if i use
[0-9]...... on 19-Nov-09 |
| |
|
| Windows SBS 2008 logon script problem |
| HI,
I am having a problem with a script that I have in user logon that maps some
drives I need. Here is an example of the script:
Dim objNetwork
Set objNetwork = CreateObject("WScript.Network")
ob... on 18-Nov-09 |
| |
|
| total size of files |
| I need a script to find out the number & total size of files based
upon the file extention across about 30 servers. I am searching for mdb
files. The script will be run remotely against local drives ... on 18-Nov-09 |
| |
|
| Win 2008 prompting to run .vbs |
| How do I keep my win 2008 server from asking me if I want to run a .vbs,
when it was called from a .cmd file? I am logged on as a normal user
when running it, but can log on as administrator to chan... on 17-Nov-09 |
| |
|
|
|