Skip to content

Instantly share code, notes, and snippets.

/xml

Created July 30, 2017 02:50
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 anonymous/76e66484358cf550d63d8ea8c96b2629 to your computer and use it in GitHub Desktop.
Save anonymous/76e66484358cf550d63d8ea8c96b2629 to your computer and use it in GitHub Desktop.
<Objs Version="1.1.0.1" xmlns="http://schemas.microsoft.com/powershell/2004/04">
<Obj RefId="0">
<TN RefId="0">
<T>System.Management.Automation.PSCustomObject</T>
<T>System.Object</T>
</TN>
<MS>
<S N="Name">Dev</S>
<S N="Users">OU=People,DC=Dev1,DC=org</S>
<S N="Computers">OU=Computers,DC=Dev1,DC=org</S>
</MS>
</Obj>
<Obj RefId="1">
<TNRef RefId="0" />
<MS>
<S N="Name">Stage1</S>
<S N="Users">OU=People,DC=Stage1,DC=org</S>
<S N="Computers">OU=Computers,DC=Stage1,DC=org</S>
</MS>
</Obj>
</Objs>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment