Skip to content

Commit

Permalink
Merge pull request #180 from dinger1986/main
Browse files Browse the repository at this point in the history
stop rustdesk script from working and point to docs
  • Loading branch information
silversword411 authored Aug 31, 2023
2 parents b827ed4 + 25acafa commit 17e6c65
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 29 deletions.
6 changes: 3 additions & 3 deletions community_scripts.json
Original file line number Diff line number Diff line change
Expand Up @@ -458,15 +458,15 @@
},
{
"guid": "3e9881a1-5860-4a4e-9e34-e2a091381da6",
"filename": "Win_RustDesk_GetID.ps1",
"filename": "zzDEPRECATED_Win_RustDesk_GetID.ps1",
"submittedBy": "https://github.com/dinger1986/",
"name": "RustDesk - Get RustDeskID for client",
"description": "Returns RustDeskID for client - Use with Custom Fields for later use.",
"description": "Script doesn't work and won't be updated please obtain up to date scripts from https://docs.tacticalrmm.com/3rdparty_rustdesk/",
"shell": "powershell",
"supported_platforms": [
"windows"
],
"category": "TRMM (Win):Collectors"
"category": "DEPRECATED"
},
{
"guid": "95a2ee6f-b89b-4551-856e-3081b041caa7",
Expand Down
26 changes: 0 additions & 26 deletions scripts/Win_RustDesk_GetID.ps1

This file was deleted.

7 changes: 7 additions & 0 deletions scripts/zzDEPRECATED_Win_RustDesk_GetID.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# No Longer working please use from https://docs.tacticalrmm.com/3rdparty_rustdesk/
$ErrorActionPreference = 'silentlycontinue'

Write-output ".............................................................................................................................."
Write-output "Script doesn't work and won't be updated please obtain up to date scripts from https://docs.tacticalrmm.com/3rdparty_rustdesk/"
Write-output ".............................................................................................................................."
exit 20

0 comments on commit 17e6c65

Please sign in to comment.