Today I was deleting temp folders from Azure Server and by mistakenly deleted Microsoft folder from my Azure server, after that I am not able to open
- IIS
- Server Manager
- PowerShell
- Sql Server
the above was just an example.
I am trying to fix this since the morning,
Tried -> sfc /scannow, DISM /Online /Cleanup-Image /RestoreHealth
but the below error is coming ->
C:Usersdocproadmin>DISM /Online /Cleanup-Image /RestoreHealth
Deployment Image Servicing and Management tool Version:
10.0.17763.5830Image Version: 10.0.17763.5830
[==========================100.0%==========================] Error:
0x800f081fThe source files could not be found. Use the “Source” option to
specify the location of the files that are required to restore the
feature. For more information on specifying a source location, see
http://go.microsoft.com/fwlink/?LinkId=243077.The DISM log file can be found at C:WindowsLogsDISMdism.log
I don’t have any backup file, what can I do now