I can't get azure ad identity and security & compliance #129
Rameshkhanna123
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
I am using the following command to run Monkey365 for Microsoft 365. But I am not getting access to IAM and Security & Compliance.
What permissions might I have missed adding at the Azure and Entra level?
$param = @{
ClientId = 'xxx';
certificate = 'C:\monkey365\xx.pfx';
CertFilePassword = ("xxx" | ConvertTo-SecureString -AsPlainText -Force);
Instance = 'Microsoft365';
IncludeEntraID = $true;
Collect = @("AdminPortal", "ExchangeOnline", "MicrosoftTeams", "Purview", "SharePointOnline");
TenantID = 'xxxxxx';
ScanSites = 'https://xxxxxxxx.sharepoint.com';
ExportTo = @("HTML");
}
$assets = Invoke-Monkey365 @param -verbose
Beta Was this translation helpful? Give feedback.
All reactions