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
Adds a daily alert for the current user at the given time to the "Demo List". Note: a timezone offset might be applied so please verify on your tenant that the alert indeed got the right time.
@@ -54,147 +52,137 @@ Adds a new alert for user "Alice" to the "Demo List". Note: Only site owners and
54
52
### -ChangeType
55
53
Alert change type
56
54
57
-
Only applicable to: SharePoint Online, SharePoint Server 2019
58
-
59
55
```yaml
60
56
Type: AlertEventType
61
57
Parameter Sets: (All)
58
+
Accepted values: AddObject, ModifyObject, DeleteObject, Discussion, All
62
59
63
60
Required: False
64
61
Position: Named
62
+
Default value: None
65
63
Accept pipeline input: False
64
+
Accept wildcard characters: False
65
+
```
66
+
67
+
### -Connection
68
+
Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.
69
+
70
+
```yaml
71
+
Type: PnPConnection
72
+
Parameter Sets: (All)
73
+
74
+
Required: False
75
+
Position: Named
76
+
Default value: None
77
+
Accept pipeline input: False
78
+
Accept wildcard characters: False
66
79
```
67
80
68
81
### -DeliveryMethod
69
82
Alert delivery method
70
83
71
-
Only applicable to: SharePoint Online, SharePoint Server 2019
72
-
73
84
```yaml
74
85
Type: AlertDeliveryChannel
75
86
Parameter Sets: (All)
87
+
Accepted values: Email, Sms
76
88
77
89
Required: False
78
90
Position: Named
91
+
Default value: None
79
92
Accept pipeline input: False
93
+
Accept wildcard characters: False
80
94
```
81
95
82
96
### -Filter
83
97
Alert filter
84
98
85
-
Only applicable to: SharePoint Online, SharePoint Server 2019
Only applicable to: SharePoint Online, SharePoint Server 2019
100
-
101
114
```yaml
102
115
Type: AlertFrequency
103
116
Parameter Sets: (All)
117
+
Accepted values: Immediate, Daily, Weekly
104
118
105
119
Required: False
106
120
Position: Named
121
+
Default value: None
107
122
Accept pipeline input: False
123
+
Accept wildcard characters: False
108
124
```
109
125
110
126
### -List
111
127
The ID, Title or Url of the list.
112
128
113
-
Only applicable to: SharePoint Online, SharePoint Server 2019
114
-
115
129
```yaml
116
130
Type: ListPipeBind
117
131
Parameter Sets: (All)
118
132
119
133
Required: True
120
134
Position: 0
121
-
Accept pipeline input: True
135
+
Default value: None
136
+
Accept pipeline input: True (ByValue)
137
+
Accept wildcard characters: False
122
138
```
123
139
124
140
### -Time
125
141
Alert time (if frequency is not immediate)
126
142
127
-
Only applicable to: SharePoint Online, SharePoint Server 2019
128
-
129
143
```yaml
130
144
Type: DateTime
131
145
Parameter Sets: (All)
132
146
133
147
Required: False
134
148
Position: Named
149
+
Default value: None
135
150
Accept pipeline input: False
151
+
Accept wildcard characters: False
136
152
```
137
153
138
154
### -Title
139
155
Alert title
140
156
141
-
Only applicable to: SharePoint Online, SharePoint Server 2019
142
-
143
157
```yaml
144
158
Type: String
145
159
Parameter Sets: (All)
146
160
147
161
Required: False
148
162
Position: Named
163
+
Default value: None
149
164
Accept pipeline input: False
165
+
Accept wildcard characters: False
150
166
```
151
167
152
168
### -User
153
169
User to create the alert for (User ID, login name or actual User object). Skip this parameter to create an alert for the current user. Note: Only site owners can create alerts for other users.
154
170
155
-
Only applicable to: SharePoint Online, SharePoint Server 2019
156
-
157
171
```yaml
158
172
Type: UserPipeBind
159
173
Parameter Sets: (All)
160
174
161
175
Required: False
162
176
Position: Named
177
+
Default value: None
163
178
Accept pipeline input: False
179
+
Accept wildcard characters: False
164
180
```
165
181
166
-
### -Connection
167
-
Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.
168
-
169
-
Only applicable to: SharePoint Online, SharePoint Server 2019
170
-
171
-
```yaml
172
-
Type: PnPConnection
173
-
Parameter Sets: (All)
174
-
175
-
Required: False
176
-
Position: Named
177
-
Accept pipeline input: False
178
-
```
179
182
180
-
### -Web
181
-
This parameter allows you to optionally apply the cmdlet action to a subweb within the current web. In most situations this parameter is not required and you can connect to the subweb using Connect-PnPOnline instead. Specify the GUID, server relative url (i.e. /sites/team1) or web instance of the web to apply the command to. Omit this parameter to use the current web.
182
183
183
-
Only applicable to: SharePoint Online, SharePoint Server 2019
0 commit comments