Martin M.

Results 5 comments of Martin M.

This is working. The only issue is with the Purview. ``` $param = @{ Instance = 'Microsoft365'; Analysis = @("Microsoft365", "ExchangeOnline", "MicrosoftTeams", "SharePointOnline"); DeviceCode = $true; IncludeEntraID = $true; ExportTo...

I've just tested it in Windows 10 with PS 5.1, still the same PurView not working. Regarding the roles of the used account: - Security Administrator - Global Reader -...

here is it. ``` Invoke-Monkey365 @param -Verbose -Debug -InformationAction Continue VERBOSE: Loading module from path 'C:\Temp\monkey365\core\modules\monkeylogger\monkeylogger.psm1'. VERBOSE: Loading module from path 'C:\Temp\monkey365\monkey365.psm1'. CONSOLE: [19:06:12:684] - [Invoke-Monkey365] - Importing MSAL authentication...

It is working with ```Purview``` now. I've used JSON format so TAB does not apply to that scenario. As you already wrote, I've copied it from docu: [https://silverhack.github.io/monkey365/configuration/microsoft365-options/](https://silverhack.github.io/monkey365/configuration/microsoft365-options/). Maybe an...

Thanks, tested with following results. 1. Error-related to missing files/folders. I've fixed that by copying it from the main branch. ``` Import-Module monkey365 13:34:59 MethodInvocationException: Exception calling "EnumerateFiles" with "3"...