Hello Team ,
I am not able to uninstall the Neo4j from my system. I tried the below steps
- Uninstall the service from old path with using the below commands
bin\neo4j uninstall-service
After this execution i got the message like "Neo4j Uninstalled". - I tried with new version with the different path but i got the below errors
Import-Module : AuthorizationManager check failed.
Import-Module "$PSScriptRoot\Neo4j-Management.psd1"
-
+ CategoryInfo : SecurityError: (:) [Import-Module], PSSecurityException + FullyQualifiedErrorId : UnauthorizedAccess,Microsoft.PowerShell.Commands.ImportModuleCommand
Get-Args : The term 'Get-Args' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
Please give me the solution for this.