IdentityProtectionTools icon indicating copy to clipboard operation
IdentityProtectionTools copied to clipboard

Module not importing correctly.

Open rodiera opened this issue 4 years ago • 0 comments

After installing the prerequisite modules I downloaded the module files from the repo but when I run the Import-module IdentityProtectionTools.psm1 cmdlet I get

The specified module 'IdentityProtectionTools.psm1' was not loaded because no valid module file was found in any module directory.

I'm in the directory that contains all the files. image

So then I add .\ and can run the command image

I sign into MS graph module and have the required scopes in my access token. image

However when running the Get-AzureADIPRiskyUser -RiskLevel High -All command I get the following. image

So then I add .\ and can run the command again but get no results. I did this again while running fiddler to see if there are any calls to MS graph but there aren't any. image

Seems like the Identity protection tools module is not loaded correctly. What am I missing? image

rodiera avatar Feb 24 '21 16:02 rodiera