Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devolutions/rdmsamples-ps
Remote Desktop Manager (RDM) samples of powershell code
https://github.com/devolutions/rdmsamples-ps
powershell support
Last synced: 11 days ago
JSON representation
Remote Desktop Manager (RDM) samples of powershell code
- Host: GitHub
- URL: https://github.com/devolutions/rdmsamples-ps
- Owner: Devolutions
- License: mit
- Created: 2021-01-14T16:37:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-14T19:27:28.000Z (about 1 month ago)
- Last Synced: 2024-11-14T20:27:13.499Z (about 1 month ago)
- Topics: powershell, support
- Language: PowerShell
- Homepage:
- Size: 603 KB
- Stars: 35
- Watchers: 19
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# RDMSamples-ps
Remote Desktop Manager (RDM) samples of PowerShell code.The repository is divided in two areas:
## custom_batch_actions
Small fragments of PowerShell code that are used mostly in RDM's "Edit -> Edit (special actions) -> Custom PowerShell command". This offers a simple interactive method to run a snippet of code on currently selected entries.
## module
Scripts that make use of our Remote Desktop Manager PowerShell Module. It allows for greater control but at the cost of more complexity. You should note that the snippets available in the ***custom_batch_actions*** area are usable in scripts. When looking for information on how to handle a specific field of one of our entries, it's recommended to look in the whole repository.