Set-WhiteboardSettings
Get the users Whiteboard settings.
Syntax
Default (Default)
Set-WhiteboardSettings
[-Settings] <PSObject>
[-ForceAuthPrompt]
[<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.
$settings = Get-WhiteboardSettings
$settings.isEnabledGa = $true
Set-WhiteboardSettings -Settings $settings
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 |
-Settings
The object to use as Whiteboard Settings. Should be retrieved via Get-WhiteboardSettings.
Parameter properties
| Type: | System.Management.Automation.PSObject |
| 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.
Notes
For details on user IDs, see the overview page.