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
@@ -161,7 +161,7 @@ Enables you to limit the number of records returned by the cmdlet. For example,
161
161
The result size can be set to any whole number between 0 and 2147483647, inclusive. If set to 0 the command will run, but no data will be returned. If you set the ResultSize to 7 but you have only three endpoints in your forest, the command will return those three endpoints, and then complete without error.
@@ -138,19 +132,6 @@ If you need to use wildcards, then include the Filter parameter instead.
138
132
139
133
If this parameter is not specified, then the Get-CsPushNotificationConfiguration cmdlet returns a collection of all the push notification configuration settings in use in the organization.
140
134
141
-
```yaml
142
-
Type: XdsIdentity
143
-
Parameter Sets: Identity
144
-
Aliases:
145
-
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.
218
193
219
-
Required: False
220
-
Position: Named
221
-
Default value: None
222
-
Accept pipeline input: False
223
-
Accept wildcard characters: False
224
-
```
194
+
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.
225
195
226
-
### -AsJob
227
-
{{Fill AsJob Description}}
196
+
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).
The Apple Push Notification Service and the Microsoft Push Notification Service enable users running Skype for Business on their Apple iPhone or Windows Phone to receive notifications about Skype for Business Server events even when Skype for Business is suspended or running in the background.
41
34
For example, users can receive notice for events such as these:
@@ -176,19 +169,6 @@ To refer to site settings, use syntax similar to this:
176
169
Note that you cannot use wildcards when specifying an Identity.
177
170
178
171
179
-
```yaml
180
-
Type: XdsIdentity
181
-
Parameter Sets: Identity
182
-
Aliases:
183
-
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.
288
249
289
-
Required: False
290
-
Position: Named
291
-
Default value: None
292
-
Accept pipeline input: False
293
-
Accept wildcard characters: False
294
-
```
250
+
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.
295
251
296
-
### -AsJob
297
-
{{Fill AsJob Description}}
252
+
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).
0 commit comments