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
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.
21
+
22
+
You can use the `Get-CsMeetingMigrationStatus` cmdlet to check the status of meeting migrations.
22
23
23
24
## EXAMPLES
24
25
25
26
### -------------------------- Example 1 --------------------------
26
27
```
27
-
Insert example commands for example 1.
28
+
Get-CsMeetingMigrationStatus -SummaryOnly
29
+
```
30
+
31
+
This example is used to get a summary status of all MMS migrations.
32
+
33
+
### -------------------------- Example 2 --------------------------
This example get the meeting migration status for user [email protected].
31
39
32
40
33
41
## PARAMETERS
34
42
35
43
### -Identity
36
-
PARAMVALUE: UserIdParameter
44
+
Specifies the Identity of the user account to be to be modified. A user identity 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 user's Active Directory distinguished name.
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.
Indicates that this cmdlet runs as a background job.
165
+
166
+
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.
167
+
168
+
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).
In Skype for Business Server, server-to-server authentication (for example, the authentication that enables Skype for Business Server and Exchange to share information) is carried out using the OAuth security protocol.
@@ -97,27 +92,14 @@ Accept pipeline input: False
97
92
Accept wildcard characters: False
98
93
```
99
94
100
-
```yaml
101
-
Type: XdsIdentity
102
-
Parameter Sets: (All)
103
-
Aliases:
104
-
Applicable: Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
105
-
106
-
Required: False
107
-
Position: 1
108
-
Default value: None
109
-
Accept pipeline input: False
110
-
Accept wildcard characters: False
111
-
```
112
-
113
95
### -LocalStore
114
96
Retrieves the OAuth configuration data from the local replica of the Central Management store rather than from the Central Management store itself.
115
97
116
98
```yaml
117
99
Type: SwitchParameter
118
100
Parameter Sets: (All)
119
101
Aliases:
120
-
Applicable: Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
102
+
Applicable: Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
121
103
122
104
Required: False
123
105
Position: Named
@@ -141,22 +123,6 @@ You can return the tenant ID for each of your tenants by running this command:
141
123
Type: Guid
142
124
Parameter Sets: (All)
143
125
Aliases:
144
-
Applicable: Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
Indicates that this cmdlet runs as a background job.
137
+
138
+
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.
139
+
140
+
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).
171
141
172
142
```yaml
173
143
Type: SwitchParameter
@@ -200,6 +170,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
In Skype for Business Online, outbound calling restriction policies are used to restrict the type of audio conferencing and end user PSTN calls that can be made by users in your organization.
21
+
To get all the available policies in your organization run `Get-CSOnlineDialOutPolicy`.
22
22
23
23
## EXAMPLES
24
24
25
-
### Example 1 (Skype for Business Online)
25
+
### -------------------------- Example 1 --------------------------
This example assigns the per-user outbound calling restriction policy DialoutCPCandPSTNInternational to the user with the User Principal Name "[email protected]".
31
+
32
+
### -------------------------- Example 2 --------------------------
In this example, any per-user outbound calling restriction policy previously assigned to the user [email protected] is unassigned from that user; as a result, Ken Myer will be managed by the global outbound calling restriction policy. To unassign a per-user policy, set the PolicyName to a null value ($Null).
38
+
39
+
### -------------------------- Example 3 --------------------------
Specifies the Identity of the user account to be to be modified. A user identity 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 user's Active Directory distinguished name.
"Name" of the policy to be assigned. The PolicyName is simply the policy Identity minus the policy scope (the "tag:" prefix). For example, a policy with the Identity tag:Redmond has a PolicyName equal to Redmond; likewise, a policy with the Identity tag:RedmondPolicy has a PolicyName equal to RedmondPolicy.
114
+
115
+
To unassign a per-user policy previously assigned to a user, set the PolicyName to a null value ($Null).
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.
Indicates that this cmdlet runs as a background job.
173
+
174
+
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.
175
+
176
+
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).
149
177
150
178
```yaml
151
179
Type: SwitchParameter
@@ -174,4 +202,4 @@ This cmdlet supports the common parameters: `-Debug, -ErrorAction, -ErrorVariabl
0 commit comments