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 SkipVought 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. cmwoodman

    Enumerating Remote machine specific services...

    dilettante appears to be a pretty proflic scripter, what was the name of the thread?
  2. cmwoodman

    Enumerating Remote machine specific services...

    I found this script written by a guy named Trevor Walker, it might be a little overkill for what you need but i have found it extremely helpful. in my environment (200 servers) it takes a couple of hours to complete but when it is done i have an excel spreadsheet with all of my servers and...
  3. cmwoodman

    Enumerating all services on all servers in a domain.

    OK,i have some code (that i got off another site so it is not mine ;)) that is susposed to enumerate all the servers on the domain, then go through and list all of the services on each server and drop them in to an excel doc. it appears to work. but closer examination shows that the for the...
  4. cmwoodman

    Registry Replication

    There is a tab on the Generic Service for registry replication. everytime i attempt to place the registry key i want to sync on both nodes i get this error: An Error occured adding registry key 'HKEY_LOCAL_MACHINE\SOFTWARE\K...: The parameter is incorrect. Any ideas on how to correctly...
  5. cmwoodman

    OMA access at the Root URL level

    OK, here is the setup Windows 2K3 Enterprise Server (2 clustered nodes) Exchange 2K3 Enterprise (working) Web access works great OMA access works - how do i get a virtual server to point directly to the OMA portion of webmail? Keep in mind this is on a cluster. The knowledge base articles...
  6. cmwoodman

    Ibook has died

    Guess what guys. Apple finally admitted it!!!! http://www.apple.com/support/ibook/faq/ check it out.
  7. cmwoodman

    Trimming the DistinguishedName and MemberOf info.

    Bastien, I am not sure what you mean, checking for length does not seem to really help me since just about everything is going to be a different length. I think i what i need to do is some sort of Replace(string, "what to replace", "with this") command but the problem i am...
  8. cmwoodman

    Wmi - ConnectServer

    are you logged on to the system you are running it from as a Domain Administrator? and are these systems on the same domain?
  9. cmwoodman

    Find OU from username

    Woodhead, I really like this script you posted. I had some questions about it though, i am only able to return the first 2000 users in my domain. i changed the 'size limit' variable from 2000 to 5000 (even 50000) and i still only returned the first 2000, i also changed the 'page size' in...
  10. cmwoodman

    Trimming the DistinguishedName and MemberOf info.

    I have a script that will drill down a specific OU, to sub OU's and then list all of the users and the groups that user is a member of. It works well but i have a problem, i cannot format the results correctly. What i get back looks like this...
  11. cmwoodman

    Nfuse Login Causing Account Lockout Problems

    Is this still and issue for you? we are having a similar problem and wanted to know if you found a solution?
  12. cmwoodman

    Find OU from username

    It looks like you are getting the run around. Here is a thread where someone has a script that is returing the OU. thread329-727405 It might help you out some.
  13. cmwoodman

    When can you not terminate a running task via VBS?

    tsuji, I have looked at your last post, and i have looked up .getobjecttext_ but i am not sure what you mean by 'three outputs' are you saying there are three specific outputs that this property returns? FYI, I recieved a detailed list of the API calls specifically for the three executables...
  14. cmwoodman

    Retrieve Deparment and map network printer accordingly

    You know i starting thinking about it. you could create an HR_printers group in AD, and apply a policy to that group that would have just the last part of your script as a start up script.
  15. cmwoodman

    When can you not terminate a running task via VBS?

    It is called a service but it is not one that you will see in the Service Control Panel. It is essentially a background task, in 3 parts(ctBroker, ctServer, ctWebApp) and all are exe's. I can terminate the Server and WebApp, but not the Broker. I am not familiar with the kill command, which...
  16. cmwoodman

    When can you not terminate a running task via VBS?

    Yes, and i am a domain Admin. I thought that there might be a priority issue or something of that nature that i could downgrade then i would be able to stop the task via script but i cannot find anything
  17. cmwoodman

    Retrieve Deparment and map network printer accordingly

    OK, i did not get a chance to test this but try this script. You will have to change some of the OU= stuff and the wscript.echo things, but it should help get you in the right direction. You need to be able to query the AD for the Username. once you do that you can return the...
  18. cmwoodman

    Retrieve Deparment and map network printer accordingly

    Have you tried? UserADsPath = objSysInfo.department?
  19. cmwoodman

    When can you not terminate a running task via VBS?

    I have a script where i need to terminate running tasks, run somethings on another server, then restart the tasks on the first server. The problem is i am not able to terminate these specific tasks. I can terminate other tasks using the code below (just changing the .exe) but not the one...
  20. cmwoodman

    Enumberating and Ending running tasks

    in your example it would be item.terminate() But i would not do a test run with the script as written since it will kill EVERY task running. I was looking for Multiple instances of a paticular task and when i saw your example i remembered the stock examples of how to find a specific running...

Part and Inventory Search

Back
Top