Find-DbaLoginInGroup: Include DB Users with no SQL Server Login #7402
-
Is it possible to update this function to (maybe optionally) also get WindowsGroup accounts that are database users but do NOT have a SQL login for the instance? I tried just copying the function and adding the code in myself but it references a bunch of functions that are not exported. I am going to move on to another approach but thought this might be a useful add. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This would be a feature request, so please open an issue for that here: https://github.com/sqlcollaborative/dbatools/issues |
Beta Was this translation helpful? Give feedback.
This would be a feature request, so please open an issue for that here: https://github.com/sqlcollaborative/dbatools/issues
Then this can be discussed with others and maybe lead to a pull request to change the code. The more code you supply the more likely the new feature gets added.