Skip to content

Commit 9a9d6d3

Browse files
authored
Update Start-CsExMeetingMigration.md
1 parent 68f81b9 commit 9a9d6d3

File tree

1 file changed

+27
-11
lines changed

1 file changed

+27
-11
lines changed

skype/skype-ps/skype/Start-CsExMeetingMigration.md

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Start-CsExMeetingMigration
99

1010
## SYNOPSIS
11-
Provide the topic introduction here.
11+
The `Start-CsExMeetingMigration` cmdlet starts a meeting migration manually.
1212

1313
## SYNTAX
1414

@@ -18,25 +18,27 @@ Start-CsExMeetingMigration [[-Identity] <Object>] [-Confirm] [-Tenant <Object>]
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.
22+
23+
Also, with `Start-CsExMeetingMigration` cmdlet, you can start a meeting migration manually.
2224

2325
## EXAMPLES
2426

2527
### -------------------------- Example 1 --------------------------
2628
```
27-
Insert example commands for example 1.
29+
Start-CsExMeetingMigration -Identity [email protected]
2830
```
2931

30-
Insert descriptive text for example 1.
32+
This example kicks off meeting migration for the user [email protected].
3133

3234

3335
## PARAMETERS
3436

3537
### -Identity
36-
PARAMVALUE: UserIdParameter
38+
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.
3739

3840
```yaml
39-
Type: Object
41+
Type: UserIdParameter
4042
Parameter Sets: (All)
4143
Aliases:
4244
Applicable: Skype for Business Online
@@ -49,7 +51,7 @@ Accept wildcard characters: False
4951
```
5052
5153
### -Confirm
52-
PARAMVALUE: SwitchParameter
54+
The Confirm switch causes the command to pause processing and requires confirmation to proceed.
5355
5456
```yaml
5557
Type: SwitchParameter
@@ -65,10 +67,18 @@ Accept wildcard characters: False
6567
```
6668
6769
### -Tenant
68-
PARAMVALUE: Guid
70+
Globally unique identifier (GUID) of the tenant account whose external user communication policy are being created. For example:
71+
72+
-Tenant "38aad667-af54-4397-aaa7-e94c79ec2308"
73+
74+
You can return your tenant ID by running this command:
75+
76+
Get-CsTenant | Select-Object DisplayName, TenantID
77+
78+
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.
6979
7080
```yaml
71-
Type: Object
81+
Type: Guid
7282
Parameter Sets: (All)
7383
Aliases:
7484
Applicable: Skype for Business Online
@@ -81,7 +91,7 @@ Accept wildcard characters: False
8191
```
8292
8393
### -WhatIf
84-
PARAMVALUE: SwitchParameter
94+
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.
8595
8696
```yaml
8797
Type: SwitchParameter
@@ -97,7 +107,11 @@ Accept wildcard characters: False
97107
```
98108
99109
### -AsJob
100-
{{Fill AsJob Description}}
110+
Indicates that this cmdlet runs as a background job.
111+
112+
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.
113+
114+
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).
101115
102116
```yaml
103117
Type: SwitchParameter
@@ -122,4 +136,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
122136
## NOTES
123137
124138
## RELATED LINKS
139+
[Get-CsTenantMigrationConfiguration](https://docs.microsoft.com/en-us/powershell/module/skype/get-cstenantmigrationconfiguration?view=skype-ps)
125140
141+
[Get-CsOnlineDialInConferencingTenantSettings](https://docs.microsoft.com/en-us/powershell/module/skype/get-csonlinedialinconferencingtenantsettings?view=skype-ps)

0 commit comments

Comments
 (0)