Edit

Get-AIGeneratedKnowledgeContainer

The Get-AIGeneratedKnowledgeContainer cmdlet is available only to Teams administrators and is designed to retrieve the SharePoint Embedded container URLs for AI-generated meeting knowledge in Microsoft Teams.

Syntax

Default (Default)

Get-AIGeneratedKnowledgeContainer
    [-ThreadId <String>]
    [-CallId <String>]
    [<CommonParameters>]

Description

This cmdlet retrieves the SharePoint Embedded container urls for AI-generated meeting knowledge data.

Examples

Example 1

PS C:\> Get-AIGeneratedKnowledgeContainer -ThreadId "19:meeting_xxx@thread.v2"

Parameters

-CallId

The call ID that contains the AI-generated knowledge container you want to retrieve. This parameter is optional.

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

-ThreadId

The meeting thread ID that contains the AI-generated knowledge container you want to retrieve. A thread can contain multiple calls. This parameter is required.

Parameter properties

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

Parameter sets

(All)
Position:Named
Mandatory:True
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.