Get-CsAutoAttendantStatus
Use Get-CsAutoAttendantStatus cmdlet to get the status of an Auto Attendant (AA) provisioning.
Syntax
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
Represents the identifier for the auto attendant whose provisioning status is to be retrieved.
Type: | System.String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
-IncludeResources
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.
Type: | System.Collections.Generic.List |
Accepted values: | AudioFile, DialByNameVoiceResponses, SipProvisioning |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
-Tenant
Type: | System.Guid |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
Inputs
System.String
The Get-CsAutoAttendantStatus cmdlet accepts a string as the Identity parameter.
Outputs
Microsoft.Rtc.Management.OAA.Models.StatusRecord