Hello again, I have a error that comes up on about 20% of the machines that receive the script via login script. I just started deployment today. The message is as follows:
F:\LOGIN\replacetargetpath.vb3(36, 3)Microsoft VBScript runtime error: ActiveX component can’t create object...
Here is what I had yesterday.
!
version 12.3
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname TIS_FAP01
!
no logging console
enable secret 5 $1$s2cD$JHDMeOQIGKw1rvBwX7I5I/
!
ip subnet-zero
ip domain name TIS
!
...
I agree. But I need to have both working. Is there some good documentation for setting wpa up on a aironet. I have looked and can not find anything. It seems like I am the only one who cant get both to work.
Hello,
I have a question that I know someone can answer. I have a Cisco Aironet 1100 running 12.3(7)Ja2. I beleive I setup WPA2 and MAC filtering correctly, but I cannot see or connect to it. If I turn off MAC filtering I am able to see it and connect. Any ideas of what I am doing wrong?
My...
Everything is working great. I just had two more requirements added to the function of the script. 1)It needs to be able to search all the user folders. 2)It needs to drop some kind if tag on the machine to force the login script to run once. I have a idea of creating a reg key that the script...
Again, Thank-you guys. Here are the changes I made.
Set oShell = CreateObject("WScript.Shell")
uDesktop = oShell.SpecialFolders("Desktop")
uquicklaunch = Left(uDesktop,(Len(uDesktop)-7))& "Application Data\Microsoft\Internet Explorer\Quick Launch"
ustartmenu =...
markdmac thank-you for your help. your last reply resolved the Desktop issue. I have one last problem. I also need to search these locations:
C:\Documents and Settings\<USERProfile>\Application Data\Microsoft\Internet Explorer\Quick Launch
C:\Documents and Settings\<USERProfile>\Start...
I tried this and the and the argument isn't being past.
/localFolderToSearch:"oShell.SpecialFolders("Desktop")"
dim sarg1,sarg2,sarg3
Set oShell = CreateObject("WScript.Shell")
with wscript.arguments.named
sarg1=.item("localFolderToSearch")
sarg2=.item("targetToReplace")...
Hey guys, I appreciate your help and sorry about all the conflict. As it is the script is working. I will try to add another line in my login script. How can I change the /localFolderToSearch:"c:\xyz\pqr" to search the users desktop. I tried replacing the path to oShell.SpecialFolders("Desktop")...
I have restructured the script. What they want is to have a common script were from the Novell login script or a batch file they can call the script and pass on the variable of old and new target paths. Can this be done?
'
' VBScript - Replace target path
'
' - 04/11/06
'
Set oShell =...
Thanks, After Echo it, I removed the (onetwork.username)from the search string and this resolved it. I will be honest, I do not understand the need for onetwork.username.
The script seems to function properly now. What is the best way to have it search all the users desktops?
Hello all,
I am trying to create a script that will find and replace a shortcut. We have recently moved a network application to another location. I need a way to find there desktop shortcut (which may be named anything) and change the target path. I put together a script with tid bits from the...
Hello All,
By what I understand, there is no way to script a wireless connection to a AP on XP. Is this correct? The other question I have, is there a way to have one wireless connection then lock out the ability to add anyother AP connections? There has to be something in the reg. Any...
I have a Cisco 4000 router I want to sell, but I need a way to wipe out any of the private config info on it. I would like to do this with out consoling in. Is there a hardware way of doing this?
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.