Is it possible to change the text that is shown in the Browser tab/Browser Title Bar?

Is it possible to change the text that is shown in the Browser tab/Browser Title Bar?

Check out UDHelmet. It lets you set the title: https://github.com/ironmansoftware/ud-helmet
New-UDHelmet -Content {
New-UDHtmlTag -Tag 'title' -Content { "Hello" }
}
Thanks.
Hello,
Can the UDHelmet be used with dashboard pages? Dont seem to be able to make it work.
Is it possible that with the Enterprise version the title changes automatically?
I have the correct title on every page. I have set the page title with the Title parameter of New-UDPage, f.e.

New-UDPage -Url "/ad/home" -Icon home -Id "page_ad_home" -Title "AD - Homepage" -Endpoint { ...}