Description:
Microsoft scripting newsgroup.
|
|
|
How to connect to server?
|
| |
I'm 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 connect to the server. How can I get it to make the connection without that dialog, or to use that dialog... more »
|
|
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 anything to do what i need. Can anyone help?
|
|
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 URL that is determined by some form input values from the first IE. It works fine, but I always get this "ActiveX control on this page might be... more »
|
|
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]... I get 2 as a match count. I want my regexp to match against 1234, 2345, 3456, 4567 and get a count of 4?... more »
|
|
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" ) objNetwork.MapNetworkDrive "L:", "\\server\share" objNetwork.MapNetworkDrive "Y:", "\\server\share1" In the client computers I run he gpresult /v command and the script says... more »
|
|
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'm searching for mdb files. The script will be run remotely against local drives on these servers. Thanks
|
|
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'm logged on as a normal user when running it, but can log on as administrator to change settings if necessary.
|
|
SMTP event sink & Outlook Web Access
|
| |
...Nick, As I mentioned, I am not a developer, so I can't help you in this area. I was just surmizing possibilities of where it may or may not be going wrong. I cross-posted this to a few groups. I hope I didn't cross-post it to the wrong groups. Other than that, sorry, I do not have a line on who to... more »
|
|
Remove extra Double codes from CSV Files (vb Script Language)
|
| |
On daily bases I have received files with double quotes comma separated, but in some records I found 2 times double quotes and some time different squence of double quotes placements. I just want to remove all unnecessary (extra) double quotes (see the following values where i want to remove extra double quotes.... more »
|
|
|