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/Get-UserBriefingConfig.md
+21-26Lines changed: 21 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -15,33 +15,32 @@ 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 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).
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).
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].
40
39
41
40
## PARAMETERS
42
41
43
42
### -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]).
45
44
46
45
```yaml
47
46
Type: String
@@ -56,25 +55,21 @@ Accept pipeline input: False
56
55
Accept wildcard characters: False
57
56
```
58
57
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.
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
-
78
73
## INPUTS
79
74
80
75
###
@@ -83,6 +78,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
0 commit comments