diff --git a/README copy.md b/README copy.md index 1fbe43c..7a86aee 100644 --- a/README copy.md +++ b/README copy.md @@ -11,6 +11,14 @@ This PowerShell module is based on CIS benchmarks and is distributed under the C For full license details, please visit [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en). [Register for and download CIS Benchmarks](https://www.cisecurity.org/cis-benchmarks) +# Table of Contents +1. [Invoke-M365SecurityAudit](#Invoke-M365SecurityAudit) +2. [Export-M365SecurityAuditTable](#Export-M365SecurityAuditTable) +3. [Get-AdminRoleUserLicense](#Get-AdminRoleUserLicense) +4. [Get-MFAStatus](#Get-MFAStatus) +5. [Grant-M365SecurityAuditConsent](#Grant-M365SecurityAuditConsent) +6. [Remove-RowsWithEmptyCSVStatus](#Remove-RowsWithEmptyCSVStatus) +7. [Sync-CISExcelAndCsvData](#Sync-CISExcelAndCsvData) ## Invoke-M365SecurityAudit diff --git a/README.md b/README.md index 9c9dd29..aa0f28c 100644 Binary files a/README.md and b/README.md differ diff --git a/docs/index.html b/docs/index.html index edaf242..1ef6b8b 100644 Binary files a/docs/index.html and b/docs/index.html differ diff --git a/helpers/Build-Help.ps1 b/helpers/Build-Help.ps1 index 57d5a06..727d0a3 100644 --- a/helpers/Build-Help.ps1 +++ b/helpers/Build-Help.ps1 @@ -1,11 +1,11 @@ Import-Module .\output\module\M365FoundationsCISReport\*\*.psd1 . .\source\Classes\CISAuditResult.ps1 .\helpers\psDoc-master\src\psDoc.ps1 -moduleName M365FoundationsCISReport -outputDir docs -template ".\helpers\psDoc-master\src\out-html-template.ps1" -.\helpers\psDoc-master\src\psDoc.ps1 -moduleName M365FoundationsCISReport -outputDir ".\" -template ".\helpers\psDoc-master\src\out-markdown-template.ps1" -fileName ".\README.md" +.\helpers\psDoc-master\src\psDoc.ps1 -moduleName M365FoundationsCISReport -outputDir ".\" -template ".\helpers\psDoc-master\src\out-markdown-template.ps1" -fileName ".\README.md" - <# - $ver = "v0.1.23" + $ver = "v0.1.24" git checkout main git pull origin main git tag -a $ver -m "Release version $ver refactor Update"