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
The Microsoft Teams notifications and feeds policy allows administrators to manage how notifications and activity feeds are handled within Teams. This policy includes settings that control the types of notifications users receive, how they are delivered, and which activities are highlighted in their feeds.
29
+
30
+
## EXAMPLES
31
+
32
+
### Example 1
33
+
```powershell
34
+
PS C:\> Get-CsTeamsNotificationAndFeedsPolicy
35
+
```
36
+
37
+
The command shown above returns information of all Teams NotificationAndFeedsPolicy that have been configured for use in the tenant.
38
+
39
+
## PARAMETERS
40
+
41
+
### -Filter
42
+
A filter that is not expressed in the standard wildcard language.
43
+
44
+
```yaml
45
+
Type: String
46
+
Parameter Sets: Filter
47
+
Aliases:
48
+
49
+
Required: False
50
+
Position: Named
51
+
Default value: None
52
+
Accept pipeline input: False
53
+
Accept wildcard characters: False
54
+
```
55
+
56
+
### -Identity
57
+
Unique identifier assigned to the policy when it was created.
58
+
59
+
```yaml
60
+
Type: String
61
+
Parameter Sets: Identity
62
+
Aliases:
63
+
64
+
Required: False
65
+
Position: 1
66
+
Default value: None
67
+
Accept pipeline input: False
68
+
Accept wildcard characters: False
69
+
```
70
+
71
+
### -MsftInternalProcessingMode
72
+
For internal use only.
73
+
74
+
```yaml
75
+
Type: String
76
+
Parameter Sets: (All)
77
+
Aliases:
78
+
79
+
Required: False
80
+
Position: Named
81
+
Default value: None
82
+
Accept pipeline input: False
83
+
Accept wildcard characters: False
84
+
```
85
+
86
+
### CommonParameters
87
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
Used to provide the necessary credentials for authenticating and authorizing the connection to the workforce management (WFM) system. This parameter ensures that the connection has the appropriate permissions to access and manage the data within the WFM system.
236
+
237
+
```yaml
238
+
Type: String
239
+
Parameter Sets: (All)
240
+
Aliases:
241
+
242
+
Required: False
243
+
Position: Named
244
+
Default value: None
245
+
Accept pipeline input: False
246
+
Accept wildcard characters: False
247
+
```
248
+
234
249
### CommonParameters
235
250
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
Used to provide the necessary credentials for authenticating and authorizing the connection to the workforce management (WFM) system. This parameter ensures that the connection has the appropriate permissions to access and manage the data within the WFM system.
309
+
310
+
```yaml
311
+
Type: String
312
+
Parameter Sets: Get
313
+
Aliases:
314
+
315
+
Required: False
316
+
Position: Named
317
+
Default value: None
318
+
Accept pipeline input: False
319
+
Accept wildcard characters: False
320
+
```
321
+
322
+
### -Break
323
+
Wait for the .NET debugger to attach.
324
+
325
+
```yaml
326
+
Type: SwitchParameter
327
+
Parameter Sets: (All)
328
+
Aliases:
329
+
330
+
Required: False
331
+
Position: Named
332
+
Default value: None
333
+
Accept pipeline input: False
334
+
Accept wildcard characters: False
335
+
```
336
+
337
+
### -HttpPipelineAppend
338
+
SendAsync Pipeline Steps to be appended to the front of the pipeline.
339
+
340
+
```yaml
341
+
Type: SendAsyncStep[]
342
+
Parameter Sets: (All)
343
+
Aliases:
344
+
345
+
Required: False
346
+
Position: Named
347
+
Default value: None
348
+
Accept pipeline input: False
349
+
Accept wildcard characters: False
350
+
```
351
+
352
+
### -HttpPipelinePrepend
353
+
SendAsync Pipeline Steps to be prepended to the front of the pipeline.
354
+
355
+
```yaml
356
+
Type: SendAsyncStep[]
357
+
Parameter Sets: (All)
358
+
Aliases:
359
+
360
+
Required: False
361
+
Position: Named
362
+
Default value: None
363
+
Accept pipeline input: False
364
+
Accept wildcard characters: False
365
+
```
366
+
367
+
### -InputObject
368
+
Identity Parameter
369
+
370
+
```yaml
371
+
Type: IConfigApiBasedCmdletsIdentity
372
+
Parameter Sets: GetViaIdentity
373
+
Aliases:
374
+
375
+
Required: True
376
+
Position: Named
377
+
Default value: None
378
+
Accept pipeline input: True (ByValue)
379
+
Accept wildcard characters: False
380
+
```
381
+
382
+
### -Proxy
383
+
The URI for the proxy server to use.
384
+
385
+
```yaml
386
+
Type: Uri
387
+
Parameter Sets: (All)
388
+
Aliases:
389
+
390
+
Required: False
391
+
Position: Named
392
+
Default value: None
393
+
Accept pipeline input: False
394
+
Accept wildcard characters: False
395
+
```
396
+
397
+
### -ProxyCredential
398
+
Credentials for a proxy server to use for the remote call.
399
+
400
+
```yaml
401
+
Type: PSCredential
402
+
Parameter Sets: (All)
403
+
Aliases:
404
+
405
+
Required: False
406
+
Position: Named
407
+
Default value: None
408
+
Accept pipeline input: False
409
+
Accept wildcard characters: False
410
+
```
411
+
412
+
### -ProxyUseDefaultCredentials
413
+
Use the default credentials for the proxy.
414
+
415
+
```yaml
416
+
Type: SwitchParameter
417
+
Parameter Sets: (All)
418
+
Aliases:
419
+
420
+
Required: False
421
+
Position: Named
422
+
Default value: None
423
+
Accept pipeline input: False
424
+
Accept wildcard characters: False
425
+
```
292
426
### CommonParameters
293
427
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
0 commit comments