MSIdentityTools
MSIdentityTools copied to clipboard
Repository for the Microsoft Identity Tools PowerShell module which provides various tools for performing enhanced Identity administration activities.
### Describe the bug When running Export-MsIdAppConsentGrantReport there is the following error returned: PropertyNotFoundException: The property 'AdditionalProperties' cannot be found on this object. Verify that the property exists. ### To...
Fixed typo in 'MgGragh' to 'MgGraph' ### Changes proposed in this pull request - There is a typo the the example command in the cmdlet documentation. - This PR corrects...
I receive the following when running the script. The script then stops running. It produces part of the Excel sheet only. Please advise if there is something I need to...
I've been following the steps from the youtube video: https://www.youtube.com/watch?v=vO0m5yE3dZA At the step running Export-MsIdAppConsentGrantReport I see a slew of the following error message: PropertyNotFoundException: The property 'AdditionalProperties' cannot be...
Find-MgGraphCommand with API Version "beta" does not return anything. Therefore the Test-MgCommandPrerequisites Fails Fixes # ### Changes proposed in this pull request - - - ### Testing ### Documentation -...
### Describe the bug When Running the command "Get-MsIdInactiveSignInUser -LastSignInBeforeDaysAgo 60 -UserType Guest the function can't find the Get-MgUser command. ### To Reproduce I have installed the latest version (2.0.52)...
Hi @merill , When I execute the below command after updating the module, I get this error: ``` PS C:\WINDOWS\system32> Update-Module -Name MSIdentityTools -Force PS C:\WINDOWS\system32> Import-Module MSIdentityTools -Force WARNING:...
### Describe the bug Typo in the documentation page for https://github.com/AzureAD/MSIdentityTools/wiki/Export-MsIdAppConsentGrantReport - under Example 1 ### Expected behavior Connect-MgGra*p*h -Scopes Directory.Read.All ### Current Text "g" not "p" Connect-MgGra*g*h -Scopes Directory.Read.All
### Describe the bug Hi, I just ran this for the first time, running the latest version of MSIdentityTools. Am I missing a dependency? Running on Windows 10 with PS...
Hi Microsoft Identity Team, The Find-MsIdUnprotectedUsersWithAdminRoles cmdlet is not working, even after connecting to the MgGraph successfully: ``` PS C:\WINDOWS\system32> Connect-MgGraph Welcome to Microsoft Graph! Connected via delegated access using...