DscResources/Carbon_EnvironmentVariable/Carbon_EnvironmentVariable.xml

<?xml version="1.0" encoding="utf-8"?>
<helpItems xmlns="htp://msh" schema="maml">
    <command:command xmlns:maml="http://schemas.microsot.com/maml/2004/10" xmlns:cmd="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Set-TargetResource</cmd:name>
            <maml:description>
                <maml:para>DSC resource for managing environment variables.</maml:para>
            </maml:description>
        </cmd:details>
        <command:description>
            <maml:description>
                <maml:para>The Carbon_EnvironmentVariable resource will create or remove environment variables. It will create/remove the variable at both the machine and process level. Any running processes that need the environment variable should be restarted.</maml:para>
            </maml:description>
        </cmd:description>
        <command:syntax>
        </cmd:syntax>
        <command:parameters>
        </cmd:parmeters>
        <command:returnValues>
        </cmd:returnValues>
        <command:examples>
        </cmd:examples>
        <maml:relatedLinks>
        </maml:relatedLinks>
    </cmd:command>
</helpItems>