You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I am using a M365 developer account to test the tool, hence it doesn't have a running Azure subscription.
I ran the following command,
$param = @{
Instance = 'Microsoft365';
Analysis = 'ExchangeOnline','Microsoft365','MicrosoftTeams','SharePointOnline' ;
PromptBehavior = 'SelectAccount';
IncludeAzureAD = $true;
ExportTo = 'HTML';
}
$assets = Invoke-Monkey365 @PARAM
and was able to successfully get the results for Azure AD, IAM, Exchange Online and Microsoft Teams.
What would be the right command to also get the results to also include for Microsoft Forms, Security and Compliance?
All reactions