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
The PublishDateRangeFrom parameter specifies the number of days of calendar information to publish before the current date. You can use the following values:
159
+
The PublishDateRangeFrom parameter specifies the start date of calendar information to publish (past information). Valid values are:
160
160
161
161
- OneDay
162
162
- ThreeDays
163
163
- OneWeek
164
164
- OneMonth
165
-
- ThreeMonths
165
+
- ThreeMonths (This is the default value)
166
166
- SixMonths
167
167
- OneYear
168
168
169
-
The default value is ThreeMonths.
169
+
This parameter is meaningful only when the PublishEnabled parameter value is $true.
The PublishDateRangeTo parameter specifies the number of days of calendar information to publish after the current date. You can use the following values:
185
+
The PublishDateRangeTo parameter specifies the end date of calendar information to publish (future information). Valid values are:
186
186
187
187
- OneDay
188
188
- ThreeDays
189
189
- OneWeek
190
190
- OneMonth
191
-
- ThreeMonths
191
+
- ThreeMonths (This is the default value)
192
192
- SixMonths
193
193
- OneYear
194
194
195
-
The default value is ThreeMonths.
195
+
This parameter is meaningful only when the PublishEnabled parameter value is $true.
The ResetUrl parameter replaces the existing non-public URL with a new URL for a calendar that has been published without being publicly searchable.
230
+
The ResetUrl switch replaces the existing non-public URL with a new URL for a calendar that has been published without being publicly searchable. You don't need to specify a value with this switch.
@@ -12,20 +13,24 @@ To install and use the Microsoft Whiteboard cmdlets:
12
13
2. Right-click on Windows PowerShell and choose Run As Administrator
13
14
3. Type or copy this command into the window and press the Enter key: Install-Module -Name WhiteboardAdmin
14
15
15
-
You may need to update your execution policy, which you can do by typing or copying this command into the window and pressing the Enter key: Set-ExecutionPolicy RemoteSigned
16
+
You may need to update your execution policy, which you can do by typing or copying this command into the window and pressing the Enter key:
16
17
17
-
Note: For more information on Execution_Policies, go to https://go.microsoft.com/fwlink/?LinkID=135170
18
+
```powershell
19
+
Set-ExecutionPolicy RemoteSigned
20
+
```
21
+
22
+
Note: For more information on Execution_Policies, go to <https://go.microsoft.com/fwlink/p/?LinkID=135170>.
18
23
19
24
## User IDs
20
25
21
-
Cmdlets taking user IDs use the ID from Azure Active Directory. To get a user ID, you can use the Microsoft Graph Explorer. For more information, go to https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/api/user_get
26
+
Cmdlets taking user IDs use the ID from Azure Active Directory. To get a user ID, you can use the Microsoft Graph Explorer. For more information, go to <https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/api/user_get>.
22
27
23
28
## Exporting Whiteboard Content
24
29
25
-
The Microsoft Whiteboard cmdlets are often used to facilate the export of Whiteboard content for users that no longer have access to whiteboard. To accomplish this you must first transfer the whiteboard owner to someone who has access to Whiteboard. Then the user who now owns the whiteboard can sign into the app and export the content.
30
+
The Microsoft Whiteboard cmdlets are often used to facilitate the export of Whiteboard content for users that no longer have access to whiteboard. To accomplish this you must first transfer the whiteboard owner to someone who has access to Whiteboard. Then the user who now owns the whiteboard can sign into the app and export the content.
0 commit comments