Skip to content

Commit b7e614c

Browse files
authored
Update Set-CsPushNotificationConfiguration.md
1 parent bddbfed commit b7e614c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

skype/skype-ps/skype/Set-CsPushNotificationConfiguration.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,11 @@ Accept wildcard characters: False
245245
```
246246

247247
### -AsJob
248-
{{Fill AsJob Description}}
248+
Indicates that this cmdlet runs as a background job.
249+
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.
251+
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).
249253

250254
```yaml
251255
Type: SwitchParameter

0 commit comments

Comments
 (0)