stefanvanmerrienboer
New member
- Aug 19, 2021
- 3
Powershell command :
Get-WindowsFeature | Where-Object {$_. installstate -eq "installed"} | Format-List Name,Installstate | more
Error:
Get-WindowsFeature : The request to list features available on the specified server failed.
Unable to obtain the feature list.
The specified package is not valid Windows package. Error: 0x800f0805
Windows Update is only detecting Defender and Office updates.
SSU are not working:
CBS_E_NEW_SERVICING_STACK_REQUIRED
Servicing Stack v10.0.14393.3622 but current Servicing Stack is v10.0.14393.3561
Unable to install stand alone service stack update, I am stuck, any help is much appreciated.
Get-WindowsFeature | Where-Object {$_. installstate -eq "installed"} | Format-List Name,Installstate | more
Error:
Get-WindowsFeature : The request to list features available on the specified server failed.
Unable to obtain the feature list.
The specified package is not valid Windows package. Error: 0x800f0805
Windows Update is only detecting Defender and Office updates.
SSU are not working:
CBS_E_NEW_SERVICING_STACK_REQUIRED
Servicing Stack v10.0.14393.3622 but current Servicing Stack is v10.0.14393.3561
Unable to install stand alone service stack update, I am stuck, any help is much appreciated.