silverhack

Results 70 comments of silverhack

Hey @master-qwerty thanks for the update! Yep, the JSON issue is related to [Improve CSV and JSON output](https://github.com/silverhack/monkey365/issues/76) issue and that will be fixed in next version. Cheers,

Hi @peppekerstens thank you for raising an issue to help improve monkey365. I'll need to verify it and will let you know asap. Regarding licenses, monkey365 will enable/disable collectors and...

Hi @peppekerstens, I removed the status triage and added the bug label. I believe that the errors come from [here](https://github.com/silverhack/monkey365/blob/8256944137e48108806562d4ce195ca6bbb8cbb5/core/api/auth/Connect-MonkeyCloud.ps1#L177) and [here](https://github.com/silverhack/monkey365/blob/8256944137e48108806562d4ce195ca6bbb8cbb5/core/tenant/Get-TenantInformation.ps1#L122) I'll rewrite those functions to throw errors and...

Hi @peppekerstens I believe it's now fixed on dev branch. Tenant information logic was modified to throw errors if tenant information (licensing model, if tenant is disabled, etc..) is not...

Hi @bill-e-ghote thanks for submitting this. It's really appreciated. Regarding the empty `$assets` variable, and according to the above screenshot, it seems that Monkey365 was unable to establish connection with...

Hi @bill-e-ghote I believe it's now fixed on dev branch. Please, also note that Windows uses a path length limitation (MAX_PATH) of [256 characters](https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry) and I realised that the path...

Hi @sompoccoe thank you for the report. Could you please add the Verbose, Debug and informationaction to see debug errors? It seems that Monkey365 is unable to find the SharePoint...

Hi @sompoccoe thanks for confirming! So it seems that monkey365 is unable to get information from Microsoft Graph regarding available domains for SharePoint. As a workaround, you can include the...

Hi @ezjurgen thanks for using Monkey365. It's not a bug. You forgot to add the `-Collect` parameter to Microsoft365 instance, as mentioned [here](https://silverhack.github.io/monkey365/configuration/microsoft365-options/) and [here for Azure](https://silverhack.github.io/monkey365/configuration/azure-options/). Valid options are...

Hi @Sar4D, [ROPC ](https://learn.microsoft.com/en-us/entra/identity-platform/v2-oauth-ropc) only supports Microsoft Entra tenants and is mandatory to use a TenantId or the [organizations](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-common/docs/authority.md#azure-ad) authority. For automated scenarios, such as GitHub Actions, you can store...