Skip to content

Commit

Permalink
Merge pull request #144 from CriticalSolutionsNetwork/Test-Help
Browse files Browse the repository at this point in the history
docs: Update Help Wiki
  • Loading branch information
DrIOSX authored Jul 7, 2024
2 parents 1717b60 + 1ec2870 commit 9f28c97
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README copy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Binary file modified README.md
Binary file not shown.
Binary file modified docs/index.html
Binary file not shown.
4 changes: 2 additions & 2 deletions helpers/Build-Help.ps1
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 9f28c97

Please sign in to comment.