Get-TPUserSettings

295 views 0

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>

Parameter Description
-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 settings of user11

ThinPrint settings of user11

Previous Page
Next Page

Was this helpful?