Hey All,
I can normally search my way out of scripting roadblocks thanks to these forums and the rest of the net, but am running into getting this accomplished.
Ultimately I need to change some values in a specific section of an INI.
I have tried to use the Classpack from JSware -...
All,
I am a sql newb and in a bind and all out of ideas at the moment but I was thrown into figuring a query out to report back what my manager wants to see.
Basically I have a table similar to the one below that I need to write a query against that will give me this report style format once...
All,
I think I figured it out, atleast it tested ok for now.
New Code:
Option Explicit
On Error Resume Next
Dim objShell
Set objShell = WScript.CreateObject("WScript.Shell")
objShell.CurrentDirectory =
"\\mydomain.com\SYSVOL\mydomain.com\scripts\Contact Centers\Files\"...
All,
I have ran myself into a road block and can't google my way out of this one.
I am creating a very simple shutdown script that I can put into my group policy using MS utility DelProf.exebut cannot seem to think of a method of running this off a server using common variables.
This is my...
All,
I am pretty new to the Attachmate world and trying to give myself a crash course since I am slowly being morphed into an App Dev role.
Basically we are using Extreme version w/ SP1 and approx 9 macros my company had custom wrote for our environment. While learning what each macro does and...
All,
I am pretty new to the Attachmate world and trying to give myself a crash course since I am slowly being morphed into an App Dev role.
Basically we are using Extreme version w/ SP1 and approx 9 macros my company had custom wrote for our environment. While learning what each macro does and...
Hey All,
I have been given the task of finding if it is possible to move the networker install (currently in C:\program files\) to d:\program files.
Is this even possible to do this and not have to loose all the configurations or indexes?
Thanks,
Clay
Great, I know I would not have caught that.
>ssamaccount=rs.field("samaccountname")
I changed it to ssamaccount=rs.fields("samaccountname") after getting unsupported object
but then get Null error on next line
Set ouser = GetObject("WinNT://" & snbdomain & "/" & ssamaccountname & ",user")
Thanks for all the help.
I am getting this error that I cannot get past
on this line:
set rs=ocommand.execute
Error: One or more errors occured during the procesing of comand
Code: 80080E14
Source : Provider
I assume it points to the ldap connection but when I echo sBase is is pointing to the...
Thanks you for your reply Tsuji,
I will try this first thind Monday,
Also I read somewhere when using the adodb.command it is only read-only access but using the WinNT provider later in your version I can unlock the users it finds locked. Am I thinking this out correctly?
Hey All,
I have thi script below I used from its source
http://www.rlmueller.net
I am having a very hard time to alter this to make it search a particular OU and its sub-ou's for locked out accounts. I cannot seach the entire domian like this script is doing due to logistics.
Any and all...
I know this is a thread revival but may help future people who find it in searches.
If you are using vbscript as a logon script you should use the group policy editor of the local machine or the domain policy and enable the following setting.
Computer Configuration->Admin...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.