Get-OriginalFluidWhiteboards
Gets one or more whiteboards that are originally created as Fluid whiteboards, directly into users OneDrive and return them as objects.
Syntax
Default (Default)
Get-OriginalFluidWhiteboards
[-UserId] <Guid>
[[-ConnectMgGraph] <String>]
[[-ContinuationToken] <String>]
[-ForceAuthPrompt]
[[-IncrementalRunName] <String>]
[<CommonParameters>]
Description
Gets one or more whiteboards that are originally created as Fluid whiteboards, directly into users OneDrive.
Examples
EXAMPLE 1
Get all user's whiteboards that are originally created as Fluid whiteboards directly into users OneDrive.
PS C:\>Get-OriginalFluidWhiteboards -UserId 00000000-0000-0000-0000-000000000001
Drive Items found for User 00000000-0000-0000-0000-000000000001 ---------------------------------------------------
Name: TradeTestwhiteboard.whiteboard
ID: 01ZSJH4Y3TXKT7TKCRRZG3LFKTEGDGSKW4
Last Modified: 03/06/2025 09:59:32
Size: 15222 bytes
Migration Date: 03/06/2025 09:58:57
User ID: 00000000-0000-0000-0000-000000000001
User Email: AdeleV@M365x86764163.OnMicrosoft.com
User Name: Adele Vance
--------------------------------------
Name: Test11whiteboard-Copy.whiteboard
ID: 01ZSJH4YZFODVVZ6LTNNC35BT4QON7GTJI
Last Modified: 03/06/2025 09:59:25
Size: 15225 bytes
Migration Date: 03/06/2025 09:58:57
User ID: 00000000-0000-0000-0000-000000000001
User Email: AdeleV@M365x86764163.OnMicrosoft.com
User Name: Adele Vance
--------------------------------------
Parameters
-ConnectMgGraph
{{ Fill ConnectMgGraph Description }}
Parameter properties
Type: | System.String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 1 |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-ContinuationToken
{{ Fill ContinuationToken Description }}
Parameter properties
Type: | System.String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 2 |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-ForceAuthPrompt
Optional. Always prompt for auth. Use to ignore cached credentials.
Parameter properties
Type: | SwitchParameter |
Default value: | False |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-IncrementalRunName
{{ Fill IncrementalRunName Description }}
Parameter properties
Type: | System.String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 3 |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-UserId
The ID of the user account to query whiteboards for. Admin should have access to user OneDrive to get that user whiteboards.
Parameter properties
Type: | Guid |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 0 |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Inputs
None
Outputs
System.Object
Notes
For details on user IDs, see the overview page.