Skip to content

Commit e443444

Browse files
authored
Merge pull request MicrosoftDocs#5604 from madehmer/patch-1
Update Get-UserBriefingConfig.md
2 parents 192b9ed + 4b62623 commit e443444

File tree

1 file changed

+21
-26
lines changed

1 file changed

+21
-26
lines changed

exchange/exchange-ps/exchange/powershell-v2-module/Get-UserBriefingConfig.md

Lines changed: 21 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -15,33 +15,32 @@ monikerRange: "exchonline-ps"
1515
## SYNOPSIS
1616
This cmdlet is available only in the Exchange Online PowerShell V2 module. For more information, see [Use the Exchange Online PowerShell V2 module](https://docs.microsoft.com/powershell/exchange/exchange-online/exchange-online-powershell-v2/exchange-online-powershell-v2).
1717

18-
Use the Get-UserBriefingConfig cmdlet to view the daily briefing configuration in a mailbox.
18+
Use the Get-UserBriefingConfig cmdlet to get the current state of the Briefing email flag for the specified user. For more details about configuring the Briefing email, see [Configure Briefing email](https://docs.microsoft.com/Briefing/be-admin).
1919

2020
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://docs.microsoft.com/powershell/exchange/exchange-server/exchange-cmdlet-syntax).
2121

2222
## SYNTAX
2323

2424
```
25-
Get-UserBriefingConfig -Identity <String>
26-
[-ResultSize <Unlimited>] [<CommonParameters>]
25+
Get-UserBriefingConfig -Identity <string> [-ResultSize <Unlimited>]
2726
```
2827

2928
## DESCRIPTION
30-
{{ Fill in the Description }}
29+
Gets the current state of the Briefing email flag (true or false) for the specified user.
3130

3231
## EXAMPLES
3332

3433
### Example 1
3534
```powershell
36-
Get-UserBriefingConfig -Identity lila@contoso.onmicrosoft.com
35+
Get-UserBriefingConfig -Identity [email protected]
3736
```
3837

39-
This example returns the daily briefing message configuration for the user lila@contoso.onmicrosoft.com.
38+
This example returns the Briefing configuration for the user [email protected].
4039

4140
## PARAMETERS
4241

4342
### -Identity
44-
The Identity parameter specifies the mailbox that you want to view. You identify the mailbox by its UPN (for example, lila@contoso.onmicrosoft.com).
43+
The Identity parameter specifies the user that you want to view (for example, [email protected]).
4544

4645
```yaml
4746
Type: String
@@ -56,25 +55,21 @@ Accept pipeline input: False
5655
Accept wildcard characters: False
5756
```
5857
59-
### -ResultSize
60-
The ResultSize parameter specifies the maximum number of results to return. If you want to return all requests that match the query, use unlimited for the value of this parameter. The default value is 1000.
61-
62-
```yaml
63-
Type: Unlimited
64-
Parameter Sets: (All)
65-
Aliases:
66-
Applicable: Exchange Online
67-
68-
Required: False
69-
Position: Named
70-
Default value: None
71-
Accept pipeline input: False
72-
Accept wildcard characters: False
58+
### -ResultSize
59+
This parameter is reserved for internal Microsoft use.
60+
61+
```yaml
62+
Type: Unlimited
63+
Parameter Sets: (All)
64+
Aliases:
65+
Applicable: Exchange Online
66+
Required: False
67+
Position: Named
68+
Default value: None
69+
Accept pipeline input: False Accept pipeline input: False
70+
Accept wildcard characters: False Accept wildcard characters: False
7371
```
7472
75-
### CommonParameters
76-
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/p/?LinkID=113216).
77-
7873
## INPUTS
7974
8075
###
@@ -83,6 +78,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
8378
8479
###
8580
86-
## NOTES
81+
## Related links
8782
88-
## RELATED LINKS
83+
[Configure Briefing email](https://docs.microsoft.com/Briefing/be-admin)

0 commit comments

Comments
 (0)