diff --git a/docs/Emerging Issues.md b/docs/Emerging Issues.md new file mode 100644 index 0000000000..7b6c81f545 --- /dev/null +++ b/docs/Emerging Issues.md @@ -0,0 +1,6 @@ +--- +title: Emerging Issues +nav_order: 2 +--- + +Coming soon. diff --git a/docs/_config.yml b/docs/_config.yml index 057ff411db..46c8437463 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -13,3 +13,7 @@ gh_edit_repository: "https://github.com/microsoft/CSS-Exchange" # the github URL gh_edit_branch: "main" # the branch that your docs is served from gh_edit_source: docs # the source that your files originate from gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately + +# Google Analytics +ga_tracking: G-W4DV3XCSNP +ga_tracking_anonymize_ip: true # Use GDPR compliant Google Analytics settings diff --git a/docs/index.md b/docs/index.md index cbde91ad1d..0bf97698e7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,25 +7,11 @@ nav_order: 1 This project contains scripts for supporting and troubleshooting Microsoft Exchange Server. +## Popular Scripts + | Script | Docs | Download | | ------------------------------------ | ------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------- | -| CopyMissingDlls.ps1 | [Docs](Setup/CopyMissingDlls) | [Download](https://github.com/microsoft/CSS-Exchange/releases/latest/download/CopyMissingDlls.ps1) | -| DLT365Groupsupgrade.ps1 | [Docs](M365/DLT365Groupsupgrade) | [Download](https://github.com/microsoft/CSS-Exchange/releases/latest/download/DLT365Groupsupgrade.ps1) | -| EOMT.ps1 | [Docs](Security/EOMT) | [Download](https://github.com/microsoft/CSS-Exchange/releases/latest/download/EOMT.ps1) | -| ExchangeLogCollector.ps1 | [Docs](Diagnostics/ExchangeLogCollector) | [Download](https://github.com/microsoft/CSS-Exchange/releases/latest/download/ExchangeLogCollector.ps1) | -| ExchangeMitigations.ps1 | [Docs](Security/ExchangeMitigations) | [Download](https://github.com/microsoft/CSS-Exchange/releases/latest/download/ExchangeMitigations.ps1) | -| ExPerfAnalyzer.ps1 | [Docs](Performance/ExPerfAnalyzer) | [Download](https://github.com/microsoft/CSS-Exchange/releases/latest/download/ExPerfAnalyzer.ps1) | -| FixInstallerCache | [Docs](Setup/FixInstallerCache) | [Download](https://github.com/microsoft/CSS-Exchange/releases/latest/download/FixInstallerCache.ps1) | -| Get-MRMDetails.ps1 | [Docs](Retention/Get-MRMDetails) | [Download](https://github.com/microsoft/CSS-Exchange/releases/latest/download/Get-MRMDetails.ps1) | -| Get-SimpleAdminAuditLogReport.ps1 | [Docs](Admin/Get-SimpleAdminAuditLogReport) | [Download](https://github.com/microsoft/CSS-Exchange/releases/latest/download/Get-SimpleAdminAuditLogReport.ps1) | | HealthChecker.ps1 | [Docs](Diagnostics/HealthChecker) | [Download](https://github.com/microsoft/CSS-Exchange/releases/latest/download/HealthChecker.ps1) | -| http-vuln-cve2021-26855.nse | [Docs](Security/http-vuln-cve2021-26855) | [Download](https://github.com/microsoft/CSS-Exchange/releases/latest/download/http-vuln-cve2021-26855.nse) | | SetupAssist.ps1 | [Docs](Setup/SetupAssist) | [Download](https://github.com/microsoft/CSS-Exchange/releases/latest/download/SetupAssist.ps1) | -| SetupLogReviewer.ps1 | [Docs](Setup/SetupLogReviewer) | [Download](https://github.com/microsoft/CSS-Exchange/releases/latest/download/SetupLogReviewer.ps1) | | SourceSideValidations.ps1 | [Docs](PublicFolders/SourceSideValidations) | [Download](https://github.com/microsoft/CSS-Exchange/releases/latest/download/SourceSideValidations.ps1) | | Test-AMSI.ps1 | [Docs](Admin/Test-AMSI) | [Download](https://github.com/microsoft/CSS-Exchange/releases/latest/download/Test-AMSI.ps1) | -| Test-HMAEAS.ps1 | [Docs](Hybrid/Test-HMAEAS) | [Download](https://github.com/microsoft/CSS-Exchange/releases/latest/download/Test-HMAEAS.ps1) | -| Test-ProxyLogon.ps1 | [Docs](Security/Test-ProxyLogon) | [Download](https://github.com/microsoft/CSS-Exchange/releases/latest/download/Test-ProxyLogon.ps1) | -| Troubleshoot-ModernSearch.ps1 | [Docs](Search/Troubleshoot-ModernSearch) | [Download](https://github.com/microsoft/CSS-Exchange/releases/latest/download/Troubleshoot-ModernSearch.ps1) | -| ValidateMailEnabledPublicFolders.ps1 | [Docs](PublicFolders/ValidateMailEnabledPublicFolders) | [Download](https://github.com/microsoft/CSS-Exchange/releases/latest/download/ValidateMailEnabledPublicFolders.ps1) | -| VSSTester.ps1 | [Docs](Databases/VSSTester) | [Download](https://github.com/microsoft/CSS-Exchange/releases/latest/download/VSSTester.ps1) |