Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Invoke-TransferAllWhiteboards

Transfer ownership of all Whiteboards owned by a user to another user.

Syntax

Default (Default)

Invoke-TransferAllWhiteboards
 [-OldOwnerId] <Guid>
 [-NewOwnerId] <Guid>
 [-ForceAuthPrompt]
 [-WhatIf]
 [-Confirm]
 [<CommonParameters>]

Description

Transfer ownership of all whiteboards owned by a user to another user.

Examples

EXAMPLE 1

Invoke-TransferAllWhiteboards -OldOwnerId 00000000-0000-0000-0000-000000000001 -NewOwnerId 00000000-0000-0000-0000-000000000002 -WhatIf

Check how many whiteboards will be transferred without transferring them.

EXAMPLE 2

Invoke-TransferAllWhiteboards -OldOwnerId 00000000-0000-0000-0000-000000000001 -NewOwnerId 00000000-0000-0000-0000-000000000002

Transfer (and prompt before performing any write actions).

Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

Parameter properties

Type:System.Management.Automation.SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False
Aliases:cf

Parameter sets

-ForceAuthPrompt

Optional. Always prompt for auth. Use to ignore cached credentials.

Parameter properties

Type:System.Management.Automation.SwitchParameter
Default value:False
Supports wildcards:False
DontShow:False

Parameter sets

-NewOwnerId

The ID of the new owner.

Parameter properties

Type:System.Guid
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-OldOwnerId

The ID of the previous owner.

Parameter properties

Type:System.Guid
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-WhatIf

Execute the command without making any actual changes. Only calls read methods on the REST service.

Parameter properties

Type:System.Management.Automation.SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False
Aliases:wi

Parameter sets

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.


Feedback

Was this page helpful?