Skip to content

Commit 7dff1d3

Browse files
committed
update README.md
1 parent 23edd48 commit 7dff1d3

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Monkey365 is designed to simplify Microsoft cloud security assessments without r
3333
- Microsoft 365
3434
- Azure
3535
- Microsoft Entra ID
36-
- Coverage for major Microsoft 365 services including:
36+
- Coverage for major Microsoft 365 workloads including:
3737
- Exchange Online
3838
- SharePoint Online
3939
- Microsoft Teams
@@ -62,7 +62,6 @@ Install the Monkey365 PowerShell module and run.
6262
```powershell
6363
Install-Module -Name monkey365 -Scope CurrentUser
6464
Import-Module monkey365
65-
Invoke-Monkey365
6665
6766
$options = @{
6867
Instance = 'Microsoft365'
@@ -76,15 +75,15 @@ Invoke-Monkey365 @options
7675
```
7776

7877
> [!NOTE]
79-
> Monkey365 is distributed as a self-contained PowerShell module and includes all required dependencies. No additional Microsoft PowerShell modules are required.
78+
> Monkey365 includes bundled dependencies and does not require additional Microsoft PowerShell modules.
8079
8180
---
8281

8382
# Introduction
8483

8584
Monkey365 is a collector-based PowerShell module used to review the security posture of cloud environments. It scans Microsoft 365, Azure, and Microsoft Entra ID for potential security issues, configuration weaknesses, and deviations from security best practices.
8685

87-
The tool provides recommendations to help organizations strengthen their cloud security posture and improve compliance readiness.
86+
The framework provides recommendations to help organizations strengthen their cloud security posture and improve compliance readiness.
8887

8988
---
9089

0 commit comments

Comments
 (0)