HI All
\Due to issues and errors we have decided to remove the software update point in sccm. We are willing to update to microsoft directly.
But the Role have been removed and also wsus is removed.
But my sccm client is still looking to the interal url for wsus and updates.
I have found this script and it does like that its working (for 1 machine)
Remove-Item 'HKLM:\Software\Policies\Microsoft\Windows\WindowsUpdate' -Force -Recurse
gpupdate /force
Restart-Service -name "Windows Update"
But is there way how i can update all of my workstations to look to windows update?
I cannot find a policy which sets the value in sccm client to intranet/wsus?
Otherwise can i remove the software update agent from the sccm client so that the local policy on my Laptop wich is created will be removed?
\Due to issues and errors we have decided to remove the software update point in sccm. We are willing to update to microsoft directly.
But the Role have been removed and also wsus is removed.
But my sccm client is still looking to the interal url for wsus and updates.
I have found this script and it does like that its working (for 1 machine)
Remove-Item 'HKLM:\Software\Policies\Microsoft\Windows\WindowsUpdate' -Force -Recurse
gpupdate /force
Restart-Service -name "Windows Update"
But is there way how i can update all of my workstations to look to windows update?
I cannot find a policy which sets the value in sccm client to intranet/wsus?
Otherwise can i remove the software update agent from the sccm client so that the local policy on my Laptop wich is created will be removed?
Last edited: