Get-CsHybridPSTNAppliance

Use the Get-CsHybridPSTNAppliance cmdlet to retrieve information about your Skype for Business Cloud Connector Edition appliances.

Note: This cmdlet will be deprecated from Teams PowerShell Module.

Syntax

Get-CsHybridPSTNAppliance
   [-Name <String>]
   [-LocalStore]
   [[-Identity] <XdsGlobalRelativeIdentity>]
   [-Tenant <Guid>]
   [-Filter <String>]
   [-SiteName <String>]
   [<CommonParameters>]

Description

Skype for Business Cloud Connector Edition appliances are registered, retrieved, modified, and unregistered by the CsHybridPSTNAppliance cmdlet group (Register, Get, Set, and Unregister). The Skype for Business Cloud Connector Edition appliances can be reviewed in your hybrid configuration by using the Get-CsTenantHybridConfiguration cmdlet. However, you can't create or modify Skype for Business Cloud Connector Edition appliances through the CsTenantHybridConfiguration cmdlets. You must use the CsHybridPSTNAppliance cmdlets to manage Skype for Business Cloud Connector Edition appliances.

To return a list of all the Role-Based Access Control (RBAC) roles a cmdlet has been assigned, run the following command:

Get-CsAdminRole | Where-Object {$_.Cmdlets -Match "<CmdletName>"}

Examples

-------------------------- Example 1 --------------------------

Get-CsHybridPSTNAppliance

The command shown in Example 1 returns information for all the Skype for Business Cloud Connector Edition appliances.

-------------------------- Example 2 --------------------------

Get-CsHybridPSTNAppliance -SiteName "SeattlePSTN"

The command shown in Example 2 returns information for all the Skype for Business Cloud Connector Edition appliances in the given site.

-------------------------- Example 3 --------------------------

Get-CsHybridPSTNAppliance -Name "CCE1"

The command shown in Example 3 returns information for the Skype for Business Cloud Connector Edition appliance with the given name.

-------------------------- Example 4 --------------------------

Get-CsHybridPSTNAppliance -SiteName "SeattlePSTN" -Name "CCE1"

The command shown in Example 4 returns information for the Skype for Business Cloud Connector Edition appliance in the given site with the given name.

Parameters

-Filter

This parameter accepts a wildcard string and returns all hybrid PSTN appliances with identities matching that string. For example, a Filter value of "CCE*" will return all appliances which start with the string "CCE".

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Online

-Identity

Specifies the identity of the Skype for Business Cloud Connector Edition appliance.

Type:XdsGlobalRelativeIdentity
Position:2
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Online

-LocalStore

This parameter is reserved for internal Microsoft use

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Online

-Name

Name of Skype for Business Cloud Connector Edition appliance.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Online

-SiteName

Name of Skype for Business Cloud Connector Edition site that the appliance belongs to.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Online

-Tenant

Globally unique identifier (GUID) of the tenant account whose external user communication policy are being created. For example:

-Tenant "38aad667-af54-4397-aaa7-e94c79ec2308"

You can return your tenant ID by running this command:

Get-CsTenant | Select-Object DisplayName, TenantID

If you are using a remote session of Windows PowerShell and are connected only to Skype for Business Online you do not have to include the Tenant parameter. Instead, the tenant ID will automatically be filled in for you based on your connection information. The Tenant parameter is primarily for use in a hybrid deployment.

Type:Guid
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Online