Get-OriginalFluidWhiteboards
Gets one or more whiteboards that are originally created as Fluid whiteboards, directly into users OneDrive and return them as objects.
Syntax
Get-OriginalFluidWhiteboards
[-UserId]
[-ForceAuthPrompt]
[<CommonParameters>]
Description
Gets one or more whiteboards that are originally created as Fluid whiteboards, directly into users OneDrive.
Examples
EXAMPLE 1
PS C:\>Get-OriginalFluidWhiteboards -UserId 00000000-0000-0000-0000-000000000001
Get all user's whiteboards that are originally created as Fluid whiteboards directly into users OneDrive.
Output
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
-ForceAuthPrompt
Optional. Always prompt for auth. Use to ignore cached credentials.
Type: | SwitchParameter |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Whiteboard |
-UserId
The ID of the user account to query whiteboards for. Admin should have access to user OneDrive to get that user whiteboards.
Type: | Guid |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Whiteboard |
Notes
For details on user IDs, see the overview page.