It looks like you're running the command in the command prompt instead of PowerShell. Run powershell and then try again. Also the path needs to be surrounded by quotes.
Hi @Bodeman, that sounds like a different issue, could you create a separate post for it?
That error is safe to ignore in most cases, but if you're having issues adding graph apps it could be relevant. Please also add the full log and explain how you...
Right, I forgot that neo4j-admin requires Java to run. You can run this command (before the dump command) to make the script use the same Java version that is bundled with Desktop:
$env:JAVA_HOME = "<desktop data path>\distributions\java\zulu11.41.23...