Skip to content

Instantly share code, notes, and snippets.

@jkbryan
Created October 2, 2018 22:29
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 jkbryan/ba72ef90472ede21a1996ce899c1a437 to your computer and use it in GitHub Desktop.
Save jkbryan/ba72ef90472ede21a1996ce899c1a437 to your computer and use it in GitHub Desktop.
Lithnet-Wrapper.xml
<?xml version="1.0" encoding="utf-8" ?>
<Lithnet.ResourceManagement.ConfigSync>
<Variables>
<Variable name="#domain#" value="%userdomain%"/>
<Variable name="#PATH#" value =".\" />
</Variables>
<Operations>
<!-- Create Reference to Recipient1 -->
<ResourceOperation operation="None" resourceType="Person" id="myRecipient1">
<AnchorAttributes>
<AnchorAttribute>AccountName</AnchorAttribute>
</AnchorAttributes>
<AttributeOperations>
<AttributeOperation operation="none" name="AccountName">User1</AttributeOperation>
</AttributeOperations>
</ResourceOperation>
<!-- Create Reference to Recipient2 -->
<ResourceOperation operation="None" resourceType="Person" id="myRecipient2">
<AnchorAttributes>
<AnchorAttribute>AccountName</AnchorAttribute>
</AnchorAttributes>
<AttributeOperations>
<AttributeOperation operation="none" name="AccountName">User2</AttributeOperation>
</AttributeOperations>
</ResourceOperation>
<!-- Fixed Templates go in here -->
</Operations>
</Lithnet.ResourceManagement.ConfigSync>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment