An open API service indexing awesome lists of open source software.

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

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.