Get-CsOnlineApplicationEndpoint

Caution

This cmdlet has been deprecated and is no longer supported. This cmdlet will be removed in the near future.

Please use the Get-CsOnlineApplicationInstance cmdlet instead.

It is used to fetch the application endpoints for a tenant.

Syntax

Get-CsOnlineApplicationEndpoint
   [-Uri] <String>
   [-PhoneNumber <String>]
   [-Tenant <Guid>]
   [-DomainController <Fqdn>]
   [-Force]
   [<CommonParameters>]

Description

This cmdlet is used to fetch the application endpoints for a tenant.

Examples

Example 1

Get-CsOnlineApplicationEndpoint -Uri "sip:sample@domain.com"

This example retrieves information about the specified application endpoint.

Parameters

-DomainController

This parameter is reserved for internal Microsoft use.

Type:Fqdn
Aliases:DC
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False
-PhoneNumber

The service number assigned to the trusted application endpoint.

Type:String
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False
-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
Accept pipeline input:False
Accept wildcard characters:False
-Uri

Sip Uri that identifies the tenant specific endpoint for the application.

Type:String
Aliases:SipUri
Position:1
Default value:None
Accept pipeline input:True
Accept wildcard characters:False