Skip to content

Commit c7ef7c2

Browse files
authored
Update Set-CsOnlineApplicationEndpoint.md
1 parent 7f1cab5 commit c7ef7c2

File tree

1 file changed

+32
-20
lines changed

1 file changed

+32
-20
lines changed

skype/skype-ps/skype/Set-CsOnlineApplicationEndpoint.md

Lines changed: 32 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ ms.reviewer:
1111
# Set-CsOnlineApplicationEndpoint
1212

1313
## SYNOPSIS
14-
Provide the topic introduction here.
14+
The 'Set-CsOnlineApplicationEndpoint' is used to update a Trusted Application Endpoint for a tenant.
1515

1616
## SYNTAX
17-
1817
```
1918
Set-CsOnlineApplicationEndpoint [-CallbackUri <String>] [-Name <String>] [-Uri] <String> [-Audience <String>]
2019
[-Ring <String>] [-PhoneNumber <String>] [-IsInternalRun <Boolean>] [-Tenant <Guid>]
@@ -23,23 +22,21 @@ Set-CsOnlineApplicationEndpoint [-CallbackUri <String>] [-Name <String>] [-Uri]
2322
```
2423

2524
## DESCRIPTION
26-
27-
The following parameters are not applicable to Skype for Business Online: AsJob, Audience, CallbackUri, DomainController, Force, IsInternalRun, PipelineVariable, Ring, and RunFullProvisioningFlow
25+
This cmdlet is used to update a Trusted Application Endpoint for a tenant.
2826

2927
## EXAMPLES
3028

3129
### -------------------------- Example 1 --------------------------
3230
```
33-
Insert example commands for example 1.
31+
Set-CsOnlineApplicationEndpoint -Uri "sip:[email protected]" -PhoneNumber "19841110909"
3432
```
3533

36-
Insert descriptive text for example 1.
37-
34+
This example assigns the service number "19841110909" to the trusted application with the sip uri "[email protected]".
3835

3936
## PARAMETERS
4037

4138
### -Uri
42-
PARAMVALUE: String
39+
Sip Uri that identifies the tenant specific endpoint for the application. This must be a unique URI that does not conflict with an existing user in the tenant. Requests sent to this endpoint will trigger the Trusted Application API sending an event to the application, indicating that someone has sent a request. Eg. [email protected]
4340

4441
```yaml
4542
Type: String
@@ -55,7 +52,7 @@ Accept wildcard characters: False
5552
```
5653
5754
### -Audience
58-
PARAMVALUE: String
55+
This parameter is reserved for internal Microsoft use.
5956
6057
```yaml
6158
Type: String
@@ -71,7 +68,7 @@ Accept wildcard characters: False
7168
```
7269
7370
### -CallbackUri
74-
PARAMVALUE: String
71+
This parameter is reserved for internal Microsoft use.
7572
7673
```yaml
7774
Type: String
@@ -87,7 +84,7 @@ Accept wildcard characters: False
8784
```
8885
8986
### -Confirm
90-
PARAMVALUE: SwitchParameter
87+
The Confirm switch causes the command to pause processing and requires confirmation to proceed.
9188
9289
```yaml
9390
Type: SwitchParameter
@@ -103,7 +100,7 @@ Accept wildcard characters: False
103100
```
104101
105102
### -DomainController
106-
PARAMVALUE: Fqdn
103+
This parameter is reserved for internal Microsoft use.
107104
108105
```yaml
109106
Type: Fqdn
@@ -119,7 +116,7 @@ Accept wildcard characters: False
119116
```
120117
121118
### -Force
122-
PARAMVALUE: SwitchParameter
119+
This parameter is reserved for internal Microsoft use.
123120
124121
```yaml
125122
Type: SwitchParameter
@@ -135,7 +132,7 @@ Accept wildcard characters: False
135132
```
136133
137134
### -Name
138-
PARAMVALUE: String
135+
A friendly name of your application within Skype for Business Online.
139136
140137
```yaml
141138
Type: String
@@ -151,7 +148,7 @@ Accept wildcard characters: False
151148
```
152149
153150
### -PhoneNumber
154-
PARAMVALUE: String
151+
Phone number for the endpoint.
155152
156153
```yaml
157154
Type: String
@@ -167,7 +164,15 @@ Accept wildcard characters: False
167164
```
168165
169166
### -Tenant
170-
PARAMVALUE: Guid
167+
Globally unique identifier (GUID) of the tenant account whose external user communication policy are being created. For example:
168+
169+
-Tenant "38aad667-af54-4397-aaa7-e94c79ec2308"
170+
171+
You can return your tenant ID by running this command:
172+
173+
Get-CsTenant | Select-Object DisplayName, TenantID
174+
175+
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.
171176
172177
```yaml
173178
Type: Guid
@@ -183,7 +188,7 @@ Accept wildcard characters: False
183188
```
184189
185190
### -WhatIf
186-
PARAMVALUE: SwitchParameter
191+
The WhatIf switch causes the command to simulate its results. By using this switch, you can view what changes would occur without having to commit those changes.
187192
188193
```yaml
189194
Type: SwitchParameter
@@ -199,7 +204,7 @@ Accept wildcard characters: False
199204
```
200205
201206
### -IsInternalRun
202-
{{Fill IsInternalRun Description}}
207+
This parameter is reserved for internal Microsoft use.
203208
204209
```yaml
205210
Type: Boolean
@@ -215,7 +220,7 @@ Accept wildcard characters: False
215220
```
216221
217222
### -Ring
218-
{{Fill Ring Description}}
223+
This parameter is reserved for internal Microsoft use.
219224
220225
```yaml
221226
Type: String
@@ -231,7 +236,7 @@ Accept wildcard characters: False
231236
```
232237
233238
### -RunFullProvisioningFlow
234-
{{Fill RunFullProvisioningFlow Description}}
239+
This parameter is reserved for internal Microsoft use.
235240
236241
```yaml
237242
Type: Boolean
@@ -257,3 +262,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
257262
258263
## RELATED LINKS
259264
265+
[Get-CsOnlineApplicationEndpoint](https://docs.microsoft.com/powershell/module/skype/get-csonlineapplicationendpoint)
266+
267+
[New-CsOnlineApplicationEndpoint](https://docs.microsoft.com/powershell/module/skype/new-csonlineapplicationendpoint)
268+
269+
[Remove-CsOnlineApplicationEndpoint](https://docs.microsoft.com/powershell/module/skype/remove-csonlineapplicationendpoint)
270+
271+
[Set up a Trusted Application Endpoint](https://docs.microsoft.com/skype-sdk/trusted-application-api/docs/trustedapplicationendpoint)

0 commit comments

Comments
 (0)