Get-IgnoredFile
- 1 Minute to read
- Print
- DarkLight
- PDF
Get-IgnoredFile
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
Retrieves an existing ignored file.
Get-IgnoredFile
-Id
Returns a ignored file object.
Parameters
Parameter | Type | Required? | Notes |
---|---|---|---|
Id | Int32 | Yes | The ignored file id. |
Examples
Get an existing ignored file
This example retrieves a specific ignored file and outputs it as JSON.
# TODO