Skip to content

Commit 1e82e4c

Browse files
authored
Merge pull request #10268 from MicrosoftDocs/FlowID-chrisda
FlowID-chrisda to Main
2 parents 8e4a3b0 + 3b2f994 commit 1e82e4c

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

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

Lines changed: 24 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,29 @@ Accept pipeline input: False
191192
Accept wildcard characters: False
192193
```
193194

195+
### -FlowId
196+
**Note**: This parameter is currently in Preview, is not available in all organizations, and is subject to change.
197+
198+
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.
199+
200+
You can find the GUID value of the flow by using either of the following methods:
201+
202+
- Navigate to the flow from the Power Automate portal. The GUID value of the flow is in the URL.
203+
- Use the Power Automate action named 'List flows as admin'.
204+
205+
```yaml
206+
Type: System.Guid
207+
Parameter Sets: (All)
208+
Aliases:
209+
Applicable: Security & Compliance
210+
211+
Required: False
212+
Position: Named
213+
Default value: None
214+
Accept pipeline input: False
215+
Accept wildcard characters: False
216+
```
217+
194218
### -Force
195219
The Force switch hides warning or confirmation messages. You don't need to specify a value with this switch.
196220

0 commit comments

Comments
 (0)