Skip to content

Commit e225d93

Browse files
committed
Update New-ComplianceTag.md
FlowId per email request
1 parent 769d7fd commit e225d93

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

exchange/exchange-ps/exchange/New-ComplianceTag.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ New-ComplianceTag [-Name] <String>
2727
[-Confirm]
2828
[-EventType <ComplianceRuleIdParameter>]
2929
[-FilePlanProperty <String>]
30+
[-FlowId <System.Guid>]
3031
[-Force]
3132
[-IsRecordLabel <Boolean>]
3233
[-IsRecordUnlockedAsDefault <Boolean>]
@@ -191,6 +192,22 @@ Accept pipeline input: False
191192
Accept wildcard characters: False
192193
```
193194

195+
### -FlowId
196+
The FlowId parameter specifies the Power Automate flow to run at the end of the retention period. A valid value for this parameter is the GUID value of the flow.
197+
198+
```yaml
199+
Type: System.Guid
200+
Parameter Sets: (All)
201+
Aliases:
202+
Applicable: Security & Compliance
203+
204+
Required: False
205+
Position: Named
206+
Default value: None
207+
Accept pipeline input: False
208+
Accept wildcard characters: False
209+
```
210+
194211
### -Force
195212
The Force switch hides warning or confirmation messages. You don't need to specify a value with this switch.
196213

0 commit comments

Comments
 (0)