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 ID of the user account to query whiteboards for. Admin should have access to user OneDrive to get that user whiteboards.
129
+
130
+
```yaml
131
+
Type: Guid
132
+
Parameter Sets: (All)
133
+
Aliases:
134
+
135
+
Required: True
136
+
Position: 0
137
+
Default value: None
138
+
Accept pipeline input: False
139
+
Accept wildcard characters: False
140
+
Applicable: Microsoft Whiteboard
141
+
```
142
+
99
143
### CommonParameters
100
144
101
145
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)
102
146
103
147
## INPUTS
104
148
149
+
### None
150
+
105
151
## OUTPUTS
106
152
153
+
### System.Object
154
+
107
155
## NOTES
108
156
109
157
For details on user IDs, see the [overview page](../../docs-conceptual/overview.md).
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,59 @@ 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.
154
+
Saves incremental progress as the cmdlet runs. Writes progress and results to `.txt` files in the
155
+
current directory:
156
+
157
+
- `WhiteboardsOriginalFluid-*.txt`contains the incremental results containing whiteboard objects
158
+
for the tenant where `*` is the provided **IncrementalRunName**.
152
159
153
160
```yaml
154
-
Type: SwitchParameter
161
+
Type: System.String
155
162
Parameter Sets: (All)
156
163
Aliases:
157
164
158
165
Required: False
159
-
Position: Named
160
-
Default value: False
166
+
Position: 0
167
+
Default value: None
161
168
Accept pipeline input: False
162
169
Accept wildcard characters: False
163
170
Applicable: Microsoft Whiteboard
164
171
```
165
172
166
173
### CommonParameters
167
174
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)
175
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
0 commit comments