Skip to content

Commit

Permalink
Merge pull request cammurray#250 from sangling/patch-1
Browse files Browse the repository at this point in the history
Spelling corrections
  • Loading branch information
cammurray authored Aug 29, 2023
2 parents e2729b0 + 73f0407 commit 7025e92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The configuration health index is a weighted value representing your configurati

You will need the Exchange Online Management module first.

* Exchange Online Management module is availible via the PowerShell gallery:
* Exchange Online Management module is available via the PowerShell gallery:

Install for current user `Install-Module -Name ExchangeOnlineManagement -Scope:CurrentUser`
Install for all users `Install-Module -Name ExchangeOnlineManagement`
Expand Down Expand Up @@ -74,7 +74,7 @@ first disconnect you before connecting to the other org.

We now support outputting to different formats (which can be useful for different purposes, such as tracking trending over time).

If the following isn't good enough for your purpose, don't despair, the output is fully modular. You can create your own output type by creating your own "output-name.ps1" file in the outputs directory. You'll need to create a class that extends the "ORCAOutput" class, and you'll need to implement an override for the RunOutput function. Easiest way is just to copy one of the exsting ps1's to make your own (if you need to, that is..)
If the following isn't good enough for your purpose, don't despair, the output is fully modular. You can create your own output type by creating your own "output-name.ps1" file in the outputs directory. You'll need to create a class that extends the "ORCAOutput" class, and you'll need to implement an override for the RunOutput function. Easiest way is just to copy one of the existing ps1's to make your own (if you need to, that is..)

## Running specifying an alternative output

Expand All @@ -90,7 +90,7 @@ Example outputting to JSON

HTML is the output format that you'll get when you run Get-ORCAReport.

Example 1 - this is the equivelant of running Get-ORCAReport:
Example 1 - this is the equivalent of running Get-ORCAReport:

`Invoke-ORCA -Output HTML`

Expand Down Expand Up @@ -243,4 +243,4 @@ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
OTHER DEALINGS IN THE SOFTWARE.

0 comments on commit 7025e92

Please sign in to comment.