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
Gets one or more whiteboards that are originally created as fluid directly into OneDrive and returns them as objects. It output all boards created directly into OneDrive in all user accounts under that Tenant
28
+
Gets one or more whiteboards that are originally created as fluid directly into OneDrive and returns
29
+
them as objects. It output all boards created directly into OneDrive in all user accounts under that
30
+
Tenant
28
31
29
32
## EXAMPLES
30
33
31
34
### EXAMPLE 1
32
35
36
+
Get all user's originally created fluid whiteboards in that tenant and outputs in cmd with all users
37
+
whiteboards provided admin has access to all those users oneDrive for which it is intended to get
38
+
whiteboards.
39
+
33
40
```powershell
34
41
PS C:\>Get-OriginalFluidWhiteboardsForTenant
35
42
```
36
43
37
-
Get all user's originally created fluid whiteboards in that tenant and outputs in cmd with all users whiteboards provided admin has access to all those users oneDrive for which it is intended to get whiteboards.
38
-
39
-
### Output
40
-
41
-
```yaml
42
-
Drive Items found for User e2ff85af-37e6-4ed7-893b-7ea10c380dc4 ---------------------------------------------------
44
+
```Output
45
+
Drive Items found for User e2ff85af-37e6-4ed7-893b-7ea10c380dc4
Get all user's originally created fluid whiteboards in that tenant and incrementally creates file "WhiteboardsOriginalFluid-$IncrementalRunName.txt" with all users whiteboards provided admin has access to all those users oneDrive for which it is intended to get whiteboards.
91
-
92
-
### Output
93
-
94
-
```yaml
99
+
```Output
95
100
[
96
101
"Name: Test11whiteboard.whiteboard",
97
102
"ID: 01ZSJH4Y3TXKT7TKCRRZG3LFKTEGDGSKW4",
@@ -127,50 +132,57 @@ Get all user's originally created fluid whiteboards in that tenant and increment
127
132
128
133
## PARAMETERS
129
134
130
-
### -IncrementalRunName
131
-
132
-
Saves incremental progress as the cmdlet runs. Writes progress and results to `.txt` files in the current directory:
135
+
### -ForceAuthPrompt
133
136
134
-
-`WhiteboardsOriginalFluid-*.txt` contains the incremental results containing whiteboard objects for the tenant where `*` is the provided **IncrementalRunName**.
137
+
Optional. Always prompt for auth. Use to ignore cached credentials.
Optional. Always prompt for auth. Use to ignore cached credentials.
153
+
Saves incremental progress as the cmdlet runs. Writes progress and results to `.txt` files in the
154
+
current directory:
155
+
156
+
- `WhiteboardsOriginalFluid-*.txt`contains the incremental results containing whiteboard objects
157
+
for the tenant where `*` is the provided **IncrementalRunName**.
152
158
153
159
```yaml
154
-
Type: SwitchParameter
160
+
Type: System.String
155
161
Parameter Sets: (All)
156
162
Aliases:
157
163
158
164
Required: False
159
-
Position: Named
160
-
Default value: False
165
+
Position: 0
166
+
Default value: None
161
167
Accept pipeline input: False
162
168
Accept wildcard characters: False
163
-
Applicable: Microsoft Whiteboard
164
169
```
165
170
166
171
### CommonParameters
167
172
168
-
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)
173
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
0 commit comments