私はPoshRSJobモジュールをダウンロードしました。私はモジュールをインポートしようとすると、それは常に(ドイツ語から翻訳された)次のエラーがスローされます。私たちのExecutionPolicyをRemoteSignedさImport-Module PoshRSJob with Executionpolicy RemoteSigned
PS C:\WINDOWS\system32> ipmo "C:\Program Files\WindowsPowerShell\Modules\PoshRSJob"
ipmo : The File "C:\Program Files\WindowsPowerShell\Modules\PoshRSJob\Scripts\TabExpansion.ps1" could not be loaded. The File "C:\Program
Files\WindowsPowerShell\Modules\PoshRSJob\Scripts\TabExpansion.ps1" is not signed digitally. You can't execute this script on your system. More information: "about_Execution_Policies" unter
"http://go.microsoft.com/fwlink/?LinkID=135170"..
In Zeile:1 Zeichen:1
+ ipmo "C:\Program Files\WindowsPowerShell\Modules\PoshRSJob"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : Sicherheitsfehler: (:) [Import-Module], PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess,Microsoft.PowerShell.Commands.ImportModuleCommand
は、このモジュールはバイパスせずに、RemoteSigned環境で作業を取得する方法はありますExecutionPolicyをUnrestrictedに設定せずに、スクリプトでモジュールを使用するたびにExecutionpolicyを実行しますか?