Module not importing correctly.
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.

So then I add .\ and can run the command

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

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

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.

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