Is there a way with PowerShell to determine what user account was used to install software on a system? I've been looking at the Win32_Product and Win32Reg_AddRemovePrograms classes but don't think that information is stored, so I don't believe it's possible. That information isn't a column in Programs and Features either. Figured I'd ask anyways in case it's hidden somewhere in a consistent location.
Thanks