Skip to content

Possible to run "All" Microsoft365 Checks? #56

Answered by silverhack
n2x4 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @n2x4,

This is intentional. Monkey365 requires the use of first-party Microsoft registered applications to connect to Microsoft 365 services when interactive authentication is used, and you may receive multiple authentication prompts. This is different in Azure, in which you can connect to all services within an Azure subscription with one Microsoft's (Microsoft Azure PowerShell ClientId) first-party application.

Please, also note that the -Analysis is declared as an [Array], and quotation marks are used to specify a literal string, instead an Array. The following command should work:

$param = @{
Instance = 'Microsoft365';
Analysis = 'ExchangeOnline','Microsoft365';
PromptBehavior = 'S…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by n2x4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants