You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
28
26
29
27
## EXAMPLES
30
28
31
29
### -------------------------- Example 1 --------------------------
This example assigns the service number "19841110909" to the trusted application with the sip uri "[email protected]".
38
35
39
36
## PARAMETERS
40
37
41
38
### -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]
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.
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.
0 commit comments