440. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 10/26/2017 10:43:40 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

440.1 Files compared

# Location File Last Modified
1 OSCIF_BMS_v2_iter 2_September_2017.zip\BMS_Cand\COTS\Binaries\Utils\WMI_UserGroup MessageRequest.bat Wed Oct 18 19:00:54 2017 UTC
2 OSCIF_BMS_v2_iter 2_September_2017.zip\BMS_Cand\COTS\Binaries\Utils\WMI_UserGroup MessageRequest.bat Wed Oct 25 23:49:51 2017 UTC

440.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 60
Changed 1 2
Inserted 0 0
Removed 0 0

440.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

440.4 Active regular expressions

No regular expressions were active.

440.5 Comparison detail

  1   @echo off
  2   :: Set the  location  of your po wershell i nstall
  3   ::SET POWE RSHELL_HOM E=C:\WINDO WS\System3 2\WindowsP owerShell\ v1.0
  4   ::
  5   :: Set the  location  where you  unpackaged  the files
  6   ::SET SCRI PT_HOME=C: \Users\vaa itcnoonat\ Documents\ Powershell
  7   ::
  8   :: The nam e of the p owershell  script to  run.  You  should not  have to c hange this  normally
  9   ::SET SCRI PT=PowerSh ellService StatusQuer y.ps1
  10   ::
  11   :: The nam e of the p roject tha t this ser ver is ass ociated wi th.  Use A ITC three  byte acron ym.
  12   SET PROJEC T=BMS
  13   ::
  14   :: The ser ver that h as the EP  agent runn ing.  Note : The epag ent must b e listenin g for metr ic data ov er http
  15   SET EPAGEN T_SRVR=vaa acnms20.aa c.va.gov
  16   ::
  17   :: The EP  Agent HTTP  port.  At  AITC 9093  is pre-pr od, 9090 i s prod
  18   SET EPAGEN T_PORT= PORT
  19   ::
  20   :: Log fil e location .  You sho uld not ha ve to modi fy this
  21   ::
  22   ::SET LOG_ FILE=%SCRI PT_HOME%\s tdout.log
  23   SET LOG_FI LE=.\stdou t.log
  24   ::
  25   echo -----  >> "%LOG_ FILE%"
  26   echo Start  Running % date%-%tim e% >> "%LO G_FILE%"
  27   ::%POWERSH ELL_HOME%\ powershell .exe -File  "%SCRIPT_ HOME%\%SCR IPT%" %PRO JECT% %EPA GENT_SRVR%  %EPAGENT_ PORT% %SER VICE_NAME%  >> "%LOG_ FILE%"
  28   echo power shell.exe  -File Powe rShellMess ageRequest .ps1 %PROJ ECT% %EPAG ENT_SRVR%  %EPAGENT_P ORT% %1 %2  %3 >> "%L OG_FILE%"
  29   powershell .exe -File  PowerShel lMessageRe quest.ps1  %PROJECT%  %EPAGENT_S RVR% %EPAG ENT_PORT%  %1 %2 %3 > > "%LOG_FI LE%"
  30   echo Finis hed Runnin g %date%-% time% >> " %LOG_FILE% "
  31   echo ----  >> "%LOG_F ILE%"