I’m in the middle of writing up some context scripts for Windows post deployment and I’m looking for a full reference of all the variables/attributes that can be used, where they can be used, and for which attributes you can source from LDAP?
For example, what standard variables/attributes are available for a GROUP. For example, the group’s NAME and how do I access those?
Something like this?
$GROUP[‘NAME’]
And then If I set a custom attribute against a user or a group, do I access that in the same way?
$USER[‘SID’] / $GROUP[‘SID’] ?
I’m hoping to use these in the CONTEXT section of a template.
Thanks.