Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alekdavis authored Jan 2, 2023
1 parent 25197e8 commit f8e426b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ Tells the script not to use the Secure Sockets Layer (SSL) protocol when connect
Path to the file holding username and encrypted password of the account that has permission to send mail via the SMTP server. You can generate the file via the following PowerShell command:

```PowerShell
Get-Credential | Export-CliXml -Path "PathToFile.xml"`
Get-Credential | Export-CliXml -Path "PathToFile.xml"
```

The default log file will be created in the backup folder and will be named after this script with the '.xml' extension, such as 'PlexBackup.ps1.xml'.
Expand Down

0 comments on commit f8e426b

Please sign in to comment.