Skip to content

Get-DbaService - Add PowerBI Report Server detection#10298

Merged
potatoqualitee merged 1 commit intodevelopmentfrom
claude/issue-8408-20260331-0644
Apr 9, 2026
Merged

Get-DbaService - Add PowerBI Report Server detection#10298
potatoqualitee merged 1 commit intodevelopmentfrom
claude/issue-8408-20260331-0644

Conversation

@andreasjordan
Copy link
Copy Markdown
Collaborator

Detect Power BI Report Server (PBIRS) as a distinct service type ('PowerBI') instead of incorrectly labeling it as 'SSRS'. PBIRS uses the WMI namespace RS_PBIRS under root\Microsoft\SQLServer\ReportServer; this prefix is now used to set the appropriate ServiceType.

Adds 'PowerBI' to the -Type ValidateSet so callers can filter specifically for PBIRS services.

Fixes #8408

Generated with Claude Code

Detect Power BI Report Server (PBIRS) as a distinct service type ('PowerBI')
instead of incorrectly labeling it as 'SSRS'. PBIRS uses the WMI namespace
RS_PBIRS under root\Microsoft\SQLServer\ReportServer; this prefix is now
used to set the appropriate ServiceType.

Adds 'PowerBI' to the -Type ValidateSet so callers can filter specifically
for PBIRS services.

Fixes #8408

(do Get-DbaService)

Co-authored-by: Andreas Jordan <andreasjordan@users.noreply.github.com>
@andreasjordan
Copy link
Copy Markdown
Collaborator Author

I can not test this.

@andreasjordan andreasjordan marked this pull request as ready for review April 9, 2026 07:29
@potatoqualitee
Copy link
Copy Markdown
Member

Seems reasonable 👍🏼

@potatoqualitee potatoqualitee merged commit 21e4795 into development Apr 9, 2026
15 checks passed
@potatoqualitee potatoqualitee deleted the claude/issue-8408-20260331-0644 branch April 9, 2026 22:02
potatoqualitee added a commit that referenced this pull request Apr 10, 2026
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.

Get-DbaSerivce detect PowerBI and Polybase service

2 participants