How to Export Atria Provisioning Rules

How to Export Atria Provisioning Rules

Overview

This article is a guide on how to export the current provisioning rules in the environment. This will be used for the assessment as we go forward with Atria Migration or In-place Upgrade.

Premise

Run the script from a machine in the same domain as your Atria platform

Steps

1. Download the Atria_ExportRules.zip - (attached on this article)
2. Unblock the zip file through the properties
3. Run powershell as administrator, navigate to the folder location and Execute the powershell script through the following methods
- If your account has access to SQL (Windows Auth) then run:
  1. .\Atria_ExportRules.ps1 -ServerInstance AtriaSQL [-Port <port>]

- If your account does NOT have access to SQL and you need to use SQL Auth then run either:

  1. $Cred = Get-Credential
  2. .\Atria_ExportRules.ps1 -ServerInstance AtriaSQL -SQLCredential $Cred [-Port <port>]

- Or using the existing connection string being used in Atria

  1. .\Atria_ExportRules.ps1 -ServerInstance AtriaSQL -ConnectionString ‘<oledb connection string>’

The script will produce a file in the same folder called rules_<version>.json
Send to us the file for the assessment.
    • Related Articles

    • Billing Rules Engine User Guide

      Objective This article describes how to use the Atria billing rules engine to identify specific Atria entities as non-billable.   Applies to Introduced in Atria version 12.0.0 Billing Rule Feature Overview Many entities - customers, services, users, ...
    • Atria Billing Setup User Guide

      Objective This article describes how to configure Atria to utilize the latest billing features. This document outlines the billing setup attributes that should be configured.    Applies to Introduced in Atria version 12.0.0 Billing Setup Overview To ...
    • Billing Process Overview

      Objective This article outlines, at a high level, the billing features available in Atria. The billing feature provides transparency of Atria billable services that have been consumed, down to the day. Applies To Introduced in Atria version 12.0.0. ...
    • Quick Reference Guide - Creating Custom Rules to allow Atria to populate email address attribute on provisioning in AD

      In this Quick Reference Guide, we will discuss on how to add 2 custom Provisioning Rules to allow the Atria portal to populate the email attribute to AD if the account don’t have Office365 1.1 Step by Step Guidance: Step Action 1. Set email address ...
    • Atria v15+ System Requirements

      Overview The following article provides the prerequisites necessary for the deployment of Atria v15+ into your environment. System Requirements Environment Core servers for the platform should be domain joined. Before you can deploy Atria the Active ...