Can Export-DbaLogin export all accounts to seprate txt files? #8422
Answered
by
potatoqualitee
JoyWorksToo
asked this question in
Q&A
-
I need to look at most of the logins and users on a dev server and would like to export each to its own txt file. I need to map out users and groups they are in and keep a record of current access. It would be helpful if I can export each account into a txt file named after the account name. Can I do this currently or can it be added as a optional parameters? |
Beta Was this translation helpful? Give feedback.
Answered by
potatoqualitee
Aug 18, 2022
Replies: 1 comment 1 reply
-
Yes, but it would require a smidge of coding, something like
This command does not properly support piping right now, sorry :/ |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
JoyWorksToo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, but it would require a smidge of coding, something like
This command does not properly support piping right now, sorry :/