ffmpeg-artschool icon indicating copy to clipboard operation
ffmpeg-artschool copied to clipboard

ps1 issue 1: help call

Open bturkus opened this issue 5 years ago • 1 comments

this is what im getting when running -h flag:

Get-Help : Get-Help could not find
C:\Users\benjaminturkus\Desktop\ffmpeg-artschool-PS1\powershell_scripts\bitplane.ps1 in a help
file in this session. To download updated help topics type: "Update-Help". To get help online,
search for the help topic in the TechNet library at
https:/go.microsoft.com/fwlink/?LinkID=107116.
At C:\Users\benjaminturkus\Desktop\ffmpeg-artschool-PS1\powershell_scripts\bitplane.ps1:69
char:5
+     Get-Help $MyInvocation.MyCommand.Definition -detailed
+     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ResourceUnavailable: (:) [Get-Help], HelpNotFoundException
    + FullyQualifiedErrorId : HelpNotFound,Microsoft.PowerShell.Commands.GetHelpCommand

bturkus avatar Nov 10 '20 16:11 bturkus

Do you have the same issue with other scripts?

Have you run Set-ExecutionPolicy RemoteSigned -scope CurrentUser

And are you using an admin session or non-admin? I've been dev'ing on non-admin

nkrabben avatar Nov 11 '20 01:11 nkrabben