Search found 12 matches

by rmiller75
Thu Nov 08, 2007 1:14 am
Forum: VBScript
Topic: ACL query
Replies: 2
Views: 2517

ACL query

Hey All, I have a general question:Is there a way to query all servers in your enterprise to discover what a group grants access to?Thanks.
by rmiller75
Thu Nov 08, 2007 1:14 am
Forum: VBScript
Topic: ACL query
Replies: 2
Views: 2517

ACL query

Hey All, I have a general question:Is there a way to query all servers in your enterprise to discover what a group grants access to?Thanks.
by rmiller75
Fri Aug 10, 2007 2:56 am
Forum: VBScript
Topic: Display DNS error
Replies: 2
Views: 1993

Display DNS error

Here is something I tried & I keep getting this error referencing the bolded line:error: Type mismatchcode: 800A000DSource: runtime errorany ideas why? Thanks 'designate path where excel sheet containing user names residesstrSheet = "xfiles109629$vbscriptsallwindowsservers.xls"'open th...
by rmiller75
Fri Aug 10, 2007 2:56 am
Forum: VBScript
Topic: Display DNS error
Replies: 2
Views: 1993

Display DNS error

Here is something I tried & I keep getting this error referencing the bolded line:error: Type mismatchcode: 800A000DSource: runtime errorany ideas why? Thanks 'designate path where excel sheet containing user names residesstrSheet = "xfiles109629$vbscriptsallwindowsservers.xls"'open th...
by rmiller75
Fri Aug 10, 2007 2:20 am
Forum: VBScript
Topic: Problems displaying DNS servers
Replies: 1
Views: 1791

Problems displaying DNS servers

Hi all, I have a script I used to set the DNS server search order which works perfectly. I am trying to modify it so it will display what DNS servers are currently used rather than set the DNS servers. Does anyone know how to do this or have any suggestions to make my script work? Thanks. 'designate...
by rmiller75
Fri Aug 10, 2007 2:20 am
Forum: VBScript
Topic: Problems displaying DNS servers
Replies: 1
Views: 1791

Problems displaying DNS servers

Hi all, I have a script I used to set the DNS server search order which works perfectly. I am trying to modify it so it will display what DNS servers are currently used rather than set the DNS servers. Does anyone know how to do this or have any suggestions to make my script work? Thanks. 'designate...
by rmiller75
Mon Jul 30, 2007 8:35 am
Forum: VBScript
Topic: psexec / sysocmgr scripting error
Replies: 0
Views: 5136

psexec / sysocmgr scripting error

Ok, so i run this script & get the following error on the bolded line: Error: The System cannot find the file specifiedSource: Null RemotePC="crmiller"Set fso = CreateObject("Scripting.FileSystemObject")Set shell = Wscript.CreateObject("WScript.Shell")Set uaFile = f...
by rmiller75
Mon Jul 30, 2007 3:36 am
Forum: VBScript
Topic: Is this possible?
Replies: 1
Views: 1704

Is this possible?

Is there a WMI query to see if the mgmt & monitoring tools/snmp is turned on? If so, can anyone give me some sample ideas on how to script turning this on? Thanks Alot.
by rmiller75
Mon Jul 30, 2007 3:36 am
Forum: VBScript
Topic: Is this possible?
Replies: 1
Views: 1704

Is this possible?

Is there a WMI query to see if the mgmt & monitoring tools/snmp is turned on? If so, can anyone give me some sample ideas on how to script turning this on? Thanks Alot.
by rmiller75
Thu Jun 21, 2007 12:40 am
Forum: VBScript
Topic: WMI Error
Replies: 3
Views: 3141

WMI Error

Thanks alot that was it.