When starting the Powershell Console of a Windows Server Core Container, the session is started in "user context", which means you are unable to run any privileged actions. You cannot elevate to Administrator from within Powershell.
We need to find a way to start powershell with elevated permissions

