Skip to content

Commit

Permalink
Publish to PS Gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebAlbers committed Jan 12, 2021
1 parent 281207d commit dc4e59a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,23 @@

----

![PowerShell Gallery Version](https://img.shields.io/powershellgallery/v/occam?color=%237f4bae) ![GitHub](https://img.shields.io/github/license/pliancy/occam)

OCCAM is an open-source toolkit for testing Office365 tenants against a set of security and compliance best practices. It is built for CSPs managing multiple tenants, though a future version will allow for use without CSP membership.

## Install

OCCAM can be installed via the PowerShell Gallery:

```ps1
Install-Module -Name occam
```

## Usage

:warning: Currently the O365 commands this module relies on are only supported on Windows

Download the Main branch and place the "occam" folder into the (default) `C:\Program Files\WindowsPowerShell\Modules` folder
Import the module and run the `Invoke-Occam` command to begin an Occam audit.

```ps1
Import-Module occam
Expand Down

0 comments on commit dc4e59a

Please sign in to comment.