Brandon Olin
Brandon Olin
Thanks for the report @theRealc2c2. I noticed that you're running Windows PowerShell 5.1. I'm curious, have you tried running this in PowerShell Core (6+)? This errors seems to point to...
Thanks for the issue @joakimkarlbom. I'll take a look at this when I get a chance to determine if we need to modify more of the code to support this.
I think that's reasonable @RamblingCookieMonster. We'll probably also need matching switches on `New-PoshBotConfiguration` and appropriate responses in the builtin commands to notify the user that plugin/access management functionality is in...
Thanks for the issue @totally-chill. Can you provide a minimum command that reproduces the error?
With `help` no, but I added a new built in command with `v0.11.0` called `Get-MyCommands` with an alias of `mycommands` that will only show commands you’re authorized to run.
But maybe that could become a configurable setting for those that want to restrict `Get-CommandHelp` to only the commands allowed.
@dreznicek Thank you so much for catching this logic bug!
Merged #154 and published `0.11.5` to the [PSGallery](https://www.powershellgallery.com/packages/PoshBot/0.11.5).
Hey @dreznicek, can you share the `ApprovalConfiguration` you're using so I can try and repro?
@dreznicek Have you tried the latest version `v0.11.8`? This is what I just tested with success: **Can you try the following procedure (with PoshBot `v0.11.8` and let us know if...