### Prerequisites - [x] Write a descriptive title. - [x] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [x] Search the existing issues. - [x] Refer to the [FAQ](https://github.com/PowerShell/PowerShell/blob/master/docs/FAQ.md). - [x] Refer to [Differences between Windows PowerShell 5.1 and PowerShell](https://learn.microsoft.com/powershell/scripting/whats-new/differences-from-windows-powershell). ### Steps to reproduce MSIEXEC /i powershell-7.4.7-win-x64.msi /qb DISABLE_TELEMTRY=1 [process is called as LocalSystem] ### Expected behavior ```console setting env variable POWERSHELL_TELEMETRY_OPTOUT ``` ### Actual behavior ```console env variable isn't set ``` ### Error details ```console msi log says "Ignoring disallowed property DISABLE_TELEMETRY" ``` ### Environment data ```powershell windows 11 pro ``` ### Visuals _No response_
Prerequisites
Steps to reproduce
MSIEXEC /i powershell-7.4.7-win-x64.msi /qb DISABLE_TELEMTRY=1
[process is called as LocalSystem]
Expected behavior
setting env variable POWERSHELL_TELEMETRY_OPTOUTActual behavior
env variable isn't setError details
msi log says "Ignoring disallowed property DISABLE_TELEMETRY"Environment data
windows 11 proVisuals
No response