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
After Connecting to Azure AD and Exchange I run the Start-HawkTenantInvestigation command. I then get:
Start-HawkTenantInvestigation : The 'Start-HawkTenantInvestigation' command
was found in the module 'HAWK', but the module could not be loaded. For more
information, run 'Import-Module HAWK'.
At line:1 char:1
PS C:\WINDOWS\system32> Import-Module HAWK
Import-Module : Could not load file or assembly 'Azure.Core, Version=1.33.0.0,
Culture=neutral, PublicKeyToken=92742159e12e44c8' or one of its dependencies.
The system cannot find the file specified.
At line:1 char:1
I had this issue as well, mine was giving a similar error on the AzureAD module. I had to uninstall EVERY version of Azure in powershell, then I uninstalled Hawk.
After Connecting to Azure AD and Exchange I run the Start-HawkTenantInvestigation command. I then get:
Start-HawkTenantInvestigation : The 'Start-HawkTenantInvestigation' command
was found in the module 'HAWK', but the module could not be loaded. For more
information, run 'Import-Module HAWK'.
At line:1 char:1
I then run Import-Module HAWK and get this error:
PS C:\WINDOWS\system32> Import-Module HAWK
Import-Module : Could not load file or assembly 'Azure.Core, Version=1.33.0.0,
Culture=neutral, PublicKeyToken=92742159e12e44c8' or one of its dependencies.
The system cannot find the file specified.
At line:1 char:1
The text was updated successfully, but these errors were encountered: