Replies: 1 comment
|
Did you It looks like you installed the module as an admin. I don't recommend that. You can follow these steps to re-install:
Uninstall-Module -Name PSFalcon -AllVersions
Install-Module -Name PSFalcon -Scope CurrentUserPlease let me know if you still receive the same error after verifying your token and re-installing without administrative permissions, |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I am attempting to export a list of all Uninstallation tokens with the command:
No matter what I do it gives this:
My API has all the required Read and Write permissions, can you tell me why this happens and how to fix it?
All reactions