Skip to main content

Running PowerShell as an Administrator from Server Core

Here is one that I had not thought of.  I’m exploring some AD DS installation option for Server Core.  While looking around, I discovered that I needed to update my Help files.  No problem except you need to op PowerShell as an administrator.  From the command prompt, start was something that I had not done.   After some exploring I came up with this.

Type PowerShell to enter a PowerShell session.

Type Start-Process PowerShell –Verb RunAs and press Enter.

No problems updating help now.

Comments