Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoliver authored Sep 10, 2020
1 parent ecd2ac2 commit 4ff2539
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

Finds and replaces the content in text-based files and redistributes any referencing Configuration Manager Applications and Packages.

## Installation

Simply download the zip or clone the repository

```
git clone https://github.com/tcoliver/Update-CMScriptContent.git
cd Update-CMScriptContent
```

The script depends on the *Get-CMContentLocations* module in the modules directory, so at minimum ensure your file structure includes:

```
Update-CMScriptContent/
├── Update-CMScriptContent.ps1
└── modules/
└── Get-CMContentPaths.psm1
```

## Usage

Search Only
Expand All @@ -21,6 +39,8 @@ Search and Replace
-SiteCode "S01"
```

The script will create a log file at the current directory when run.

## Features

* Recursively finds files with search strings
Expand Down

0 comments on commit 4ff2539

Please sign in to comment.