Set-WhiteboardSettings
Get the users Whiteboard settings.
Syntax
Set-WhiteboardSettings
[-ForceAuthPrompt][-Settings]
[<CommonParameters>]
Description
Sets the tenant settings for the Microsoft Whiteboard services.
Examples
EXAMPLE 1
This command sets the tenant settings for the Microsoft Whiteboard services.
PS C:\> $settings = Get-WhiteboardSettings
$settings.isEnabledGa = $true
Set-WhiteboardSettings -Settings $settings
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 |
-Settings
The object to use as Whiteboard Settings. Should be retrieved via Get-WhiteboardSettings.
Type: | SwitchParameter |
Position: | Named |
Default value: | False |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Whiteboard |
Notes
For details on user IDs, see the overview page.