6. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 11/9/2018 12:16:34 PM Eastern Standard 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.

6.1 Files compared

# Location File Last Modified
1 RAMS-2.3.0.zip\RAMS-2.3.0\ps\misc MountSiteCollectionDB.ps1 Tue Aug 21 23:30:32 2018 UTC
2 RAMS-2.3.0.zip\RAMS-2.3.0\ps\misc MountSiteCollectionDB.ps1 Fri Nov 9 14:40:14 2018 UTC

6.2 Comparison summary

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

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

6.4 Active regular expressions

No regular expressions were active.

6.5 Comparison detail

  1   <#
  2  
  3   .SYNOPSIS
  4       Utilit y and Test ing script  to mount  the conten t database  to a web  applicatio n.
  5  
  6   .DESCRIPTI ON
  7       Use Mo unt-SPCont entDatabas e to chang e the cont ent databa se associa ted with a  WebApplic ation. All  parameter s are
  8       hard c oded in th e script.
  9       
  10   .EXAMPLE
  11       #when  run from c ommand lin e
  12       .\Moun tSiteColle ctionDB.ps 1
  13   #>
  14   Add-PSSnap in Microso ft.Sharepo int.Powers hell
  15   Mount-SPCo ntentDatab ase "SP_RA MS_WSS_Con tent_IRB_A pplication _DB_2_1" - DatabaseSe rver " DN S
" -WebAppl ication ht tps:// DNS . URL
  16