Set do not configure internet windows update with powershell in Not Configured

Piero 1 Reputation point
2022-04-13T13:43:26.78+00:00

Hi, I have a question:
We have inherited several remote Windows 10 clients. In the past the previous system administrators using gpedit.msc had configured "Do not configure Internet Windows Update" set to "Enable", while now I have to set it to "Do not configure".
I can only use remote PowerShell.
Can I change it to a script?
Thanks

Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,354 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Rich Matheisen 44,621 Reputation points
    2022-04-13T14:38:54.14+00:00

    Local policies can be changed by manipulating the registry.

    Here's an example of doing that (but the location in the registry for a local policy will be different): prevent-windows-10-from-connecting-to-any-windows-update-internet-locations

    0 comments No comments