Error when running Invoke-Monkey365 #103
Unanswered
LatetoGitHub
asked this question in
Q&A
Replies: 1 comment
-
It seems that you're import the module incorrectly. Please, see docs about how to import a PowerShell module. |
Beta Was this translation helpful? Give feedback.
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.
-
I'm trying to run Invoke-Monkey365 with the following parameters based on an example in help.
Invoke-Monkey365 -Instance Microsoft365 -IncludeEntraID -Analysis Microsoft365 -PromptBehavior SelectAccount
I get this error:
PropertyNotFoundException: The property 'IsUserInteractive' cannot be found on this object. Verify that the property exists.
InvalidOperation: C:\Users\abhi\Documents\WindowsPowerShell\Modules\monkey365\core\init\Initialize-AuthenticationParam.ps1:40
Line |
40 | … lications = [System.Collections.Generic.List[Microsoft.Identity.Clien …
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Unable to find type [System.Collections.Generic.List].
I am using PowerShell version 7.4.2.
Beta Was this translation helpful? Give feedback.
All reactions