Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by pmidwest

  1. pmidwest

    systeminfo command

    I'm learning as well... I know my tag says (programmer). I don’t know why... nor how to change it... LOL... anyways are you doing network admin type scripts or what? I’ve built up a nice little script to help me out with some of my more tedious tasks.
  2. pmidwest

    systeminfo command

    Figured it out... systeminfo /s server >server.txt findstr /v "KB Q File SP" <server.txt Seems to work nice... it takes care of all the hotfixs but it also gets rid of the Page File option. That’s ok though.
  3. pmidwest

    systeminfo command

    I'm working with the systeminfo command in a batch file. The only problem is it outputs way to much stuff. I was thinking of using systeminfo /s server | find “Host Name:” the only problem with this is I’d have to run systeminfo more than once to show all the things I need. So I tried...
  4. pmidwest

    interesting application! i think.

    WMP 10 kind of hid the file menu. It’s now an upside down triangle next to the minimize button. If you click on it and then click play, there is a repeat option make sure it is not checked. Pressing CTRL+T will toggle it off and on also.
  5. pmidwest

    Pushing Print Drivers.

    RUNDLL32.EXE SETUPAPI.DLL,InstallHinfSection 132 C:\drivers\hp\lj2430\hpc24x0c.inf I get an install failed error when using this code. is there something wrong with the code?
  6. pmidwest

    Pushing Print Drivers.

    Is anyone aware of a way of scripting print driver installs? I have 9 new servers and about 100 different printer drivers I need to get installed on each of them. Is there a way to put them all in one folder and have a script that I can run from my PC push/install the drivers on the remote...
  7. pmidwest

    Deploying executables

    Thanks alot for the code!
  8. pmidwest

    Deploying executables

    Ok so this is probably not the right place to ask about this but I’ll give it a shot. I’ve created a batch script that copies an executable file to multiple servers. It looks something like this. “cls echo Installing TimeCard! echo. echo Please wait... echo. echo Trying to overwrite files on...
  9. pmidwest

    User in AD can not access network

    There are no deny permissions set. I’m starting to wonder if this is actually and AD issue. The users are able to log in and work fine. They can access shares that are on 2k3 servers. The one program they are trying to access when they get this error requires them to connect to an old NT server...
  10. pmidwest

    Terminal Services Manager

    And were back to it... I've had one server go down at 9am this morning.
  11. pmidwest

    Terminal Services Manager

    The problem didn’t crop up at all this weekend. We don’t have as many users online during the weekends and since it was Memorial Day yesterday there were not many people online. I checked in on the servers multiple times the past 3 days and never had a problem. It makes me wonder if there...
  12. pmidwest

    Terminal Services Manager

    They are in terminal server mode (I'm pretty sure) Yes when the servers are operating properly the question mark comes up for a split second when first opening TSM. But when this starts to happen the question mark just sits there… The servers are in a domain and are recognized. In TSM there...
  13. pmidwest

    Terminal Services Manager

    No DNS issues that would be related to this. The ProPalms licenses are on the database server and that server is having no problems. The users can ping the server they are actually connecting… and the bit you posted from the knowledge base seems to be spot on… the only difference in the problem...
  14. pmidwest

    Terminal Services Manager

    There is nothing out of the ordinary in the logs, and doesn’t seem to be anything taking up resources… haven’t run perfmon yet… I was thinking that this was happening around every 6 to 7 hours but I tried to remote in this morning at about 6am and reboot one of the servers that was doing this...
  15. pmidwest

    User in AD can not access network

    We've tried logging in as the user in multiple PC’s the result is the same. Other users can log onto the same PC’s and it works fine.

Part and Inventory Search

Back
Top