Get-WhiteboardOwners

Gets all the users in a tenant who own whiteboards in a specified geography.

Syntax

Get-WhiteboardOwners
   [-Geography] <String>
   [[-ContinuationToken] <String>]
   [-ForceAuthPrompt]
   [<CommonParameters>]

Description

Gets all the users in a tenant who own whiteboards in a specified geography. Returns them as an object containing a list of user object, a tenantId and a continuation token. By calling repeatedly passing in the new continuation tokens, all the owners for a tenant can be gathered. The data returned is precalculated and therefore not realtime. Results are precalculated approximately every two weeks.

Examples

EXAMPLE 1

PS C:\>Get-WhiteboardOwners -Geography Europe

Get the owners in the European geography.

Output

TenantId:                  tenantId
Geography:                 The geography queried for
Items:                     List of user ids
ContinuationToken:         continuation token

Parameters

-ContinuationToken

Optional. The continuation token returned in a previous call.

Type:String
Position:2
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Whiteboard

-ForceAuthPrompt

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

-Geography

Required. The geography to look for board owners in. Accepted values are: Europe, Australia, or Worldwide (all boards not in australia or europe).

Type:String
Position:1
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Whiteboard

Notes

For details on user IDs, see the overview page.