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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  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
  16. LeeSalter

    Disconnecting User Sessions

    Does anybody know of a way to programmatically disconnect a user session from an NT server using vb6(or API)? When a user clicks on "Close all programs and logon as a different user", it does not always disconnect the session from the authenticating server. My application relies upon...
  17. LeeSalter

    Getting A List Of Inactive NT Accounts.

    Thanks. But I need to query the data in VB or API, I did manage to get a promising API (NetGetUserInfo) but when it began to read the LastLogin flag on a user ID, Dr Watson decided to pay me a visit!!! :( Anybody know a way round this Access Violation error??
  18. LeeSalter

    Getting A List Of Inactive NT Accounts.

    Please can somebody tell me if there is a way in VB or API to get the date that an NT account was last accessed. I need to create a list of accounts that have not been used for the last 30 or so days. I already have used the NetSessionEnum API to test for whether or not a user is logged onto...
  19. LeeSalter

    How Can I Interogate The NT4.0 User Manager Database?

    Thanks. I've done that and it's all working luvvly jubbly!!! :)
  20. LeeSalter

    How Can I Interogate The NT4.0 User Manager Database?

    Hi there, I have written a nice application in VB6 that helps my colleagues administer NT4 user accounts (adding shortcuts to profiles, moving them from one server to another, setting permissions, creating remote shares, interogating user .bat files etc etc). It sits in front of an Access 2000...

Part and Inventory Search

Back
Top