You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: teams/teams-ps/MicrosoftTeams/Get-CsAgent.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,6 @@ title: Get-CsAgent
13
13
14
14
# Get-CsAgent
15
15
16
-
> [!CAUTION]
17
-
> This cmdlet will only work for customers that are participating in the AI Agent private preview for this feature. General Availability for this functionality has not been determined at this time.
18
-
19
16
## SYNOPSIS
20
17
Use the Get-CsAgent cmdlet to list the AI Agent(s).
Use the Get-CsAgent cmdlet to list the AI Agent(s).
26
+
Use the Get-CsAgent cmdlet to list the AI Agent(s) configured in the tenant. When the -Id parameter is omitted, all AI Agents in the tenant are returned.
27
+
28
+
> [!CAUTION]
29
+
> This cmdlet will only work for customers that are participating in the AI Agent private preview for this feature. General Availability for this functionality has not been determined at this time.
30
30
31
31
## EXAMPLES
32
32
@@ -82,4 +82,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
Creates a new application access policy. Application access policy contains a list of application (client) IDs.
@@ -1125,7 +1125,7 @@ Creates a new app in the Teams tenant app store.
1125
1125
The Register-CsOnlineDialInConferencingServiceNumber command allows you to assign any additional service number that you may have acquired to your conference bridge.
Type of given AI Agent. i.e. MicrosoftCopilotStudio
76
+
The type of AI Agent provider. Currently supported value: MicrosoftCopilotStudio.
77
77
78
78
```yaml
79
79
Type: String
@@ -82,14 +82,14 @@ Aliases:
82
82
83
83
Required: True
84
84
Position: Named
85
-
Default value: False
85
+
Default value: None
86
86
Accept pipeline input: False
87
87
Accept wildcard characters: False
88
88
```
89
89
90
90
### -AIAgentTargetTagTemplateId
91
91
92
-
Tag Template Id of this AI Agent. If given, this command will validate if the given tag template id exists or not. If the given Id of the tag template does not exist, this will command fail.
92
+
Tag Template Id of this AI Agent. If given, this command will validate if the given tag template id exists or not. If the given Id of the tag template does not exist, this command will fail.
93
93
94
94
```yaml
95
95
Type: System.String
@@ -125,4 +125,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
0 commit comments