-
-
Notifications
You must be signed in to change notification settings - Fork 853
Open
Description
When attempting to use Copy-DbaCredential with the Identity or Name parameters, no matching credentials are found when using wildcards. According to https://dbatools.io/Copy-DbaCredential/, wildcard pattern matches are supported for these parameters. No errors are returned but no matching credentials are found.
Examples:
Copy-DbaCredential -Source sql2016 -Destination sql2022 -Identity "Domain\svc*"
Copy-DbaCredential -Source sql2016 -Destination sql2022 -Identity "Domain\svc"
Metadata
Metadata
Assignees
Labels
No labels