Skip to content

Instantly share code, notes, and snippets.

@rvazarkar
Created October 23, 2017 19:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rvazarkar/6ca6bbcdaf101add0fb0c6f044553bd9 to your computer and use it in GitHub Desktop.
Save rvazarkar/6ca6bbcdaf101add0fb0c6f044553bd9 to your computer and use it in GitHub Desktop.
{
"statements" : [
{
"statement" : "MERGE (n:User {name:'DOMAIN ADMINS@TESTLAB.LOCAL'})-[r:AdminTo]-(m:Computer {name:'PRIMARY.TESTLAB.LOCAL'})"
},
{
"statement" : "MERGE (n:User {name:'DOMAIN ADMINS@TESTLAB.LOCAL'})-[r:AdminTo]-(m:Computer {name:'SECONDARY.TESTLAB.LOCAL'})"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment