Edit

Share via


Get-CsAutoAttendantStatus

Use Get-CsAutoAttendantStatus cmdlet to get the status of an Auto Attendant (AA) provisioning.

Syntax

Default (Default)

Get-CsAutoAttendantStatus
    -Identity <String>
    [-IncludeResources <List>]
    [-Tenant <Guid>]
    [<CommonParameters>]

Description

This cmdlet provides a way to return the provisioning status of an auto attendant configured for use in your organization.

Examples

Example 1

Get-CsAutoAttendantStatus -Identity "f7a821dc-2d69-5ae8-8525-bcb4a4556093"

In Example 1, the Get-CsAutoAttendantStatus cmdlet is used to get status records for all resources of an auto attendant with identity of f7a821dc-2d69-5ae8-8525-bcb4a4556093.

Example 2

Get-CsAutoAttendantStatus -Identity "f7a821dc-2d69-5ae8-8525-bcb4a4556093" -IncludeResources @("AudioFile")

In Example 2, the Get-CsAutoAttendantStatus cmdlet is used to get status records pertaining to audio files only of an auto attendant with identity of f7a821dc-2d69-5ae8-8525-bcb4a4556093.

Parameters

-Identity

Applicable: Microsoft Teams

Represents the identifier for the auto attendant whose provisioning status is to be retrieved.

Parameter properties

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

Parameter sets

(All)
Position:0
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:True
Value from remaining arguments:False

-IncludeResources

Applicable: Microsoft Teams

The IncludeResources parameter identities the auto attendant resources whose status is to be retrieved. Available resources are:

  • AudioFile: Indicates status for audio files used by AA.
  • DialByNameVoiceResponses: Indicates status for speech recognition when using dial-by-name (directory lookup) feature with AA.
  • SipProvisioning: Indicates status for calling AA through its SIP (Primary) URI.

Parameter properties

Type:System.Collections.Generic.List
Default value:None
Accepted values:AudioFile, DialByNameVoiceResponses, SipProvisioning
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Tenant

Applicable: Microsoft Teams

Parameter properties

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

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

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

The Get-CsAutoAttendantStatus cmdlet accepts a string as the Identity parameter.

Outputs

Microsoft.Rtc.Management.OAA.Models.StatusRecord