Join-CSObject
Synopsis
Joins a connector space object to a metaverse object
Syntax
Description
The Join-CSObject cmdlet allows you to join a connector space object to an existing metaverse object.
Parameters
-MVObjectType <String>
The object type of the metaverse object specified by the MVObjectID parameter
Required? | true |
Position? | 1 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | false |
-MVObjectID <Guid>
The ID of the metaverse object to join
Required? | true |
Position? | 2 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | false |
-CSObject <CSObject>
The connector space object to join
Required? | true |
Position? | 3 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | false |
-MVObject <MVObject>
The metaverse object to join
Required? | true |
Position? | 1 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | false |
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about CommonParameters.
Examples
Join a connector space object
Last updated