Jump to content

Recommended Posts

Posted
Our school recently updated to Windows 7 and I am trying to find how to disable PowerShell for our student accounts. I have scoured the GPO but have not come up with anything in there similar to disabling the command prompt. How do you disable PowerShell for student accounts?
Posted

You could set PowerShell's execution policy to AllSigned via a policy called "Turn on Script Execution" under...

 

Computer Configuration\Administrative Templates\Windows Components\Windows PowerShell

 

This would enable you to run PowerShell scripts yourself (as long as they were signed), but the students wouldn't be able to.

Posted
Our school recently updated to Windows 7 and I am trying to find how to disable PowerShell for our student accounts.

 

Is there a particular reason why?

Posted
Set-ExecutionPolicy AllSigned will still let the students run the console and execute one-line commands, just not run scripts. I'd suggest you block them using application control. I have command.com, powershell.exe and powershell_ise.exe in here.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...