About 7,700 results
Open links in new tab
  1. Run with Powershell and as administrator

    May 11, 2011 · When right-click a .ps1 file and select "Run with Powershell", the .ps1 file will be run in powershell with no elevation. And "Run this program as administrator" checkbox grayed …

  2. Set-ExecutionPolicy Unrestricted -force

    Feb 3, 2012 · Based on my test, we should open powershell and run as administrator, and type the command to set the execution policy.

  3. Get product keys of local and remote systems

    I have run powershell with administrator rights, and i have tried it on several servers.... We are running Windows 2008 R2

  4. Run Powershell Script as admin server 2012

    Aug 15, 2013 · How can i start a Powershell script from cmd as admin on Server 2012.

  5. why can't uninstall (Get-WmiObject,Win32_Product ) works in …

    You should run Windows PowerShell as administrator. Please refer to the following similar issue:

  6. netsh command without run as administrator

    Aug 4, 2020 · Is it possible to run netsh command without the build-in administrator or runas administrator? Have to run netsh command with an account which has local admin privileges …

  7. run elevated command prompt (or application) as another user

    I ended up starting a command prompt with "Run as administrator" and then from the elevated command prompt I performed "runas /netonly /user:UserAccount PowerShell_ISE.exe". This …

  8. Executing a program with elevated privilegies

    So i decided to create a powershell script to deploy the application. I've acomplished the installation via script, but only when the user has administrator privilegies. So here's my …

  9. Problem running Test-SRTopology - social.technet.microsoft.com

    And you ran an elevated PowerShell window (Run as administrator)? There’s not much information out there about this error, it somehow appears that your missing some …

  10. start process as administrator - social.technet.microsoft.com

    I have an application that requires administrative permissions to run. is there way that i can start the process/application with permanent administrative user/credentials with Powershell? is it is …