Skip to content

Add Compare-DbaLogin command#10319

Merged
potatoqualitee merged 2 commits intodevelopmentfrom
claude/issue-9179-20260405-0857
Apr 9, 2026
Merged

Add Compare-DbaLogin command#10319
potatoqualitee merged 2 commits intodevelopmentfrom
claude/issue-9179-20260405-0857

Conversation

@andreasjordan
Copy link
Copy Markdown
Collaborator

Implements a new Compare-DbaLogin command that compares SQL Server logins between a source and one or more destination instances. Returns each login's status as SourceOnly, DestinationOnly, or Both - enabling users to identify logins that would be lost when running Copy-DbaLogin -Force.

Closes #9179

Generated with Claude Code

github-actions bot and others added 2 commits April 5, 2026 09:00
Implements a new Compare-DbaLogin command that compares SQL Server logins
between a source and one or more destination instances. Returns each login's
status as SourceOnly, DestinationOnly, or Both - enabling users to identify
logins that would be lost when running Copy-DbaLogin -Force.

Closes #9179

(do Compare-DbaLogin)

Co-authored-by: Andreas Jordan <andreasjordan@users.noreply.github.com>
@andreasjordan andreasjordan marked this pull request as ready for review April 9, 2026 07:25
@potatoqualitee potatoqualitee merged commit 6416b4e into development Apr 9, 2026
14 checks passed
@potatoqualitee potatoqualitee deleted the claude/issue-9179-20260405-0857 branch April 9, 2026 22:00
@potatoqualitee
Copy link
Copy Markdown
Member

Thank you 💯

potatoqualitee added a commit that referenced this pull request Apr 10, 2026
…(review of #10319)

Co-Authored-By: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enhancement to Copy-DbaLogin

2 participants