Open
Description
What happened?
Error: Get-MonkeyCompliance function not found
How to reproduce it
Steps to reproduce the behavior:
- Download latest version
- Perform Import-Module cmd
- Set variables
- Execute cmd Invoke-Monkey365 -PromptBehavior SelectAccount -Instance Azure -Collect All -subscriptions $azureSubscriptionId -TenantID $azureTenantId -ExportTo CLIXML
Expected behavior
Expected output per documentation
Screenshots or Logs
[New-AzureOutputPsObject] - The term 'Get-MonkeyCompliance' is not recognized as a name of a
| cmdlet, function, script file, or executable program. Check the spelling of the name, or if a path was included,
| verify that the path is correct and try again.. LineNumber: At
| ....\monkey365\core\modules\monkeyOutput\private\New-AzureOutputPsObject.ps1:74 char:56 + …
| compliance = $InputObject.compliance | Get-MonkeyCompliance;
From where are you running Monkey365?
Please, complete the following information:
- Resource: workstation
- OS: Windows 11
- PowerShell Version 7.x
- Monkey365 Version: latest
- Others:
Additional context
None
Activity