Skip to content

Configuration

Jean-Cyril Drouhin edited this page Oct 14, 2024 · 8 revisions

Configuration

# Configuration

To customize the script for your environment, you need to prepare a JSON configuration file. Below is a sample structure for the file:

```json
{
  "SMTPServer": "smtp.contoso.com",
  "From": "no-reply@contoso.com",
  "To": "admin@contoso.com",
  "Subject": "SharePoint Farm Health Report"
}

Clone this wiki locally