Skip to content

Commit 7e8cf72

Browse files
authored
Merge pull request MicrosoftDocs#3485 from dariomws306/patch-12
Patch 12
2 parents ab0f1dc + f7e3993 commit 7e8cf72

File tree

4 files changed

+105
-60
lines changed

4 files changed

+105
-60
lines changed

skype/skype-ps/skype/Get-CsOnlineApplicationEndpoint.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,11 @@ For more information, see about_CommonParameters (https://go.microsoft.com/fwlin
113113
## NOTES
114114
115115
## RELATED LINKS
116+
117+
[Set-CsOnlineApplicationEndpoint](https://docs.microsoft.com/powershell/module/skype/set-csonlineapplicationendpoint)
118+
119+
[New-CsOnlineApplicationEndpoint](https://docs.microsoft.com/powershell/module/skype/new-csonlineapplicationendpoint)
120+
121+
[Remove-CsOnlineApplicationEndpoint](https://docs.microsoft.com/powershell/module/skype/remove-csonlineapplicationendpoint)
122+
123+
[Set up a Trusted Application Endpoint](https://docs.microsoft.com/skype-sdk/trusted-application-api/docs/trustedapplicationendpoint)

skype/skype-ps/skype/New-CsOnlineApplicationEndpoint.md

Lines changed: 35 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -11,36 +11,32 @@ ms.reviewer:
1111
# New-CsOnlineApplicationEndpoint
1212

1313
## SYNOPSIS
14-
Provide the topic introduction here.
14+
The `New-CsOnlineApplicationEndpoint` creates a Trusted Application Endpoint for a tenant.
1515

1616
## SYNTAX
17-
1817
```
1918
New-CsOnlineApplicationEndpoint -ApplicationId <Guid> [-CallbackUri <String>] -Name <String> [-Region <String>]
2019
[-Uri] <String> [-Audience <String>] [-Ring <String>] [-PhoneNumber <String>] [-IsInternalRun <Boolean>]
21-
[-Tenant <System.Guid>] [-RunFullProvisioningFlow <System.Boolean>] [-DomainController <Fqdn>] [-Force]
20+
[-Tenant <Guid>] [-RunFullProvisioningFlow <Boolean>] [-DomainController <Fqdn>] [-Force]
2221
[-WhatIf] [-Confirm] [<CommonParameters>]
2322
```
2423

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

2927
## EXAMPLES
3028

3129
### -------------------------- Example 1 --------------------------
3230
```
33-
Insert example commands for example 1.
31+
New-CsOnlineApplicationEndpoint -Uri "sip:[email protected]" -ApplicationId "44ff763b-5d1f-40ab-95bf-f31kc8757998" -Name "SampleApp" -PhoneNumber "19841110909"
3432
```
3533

36-
Insert descriptive text for example 1.
37-
38-
34+
This example creates a new application endpoint.
3935

4036
## PARAMETERS
4137

4238
### -ApplicationId
43-
PARAMVALUE: Guid
39+
The Azure ApplicationID/ClientID from the Azure portal registration steps.
4440

4541
```yaml
4642
Type: Guid
@@ -56,7 +52,7 @@ Accept wildcard characters: False
5652
```
5753
5854
### -Name
59-
PARAMVALUE: String
55+
A friendly name of your application within Skype for Business Online.
6056
6157
```yaml
6258
Type: String
@@ -72,7 +68,15 @@ Accept wildcard characters: False
7268
```
7369
7470
### -Tenant
75-
PARAMVALUE: Guid
71+
Globally unique identifier (GUID) of the tenant account whose external user communication policy are being created. For example:
72+
73+
-Tenant "38aad667-af54-4397-aaa7-e94c79ec2308"
74+
75+
You can return your tenant ID by running this command:
76+
77+
Get-CsTenant | Select-Object DisplayName, TenantID
78+
79+
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.
7680
7781
```yaml
7882
Type: Guid
@@ -88,7 +92,7 @@ Accept wildcard characters: False
8892
```
8993
9094
### -Uri
91-
PARAMVALUE: String
95+
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. For example: [email protected].
9296
9397
```yaml
9498
Type: String
@@ -104,7 +108,7 @@ Accept wildcard characters: False
104108
```
105109
106110
### -Audience
107-
PARAMVALUE: String
111+
This parameter is reserved for internal Microsoft use.
108112
109113
```yaml
110114
Type: String
@@ -120,7 +124,7 @@ Accept wildcard characters: False
120124
```
121125
122126
### -CallbackUri
123-
PARAMVALUE: String
127+
This parameter is reserved for internal Microsoft use.
124128
125129
```yaml
126130
Type: String
@@ -136,7 +140,7 @@ Accept wildcard characters: False
136140
```
137141
138142
### -Confirm
139-
PARAMVALUE: SwitchParameter
143+
The Confirm switch causes the command to pause processing and requires confirmation to proceed.
140144
141145
```yaml
142146
Type: SwitchParameter
@@ -152,7 +156,7 @@ Accept wildcard characters: False
152156
```
153157
154158
### -DomainController
155-
PARAMVALUE: Fqdn
159+
This parameter is reserved for internal Microsoft use.
156160
157161
```yaml
158162
Type: Fqdn
@@ -168,7 +172,7 @@ Accept wildcard characters: False
168172
```
169173
170174
### -Force
171-
PARAMVALUE: SwitchParameter
175+
This parameter is reserved for internal Microsoft use.
172176
173177
```yaml
174178
Type: SwitchParameter
@@ -184,7 +188,7 @@ Accept wildcard characters: False
184188
```
185189
186190
### -IsInternalRun
187-
PARAMVALUE: $true | $false
191+
This parameter is reserved for internal Microsoft use.
188192
189193
```yaml
190194
Type: Boolean
@@ -200,7 +204,7 @@ Accept wildcard characters: False
200204
```
201205
202206
### -PhoneNumber
203-
PARAMVALUE: String
207+
The service number assigned to the trusted application endpoint.
204208
205209
```yaml
206210
Type: String
@@ -216,7 +220,7 @@ Accept wildcard characters: False
216220
```
217221
218222
### -Region
219-
PARAMVALUE: String
223+
This parameter is reserved for internal Microsoft use.
220224
221225
```yaml
222226
Type: String
@@ -232,7 +236,7 @@ Accept wildcard characters: False
232236
```
233237
234238
### -Ring
235-
PARAMVALUE: String
239+
This parameter is reserved for internal Microsoft use.
236240
237241
```yaml
238242
Type: String
@@ -248,7 +252,7 @@ Accept wildcard characters: False
248252
```
249253
250254
### -WhatIf
251-
PARAMVALUE: SwitchParameter
255+
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.
252256
253257
```yaml
254258
Type: SwitchParameter
@@ -264,7 +268,7 @@ Accept wildcard characters: False
264268
```
265269
266270
### -RunFullProvisioningFlow
267-
{{Fill RunFullProvisioningFlow Description}}
271+
This parameter is reserved for internal Microsoft use.
268272
269273
```yaml
270274
Type: Boolean
@@ -290,4 +294,11 @@ This cmdlet supports the common parameters: `-Debug, -ErrorAction, -ErrorVariabl
290294

291295
## RELATED LINKS
292296

297+
[Get-CsOnlineApplicationEndpoint](https://docs.microsoft.com/powershell/module/skype/get-csonlineapplicationendpoint)
298+
299+
[Set-CsOnlineApplicationEndpoint](https://docs.microsoft.com/powershell/module/skype/set-csonlineapplicationendpoint)
300+
301+
[Remove-CsOnlineApplicationEndpoint](https://docs.microsoft.com/powershell/module/skype/remove-csonlineapplicationendpoint)
302+
303+
[Set up a Trusted Application Endpoint](https://docs.microsoft.com/skype-sdk/trusted-application-api/docs/trustedapplicationendpoint)
293304

skype/skype-ps/skype/Remove-CsOnlineApplicationEndpoint.md

Lines changed: 30 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.reviewer:
1111
# Remove-CsOnlineApplicationEndpoint
1212

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

1616
## SYNTAX
1717

@@ -23,22 +23,21 @@ Remove-CsOnlineApplicationEndpoint [-Uri] <String> [-Audience <String>] [-Ring <
2323
```
2424

2525
## DESCRIPTION
26-
The following parameters are not applicable to Skype for Business Online: AsJob, Audience, DomainController, Force, IsInternalRun, PhoneNumber, PipelineVariable, Ring, and RunFullProvisioningFlow
26+
This cmdlet is used to remove a Trusted Application Endpoint for a tenant.
2727

2828
## EXAMPLES
2929

3030
### -------------------------- Example 1 --------------------------
3131
```
32-
Insert example commands for example 1.
32+
Remove-CsOnlineApplicationEndpoint -Uri "sip:[email protected]"
3333
```
3434

35-
Insert descriptive text for example 1.
36-
35+
This exampes removes the "[email protected]" application endpoint.
3736

3837
## PARAMETERS
3938

4039
### -Uri
41-
PARAMVALUE: String
40+
Sip Uri that identifies the tenant specific endpoint for the application.
4241

4342
```yaml
4443
Type: String
@@ -54,7 +53,7 @@ Accept wildcard characters: False
5453
```
5554
5655
### -Audience
57-
PARAMVALUE: String
56+
This parameter is reserved for internal Microsoft use.
5857
5958
```yaml
6059
Type: String
@@ -70,7 +69,7 @@ Accept wildcard characters: False
7069
```
7170
7271
### -Confirm
73-
PARAMVALUE: SwitchParameter
72+
The Confirm switch causes the command to pause processing and requires confirmation to proceed.
7473
7574
```yaml
7675
Type: SwitchParameter
@@ -86,7 +85,7 @@ Accept wildcard characters: False
8685
```
8786
8887
### -DomainController
89-
PARAMVALUE: Fqdn
88+
This parameter is reserved for internal Microsoft use.
9089
9190
```yaml
9291
Type: Fqdn
@@ -102,7 +101,7 @@ Accept wildcard characters: False
102101
```
103102
104103
### -Force
105-
PARAMVALUE: SwitchParameter
104+
This parameter is reserved for internal Microsoft use.
106105
107106
```yaml
108107
Type: SwitchParameter
@@ -118,7 +117,7 @@ Accept wildcard characters: False
118117
```
119118
120119
### -PhoneNumber
121-
PARAMVALUE: String
120+
The service number assigned to the trusted application endpoint.
122121
123122
```yaml
124123
Type: String
@@ -134,7 +133,15 @@ Accept wildcard characters: False
134133
```
135134
136135
### -Tenant
137-
PARAMVALUE: Guid
136+
Globally unique identifier (GUID) of the tenant account whose external user communication policy are being created. For example:
137+
138+
-Tenant "38aad667-af54-4397-aaa7-e94c79ec2308"
139+
140+
You can return your tenant ID by running this command:
141+
142+
Get-CsTenant | Select-Object DisplayName, TenantID
143+
144+
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.
138145
139146
```yaml
140147
Type: Guid
@@ -150,7 +157,7 @@ Accept wildcard characters: False
150157
```
151158
152159
### -WhatIf
153-
PARAMVALUE: SwitchParameter
160+
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.
154161
155162
```yaml
156163
Type: SwitchParameter
@@ -166,7 +173,7 @@ Accept wildcard characters: False
166173
```
167174
168175
### -IsInternalRun
169-
{{Fill IsInternalRun Description}}
176+
This parameter is reserved for internal Microsoft use.
170177
171178
```yaml
172179
Type: Boolean
@@ -182,7 +189,7 @@ Accept wildcard characters: False
182189
```
183190
184191
### -Ring
185-
{{Fill Ring Description}}
192+
This parameter is reserved for internal Microsoft use.
186193
187194
```yaml
188195
Type: String
@@ -198,7 +205,7 @@ Accept wildcard characters: False
198205
```
199206
200207
### -RunFullProvisioningFlow
201-
{{Fill RunFullProvisioningFlow Description}}
208+
This parameter is reserved for internal Microsoft use.
202209
203210
```yaml
204211
Type: Boolean
@@ -224,3 +231,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
224231
225232
## RELATED LINKS
226233
234+
[Set-CsOnlineApplicationEndpoint](https://docs.microsoft.com/powershell/module/skype/set-csonlineapplicationendpoint)
235+
236+
[New-CsOnlineApplicationEndpoint](https://docs.microsoft.com/powershell/module/skype/new-csonlineapplicationendpoint)
237+
238+
[Get-CsOnlineApplicationEndpoint](https://docs.microsoft.com/powershell/module/skype/get-csonlineapplicationendpoint)
239+
240+
[Set up a Trusted Application Endpoint](https://docs.microsoft.com/skype-sdk/trusted-application-api/docs/trustedapplicationendpoint)

0 commit comments

Comments
 (0)