Skip to content

Commit f0f1c2b

Browse files
authored
Update Remove-CsOnlineApplicationEndpoint.md
1 parent dba8aef commit f0f1c2b

File tree

1 file changed

+23
-16
lines changed

1 file changed

+23
-16
lines changed

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

Lines changed: 23 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

0 commit comments

Comments
 (0)