Open navigation

Installing the PowerShell module

Alternative 1: Downloading from Hub and installing manually

Alternative 2: Installation using PowerShell Gallery



Alternative 1: Downloading and installing manually

  • Download the PowerShell module for the ThinPrint Hub (TPHubPS.dll) from the web console login page ‒ either the version that comes with the Hub or the latest one from the Microsoft PowerShell Gallery.

downloading ThinPrint Hub's PowerShell module

  • Copy the PowerShell module into a directory on your administration computer.
  • Open the TPHubPS.dll file’s properties and check or click on Unblock to lift Windows’ automatic blocking of copied DLLs. Click OK to con­firm.

clicking on Unblock to lift Windows’ automatic blocking of copied DLLs

  • Open Windows PowerShell as administrator, and import the TPHubPS.dll mod­ule
  • into the same directory that you loaded the module into, with:
    Import-Module .\TPHubPS.dll

Installing ThinPrint Hub's PowerShell module

  • The available cmdlets can be viewed using:
     Get-Command -Module TPHubPS

In the following sections, the Cmdlets will be described in detail – including their rela­tionships to the user interface menus; refer to Web console.


Alternative 2: Installation using PowerShell Gallery

  • Open Windows PowerShell as an administrator.
  • On Windows 10 or Server 2016 or later, use the following command to install the current version of the Hub PowerShell module:
    Install-Module -Name TPHubPS
  • Here, answer the questions with y (YES) or a (ALL).

Installing ThinPrint Hub's PowerShell module using PowerShell Gallery

On older Windows systems, you may need to customize Windows PowerShell first.
For more information, see the PowerShell Gallery documentation:
learn.microsoft.com/en-us/powershell/gallery/getting-started?view=powershellget-2.x

Older versions of the Hub PowerShell module can be found on:
powershellgallery.com/packages/TPHubPS

  • The available cmdlets can be viewed using:
     Get-Command -Module TPHubPS

In the following sections, the Cmdlets will be described in detail – including their rela­tionships to the user interface menus; refer to Web console.


Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.