Skip to main content

Workspace Deployment Guide

Overview

This guide walks through the process of deploying Workspace into an existing Atria deployment.


Step 1: PowerShell Deployment

The method at this stage varies depending on which Atria version you are using. If you don't know which version you are running, you can view this at the bottom of the Home page on the Atria Web UI.

  1. On the provisioning server, run the following command in an elevated PowerShell session:
Install-AtriaWorkSpace

This will install the Workspace Web Service:

Web Service Install

img

  1. Import the Workspace Service into Atria:
Import-AtriaServiceSchema -Service WorkSpace
Service Schema Import

img

  1. Query the Workspace Web Service Credentials from IIS:
C:\Windows\system32\inetsrv\appcmd.exe list apppool /name:"$=Atria WorkSpaceWS AppPool" /text:* | findstr "name: userName: password: password"
Credential Query

img

Make note of these credentials as they will be required at a later stage.


Step 2: Customer and User Plans

At this stage in the process, it is important to understand what Customer and User Plans are in the context of Workspace.

  • User Plans are a user level configuration option that can be used for tracking billing.

  • Customer Plans are a customer level configuration option that can be used for configuring Terminal Services and Profile Settings.

Both User Plans and Customer Plans can be fully customised to allow for any configuration options. Further info on the way that user and customer plans can be used can be found here: Service Plans

Further info on Workspace specific Customer plan configuration can be found here: Workspace Customer Plans.


Step 3: Atria Deployment

  1. Enable the Workspace service in Configuration > System Manager > Service Deployment.

    1. At the Top Level:

    • Select Top Environment Services in the Service Filter.

    • Open Workspace with the green arrow.

    • To enable the service at this level, you must select at least 1 user and customer plan. If you have already setup any User or Customer Plans, they can be selected here. If not, then open both sections and select the plans named Default. These plans contain the default configuration for Workspace.

    • Click Save

    1. At the Location Level:

    • Select Active Directory Location Services in the Service Filter.

    • Open Workspace with the green arrow:

Service Deployment

img

  • Open User and Customer Plans and enable any extra plans you have created. Default ones will already be enabled.
info

The Publish tick box will enable the plans at reseller level for all resellers throughout the hierarchy.

  • Click Save
  1. Select Server Roles on the left, or from within the System Manager, expand your Provisioning Server, and enable the Workspace Role:
Server Roles

img

  • Click Save
  1. Select Credentials on the left, or from within the System Manager, and Add a new record within the credentials generated in the PowerShell Deployment and the Domian:
Credentials

img

  1. Select Server Connections on the left, or from within the System Manager, click New Connection and enter the details below:
    • Server Role: Workspace
    • Server: Choose your provisioning server.
    • Credentials: Choose the credentials setup in the previous step.
    • URL Base: /WorkSpace/Api
    • Protocol: http
    • Port: 8095
    • Timeout: 200000
Server Connection

img

  • Click Save

Scribe

We have created a Scribe to describe this process step-by-step:


Summary

You have now completed the installation of Workspace. To continue, follow the rest of this guide to learn more about the service and configure it for your environment. The next section will cover the first step in this process: Creating Workspace Item Types.

If you need any help or assistance, please contact us at support@getatria.com.