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 Mike Lewis 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. Program Jim

    File Exists Issue

    Gbaughma, I have altered all important details to fake values ie. smtp port user creds and passwords & smtp server.
  2. Program Jim

    File Exists Issue

    Hi, I have created this code: #Varibles $compname = $env:computername $SourceFile = "C:\Backuplog\BackupFailure.txt" #If source file does exists delete text file if (Test-Path $SourceFile) { Remove-Item $SourceFile } else { # Check for event in event log & write last event to file $log =...
  3. Program Jim

    Event Log Time Period Check

    Hi, I have developed a script that looks for a certain Windows Backup failure attempt. My issue is the failure event could be anytime from 18:00 to 06:00 the next morning, the script at the moment grabs all the events from the event log & writes it to a text file and emails it out. Personally...

Part and Inventory Search

Back
Top