Search found 19 matches

by jarmar
Tue Jun 23, 2009 11:44 am
Forum: VBScript
Topic: Multiple Changes to Registry in 1 VBScript
Replies: 2
Views: 1968

Multiple Changes to Registry in 1 VBScript

Would I save the Reg file as a .bat and put that as the startup script? The bottom vbscript file looks like that just does one thing. Is that correct?
by jarmar
Tue Jun 23, 2009 10:55 am
Forum: VBScript
Topic: Multiple Changes to Registry in 1 VBScript
Replies: 2
Views: 1968

Multiple Changes to Registry in 1 VBScript

Hello Again. I need to know how to make multiple changes to the registry in 1 vbscript file. I currently have 8 startup vbscripts running from our GPO on Computers. All because I do not know how to put those changes into one vbscript for the startup. Some of them are to edit, some are to remove keys...
by jarmar
Tue Jun 23, 2009 10:55 am
Forum: VBScript
Topic: Multiple Changes to Registry in 1 VBScript
Replies: 2
Views: 1968

Multiple Changes to Registry in 1 VBScript

Hello Again. I need to know how to make multiple changes to the registry in 1 vbscript file. I currently have 8 startup vbscripts running from our GPO on Computers. All because I do not know how to put those changes into one vbscript for the startup. Some of them are to edit, some are to remove keys...
by jarmar
Wed Jan 14, 2009 4:44 am
Forum: VBScript
Topic: Backup Server Event Logs Centrally
Replies: 19
Views: 13643

Backup Server Event Logs Centrally

this looks to be in. i am testing it now. i guess i should read a little further next time. thanks for that.
by jarmar
Wed Jan 14, 2009 4:01 am
Forum: VBScript
Topic: Backup Server Event Logs Centrally
Replies: 19
Views: 13643

Backup Server Event Logs Centrally

THis is the original script that you guys helped me out with. THank You! On Error Resume NextDim strDate centralDumpPath = "serverlogfiles"RemoteDumpPath = "C:Temp" 'build an array of logs to be backed uparrLogs=Array("Application","BAD","System",&qu...
by jarmar
Fri Oct 03, 2008 12:59 am
Forum: VBScript
Topic: Modify Registry to change IP Address
Replies: 5
Views: 3516

Modify Registry to change IP Address

this will most likely be something ongoing for atleast a few months while users bring in their machines and plug them into the network. i do not know how to create a vbscript that would do this as a long term solution. can you guys help me create this from the registry entries i displayed at the beg...
by jarmar
Fri Oct 03, 2008 12:05 am
Forum: VBScript
Topic: Modify Registry to change IP Address
Replies: 5
Views: 3516

Modify Registry to change IP Address

Thank you for the replies. What about adding this to a computer startup GPO and making it into a vbscript?

Could i add into the Startup regedit avaya.reg /s right in there or should it go into a vbscript?

thank you thank you
jarmar
by jarmar
Thu Oct 02, 2008 9:50 am
Forum: VBScript
Topic: Modify Registry to change IP Address
Replies: 5
Views: 3516

Modify Registry to change IP Address

Hello Again. We are getting ready to re-ip our Avaya Voicemail servers. Avaya MAS and MSS. Our users use the Avaya MM client in outlook to listen to voicemail. Avaya does not have a tool or batch file for us to run at login for the ip address to automatically change the ip address of the avaya serve...
by jarmar
Mon Apr 14, 2008 4:30 am
Forum: VBScript
Topic: DSQuery / Script for Published Certificates
Replies: 8
Views: 6927

DSQuery / Script for Published Certificates

We have users publish there certs with a 3rd party tool. We would want to use a script like this to query our OU and report back on who does or does not have a cert published. I could query and get a list of samAccountName but where would I put that in othman's script so that it would only look for ...
by jarmar
Mon Apr 14, 2008 1:15 am
Forum: VBScript
Topic: DSQuery / Script for Published Certificates
Replies: 8
Views: 6927

DSQuery / Script for Published Certificates

Thank you for all of the replies. On the last reply where can I tell the script what OU to look under, if I wanted to drill it down to a specific OU? I do not have control over the entire AD structure and don't want to query the whole thing either.

Thank you in advance.