Доброе утро
Я пытаюсь запустить скрипт powershellhttps://github.com/the-xentropy/xencrypt/blob/master/xencrypt.ps1и скрипт, и файл, который я пытаюсь зашифровать, находятся в одном каталоге, шаги, которым я следовал, были
Import-Module ./xencrypt.ps1
Invoke-Xencrypt -InFile test.ps1 -OutFile testcrypted.ps1
Но у меня возникла ошибка
Invoke-Xencrypt : Exception calling "ReadAllBytes" with "1" argument(s): "Não foi possível localizar o ficheiro
'C:\Users\DESKTOP\test.ps1'."
At line:1 char:1
+ Invoke-Xencrypt -InFile test.ps1 -OutFile testcrypted.ps1
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Invoke-Xencrypt], MethodInvocationException
+ FullyQualifiedErrorId : FileNotFoundException,Invoke-Xencrypt
В чем может быть причина?
Спасибо