Getting Started with PowerShell | Learn more with Parallels RAS

Parallels® Remote Application Server enables administrators to manage their Parallels RAS deployments using Microsoft PowerShell. The PowerShell module allows Parallels RAS administrators to automate various configuration operations and create automatic scripts for repetitive and complex tasks.

PowerShell Quick Links

Getting Started with PowerShell

Command: New-RASSession

First, we need to set up a connection with the RAS console and create a session.

PowerShell

Open Microsoft PowerShell and type in the Import-Module PSAdmin command and press enter.

PowerShell

Enter a secure password to be included when creating a new RAS session.

Type in the New-RASSession command followed by the –username “username” –password $securepassword and –server “Server IP Address”. Once all of the details have been entered, click the enter button to create the session.

Publishing Using Microsoft PowerShell

Get All Published Items

Command: Get-PubItem

PowerShell

To get all published applications, first connect to the RAS console. After the session has been created, enter the Get-PubItem command to get all the published items.

Publish Application

Command: New-PubRDSApp

PowerShell

To publish a new application using Microsoft PowerShell, you need to use the New-PubRDSApp command followed by the –Name “Application Name” –Target “the target of the application”. You can also add a description using –Description “adding the description of the application here”.

PowerShell

Once you have added the application, enter the Get-PubItem command to ensure that the application has been successfully added to the list of published items.

PowerShell

You can also filter the applications you get. If you enter the Get-PubRDSApp, only the items published using RDS will be shown.

Publish Desktop

Command: New-PubRDSDesktop

PowerShell

To publish a desktop, first set up a connection and session with the RAS console as shown above. You can get all the published items using the Get-PubItem command to make sure the desktop has not been added yet.

PowerShell

To add a new RDS desktop to the list of published applications, enter the New-PubRDSDesktop command followed by the name you would like to give the desktop. To add the name, enter –Name “desktop name”.

PowerShell

Once the desktop has been added, enter the Get-PubItem command to make sure the new added desktop has also been added to the list of published applications.

Alternatively, you may also get the published RDS desktops only. To do so, enter the Get-PubRDSDesktop command.

Remove a Published Item

Command: Remove-PubItem

PowerShell

To remove a published item, first you need to connect and set up a session with the RAS console. Once the connection has been made, get all the published items by entering the Get-PubItem command.

PowerShell

Once you have the published items listed, you may proceed to remove a published item. Enter the Remove-PubItem command; the console will ask you to enter the ID for the application you would like to remove. Using the list of published applications we got before, check the ID of the published application and input the number. Then press enter to continue and remove the published item.

To make sure the published item has been removed, get all the published items again using the Get-PubItem command.

Terminal Services (RDS) Using Microsoft PowerShell

Retrieving All RDS Servers

Command: Get-RDS

The Get-RDS command retrieves information about one or multiple RD Session Host servers.

PowerShell

Connect to the RAS console and set up a session. Enter the Get-RDS command for Microsoft PowerShell to display all the Terminal Servers/RDS Servers added to the RAS console.

Adding a New RDS Server to the Farm

Command: New-RDS

You can also add a new RDS/Terminal Server to the console using Microsoft PowerShell.

PowerShell

Set up a connection and session with the RAS console, then type in the New-RDS followed by the IP Address of the server in quotation marks. The new Terminal Server/RDS server will be automatically added. All the necessary components will be automatically pushed and installed remotely.

Once the TS/RDS server has been added, enter the Get-RDS command to confirm that the new server has been actually added.

Removing an RDS Server From the Farm

Command: Remove-RDS

Using Microsoft PowerShell for RAS, you also have the ability to remove an RDS server without touching the console.

PowerShell

First, set up a connection and session with the RAS console, then retrieve all the currently added RDS severs by using the Get-RDS function. To remove an RDS server, input the Remove-RDS command and then enter the ID, which can be retrieved from the list acquired when using the Get-RDS function.

Once you see that the removal of the RDS server operation is successful, use the Get-RDS function again to confirm that you have actually removed the server.

Parallels RAS offers Flexible PowerShell Management

Parallels® Remote Application Server (RAS) is a remote work solution that provides 24/7 virtual access to applications and desktops from any device.

Many administrators chose to base their Parallels RAS farms on templates in order to reduce the deployment time and administrative requirements for the new machine. Patching operations are only carried only once in the master image when using templates and cloning methods. The environment will be upgraded in a matter of minutes by deploying new computers based on the revised template.

A comprehensive collection of tools for managing and configuring RAS farms is included in the Parallels RAS PowerShell SDK (Software Development Kit), including particular cmdlets for generating templates from pre-existing virtual machines or deploying new machines based on those templates. Administrators may fully automate the patching of their infrastructure servers and their template-based workstations by combining these instructions with the PSWindowsUpdate PowerShell module.

The complete set of RAS commands is available here

Give Parallels RAS a try with a 30-day free trial now!

Download the Trial