Skip to content

Commit

Permalink
Update Getting-Started wiki page
Browse files Browse the repository at this point in the history
  • Loading branch information
luigilink committed Oct 29, 2024
1 parent b7d312e commit 97d37b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wiki/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ In the above example, `$CredSSPDelegates` can be a wildcard name (such as "\*.co
## Installation

1. [Download the latest release](https://github.com/luigilink/SPSTrust/releases/latest) and unzip to a directory on your SharePoint Server.
2. Prepare your JSON configuration file with the required SMTP and farm details.
3. Add the script in task scheduler by running the following command:
2. Prepare your JSON configuration file, see [Configuration](./Configuration) page for more details.
3. Run the script with the following command:

```powershell
.\SPSTrust.ps1 -ConfigFile 'contoso-PROD.json' -FarmAccount (Get-Credential)
Expand Down

0 comments on commit 97d37b7

Please sign in to comment.