Prerequisites
Steps to reproduce
Unlike for some system processes (e.g. wininit), the user name associated with fontdrvhost processes can be retrieved, but as of v7.4.1 isn't reported via Get-Process -IncludeUserName - unlike in Windows PowerShell:
# Run on a W11 machine
#requires -RunAsAdministrator
Get-Process -IncludeUserName fontdrvhost | % UserName
Expected behavior
Font Driver Host\UMFD-0
Font Driver Host\UMFD-1
This is what you get in Windows PowerShell.
Actual behavior
Error details
No response
Environment data
PowerShell 7.4.1 / 7.5.0-preview.2 on Windows 11
Visuals
No response