Skip to content
18 changes: 15 additions & 3 deletions teams/teams-ps/teams/New-CsTeamsVoiceApplicationsPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ Accept wildcard characters: False

### -AllowAutoAttendantTimeZoneChange

_This option is not currently available in Queues app._

When set to `True`, users affected by the policy will be allowed to change the auto attendant's time zone. When set to `False` (the default value), users affected by the policy won't be allowed to change the auto attendant's time zone.

```yaml
Expand All @@ -197,6 +199,8 @@ Accept wildcard characters: False

### -AllowAutoAttendantLanguageChange

_This option is not currently available in Queues app._

When set to `True`, users affected by the policy will be allowed to change the auto attendant's language. When set to `False` (the default value), users affected by the policy won't be allowed to change the auto attendant's language.

```yaml
Expand Down Expand Up @@ -325,6 +329,8 @@ Accept wildcard characters: False

### -AllowCallQueueNoAgentSharedVoicemailGreetingChange

_This option is not currently available in Queues app._

When set to `True`, users affected by the policy will be allowed to change the call queue's no agent shared voicemail greeting. When set to `False` (the default value), users affected by the policy won't be allowed to change the call queue's no agent shared voicemail greeting.

```yaml
Expand All @@ -341,6 +347,8 @@ Accept wildcard characters: False

### -AllowCallQueueLanguageChange

_This option is not currently available in Queues app._

When set to `True`, users affected by the policy will be allowed to change the call queue's language. When set to `False` (the default value), users affected by the policy won't be allowed to change the call queue's language.

```yaml
Expand Down Expand Up @@ -501,6 +509,8 @@ Accept wildcard characters: False

### -CallQueueAgentMonitorMode

_This option is not currently available in Queues app._

PARAMVALUE: Disabled | Monitor | Whisper | Barge | Takeover

When set to `Disabled` (the default value), users affected by the policy won't be allowed to monitor call sessions.
Expand Down Expand Up @@ -528,6 +538,8 @@ Accept wildcard characters: False

### -CallQueueAgentMonitorNotificationMode

_This option is not currently available in Queues app._

PARAMVALUE: Disabled | Agent

When set to `Disabled` (the default value), users affected by the policy won't be allowed to monitor agents during call sessions.
Expand Down Expand Up @@ -558,7 +570,7 @@ When set to `AuthorizedOnly`, users affected by the policy will receive real-tim
When set to `All`, users affected by the policy will receive real-time metrics for all auto attendants in the organization.

> [!IMPORTANT]
> The `All` option is no longer supported.
> The `All` option is no longer supported. The paramater will be accepted and saved however any user assigned a policy with *RealTimeAutoAttendantMetricsPermission* set to `All` will not be able to access real-time metrics.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update the spelling of "paramater" to "parameter"


```yaml
Type: Object
Expand All @@ -584,7 +596,7 @@ When set to `AuthorizedOnly`, users affected by the policy will receive real-tim
When set to `All`, users affected by the policy will receive real-time metrics for all call queues in the organization.

> [!IMPORTANT]
> The `All` option is no longer supported.
> The `All` option is no longer supported. The paramater will be accepted and saved however any user assigned a policy with *RealTimeCallQueueMetricsPermission* set to `All` will not be able to access real-time metrics.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update the spelling of "paramater" to "parameter"


```yaml
Type: Object
Expand All @@ -610,7 +622,7 @@ When set to `AuthorizedOnly`, users affected by the policy will receive real-tim
When set to `All`, users affected by the policy will receive real-time metrics for all agents in all call queues in the organization.

> [!IMPORTANT]
> The `All` option is no longer supported.
> The `All` option is no longer supported. The paramater will be accepted and saved however any user assigned a policy with *RealTimeAgentMetricsPermission* set to `All` will not be able to access real-time metrics.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update the spelling of "paramater" to "parameter"


```yaml
Type: Object
Expand Down
18 changes: 15 additions & 3 deletions teams/teams-ps/teams/Set-CsTeamsVoiceApplicationsPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ Accept wildcard characters: False

### -AllowAutoAttendantTimeZoneChange

_This option is not currently available in Queues app._

When set to `True`, users affected by the policy will be allowed to change the auto attendant's time zone. When set to `False` (the default value), users affected by the policy won't be allowed to change the auto attendant's time zone.

```yaml
Expand All @@ -171,6 +173,8 @@ Accept wildcard characters: False

### -AllowAutoAttendantLanguageChange

_This option is not currently available in Queues app._

When set to `True`, users affected by the policy will be allowed to change the auto attendant's language. When set to `False` (the default value), users affected by the policy won't be allowed to change the auto attendant's language.

```yaml
Expand Down Expand Up @@ -299,6 +303,8 @@ Accept wildcard characters: False

### -AllowCallQueueNoAgentSharedVoicemailGreetingChange

_This option is not currently available in Queues app._

When set to `True`, users affected by the policy will be allowed to change the call queue's no agent shared voicemail greeting. When set to `False` (the default value), users affected by the policy won't be allowed to change the call queue's no agent shared voicemail greeting.

```yaml
Expand All @@ -315,6 +321,8 @@ Accept wildcard characters: False

### -AllowCallQueueLanguageChange

_This option is not currently available in Queues app._

When set to `True`, users affected by the policy will be allowed to change the call queue's language. When set to `False` (the default value), users affected by the policy won't be allowed to change the call queue's language.

```yaml
Expand Down Expand Up @@ -475,6 +483,8 @@ Accept wildcard characters: False

### -CallQueueAgentMonitorMode

_This option is not currently available in Queues app._

PARAMVALUE: Disabled | Monitor | Whisper | Barge | Takeover

When set to `Disabled` (the default value), users affected by the policy won't be allowed to monitor call sessions.
Expand Down Expand Up @@ -502,6 +512,8 @@ Accept wildcard characters: False

### -CallQueueAgentMonitorNotificationMode

_This option is not currently available in Queues app._

PARAMVALUE: Disabled | Agent

When set to `Disabled` (the default value), users affected by the policy won't be allowed to monitor agents during call sessions.
Expand Down Expand Up @@ -532,7 +544,7 @@ When set to `AuthorizedOnly`, users affected by the policy will receive real-tim
When set to `All`, users affected by the policy will receive real-time metrics for all auto attendants in the organization.

> [!IMPORTANT]
> The `All` option is no longer supported.
> The `All` option is no longer supported. The paramater will be accepted and saved however any user assigned a policy with *RealTimeAutoAttendantMetricsPermission* set to `All` will not be able to access real-time metrics.

```yaml
Type: Object
Expand All @@ -558,7 +570,7 @@ When set to `AuthorizedOnly`, users affected by the policy will receive real-tim
When set to `All`, users affected by the policy will receive real-time metrics for all call queues in the organization.

> [!IMPORTANT]
> The `All` option is no longer supported.
> The `All` option is no longer supported. The paramater will be accepted and saved however any user assigned a policy with *RealTimeCallQueueMetricsPermission* set to `All` will not be able to access real-time metrics.

```yaml
Type: Object
Expand All @@ -584,7 +596,7 @@ When set to `AuthorizedOnly`, users affected by the policy will receive real-tim
When set to `All`, users affected by the policy will receive real-time metrics for all agents in all call queues in the organization.

> [!IMPORTANT]
> The `All` option is no longer supported.
> The `All` option is no longer supported. The paramater will be accepted and saved however any user assigned a policy with *RealTimeAgentMetricsPermission* set to `All` will not be able to access real-time metrics.

```yaml
Type: Object
Expand Down