Skip to content

Commit ecc6927

Browse files
authored
Update Set-CsOnlineVoiceApplicationInstance.md
1 parent 1363bd5 commit ecc6927

File tree

1 file changed

+27
-14
lines changed

1 file changed

+27
-14
lines changed

skype/skype-ps/skype/Set-CsOnlineVoiceApplicationInstance.md

Lines changed: 27 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,25 @@ schema: 2.0.0
1111
# Set-CsOnlineVoiceApplicationInstance
1212

1313
## SYNOPSIS
14+
The `Set-CsOnlineVoiceApplicationInstance` modifies an application instance in Azure Active Directory.
1415

1516
## SYNTAX
16-
1717
```
18-
Set-CsOnlineVoiceApplicationInstance [-WhatIf] [-Confirm] [-TelephoneNumber <Object>] [[-Identity] <Object>]
19-
[-Tenant <Object>] [-DomainController <Object>] [-Force] [-AsJob]
18+
Set-CsOnlineVoiceApplicationInstance [-WhatIf] [-Confirm] [-TelephoneNumber <String>] [[-Identity] <String>]
19+
[-Tenant <Guid>] [-DomainController <Fqdn>] [-Force] [-AsJob]
2020
```
2121

2222
## DESCRIPTION
23-
{{ Fill in the Description }}
23+
This cmdlet is used to modify an application instance in Azure Active Directory.
2424

2525
## EXAMPLES
2626

2727
### Example 1
2828
```powershell
29-
PS C:> {{ Add example code here }}
29+
Set-CsOnlineVoiceApplicationInstance -Identity [email protected] -TelephoneNumber +14255550100
3030
```
3131

32-
{{ Add example description here }}
32+
This example sets a phone number to the resource account [email protected].
3333

3434
## PARAMETERS
3535

@@ -49,7 +49,7 @@ Accept wildcard characters: False
4949
```
5050
5151
### -DomainController
52-
{{ Fill DomainController Description }}
52+
This parameter is reserved for internal Microsoft use.
5353
5454
```yaml
5555
Type: Object
@@ -64,7 +64,7 @@ Accept wildcard characters: False
6464
```
6565
6666
### -Force
67-
{{ Fill Force Description }}
67+
The Force switch specifies whether to suppress warning and confirmation messages. It can be useful in scripting to suppress interactive prompts. If the Force switch isn't provided in the command, you're prompted for administrative input if required.
6868
6969
```yaml
7070
Type: SwitchParameter
@@ -79,7 +79,7 @@ Accept wildcard characters: False
7979
```
8080
8181
### -Identity
82-
{{ Fill Identity Description }}
82+
The user principal name (UPN) of the resource account in Azure Active Directory.
8383
8484
```yaml
8585
Type: Object
@@ -94,7 +94,7 @@ Accept wildcard characters: False
9494
```
9595
9696
### -TelephoneNumber
97-
{{ Fill TelephoneNumber Description }}
97+
The phone number to be assigned to the resource account.
9898
9999
```yaml
100100
Type: Object
@@ -109,7 +109,15 @@ Accept wildcard characters: False
109109
```
110110
111111
### -Tenant
112-
{{ Fill Tenant Description }}
112+
Globally unique identifier (GUID) of the tenant account whose external user communication policy are being created. For example:
113+
114+
-Tenant "38aad667-af54-4397-aaa7-e94c79ec2308"
115+
116+
You can return your tenant ID by running this command:
117+
118+
Get-CsTenant | Select-Object DisplayName, TenantID
119+
120+
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.
113121
114122
```yaml
115123
Type: Object
@@ -124,8 +132,7 @@ Accept wildcard characters: False
124132
```
125133
126134
### -WhatIf
127-
Shows what would happen if the cmdlet runs.
128-
The cmdlet is not run.
135+
Shows what would happen if the cmdlet runs. The cmdlet is not run.
129136
130137
```yaml
131138
Type: SwitchParameter
@@ -140,7 +147,11 @@ Accept wildcard characters: False
140147
```
141148
142149
### -AsJob
143-
{{ Fill AsJob Description }}
150+
Indicates that this cmdlet runs as a background job.
151+
152+
When you specify the AsJob parameter, the command immediately returns an object that represents the background job. You can continue to work in the session while the job finishes. The job is created on the local computer and the results from the Skype for Business Online session are automatically returned to the local computer. To get the job results, use the Receive-Job cmdlet.
153+
154+
For more information about Windows PowerShell background jobs, see [about_Jobs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_jobs?view=powershell-6) and [about_Remote_Jobs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_remote_jobs?view=powershell-6).
144155
145156
```yaml
146157
Type: SwitchParameter
@@ -164,3 +175,5 @@ Accept wildcard characters: False
164175
## NOTES
165176
166177
## RELATED LINKS
178+
179+
[New-CsOnlineApplicationInstance](https://docs.microsoft.com/powershell/module/skype/new-csonlineapplicationinstance)

0 commit comments

Comments
 (0)