Forum
merhaba,
local de koşan exchange 2010 windows 2008 R2 SP1 kurulu son 2 haftadır. queue viewer ve Message Tracking araçları çalışmıyor,
connectFunctions.ps1 cannot be loaded because the execution of scripts is disable on the system uyarısı veriryor.
yardımlarını için şimdiden teşekkürler.
merhaba,
local de koşan exchange 2010 windows 2008 R2 SP1 kurulu son 2 haftadır. queue viewer ve Message Tracking araçları çalışmıyor,
connectFunctions.ps1 cannot be loaded because the execution of scripts is disable on the system uyarısı veriryor.
yardımlarını için şimdiden teşekkürler.
Merhaba
set-executionpolicy unrestricted
komutu çalıştırın lütfen.
PS C:\Users\administrator.CMC> set-executionpolicy unrestricted
Execution Policy Change
The execution policy helps protect you from scripts that you do not trust. Changing the execution policy might expose
you to the security risks described in the about_Execution_Policies help topic at
http://go.microsoft.com/fwlink/?LinkID=135170. Do you want to change the execution policy?
[Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): y (BEN BURDA "Y" DEDİM) KIRMIZI İLE YAZDIĞIM ALAN GELDİ.
set-executionpolicy : Windows PowerShell updated your execution policy successfully, but the setting is overridden by
a policy defined at a more specific scope. Due to the override, your shell will retain its current effective
execution policy of Restricted. Type "Get-ExecutionPolicy -List" to view your execution policy settings. For more
information please see "Get-Help Set-ExecutionPolicy".
At line:1 char:1
+ set-executionpolicy unrestricted
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : PermissionDenied: (:) [Set-ExecutionPolicy], SecurityException
+ FullyQualifiedErrorId : ExecutionPolicyOverride,Microsoft.PowerShell.Commands.SetExecutionPolicyCommand
PS C:\Users\administrator.CMC> Get-ExecutionPolicy -List (BUDA POLICY LIST BİLGİLERİM.)
Scope ExecutionPolicy
----- ---------------
MachinePolicy Undefined
UserPolicy Restricted
Process Undefined
CurrentUser Undefined
LocalMachine Unrestricted