You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'.
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
The text was updated successfully, but these errors were encountered: