Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stop rustdesk script from working and point to docs #180

Merged
merged 4 commits into from
Aug 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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