I am having issues with Desktop Shortcuts/icons not migrating. I use WDS for booting WinPE and then MDT for the deployments. The deployments are going very well, no issues there. The issues are with user accounts with lots of shortcuts/icons on their desktops. The first few are migrated and the...
I figured it out!!!
it was the loop that wasn't working quite right. I simplified the loop to:
Set objNetwork = CreateObject("WScript.Network")
For Each aPrinter In arrPrinters
objNetwork.AddWindowsPrinterConnection(aPrinter)
Next
Also, the WScript.Echo does not work on my system, I need...
Although I had high hopes for this script, I once again am disappointed. The script you provided runs but I receive no pop-ups or printers. Seems the loop does not 'loop' Any other suggestions?
I wrote a script that adds 10 printers to a user's computer. The script works great except it only adds the first 6 printers. If I run it again it will add the 7 printer, run it again it'll add the 8th printer and so on. Is there a minimum # of printers the script can add? Is there anyway around...
I'm working on a script to pull 3 reg keys out and compare and replace them if necessary. The issue I'm having is getting the plane off the ground. I wanted to start by getting the script to read out a reg key but it is having issues.
so far I have this:
Option Explicit
Dim strComputer...
I work in a place with about 1200 computers and 150 servers. We have only now started to upgrade to IE7, a widely used program could only use IE6 we not longer use the program so the upgrade is possible. With IE6 powers users, we make everyone a power user, could change their proxy settings. We...
with the /Query I can not specify the task name I am looking for, as to produce a yes or no, I would have to setup a search through the /Query for my task, so I would prefer not to use it.
I've had so much luck here with the last few questions I had to ask one more. After using the schtasks.exe command to create tasks I would like to setup a way to check and make sure the task was scheduled, however, all I can find is way to show the tasks setup with the AT command. This is an old...
I currently have a script that takes the date of the system and adds 1 day to it, but the end result is not what I need. My date is formatted as mm/dd/yyyy but I need it to append a 0 to the first value of the month if its Jan-Sept. Is there a format function that will allow for this formatting...
most of my script is now functioning without error. I have a piece of code that opens my log file and reads out a line. I wanna take the line it outputs and search through it for 2 pieces of info. What is the best way?
Code:
Dim fso, MyFile, i,
Const ForReading = 1
Set fso =...
I think XP Sp3 broke my script. I installed SP3 early this afternoon. The script I posted was working prior to the install, now all it does is spin wildly and take full control of one of my cpu cores. Suggestions???
Hi!
I currently work at a company that is looking to save some money, so I've been tasked with finding a cheap way to defrag the systems on the network. Since defrag.exe is part of Windows I figure a login script would be a perfect solution but we want a way to gather information. I figured the...
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.