Skip to content

Instantly share code, notes, and snippets.

View royvou's full-sized avatar

Roy royvou

  • @iquality
  • Netherlands
  • 10:47 (UTC +01:00)
  • X @royvousten
View GitHub Profile
C:\Windows\System32\inetsrv\appcmd.exe unlock config -section:system.webServer/rewrite/allowedServerVariables
C:\Windows\System32\inetsrv\appcmd.exe unlock config -section:windowsAuthentication
C:\Windows\System32\inetsrv\appcmd.exe unlock config -section:anonymousAuthentication
<#
.SYNOPSIS
Reset-WindowsUpdate.ps1 - Resets the Windows Update components
.DESCRIPTION
This script will reset all of the Windows Updates components to DEFAULT SETTINGS.
.OUTPUTS
Results are printed to the console. Future releases will support outputting to a log file.