Edit

Share via


Get-WhiteboardSettings

Get the users Whiteboard settings.

Syntax

Get-WhiteboardSettings
   [-ForceAuthPrompt]
   [<CommonParameters>]

Description

Gets tenant settings from the Microsoft Whiteboard service and returns them as an object.

Examples

EXAMPLE 1

This command gets tenant settings from the Microsoft Whiteboard service and returns them as an object.

PS C:\> Get-WhiteboardSettings

isClaimEnabled                : True
privacySettings               : @{telemetryDataPolicy=Optional; isEnabledConnectedServices=True}
tenantMetadata                : @{isGovUser=False; isEduUser=False}
isSharePointDefault           : False
isSharePointDefaultGa         : True
isSharePointDefaultRolledOut  : True
isAzureBlocked                : False
licenseCheckInformation       : Success
isFluidMigrationEnabled       : False
isTenantAdminMigrationEnabled : True
isEnabled                     : True
isEnabledGa                   : True

Parameters

-ForceAuthPrompt

Always prompt for authentication. 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

Notes

For details on user IDs, see the overview page.