n3snah / powershell7

Puppet Module for Powershell 7
Apache License 2.0
0 stars 1 forks source link

Ability to configure Powershell update checks #8

Closed n3snah closed 3 years ago

n3snah commented 3 years ago

Need to be able to configure Powershell update checking post installation of Powershell 7. create the following registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment name: POWERSHELL_UPDATECHECK type: String (reg_sz)

more information can be found here https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_update_notifications?view=powershell-7.1

n3snah commented 3 years ago

feature is now available in development branch where users can select the notification policy on powershell 7 updates