Azure-AD-Incident-Response-PowerShell-Module
Azure-AD-Incident-Response-PowerShell-Module copied to clipboard
Can not use at Azure Cloud Shell.
I want to use Azure-AD-Incident-Response-PowerShell-Module at Azure Cloud Shell. But I can't use it. After install it, when I import it, it report an existing Module error,
PS /home/xxxx> Import-Module AzureADIncidentResponse
Import-Module: Assembly with same name is already loaded
PS /home/xxxx> Connect-AzureADIR Connect-AzureADIR: The 'Connect-AzureADIR' command was found in the module 'AzureADIncidentResponse', but the module could not be loaded due to the following error: [Assembly with same name is already loaded] For more information, run 'Import-Module AzureADIncidentResponse'.
How to deal with this problem? Explie