Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ps1 issue 1: help call #22

Open
bturkus opened this issue Nov 10, 2020 · 1 comment
Open

ps1 issue 1: help call #22

bturkus opened this issue Nov 10, 2020 · 1 comment

Comments

@bturkus
Copy link
Collaborator

bturkus commented Nov 10, 2020

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
@nkrabben
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants