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
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/powershell-v2-module/Set-UserBriefingConfig.md
+30-34Lines changed: 30 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -15,40 +15,36 @@ monikerRange: "exchonline-ps"
15
15
## SYNOPSIS
16
16
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).
17
17
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).
19
19
20
20
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).
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.
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]).
49
45
50
46
```yaml
51
-
Type: Boolean
47
+
Type: String
52
48
Parameter Sets: (All)
53
49
Aliases:
54
50
Applicable: Exchange Online
@@ -60,41 +56,41 @@ Accept pipeline input: False
60
56
Accept wildcard characters: False
61
57
```
62
58
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.
65
65
66
66
```yaml
67
-
Type: String
67
+
Type: Boolean
68
68
Parameter Sets: (All)
69
69
Aliases:
70
70
Applicable: Exchange Online
71
71
72
72
Required: True
73
73
Position: Named
74
-
Default value: None
74
+
Default value: False
75
75
Accept pipeline input: False
76
76
Accept wildcard characters: False
77
77
```
78
78
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.
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
-
98
94
## INPUTS
99
95
100
96
###
@@ -103,6 +99,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
0 commit comments