If you receive the error 0x800f0954 when trying to install RSAT tools in Powershell you can try to enable the settings below. You may need to run gpupdate to refresh policies You should now be able to install RSAT tools.
Tag: error
DVD/CD DH16AAL Device not responding
In device manager your dvd/cd device may have failed. To remove corrupt registry entries follow below: 1 – Start Regedit. 2 – Find keys: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E965-E325-11CE-BFC1-08002BE10318} 3 – Delete all Upperfilters and Lowerfilters keys. 4 – Uninstall device in device manager 5 – Scan for hardware changes in device manager.
SCCM Error 0x800700A1
System Center Configuration Manager Error 0x800700A1 This error seems to occur due to missing a partition. The following commands can be used to create one during build using a command prompt(f8). diskpart list disk select disk 0 clean create partition primary format quick