Edit

Share via


Restore-Whiteboard

Restores the specified Whiteboard by removing the mapping to the board migrated to ODB. This will not delete the ODB board.

Syntax

Default (Default)

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-000000000000

Restore the whiteboard.

Parameters

-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

-WhiteboardId

The ID of a specific whiteboard to restore.

Parameter properties

Type:System.Guid
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:1
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.