Skip to content

Commit 8d22ddf

Browse files
authored
Merge pull request MicrosoftDocs#5605 from madehmer/patch-2
Update Set-UserBriefingConfig.md
2 parents e443444 + a94d93b commit 8d22ddf

File tree

1 file changed

+30
-34
lines changed

1 file changed

+30
-34
lines changed

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

Lines changed: 30 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -15,40 +15,36 @@ 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 Set-UserBriefingConfig cmdlet to enable or disable the daily briefing message in a mailbox.
18+
Use the Set-UserBriefingConfig cmdlet to enable or disable the Briefing for a user. For more details about configuring the Briefing, 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-
Set-UserBriefingConfig -Enabled <Boolean> -Identity <String>
26-
[-ResultSize <Unlimited>] [<CommonParameters>]
25+
Set-UserBriefingConfig -Identity <String> [-Enabled [<$true | $false>] [-ResultSize <Unlimited>]
2726
```
2827

2928
## DESCRIPTION
30-
{{ Fill in the Description }}
29+
To enable or disable Briefing email for a specific user, use the Exchange Online PowerShell V2 module and this command line, where the string is the applicable username.
3130

3231
## EXAMPLES
3332

3433
### Example 1
34+
3535
```powershell
36-
Set-UserBriefingConfig -Enabled $false -Identity lila@contoso.onmicrosoft.com
36+
Set-UserBriefingConfig -Identity [email protected] -Enabled $true
3737
```
3838

39-
This example disables the daily briefing message configuration for the user lila@contoso.onmicrosoft.com.
39+
This example enables the Briefing email for [email protected].
4040

4141
## PARAMETERS
4242

43-
### -Enabled
44-
The Enabled parameter specifies whether to enable or disable the daily briefing message in the mailbox. Valid values are:
45-
46-
- $true: The daily briefing message is enabled. This is the default value.
47-
48-
- $false: The daily briefing message is disabled.
43+
### -Identity
44+
The Identity parameter specifies the user that you want to modify (for example, [email protected]).
4945

5046
```yaml
51-
Type: Boolean
47+
Type: String
5248
Parameter Sets: (All)
5349
Aliases:
5450
Applicable: Exchange Online
@@ -60,41 +56,41 @@ Accept pipeline input: False
6056
Accept wildcard characters: False
6157
```
6258
63-
### -Identity
64-
The Identity parameter specifies the mailbox that you want to modify. You identify the mailbox by its UPN (for example, [email protected]).
59+
### -Enabled
60+
The Enabled parameter specifies whether to enable or disable the Briefing email for a specified user's mailbox. Valid values are:
61+
62+
- $true: The daily briefing message is enabled.
63+
64+
- $false: The daily briefing message is disabled. This is the default value.
6565
6666
```yaml
67-
Type: String
67+
Type: Boolean
6868
Parameter Sets: (All)
6969
Aliases:
7070
Applicable: Exchange Online
7171

7272
Required: True
7373
Position: Named
74-
Default value: None
74+
Default value: False
7575
Accept pipeline input: False
7676
Accept wildcard characters: False
7777
```
7878
79-
### -ResultSize
80-
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.
79+
### -ResultSize
80+
This parameter is reserved for internal Microsoft use.
8181
82-
```yaml
83-
Type: Unlimited
84-
Parameter Sets: (All)
82+
```yaml
83+
Type: Unlimited
84+
Parameter Sets: (All)
8585
Aliases:
86-
Applicable: Exchange Online
87-
88-
Required: False
89-
Position: Named
90-
Default value: None
91-
Accept pipeline input: False
92-
Accept wildcard characters: False
86+
Applicable: Exchange Online
87+
Required: False
88+
Position: Named
89+
Default value: None
90+
Accept pipeline input: False Accept pipeline input: False
91+
Accept wildcard characters: False Accept wildcard characters: False
9392
```
9493
95-
### CommonParameters
96-
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).
97-
9894
## INPUTS
9995
10096
###
@@ -103,6 +99,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
10399
104100
###
105101
106-
## NOTES
107-
108102
## RELATED LINKS
103+
104+
[Configure Briefing email](https://docs.microsoft.com/Briefing/be-admin)

0 commit comments

Comments
 (0)