Open navigation

Add-TPUser

Description

Syntax

Example 1

Example 2



Description

Imports users from Active Directory (AD) and enables them for ThinPrint.


Syntax

Add-TPUser -UserIds <Strings>
ParameterDescription
-UserIds

a list of AD users which can contain the following information:

• user account name (UPN)
or
• Security Account Manager name (SAM)
or
• security identifier (SID)


Example 1

Variable values are indicated in orange.

Add-TPUser -UserIds user5@ourdomain.localuser6@ourdomain.local 
ThinPrint license server's PowerShell cmdlet Add-TPUser: import and activation

import and activation of user5 and user6


Example 2

$users = $()
$user5 = "ourdomain\user5"
$user6 = "user6@ourdomain.local"
$users = $user5,$user6
Add-TPUser -UserIds $users

ThinPrint license server's PowerShell cmdlet Add-TPUser: import and activation per array variable

import and activation of user5 and user6 per array variable


Did you find it helpful? Yes No

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