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. Jesse222

    Check to see if a service is running on a remote machine

    Hey All, Last week i was running this code with a non privileged user and it seemed to work fine. I have tested it on a remote computer that was in a workgroup as well as a computer that was in our active directory domain. Now when I run it against the computer that is in a workgroup I get...
  2. Jesse222

    Creating a log file

    It did thanks.
  3. Jesse222

    Creating a log file

    Opps sorry, I left in some of my testing. Here is the code once more. Const ForAppending = 8 Dim strLogFile, strDate strDate = Date strLogFile = "Logs\Find_Primary_" & Year(strDate) & Month(strDate) & Day(strDate) & ".log" Set objFSO = CreateObject("Scripting.FileSystemObject") Set...
  4. Jesse222

    Creating a log file

    Hello, I want to add some logging into an existing script. The code here works but I was wondering if there is a way to have it create the *.log file on a subdir from where the script is getting run from. then I do not have to code the full path to the log file. Right now when I run this...
  5. Jesse222

    Replication and Disaster Recovery Solutins

    Hello, I am in the middle of doing a proposal for a local company here. I have not had any experience with data replication or disaster recovery and have had to do a ton of research. I have come here to post what I have found out and hope for any helpful hints or suggestions. First off the...
  6. Jesse222

    What can you tell me about Net App equipment?

    icimikec, I am also looking onto NetApp as a solution for data replication and disaster recovery. I have only just started to research a few companies; NetApp, VERITAS, Storage Tek and just having a duplicate SAN solution. So far it looks like Net App is the best choice. The hardware looks...
  7. Jesse222

    Am I the only reading this forum?

    Hello all, I am new to the area of storage but I am having to do some research on some good data replication and disaster recovery systems for a proposal I am working on. I have looked into NetApp and I was hoping I could get some feedback on the forms here. How good is NetApp? Are there...

Part and Inventory Search

Back
Top