How to solve Error "Admin SVC must be running in order to create deployment timer job"
I have added a solution for Sharepoint 2010 with PowerShell and wanted to install it. But While installing a solution I got an error:
Install-SPSolution : Admin SVC must be running in order to create deployment timer job.
Solution is rather simple if you know what to do:
Goto "Control Panel -> Administrative tools -> Services", select SharePoint 2010 Administration and start it.



PostgreSQL in Docker: when DBeaver lies (and psql saves the day)
SharePoint onPrem: Create ContentType with the specific ID
Send props from Child class component to Parent state component in React App