Skip to content

Commit 3f080b4

Browse files
authored
Update Get-CsPushNotificationConfiguration.md
1 parent 56f0f8e commit 3f080b4

File tree

1 file changed

+5
-18
lines changed

1 file changed

+5
-18
lines changed

skype/skype-ps/skype/Get-CsPushNotificationConfiguration.md

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ Get-CsPushNotificationConfiguration [[-Identity] <XdsIdentity>] [-LocalStore] [-
2828

2929
### (Default)
3030
```
31-
Get-CsPushNotificationConfiguration [[-Identity] <Object>] [-BypassDualWrite <Object>] [-Filter <Object>]
32-
[-LocalStore] [-Tenant <Object>] [-AsJob] [<CommonParameters>]
31+
Get-CsPushNotificationConfiguration [[-Identity] <XdsIdentity>] [-Filter <String>] [-LocalStore] [-Tenant <Object>] [-AsJob] [<CommonParameters>]
3332
```
3433

3534
## DESCRIPTION
@@ -207,24 +206,12 @@ Accept pipeline input: False
207206
Accept wildcard characters: False
208207
```
209208

210-
### -BypassDualWrite
211-
{{Fill BypassDualWrite Description}}
209+
### -AsJob
210+
Indicates that this cmdlet runs as a background job.
212211

213-
```yaml
214-
Type: Object
215-
Parameter Sets: (All)
216-
Aliases:
217-
Applicable: Skype for Business Online
212+
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.
218213

219-
Required: False
220-
Position: Named
221-
Default value: None
222-
Accept pipeline input: False
223-
Accept wildcard characters: False
224-
```
225-
226-
### -AsJob
227-
{{Fill AsJob Description}}
214+
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).
228215

229216
```yaml
230217
Type: SwitchParameter

0 commit comments

Comments
 (0)