modules

How to install PowerShell modules?

Simply download, unzip and put the module folder in C:\Windows\System32\WindowsPowerShell\v1.0\Modules

How to import PowerShell modules?

Import a specific module:

Import-Module modulename

Import all available modules:

Get-Module -ListAvailable | Import-Module

PSTerminalServices

The PSTerminalServices module contains functions to manage Terminal Services (including RemoteDesktop) sessions and processes. It is based on an open source project named Cassia (version 2.0.0.60), a .NET library for accessing the native Windows Terminal Services API.

Functions:

 

Click here to download from blog.feldmann.io!

Source: https://psterminalservices.codeplex.com/