Modifica

Remove-AIGeneratedKnowledge

The Remove-AIGeneratedKnowledge cmdlet is available only to Teams administrators and is designed to delete the AI-generated meeting knowledge for specific metings/calls.

Syntax

Default (Default)

Remove-AIGeneratedKnowledge
    [-ThreadId <String>]
    [-CallId <String>]
    [<CommonParameters>]

Description

This cmdlet deletes the AI-generated meeting knowledge for specific metings/calls.

Examples

Example 1

PS C:\> Remove-AIGeneratedKnowledge -ThreadId "19:meeting_xxx@thread.v2"

Parameters

-CallId

The call ID that contains the AI-generated knowledge you want to delete. 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 you want to delete. 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.