Open navigation

Add-TPHubClaimEzpHub

Description

Syntax

Example 1

Example 2

Example 3



Description

This cmdlet is used to include an ezeep Hub into the cloud management of ezeep Blue using its MAC address (= Claim Hub); see section Managing Hubs in the cloud.


Syntax

Add-TPHubClaimEzpHub -Serial <string> Add-TPHubClaimEzpHub -SerialPiped <string>
ParameterDescription
-SerialPassing MAC address of the relevant Hub as a string or by a variable 
-SerialPipedPassing MAC address of the relevant Hub by a variable


Example 1

$macaddress2="b8:27:eb:2f:7a:a1"
Add-TPHubClaimEzpHub -Serial $macaddress2 
Get-TPHubAuthentication -PlainPassword print4life -ConnectorSerial $macaddress2

ThinPrint Hub PowerShell cmdlet Add-TPHubClaimEzpHub


Example 2

Add-TPHubClaimEzpHub -Serial "b8:27:eb:2f:7a:a1" 


Example 3

$macaddress="b8:27:eb:2f:7a:a1"
Add-TPHubClaimEzpHub -SerialPiped $macaddress

or:

$macaddress = "b8:27:eb:2f:7a:a1"
$macaddress | Add-TPHubClaimEzpHub


Did you find it helpful? Yes No

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