Skip to content

Get-DbaService - Add PowerBI Report Server detection#10298

Draft
andreasjordan wants to merge 1 commit intodevelopmentfrom
claude/issue-8408-20260331-0644
Draft

Get-DbaService - Add PowerBI Report Server detection#10298
andreasjordan wants to merge 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.

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

1 participant