docs: Update WIKI and xml help
This commit is contained in:
@@ -11,24 +11,24 @@ Locale: en-US
|
|||||||
The `M365FoundationsCISReport` module provides a set of cmdlets to audit and report on the security compliance of Microsoft 365 environments based on CIS (Center for Internet Security) benchmarks. It enables administrators to generate detailed reports, sync data with CIS Excel sheets, and perform security audits to ensure compliance.
|
The `M365FoundationsCISReport` module provides a set of cmdlets to audit and report on the security compliance of Microsoft 365 environments based on CIS (Center for Internet Security) benchmarks. It enables administrators to generate detailed reports, sync data with CIS Excel sheets, and perform security audits to ensure compliance.
|
||||||
|
|
||||||
## M365FoundationsCISReport Cmdlets
|
## M365FoundationsCISReport Cmdlets
|
||||||
### [Export-M365SecurityAuditTable](Export-M365SecurityAuditTable.md)
|
### [Export-M365SecurityAuditTable](Export-M365SecurityAuditTable)
|
||||||
Exports M365 security audit results to a CSV file or outputs a specific test result as an object.
|
Exports M365 security audit results to a CSV file or outputs a specific test result as an object.
|
||||||
|
|
||||||
### [Get-AdminRoleUserLicense](Get-AdminRoleUserLicense.md)
|
### [Get-AdminRoleUserLicense](Get-AdminRoleUserLicense)
|
||||||
Retrieves user licenses and roles for administrative accounts from Microsoft 365 via the Graph API.
|
Retrieves user licenses and roles for administrative accounts from Microsoft 365 via the Graph API.
|
||||||
|
|
||||||
### [Get-MFAStatus](Get-MFAStatus.md)
|
### [Get-MFAStatus](Get-MFAStatus)
|
||||||
Retrieves the MFA (Multi-Factor Authentication) status for Azure Active Directory users.
|
Retrieves the MFA (Multi-Factor Authentication) status for Azure Active Directory users.
|
||||||
|
|
||||||
### [Grant-M365SecurityAuditConsent](Grant-M365SecurityAuditConsent.md)
|
### [Grant-M365SecurityAuditConsent](Grant-M365SecurityAuditConsent)
|
||||||
Grants Microsoft Graph permissions for an auditor.
|
Grants Microsoft Graph permissions for an auditor.
|
||||||
|
|
||||||
### [Invoke-M365SecurityAudit](Invoke-M365SecurityAudit.md)
|
### [Invoke-M365SecurityAudit](Invoke-M365SecurityAudit)
|
||||||
Invokes a security audit for Microsoft 365 environments.
|
Invokes a security audit for Microsoft 365 environments.
|
||||||
|
|
||||||
### [Remove-RowsWithEmptyCSVStatus](Remove-RowsWithEmptyCSVStatus.md)
|
### [Remove-RowsWithEmptyCSVStatus](Remove-RowsWithEmptyCSVStatus)
|
||||||
Removes rows from an Excel worksheet where the 'CSV_Status' column is empty and saves the result to a new file.
|
Removes rows from an Excel worksheet where the 'CSV_Status' column is empty and saves the result to a new file.
|
||||||
|
|
||||||
### [Sync-CISExcelAndCsvData](Sync-CISExcelAndCsvData.md)
|
### [Sync-CISExcelAndCsvData](Sync-CISExcelAndCsvData)
|
||||||
Synchronizes and updates data in an Excel worksheet with new information from a CSV file, including audit dates.
|
Synchronizes and updates data in an Excel worksheet with new information from a CSV file, including audit dates.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user