filmov
tv
Update and enable powershell script execution
Показать описание
Update and enable powershell script execution
1. Prepare
- DC12 : Running OS Windows Server 2012 R2
2. Step by step : Update and enable powershell script execution for Windows PowerShell
- DC12 : Update and enable powershell script execution for Windows PowerShell
+ Windows PowerShell :
+ Update-help # Update for PowerShell
+ Get-executionPolicy # Show mode execution
+ Set-executionPolicy RemoteSigned # Set enable powershell script execution
+ Get-executionPolicy # Check mode - RemoteSigned === OK
1. Prepare
- DC12 : Running OS Windows Server 2012 R2
2. Step by step : Update and enable powershell script execution for Windows PowerShell
- DC12 : Update and enable powershell script execution for Windows PowerShell
+ Windows PowerShell :
+ Update-help # Update for PowerShell
+ Get-executionPolicy # Show mode execution
+ Set-executionPolicy RemoteSigned # Set enable powershell script execution
+ Get-executionPolicy # Check mode - RemoteSigned === OK