Tagged Questions
1
vote
1answer
445 views
How to Extract command-line output into a Variable?
As part of a task that I am working on for a customer, I need to make some modifications to the enterprise logon script. Windows command-line is definitely not my area of expertise, but I am doing OK ...
-2
votes
1answer
183 views
Which scripting language to use to asynchronously ssh into equipment, run several commands, parse the output, and save to a file on my computer? [closed]
There are several points I'd like to stress in my question.
I'd like to login by asynchronously ssh'ing into our infrastructure equipment. Meaning, I do not want to connect to only one device, do ...
0
votes
1answer
147 views
Drive mappings being lost overnight
I have an interesting problem. I have a Server 2003 environment, with a Windows XP computer that continually loses its drive mappings overnight. No other users report this problem.
The user reports ...
0
votes
1answer
109 views
GPO user script on Win7 doesn't seem to get executed
We recently implemented outlook signature distribution software that requires a script to be run, but because this script has a password in plaintext I decided to convert the script to a .exe file ...
0
votes
2answers
682 views
Check for the presence of a printer connection (unreliable printer mappings)
I have a lab area with about 75 XP boxes in it. At logon, we map two served printers with the AddWindowsPrinterConnection method in a VBS. 5-10% of the time, the users find that the printers have ...
1
vote
2answers
359 views
Bat file in another account
I have a bat file which will delete files in some folder (Profile Folder). But i do-not have access to that folder. But another account has access to the folder. How to run a batch file from one ...
2
votes
2answers
708 views
Run script when user logs on or off
I am looking for a way to run a script1 when a user logs in2 AND and when they log out3 on their4 Windows5 machine.
Notes:
Perfect world script would mean Powershell script, but any script or ...