IdentityProtectionTools
IdentityProtectionTools copied to clipboard
Sample PowerShell module and scripts for managing Azure AD Identity Protection service
PS C:\ > Get-AzureADIPRiskyUser WARNING: Unable to find type [Microsoft.Graph.PowerShell.Authentication.Utilities.DependencyAssemblyResolver]. Get-MgProfile : The term 'Get-MgProfile' is not recognized as the name of a cmdlet, function, script file, or operable program....
Perhaps due to some change since this code was written, or an oversight because it was never tested in a live environment, the function in "Get-AzureADIPRiskyUser.ps1" gets users who have...
Variables kept erroring out saying there was no value assigned to them $Riskyusers and Module not loading/importing properly. Tried: - Making it a environment variable - Import-Module - Tried adding...
Updated the required module names. Identity.Protection CMDlets were moved into Identity.SignIns module. Write note on how to enable beta endpoints vor MS Graph PowerShell SDK
Anyone have any thoughts? The module shows up as empty. 
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...