Skip to content

Commit

Permalink
fix Incorrect documentation page for Find-VdcObject function. #302
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Brownstein committed Oct 8, 2024
1 parent 4ae5399 commit e362b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VenafiPS/Public/Find-VdcObject.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function Find-VdcObject {
If the Attribute parameter is provided, this will filter against an object's attribute/custom field values instead of the path.
Follow the below rules:
- To list DNs that include an asterisk (*) or question mark (?), prepend two backslashes (\\). For example, \\*.MyCompany.net treats the asterisk as a literal character and returns only certificates with DNs that match *.MyCompany.net.
- To list DNs that include an asterisk or question mark, prepend the character with two backslashes.
- To list DNs with a wildcard character, append a question mark (?). For example, "test_?.mycompany.net" counts test_1.MyCompany.net and test_2.MyCompany.net but not test12.MyCompany.net.
- To list DNs with similar names, prepend an asterisk. For example, *est.MyCompany.net, counts Test.MyCompany.net and West.MyCompany.net.
You can also use both literals and wildcards in a pattern.
Expand Down

0 comments on commit e362b93

Please sign in to comment.