Open navigation

Get-TPUserSettings

Description

Syntax

Example



Description

Returns the settings for a particular ThinPrint user. Specifically:

  • the directory where her/his Mobile Session Print jobs are stored
  • her/his e-mail address
  • the information about activation for ThinPrint
  • the information about activation for Mobile Session Print


Syntax

Get-TPUserSettings -UserID <String>
ParameterDescription
-UserID• user account name (UPN)
or
• Security Account Manager name (SAM)
or
• security identifier (SID)


Example

Variable values are indicated in orange.

$user11 = Get-TPUserSettings -UserID ourdomain\user11
$user11
$user11.CBRoot
$user11.EMail

ThinPrint license server's PowerShell cmdlet Get-TPUserSettings

ThinPrint settings of user11


Did you find it helpful? Yes No

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