Edit

Share via


Get-WhiteboardsMigrated

Gets one or more whiteboards that are migrated to OneDrive and returns them as objects.

Syntax

Get-WhiteboardsMigrated
   [-UserId]
   [-ForceAuthPrompt]
   [<CommonParameters>]

Description

Gets one or more whiteboards that are migrated to OneDrive for particular user and returns them as objects provided Admin have access to that user OneDrive.

Examples

EXAMPLE 1

PS C:\>Get-WhiteboardsMigrated -UserId e2ff85af-37e6-4ed7-893b-7ea10c380dc4

Get all user's migrated whiteboards.

Output

Drive Items found for User e2ff85af-37e6-4ed7-893b-7ea10c380dc4 ---------------------------------------------------
Name: Test11whiteboard.whiteboard
ID: 01ZSJH4Y3TXKT7TKCRRZG3LFKTEGDGSKW4
Last Modified: 03/06/2025 09:59:32
Size: 15222 bytes
Migration Date: 03/06/2025 09:58:57
User ID: e2ff85af-37e6-4ed7-893b-7ea10c380dc4
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: e2ff85af-37e6-4ed7-893b-7ea10c380dc4
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 users 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.