Edit

Share via


Get-CsTeamsPersonalAttendantPolicy

Limited Preview: Functionality described in this document is currently in limited preview and only authorized organizations have access.

Returns information about the Teams personal attendant policies configured for use in your organization. Teams personal attendant policies help determine which users are able to use personal attendant and its functionalities within Microsoft Teams.

Syntax

Default (Default)

Get-CsTeamsPersonalAttendantPolicy
    [-Identity <string>]
    [-Filter <string>]
    [<CommonParameters>]

Description

Returns information about the Teams personal attendant policies configured for use in your organization. Teams personal attendant policies help determine which users are able to use personal attendant and its functionalities within Microsoft Teams.

Examples

Example 1

Get-CsTeamsPersonalAttendantPolicy -Identity SalesPersonalAttendantPolicy

Retrieves the personal attendant policy with the Identity "SalesPersonalAttendantPolicy".

Example 2

Get-CsTeamsPersonalAttendantPolicy -Filter "tag:Sales*"

Retrieves the personal attendant policies with Identity starting with Sales.

Parameters

-Filter

Enables you to use wildcard characters when indicating the policy (or policies) to be returned. To return a collection of all the per-user policies, use this syntax: -Filter "tag:*".

Parameter properties

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

-Identity

Specify the TeamsPersonalAttendantPolicy that you would like to retrieve.

Parameter properties

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

None

Outputs

System.Object

Notes

The cmdlet is available in Teams PowerShell module 7.2.1-preview or later.