Skip to content

Commit e815f3b

Browse files
authored
Merge pull request MicrosoftDocs#1502 from dariomws306/patch-9
Patch 9
2 parents fee66e3 + 39b8757 commit e815f3b

7 files changed

+212
-140
lines changed

skype/skype-ps/skype/Get-CsOnlineEnhancedEmergencyServiceDisclaimer.md

Lines changed: 12 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@ Use the Get-CsOnlineEnhancedEmergencyServiceDisclaimer cmdlet to determine wheth
1313
## SYNTAX
1414

1515
```
16-
Get-CsOnlineEnhancedEmergencyServiceDisclaimer [-CountryOrRegion <Object>] [-BypassDualWrite <Object>]
17-
[-DomainController <Object>] [-Force] [-Tenant <Object>] [-Version <Object>] [-AsJob] [<CommonParameters>]
16+
Get-CsOnlineEnhancedEmergencyServiceDisclaimer [-CountryOrRegion <CountryInfo>] [-DomainController <Fqdn>] [-Force] [-Tenant <Guid>] [-Version <String>] [-AsJob] [<CommonParameters>]
1817
```
1918

2019
## DESCRIPTION
21-
{{Fill in the Description}}
20+
You can use this cmdlet to determine whether your organization has accepted the terms and conditions of enhanced emergency service. The United States is currently the only country supported.
2221

2322
## EXAMPLES
2423

@@ -37,23 +36,7 @@ Specifies the region or country whose terms and conditions you wish to verify.
3736
The United States is currently the only country supported, but it must be specified as "US".
3837

3938
```yaml
40-
Type: Object
41-
Parameter Sets: (All)
42-
Aliases:
43-
Applicable: Skype for Business Online
44-
45-
Required: False
46-
Position: Named
47-
Default value: None
48-
Accept pipeline input: False
49-
Accept wildcard characters: False
50-
```
51-
52-
### -BypassDualWrite
53-
PARAMVALUE: $true | $false
54-
55-
```yaml
56-
Type: Object
39+
Type: CountryInfo
5740
Parameter Sets: (All)
5841
Aliases:
5942
Applicable: Skype for Business Online
@@ -69,7 +52,7 @@ Accept wildcard characters: False
6952
This parameter is reserved for internal Microsoft use.
7053
7154
```yaml
72-
Type: Object
55+
Type: Fqdn
7356
Parameter Sets: (All)
7457
Aliases: DC
7558
Applicable: Skype for Business Online
@@ -103,7 +86,7 @@ Accept wildcard characters: False
10386
This parameter is reserved for internal Microsoft use.
10487
10588
```yaml
106-
Type: Object
89+
Type: Guid
10790
Parameter Sets: (All)
10891
Aliases:
10992
Applicable: Skype for Business Online
@@ -119,7 +102,7 @@ Accept wildcard characters: False
119102
This parameter is reserved for internal Microsoft use.
120103
121104
```yaml
122-
Type: Object
105+
Type: String
123106
Parameter Sets: (All)
124107
Aliases:
125108
Applicable: Skype for Business Online
@@ -132,7 +115,11 @@ Accept wildcard characters: False
132115
```
133116
134117
### -AsJob
135-
{{Fill AsJob Description}}
118+
Indicates that this cmdlet runs as a background job.
119+
120+
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.
121+
122+
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).
136123
137124
```yaml
138125
Type: SwitchParameter
@@ -165,4 +152,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
165152
166153
167154
## RELATED LINKS
168-
155+
[Set-CsOnlineEnhancedEmergencyServiceDisclaimer](https://docs.microsoft.com/en-us/powershell/module/skype/set-csonlineenhancedemergencyservicedisclaimer?view=skype-ps)

skype/skype-ps/skype/Get-CsTenantMigrationConfiguration.md

Lines changed: 21 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -8,51 +8,36 @@ schema: 2.0.0
88
# Get-CsTenantMigrationConfiguration
99

1010
## SYNOPSIS
11-
Provide the topic introduction here.
11+
Use the Get-CsTenantMigrationConfiguration cmdlet to check if Meeting Migration Service (MMS) is enabled in your organization.
1212

1313
## SYNTAX
1414

1515
```
16-
Get-CsTenantMigrationConfiguration [[-Identity] <Object>] [-BypassDualWrite <Object>] [-Filter <Object>]
17-
[-LocalStore] [-Tenant <Object>] [-AsJob] [<CommonParameters>]
16+
Get-CsTenantMigrationConfiguration [-LocalStore] [[-Identity] <XdsIdentity>] [-Tenant <Guid>] [-Filter <String>]
17+
[-AsJob] [<CommonParameters>]
1818
```
1919

2020
## DESCRIPTION
21-
Provide the detailed description here.
21+
Meeting Migration Service (MMS) is a Skype for Business service that runs in the background and automatically updates Skype for Business and Microsoft Teams meetings for users. MMS is designed to eliminate the need for users to run the Meeting Migration Tool to update their Skype for Business and Microsoft Teams meetings. This tool does not migrate Skype for Business meetings into Microsoft Teams meetings.
22+
23+
The Get-CsTenantMigrationConfiguration cmdlet retrieves the Meeting Migration Service configuration in your organization.
2224

2325
## EXAMPLES
2426

2527
### -------------------------- Example 1 --------------------------
2628
```
27-
Insert example commands for example 1.
29+
PS C:\> Get-CsTenantMigrationConfiguration
2830
```
2931

30-
Insert descriptive text for example 1.
31-
32+
This example shows the MMS configuration in your organization.
3233

3334
## PARAMETERS
3435

35-
### -BypassDualWrite
36-
PARAMVALUE: $true | $false
37-
38-
```yaml
39-
Type: Object
40-
Parameter Sets: (All)
41-
Aliases:
42-
Applicable: Skype for Business Online
43-
44-
Required: False
45-
Position: Named
46-
Default value: None
47-
Accept pipeline input: False
48-
Accept wildcard characters: False
49-
```
50-
5136
### -Filter
52-
PARAMVALUE: String
37+
This parameter is reserved for internal Microsoft use.
5338

5439
```yaml
55-
Type: Object
40+
Type: String
5641
Parameter Sets: (All)
5742
Aliases:
5843
Applicable: Skype for Business Online
@@ -65,10 +50,10 @@ Accept wildcard characters: False
6550
```
6651
6752
### -Identity
68-
PARAMVALUE: XdsIdentity
53+
This parameter is reserved for internal Microsoft use.
6954
7055
```yaml
71-
Type: Object
56+
Type: XdsIdentity
7257
Parameter Sets: (All)
7358
Aliases:
7459
Applicable: Skype for Business Online
@@ -81,7 +66,7 @@ Accept wildcard characters: False
8166
```
8267
8368
### -LocalStore
84-
PARAMVALUE: SwitchParameter
69+
This parameter is reserved for internal Microsoft use.
8570
8671
```yaml
8772
Type: SwitchParameter
@@ -97,10 +82,10 @@ Accept wildcard characters: False
9782
```
9883
9984
### -Tenant
100-
PARAMVALUE: Guid
85+
This parameter is reserved for internal Microsoft use.
10186
10287
```yaml
103-
Type: Object
88+
Type: Guid
10489
Parameter Sets: (All)
10590
Aliases:
10691
Applicable: Skype for Business Online
@@ -113,7 +98,11 @@ Accept wildcard characters: False
11398
```
11499
115100
### -AsJob
116-
{{Fill AsJob Description}}
101+
Indicates that this cmdlet runs as a background job.
102+
103+
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.
104+
105+
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).
117106
118107
```yaml
119108
Type: SwitchParameter
@@ -138,4 +127,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
138127
## NOTES
139128
140129
## RELATED LINKS
141-
130+
[Set-CsTenantMigrationConfiguration](https://docs.microsoft.com/en-us/powershell/module/skype/set-cstenantmigrationconfiguration?view=skype-ps)

skype/skype-ps/skype/Get-CsUserLocationStatus.md

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,28 @@ schema: 2.0.0
88
# Get-CsUserLocationStatus
99

1010
## SYNOPSIS
11-
Get-CsUserLocationStatus \[\[-Tenant\] \<guid\>\] \[\[-Identity\] \<UserIdParameter\>\] \[-WhatIf\] \[-Confirm\] \[\<CommonParameters\>\]
11+
With `Get-CsUserLocationStatus` you can track the progress of the regionally hosted meetings cross region move and determine when it has completed.
1212

1313
## SYNTAX
1414

1515
```
16-
Get-CsUserLocationStatus [[-Tenant] <Object>] [[-Identity] <Object>] [-Confirm] [-WhatIf] [-AsJob]
16+
Get-CsUserLocationStatus [[-Tenant] <Guid>] [[-Identity] <UserIdParameter>] [-Confirm] [-WhatIf] [-AsJob]
1717
[<CommonParameters>]
1818
```
1919

2020
## DESCRIPTION
21-
{{Fill in the Description}}
21+
With regionally hosted meetings, you can take advantage of Microsoft Office 365 data centers located all over the world, and you can choose where your users are located in the Microsoft cloud. Your users log in to local data centers and therefore benefit from regional performance for meetings within the cloud.
22+
23+
The `Get-CsUserLocationStatus` tracks the progress of the cross region move and determine when it has completed.
2224

2325
## EXAMPLES
2426

25-
### Example (Skype for Business Online)
27+
### -------------------------- EXAMPLE 1 --------------------------
2628
```
27-
PS C:\> {{ Add example code here }}
29+
PS C:\> Get-CsUserLocationStatus -Identity [email protected]
2830
```
2931

30-
{{ Add example description here }}
32+
This example tracks the progress of the cross region move for [email protected] account.
3133

3234
## PARAMETERS
3335

@@ -48,10 +50,16 @@ Accept wildcard characters: False
4850
```
4951
5052
### -Identity
51-
{{Fill Identity Description}}
53+
Indicates the Identity of the user account to be verified. User Identities can be specified using one of four formats:
54+
55+
1) the user's SIP address;
56+
2) the user's user principal name (UPN);
57+
3) the user's domain name and logon name, in the form domain\logon (for example, litwareinc\kenmyer)
58+
4) the user's Active Directory display name (for example, Ken Myer), (only available if using the on-premises cmdlets) User Identities can also be referenced by using the user's Active Directory distinguished name.
59+
You can use the asterisk (\*) wildcard character when using the display name as the user Identity. For example, the Identity "\*Smith" returns all the users who have a display name that ends with the string value "Smith".
5260
5361
```yaml
54-
Type: Object
62+
Type: UserIdParameter
5563
Parameter Sets: (All)
5664
Aliases:
5765
Applicable: Skype for Business Online
@@ -64,10 +72,10 @@ Accept wildcard characters: False
6472
```
6573
6674
### -Tenant
67-
{{Fill Tenant Description}}
75+
This parameter is reserved for internal Microsoft use.
6876
6977
```yaml
70-
Type: Object
78+
Type: Guid
7179
Parameter Sets: (All)
7280
Aliases:
7381
Applicable: Skype for Business Online
@@ -97,7 +105,11 @@ Accept wildcard characters: False
97105
```
98106
99107
### -AsJob
100-
{{Fill AsJob Description}}
108+
Indicates that this cmdlet runs as a background job.
109+
110+
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.
111+
112+
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).
101113
102114
```yaml
103115
Type: SwitchParameter

skype/skype-ps/skype/Remove-CsSlaConfiguration.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Remove-CsSlaConfiguration
99

1010
## SYNOPSIS
11-
Provide the topic introduction here.
11+
Use the Remove-CsSlaConfiguration cmdlet to remove a Shared Line Appearance (SLA) configuration. SLA is an Enterprise Voice user that is capable of receiving multiple calls at a time and forwarding them to its delegates, who answer the call. This cmdlet was introduced in Skype for Business Server 2015, November 2015 Cumulative Update.
1212

1313
## SYNTAX
1414

@@ -17,22 +17,30 @@ Remove-CsSlaConfiguration [-Identity] <UserIdParameter> [-Confirm] [-PassThru] [
1717
```
1818

1919
## DESCRIPTION
20-
Provide the detailed description here.
20+
Shared Line Appearance (SLA) is a feature in Skype for Business (SfB) for handling multiple calls on a specific number called a shared number. SLA can configure any enterprise voice enabled SfB user as a shared number with multiple lines to respond to multiple calls. The calls are not actually received on the shared number, instead they are forwarded to users that act as delegates for the shared number. Any one of the delegates can pick up the call while the rest of the delegates get a notification on their phone about who picked up the call and which line has become busy as a result. Both the number of lines and the delegates are configurable for a shared number in SLA. In addition, advanced options such as BusyOption (what happens in a situation when all lines are busy) and MissedCallOption (the case in which none of the delegates pick up a call) etc. can also be configured for a shared number.
21+
22+
The Remove-CsSlaConfiguration cmdlet removes an SLA configuration.
23+
24+
Note: Logging in with the account created for the SLA number is not supported. Using the SLA number account with any device or Desktop Client can result in unpredictable behavior. It is not necessary to use that account for the Shared Line Appearance feature to function. By default, members of the RTCUniversalServerAdmins group are authorized to run the Remove-CsSlaConfiguration cmdlet. To return a list of all the role-based access control (RBAC) roles this cmdlet has been assigned to (including any custom RBAC roles you have created yourself), run the following command from the Windows PowerShell prompt:
25+
26+
Get-CsAdminRole | Where-Object {$_.Cmdlets -match "Remove-CsSlaConfiguration"}
2127

2228
## EXAMPLES
2329

2430
### -------------------------- Example 1 --------------------------
2531
```
26-
Insert example commands for example 1.
32+
PS C:\> Remove-CsSlaConfiguration -Identity SLAGroup1
2733
```
2834

29-
Insert descriptive text for example 1.
35+
This example removes the Shared Line Appearance configuration named "SLAGroup1".
3036

3137

3238
## PARAMETERS
3339

3440
### -Identity
35-
PARAMVALUE: UserIdParameter
41+
Indicates the Identity of the SLA group to be removed. User Identities can be specified by using one of four formats: 1) the user's SIP address; 2) the user's user principal name (UPN); 3) the user's domain name and logon name, in the form domain\logon (for example, litwareinc\kenmyer); and, 4) the user's Active Directory display name (for example, Ken Myer). You can also reference a user account by using the Active Directory distinguished name.
42+
43+
You can use the asterisk (\*) wildcard character when using the Display Name as the user Identity. For example, the Identity "\*Smith" returns all the users who have a display name that ends with the string value "Smith".
3644

3745
```yaml
3846
Type: UserIdParameter
@@ -48,7 +56,7 @@ Accept wildcard characters: False
4856
```
4957
5058
### -Confirm
51-
PARAMVALUE: SwitchParameter
59+
Prompts you for confirmation before executing the command.
5260
5361
```yaml
5462
Type: SwitchParameter
@@ -64,7 +72,7 @@ Accept wildcard characters: False
6472
```
6573
6674
### -PassThru
67-
PARAMVALUE: SwitchParameter
75+
Enables you to pass a user object through the pipeline that represents the SLA group being removed. By default, the Remove-CsSlaConfiguration cmdlet does not pass objects through the pipeline.
6876
6977
```yaml
7078
Type: SwitchParameter
@@ -80,7 +88,7 @@ Accept wildcard characters: False
8088
```
8189
8290
### -WhatIf
83-
PARAMVALUE: SwitchParameter
91+
Describes what would happen if you executed the command without actually executing the command.
8492
8593
```yaml
8694
Type: SwitchParameter
@@ -105,4 +113,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
105113
## NOTES
106114
107115
## RELATED LINKS
116+
[Get-CsSlaConfiguration](https://docs.microsoft.com/en-us/powershell/module/skype/get-csslaconfiguration?view=skype-ps)
108117
118+
[Set-CsSlaConfiguration](https://docs.microsoft.com/en-us/powershell/module/skype/set-csslaconfiguration?view=skype-ps)

0 commit comments

Comments
 (0)