https://github.com/devolutions/devosamples-ps
Samples of Devolutions PowerShell code
https://github.com/devolutions/devosamples-ps
powershell support
Last synced: 6 months ago
JSON representation
Samples of Devolutions PowerShell code
- Host: GitHub
- URL: https://github.com/devolutions/devosamples-ps
- Owner: Devolutions
- License: mit
- Created: 2021-01-14T16:37:36.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T15:26:25.000Z (9 months ago)
- Last Synced: 2025-04-09T16:47:47.561Z (9 months ago)
- Topics: powershell, support
- Language: PowerShell
- Homepage:
- Size: 620 KB
- Stars: 38
- Watchers: 16
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# DevoSamples-ps
Devolutions PowerShell module samples scripts.
The repository is divided in four 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. 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.
## DVLS
Scripts that make use of DVLS cmdlets (verb-DSxxxx) from our Devolutions PowerShell Module.
## RDM
Scripts that make use of Remote Desktop Manager cmdlets (verb-RDMxxxx) from our Devolutions PowerShell Module.
## Hub
Scripts that make use of Hub Busines cmdlets (verb-Hubxxxx) from our Devolutions PowerShell Module.