monkey365 icon indicating copy to clipboard operation
monkey365 copied to clipboard

Add Sharepoint Admin URI as parameter

Open Schurik97 opened this issue 6 months ago • 1 comments

Tested an Entra ID Tenant, was Sharepoint Admin but somehow it didnt find the Sharepoint and just put out some basic "Info"

After I manually performed the CIS Microsoft 365 Foundations v5 I had 13 non-compliant medium findings

Schurik97 avatar Aug 22 '25 11:08 Schurik97

Hi @Schurik97,

If SharePoint online was moved to another domain, you can use the ScanSites param in Monkey365. The following should do the trick:

$param = @{
    TenantId = '00000000-0000-0000-0000-000000000000';
    Instance = 'Microsoft365';
    Collect = @('SharePointOnline');
    ExportTo = @("HTML");
    SaveProject = $true;
    ScanSites = "https://yourdomain.sharepoint.com"
    Environment = 'AzurePublic';
    InformationAction = 'Continue';
    IncludeEntraId = $true;
    Verbose = $true;
}
Invoke-Monkey365 @param

The ScanSites param is not documented yet, so thanks for remind me that I need to further update docs!

Thanks,

silverhack avatar Aug 29 '25 17:08 silverhack

This issue has been automatically marked as stale because it has not had recent activity. We kindly ask you to check again if the issue you reported is still relevant in the current version of Monkey365. If it is, update this issue with a comment, otherwise it will be automatically closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Dec 28 '25 02:12 github-actions[bot]

This issue was closed because it has been inactive for 14 days since being marked as stale. If the issue is still relevant, feel free to re-open it or open a new one.

github-actions[bot] avatar Jan 11 '26 02:01 github-actions[bot]