Windows PowerShell ile .ps uzantılı dosyaları çalıştırmak istediğinizde aşağıdaki gibi “cannot be loaded because the execution of scripts is disabled on this system.” hata alıyor iseniz sorunu ortadan kaldırmak adına şu komutu çalıştırmanız gerekmektedir:
Set-ExecutionPolicy RemoteSigned
Bu komutu çalıştırdıktan sonra .ps uzantılı dosyalarınızı PowerShell ile çalıştırmanız mümkün.