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 LeeSalter

  1. LeeSalter

    Cannot Create ActiveX Component

    Sorted! The destination servers need to have the wbemcore.exe installed on them (downloaded from the Microsoft Website).
  2. LeeSalter

    Cannot Create ActiveX Component

    Sorry, it's in VB .NET.
  3. LeeSalter

    Cannot Create ActiveX Component

    Hi all, I've got this code in my app to access a server (I want to get details of the disks on remote servers) objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & ServerName & "\root\cimv2") On some servers it works fine...
  4. LeeSalter

    Determining if MS Exchange is installed

    Does anybody know how to check for the existance of Microsoft Exchange on a remote server using VB .NET?
  5. LeeSalter

    Auto-Update from EPO Task

    Hi there, I'm administering around 1500 clients on my network. I've configured a task to auto-update the clients every morning. Around 85% of my clients update with no problems. However, the other 15% don't seem to be behaving. There is no Update.txt file on the pc's even though logging is...
  6. LeeSalter

    EPO Agent Service Does Not Install

    Un-installing and re-installing doe not work. Any other ideas before I throw this to NAI??
  7. LeeSalter

    EPO Agent Service Does Not Install

    The two .exe files that you mentioned are indeed in the epoAgent directory. I have tried re-pushing the agent to no avail. I'll try uninstalling it from the client and then pushing again. Thanks
  8. LeeSalter

    Windows ME and .NET

    Does anybody know if VB .NET can be installed on a pc with Windows ME?
  9. LeeSalter

    EPO Agent Service Does Not Install

    Hi, hope you can help me out. Some of the clients in our network are not installing the EPO Agent properly. A look onto the c: drive of the client confirms that the EPOAgent directory is being created, but when I look at the services on the machine, there is no NAI E-Policy Orchestrator Agent...
  10. LeeSalter

    Hiding VScan when run from ME 2.5

    That's great. Thanks a lot.
  11. LeeSalter

    Hiding VScan when run from ME 2.5

    Does anybody know of any command line extensions that will hide the VScan window on a client machine when clicking on the Scan option for that machine from within Management Edition??? I have tried /hide /hidden to no avail. Can't find anything on NAI's website.
  12. LeeSalter

    NT Event Log Access

    It's ok...I've sussed out what I was doing wrong. I was trying to write from a remote server log to a file on another remote server....apparently this cannot be done. I made a little workaround by first archiving the log locally and then simply doing a .copy to stick it where I wanted it to go...
  13. LeeSalter

    NT Event Log Access

    Hi there, I need to backup and clear the Event Logs on numerous NT4 servers. I have called the BackupEventLog API in my script, but it fails with an ACCESS_DENIED error. I am a member of Domain Admins on all servers. Is there any way to programmatically get around this???
  14. LeeSalter

    This may seem really basic, but...

    ...Can anybody tell me how to execute a .cmd file on a remote server using VB6, without having to copy the file to the local machine and using the shell command?
  15. LeeSalter

    Need help on NetSessionDel

    Does anybody have any VB code that users the NetSessionDel API? I need to disconnect user NT sessions from a server with a command button. Cheers

Part and Inventory Search

Back
Top