0

ファイル 3 (auth_test2.ps1) を実行しようとすると問題が発生し、エラー メッセージ (および出力) が表示されます。

AuthorizationManager check failed.
At C:\Users\systemCESCH\Documents\Workspace.\auth_test1.ps1:2 char:2
+ . <<<<  ($thisScript + '.\auth_test0.ps1')
    + CategoryInfo          : NotSpecified: (:) [], PSSecurityException
    + FullyQualifiedErrorId : RuntimeException

auth_test1
auth_test2

ファイル 1 (auth_test0.ps1):

Write-Host "auth_test0"

ファイル 2 (auth_test1.ps1):

$thisScript = Split-Path -Path $MyInvocation.MyCommand.Definition -Parent
. ($thisScript + '.\auth_test0.ps1')

Write-Host "auth_test1"

ファイル 3 (auth_test2.ps1):

$thisScript = Split-Path -Path $MyInvocation.MyCommand.Definition -Parent
. ($thisScript + '.\auth_test1.ps1')

Write-Host "auth_test2"

「ExecutionPolicy」は「RemoteSigned」、「Unrestricted」は違いはありません...誰かが私の問題を解決するのを手伝ってくれることを願っています.

4

0 に答える 0