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
Defines the source of the app. The source indicates where the app package originates from, for example, if the app was built by a developer but did not reside on the SharePoint Marketplace, you might use the CorporateCatalog source.
Use the Get-CsAuthConfig cmdlet to retrieve the authentication configuration for your organization.
21
+
This cmdlet gets authentication configuration from two server roles - Registrar and WebServices.
22
+
It is meant to only be run at the global level.
23
+
If you do run it at the pool level and only one of the roles are present on the pool, the cmdlet will return the setting that corresponds to the role that exists on the pool and the global settings for the role that doesn’t exist on the pool.
24
+
If neither role is present on the pool, it will return an error.
25
+
If both roles are present for the pool, but policies are not defined at the pool level, the cmdlet will return an error.
26
+
27
+
## EXAMPLES
28
+
29
+
### Example 1
30
+
```powershell
31
+
PS C:\> {{ Add example code here }}
32
+
```
33
+
34
+
{{ Add example description here }}
35
+
36
+
## PARAMETERS
37
+
38
+
### -Confirm
39
+
Prompts you for confirmation before running the cmdlet.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
86
+
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
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
0 commit comments