Restore-Whiteboard
Restores the specified Whiteboard by removing the mapping to the board migrated to ODB. This will not delete the ODB board.
Syntax
Restore-Whiteboard
[-WhiteboardId] <Guid>
[-ForceAuthPrompt]
[<CommonParameters>]
Description
Restores the azure board. The migrated onedrive board will be retained to not lose any updates done to Azure board. Restoration is only possible for approximately 90 days after migration, when the original board is still available.
Examples
EXAMPLE 1
Restore-Whiteboard -WhiteboardId 00000000-0000-0000-0000-000000000002
Restore the whiteboard.
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 |
-WhiteboardId
The ID of a specific whiteboard to restore.
Type: | Guid |
Position: | 2 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Whiteboard |