Update and enable powershell script execution

preview_player
Показать описание
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
Рекомендации по теме