Edit

Share via


Get-WhiteboardSettings

Get the users Whiteboard settings.

Syntax

Default (Default)

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.

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.

Parameter properties

Type:System.Management.Automation.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

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.

Notes

For details on user IDs, see the overview page.