Difference between revisions of "Powershell"

(Created page with "Available for Version 10.0.144 and above running XLCubedWeb in a role-based SQL Repository running Windows Authentication or on an App Service. =Introduction= The PowerShell...")
 
Line 10: Line 10:
  
 
   Import-Module '.\XLCubed.PowerShell.dll' -force
 
   Import-Module '.\XLCubed.PowerShell.dll' -force
 +
 +
All commands take the following parameters:
 +
 +
-BaseUri  => The full URL to the XLCubedWeb server, for example: https://someserver/xlcubedweb
 +
 +
-AuthToken => Optional JWT authorisation token to use when accessing an App Service instance of XLCubedWeb
 +
  
 
=Methods=
 
=Methods=
 +
 +
==

Revision as of 13:32, 27 October 2022

Available for Version 10.0.144 and above running XLCubedWeb in a role-based SQL Repository running Windows Authentication or on an App Service.

Introduction

The PowerShell cmdlet is available by contacting support@xlcubed.com - it helps automate deployment of reports, folders and permissions.

Installing=

Extract the supplied zip file, you can then install it by running the following command, either using the extracted folder as the current directory or by passing a full path:

 Import-Module '.\XLCubed.PowerShell.dll' -force

All commands take the following parameters:

-BaseUri  => The full URL to the XLCubedWeb server, for example: https://someserver/xlcubedweb
-AuthToken => Optional JWT authorisation token to use when accessing an App Service instance of XLCubedWeb


Methods

==