Hello!
Following case; We removed a WSUS server without removing it from SCVMM first. Now it is still listed as a Update Server, and removing it via the context menu does not work because:
Error (24057)
VMM no longer has full administrative permissions on update server EXAMPLEWSUS
Recommended Action
Please reassociate the VMM Agent on the update server and retry the operation.
Removing it via Powershell does not work as the Powershell does not recognize the Remove-SCUpdateServer cmdlet.
Removing it via Virtual Machine manager does work till the credentials [RunAsAccount name] have to be typed in. Then it says:
Remove-SCUpdateServer : Cannot process argument transformation on parameter 'Credential'. Either a RunAsAccount Type or PSCredential Type is needed for this parameter. At line:1 char:22+ Get-SCUpdateServer | Remove-SCUpdateServer+ ~~~~~~~~~~~~~~~~~~~~~+ CategoryInfo : InvalidData: (:) [Remove-SCUpdateServer], Parame terBindingArgumentTransformationException+ FullyQualifiedErrorId : ParameterArgumentTransformationError,Microsoft.S ystemCenter.VirtualMachineManager.Cmdlets.RemoveUpdateServerCmdlet
How can i remove the WSUS Server without using SQL? Why doesn't the RunAsAccount Credential work?