Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit 0c86197

Browse files
authored
Clarified and updated.
1 parent 1308f8d commit 0c86197

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ Sends notifications from Veeam Backup & Restore to Slack
1111

1212
## Slack setup
1313

14-
#### 1. Create destination directory
15-
1614
We'll be using PowerShell to get started with this.
1715

16+
Please connect to your Veeam server and open PowerShell as an administrator. I ask that you open PowerShell on your Veeam server as some of the instructions will not work over a remote PS session. You may use a remote PS session and adapt the instructions if you like, but I'm not responsible if you break anything (though that would be quite hard to do with what I'm telling you to do here).
17+
18+
#### 1. Create destination directory
19+
1820
Make a scripts directory: `C:\VeeamScripts`
1921

2022
```PowerShell
@@ -38,7 +40,7 @@ You may recieve an SSL error as in some cases winhttp uses TLS1 by default (depe
3840
```PowerShell
3941
Expand-Archive C:\VeeamScripts\VeeamSlackNotifications-2.4.zip -DestinationPath C:\VeeamScripts
4042
Ren C:\VeeamScripts\VeeamSlackNotifications-2.4 C:\VeeamScripts\VeeamSlackNotifications
41-
rm C:\VeeamScripts\VeeamSlackNotifications-v2.4.zip
43+
rm C:\VeeamScripts\VeeamSlackNotifications-2.4.zip
4244
```
4345

4446
#### 4. Prepare for use

0 commit comments

Comments
 (0)