Powershell: Close Auto Update Local Group Policy
##Install Module for Support Policy##
Install-Module -Name PolicyFileEditor
$RegPath = 'Software\Policies\Microsoft\Windows\WindowsUpdate\AU'
$RegName = 'NoAutoUpdate'
$RegData = '1'
$RegType = 'DWord'
Set-PolicyFileEntry -Path \\IP_Target\C$\Windows\System32\GroupPolicy\Machine\Registry.pol -Key $RegPath -ValueName $RegName -Data $RegData -Type $RegType
##Show Policy on Target##
Get-PolicyFileEntry -Path \\IP_Target\c$\Windows\System32\GroupPolicy\Machine\Registry.pol -all
ไม่มีความคิดเห็น:
แสดงความคิดเห็น