Skip to content

Commit 4948e45

Browse files
committed
Preview7 updates
1 parent fcea9d3 commit 4948e45

File tree

5 files changed

+33
-27
lines changed

5 files changed

+33
-27
lines changed

exchange/exchange-ps/exchange/Get-CustomNudgeAssignment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For information about the parameter sets in the Syntax section below, see [Excha
2424
## SYNTAX
2525

2626
```
27-
Get-CustomNudgeAssignment -AssigneeId <String> -NudgeName <String>
27+
Get-CustomNudgeAssignment [-AssigneeId <String>] [-NudgeName <String>]
2828
[-ResultSize <Unlimited>]
2929
[<CommonParameters>]
3030
```
@@ -59,7 +59,7 @@ This example returns all assignments that contain the user [email protected]
5959
Get-CustomNudgeAssignment -NudgeName perfReviewNudge -AssigneeId [email protected]
6060
```
6161

62-
This example returns the StartTime and EndTime values for the assignment of the Custom Nudge named perfReviewNudge to the user [email protected] .
62+
This example returns the StartTime and EndTime values for the assignment of the Custom Nudge named perfReviewNudge to the user [email protected].
6363

6464
## PARAMETERS
6565

exchange/exchange-ps/exchange/New-CustomNudge.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ For information about the parameter sets in the Syntax section below, see [Excha
2424
## SYNTAX
2525

2626
```
27-
New-CustomNudge -Name <String> -From <String> -Title <String> -Content <String>
27+
New-CustomNudge -Name <String> -From <String> -Title <String>
28+
[-Content <String>]
2829
[-ResultSize <Unlimited>]
2930
[<CommonParameters>]
3031
```

exchange/exchange-ps/exchange/New-CustomNudgeAssignment.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ For information about the parameter sets in the Syntax section below, see [Excha
2525

2626
```
2727
New-CustomNudgeAssignment -AssigneeId <String> -NudgeName <String>
28+
[-EndTime <String>]
2829
[-ResultSize <Unlimited>]
30+
[-StartTime <String>]
2931
[<CommonParameters>]
3032
```
3133

@@ -85,8 +87,8 @@ Accept pipeline input: False
8587
Accept wildcard characters: False
8688
```
8789
88-
### -StartTime
89-
The StartTime parameter specifies the date when the Custom Nudge is first shown to the user.
90+
### -EndTime
91+
The EndTime parameter specifies the date when the Custom Nudge is no longer shown to the user.
9092
9193
```yaml
9294
Type: String
@@ -101,11 +103,11 @@ Accept pipeline input: False
101103
Accept wildcard characters: False
102104
```
103105
104-
### -EndTime
105-
The EndTime parameter specifies the date when the Custom Nudge is no longer shown to the user.
106+
### -ResultSize
107+
This parameter is reserved for internal Microsoft use.
106108
107109
```yaml
108-
Type: String
110+
Type: Unlimited
109111
Parameter Sets: (All)
110112
Aliases:
111113
Applicable: Exchange Online
@@ -117,11 +119,11 @@ Accept pipeline input: False
117119
Accept wildcard characters: False
118120
```
119121
120-
### -ResultSize
121-
This parameter is reserved for internal Microsoft use.
122+
### -StartTime
123+
The StartTime parameter specifies the date when the Custom Nudge is first shown to the user.
122124
123125
```yaml
124-
Type: Unlimited
126+
Type: String
125127
Parameter Sets: (All)
126128
Aliases:
127129
Applicable: Exchange Online

exchange/exchange-ps/exchange/Set-CustomNudgeAssignment.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ For information about the parameter sets in the Syntax section below, see [Excha
2424
## SYNTAX
2525

2626
```
27-
Set-CustomNudgeAssignment -AssigneeId <String> -NudgeName <String> -StartTime <String> -EndTime <String>
27+
Set-CustomNudgeAssignment -AssigneeId <String> -NudgeName <String>
28+
[-EndTime <String>]
2829
[-ResultSize <Unlimited>]
30+
[-StartTime <String>]
2931
[<CommonParameters>]
3032
```
3133

@@ -85,8 +87,8 @@ Accept pipeline input: False
8587
Accept wildcard characters: False
8688
```
8789
88-
### -StartTime
89-
The StartTime parameter specifies the date when the Custom Nudge is first shown to the user.
90+
### -EndTime
91+
The EndTime parameter specifies the date when the Custom Nudge is no longer shown to the user.
9092
9193
```yaml
9294
Type: String
@@ -101,11 +103,11 @@ Accept pipeline input: False
101103
Accept wildcard characters: False
102104
```
103105
104-
### -EndTime
105-
The EndTime parameter specifies the date when the Custom Nudge is no longer shown to the user.
106+
### -ResultSize
107+
This parameter is reserved for internal Microsoft use.
106108
107109
```yaml
108-
Type: String
110+
Type: Unlimited
109111
Parameter Sets: (All)
110112
Aliases:
111113
Applicable: Exchange Online
@@ -117,11 +119,11 @@ Accept pipeline input: False
117119
Accept wildcard characters: False
118120
```
119121
120-
### -ResultSize
121-
This parameter is reserved for internal Microsoft use.
122+
### -StartTime
123+
The StartTime parameter specifies the date when the Custom Nudge is first shown to the user.
122124
123125
```yaml
124-
Type: Unlimited
126+
Type: String
125127
Parameter Sets: (All)
126128
Aliases:
127129
Applicable: Exchange Online

exchange/exchange-ps/exchange/Set-CustomNudgeSettings.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ For information about the parameter Sets in the Syntax section below, see [Excha
2424
## SYNTAX
2525

2626
```
27-
Set-CustomNudgeSettings -Enabled <Boolean> -Title <String>
27+
Set-CustomNudgeSettings [-Enabled <Boolean>]
2828
[-ResultSize <Unlimited>]
29+
[-Title <String>]
2930
[<CommonParameters>]
3031
```
3132

@@ -75,11 +76,11 @@ Accept pipeline input: False
7576
Accept wildcard characters: False
7677
```
7778
78-
### -Title
79-
The Title parameter specifies the title of the Custom Nudge section in the Briefing email. If the value contains spaces, enclose the value in quotation marks (").
79+
### -ResultSize
80+
This parameter is reserved for internal Microsoft use.
8081
8182
```yaml
82-
Type: String
83+
Type: Unlimited
8384
Parameter Sets: (All)
8485
Aliases:
8586
Applicable: Exchange Online
@@ -91,11 +92,11 @@ Accept pipeline input: False
9192
Accept wildcard characters: False
9293
```
9394
94-
### -ResultSize
95-
This parameter is reserved for internal Microsoft use.
95+
### -Title
96+
The Title parameter specifies the title of the Custom Nudge section in the Briefing email. If the value contains spaces, enclose the value in quotation marks (").
9697
9798
```yaml
98-
Type: Unlimited
99+
Type: String
99100
Parameter Sets: (All)
100101
Aliases:
101102
Applicable: Exchange Online

0 commit comments

Comments
 (0)