From de893123529740b87d84348341909dccb7262903 Mon Sep 17 00:00:00 2001 From: DrIOS <58635327+DrIOSX@users.noreply.github.com> Date: Sun, 7 Jul 2024 17:41:04 -0500 Subject: [PATCH 1/2] docs: Update Help Wiki --- README copy.md | 8 ++++++++ README.md | Bin 50704 -> 51582 bytes docs/index.html | Bin 119504 -> 119504 bytes 3 files changed, 8 insertions(+) diff --git a/README copy.md b/README copy.md index 1fbe43c..5fac685 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 9c9dd2911d42213dd57e8cd123b95f6257b0c26c..aa0f28c9939f779ee35d70a07ccf3925d397135e 100644 GIT binary patch delta 236 zcmbQx!~Aa&^M++?#tIA}42cX$3^@#`3Zw8eM++q!t1F|OT1+lT4!(?{o!(?{oZ=S_gwjTf_ CD=|a> delta 14 Wcmex2iFrZ~^M++?n?<;?_5%Pg@dgP1 diff --git a/docs/index.html b/docs/index.html index edaf242f97501a2eb91826298938e9546ec2aff5..1ef6b8b37046921a478cda4c76c7b23c7c21ec33 100644 GIT binary patch delta 23 fcmcbxl>Nd|_6d*JjTy`stQZU$Uv7QL`1~ROa)1g3 delta 23 fcmcbxl>Nd|_6d*J4H*m>tQbrhUv7QL`1~ROa!3jT From 1ec287031c610fb57d8cf4bbeb3449a8fb328d31 Mon Sep 17 00:00:00 2001 From: DrIOS <58635327+DrIOSX@users.noreply.github.com> Date: Sun, 7 Jul 2024 17:43:25 -0500 Subject: [PATCH 2/2] docs: Update Help Wiki --- README copy.md | 2 +- helpers/Build-Help.ps1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README copy.md b/README copy.md index 5fac685..7a86aee 100644 --- a/README copy.md +++ b/README copy.md @@ -12,7 +12,7 @@ For full license details, please visit [Creative Commons Attribution-NonCommerci [Register for and download CIS Benchmarks](https://www.cisecurity.org/cis-benchmarks) # Table of Contents -1. [Invoke-M365SecurityAudit](##Invoke-M365SecurityAudit) +1. [Invoke-M365SecurityAudit](#Invoke-M365SecurityAudit) 2. [Export-M365SecurityAuditTable](#Export-M365SecurityAuditTable) 3. [Get-AdminRoleUserLicense](#Get-AdminRoleUserLicense) 4. [Get-MFAStatus](#Get-MFAStatus) 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"