Note

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

Access to this page requires authorization. You can try .

Grant-CsTeamsRoomVideoTeleConferencingPolicy

Assigns a TeamsRoomVideoTeleConferencingPolicy to a Teams Room Alias on a per-room or per-Group basis.

Syntax

Identity (Default)

Grant-CsTeamsRoomVideoTeleConferencingPolicy
 [[-Identity] <String>]
 [[-PolicyName] <String>]
 [-PassThru]
 [-MsftInternalProcessingMode <String>]
 [-WhatIf]
 [-Confirm]
 [<CommonParameters>]

GrantToTenant

Grant-CsTeamsRoomVideoTeleConferencingPolicy
 [[-PolicyName] <String>]
 [-PassThru]
 [-MsftInternalProcessingMode <String>]
 [-Global]
 [-WhatIf]
 [-Confirm]
 [<CommonParameters>]

GrantToGroup

Grant-CsTeamsRoomVideoTeleConferencingPolicy
 [[-PolicyName] <String>]
 [-Group] <String>
 [-PassThru]
 [-MsftInternalProcessingMode <String>]
 [-Rank <Int32>]
 [-WhatIf]
 [-Confirm]
 [<CommonParameters>]

Description

The Teams Room Video Teleconferencing Policy enables administrators to configure and manage video teleconferencing behavior for Microsoft Teams Rooms (meeting room devices).

Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False
Aliases:cf

Parameter sets

-Global

When you use this cmdlet without specifying a identity, the policy applies to all rooms in your tenant, except any that have an explicit policy assignment.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-Group

Specifies the group used for the group policy assignment.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-Identity

The alias of the Teams room that the IT admin is granting this PolicyName to.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-MsftInternalProcessingMode

For internal use only.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-PassThru

Allows the user to indicate whether the cmdlet passes an output object through the pipeline, in this case, after a process is stopped.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-PolicyName

Corresponds to the name of the policy under -Identity from the cmdlet.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-Rank

The rank of the policy assignment, relative to other group policy assignments for the same policy type.

Parameter properties

Type:Int32
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Parameter properties

Type: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.

Inputs

System.String

Outputs

System.Object


Feedback

Was this page helpful?