Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSchoenburg authored Apr 13, 2022
1 parent ab73fb0 commit aaeb15b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
PowerShell script that sends push notifications via Pushover for predefined monitoring methods.

# Known Errors
Bypass Execution Policys like this:
`PowerShell.exe -ExecutionPolicy Bypass -File "$($env:USERPROFILE)\Downloads\New-PushMon.ps1"`
1. Bypass Execution Policys like this: `PowerShell.exe -ExecutionPolicy Bypass -File "$($env:USERPROFILE)\Downloads\New-PushMon.ps1"`
2. The ASCII Art in the Code can case an error under on computers. The error will say, there would be an unexpected "}" at line 277 position 5.

# Possible Shortcut
`PowerShell.exe -ExecutionPolicy Bypass -File "%userprofile%\Downloads\New-PushMon.ps1" -Method CursorAtPos -ApiToken IncertHere -UserKey IncertHere`

0 comments on commit aaeb15b

Please sign in to comment.