Skip to content

Commit c414014

Browse files
author
Andy Wang
committed
Add Description params to Teams AI policy Set and New docs
1 parent 06e4bbd commit c414014

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

teams/teams-ps/teams/New-CsTeamsAIPolicy.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,22 @@ Accept pipeline input: False
9898
Accept wildcard characters: False
9999
```
100100
101+
### -Description
102+
Enables administrators to provide explanatory text about the Teams AI policy.
103+
For example, the Description might indicate the users the policy should be assigned to.
104+
105+
```yaml
106+
Type: String
107+
Parameter Sets: (All)
108+
Aliases:
109+
110+
Required: False
111+
Position: Named
112+
Default value: None
113+
Accept pipeline input: False
114+
Accept wildcard characters: False
115+
```
116+
101117
### CommonParameters
102118
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
103119

teams/teams-ps/teams/Set-CsTeamsAIPolicy.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,22 @@ Accept pipeline input: False
156156
Accept wildcard characters: False
157157
```
158158
159+
### -Description
160+
Enables administrators to provide explanatory text about the Teams AI policy.
161+
For example, the Description might indicate the users the policy should be assigned to.
162+
163+
```yaml
164+
Type: String
165+
Parameter Sets: (All)
166+
Aliases:
167+
168+
Required: False
169+
Position: Named
170+
Default value: None
171+
Accept pipeline input: False
172+
Accept wildcard characters: False
173+
```
174+
159175
### CommonParameters
160176
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
161177

0 commit comments

Comments
 (0)