Do I need to elevate when using remote PowerShell

Learn about elevation and if its needed with remote PowerShell.

John Savill

October 29, 2016

1 Min Read
Do I need to elevate when using remote PowerShell

Q. If I'm using PowerShell to remotely manage a machine do i need to elevate permissions?

A. No. There is no concept of elevation when using WinRM via PowerShell to run commands on a remote machine. That remote session will have the remote token as fully elevated with all available permissions. If you are experiencing permissions problems then check your account has the permissions you need and try specifying an alternate credential.

About the Author(s)

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like