Configuration EnvironmentVariable_Path
{ param () Import-DscResource -ModuleName 'PSDscResources' Node localhost { Environment CreatePathEnvironmentVariable { Name = 'TestPathEnvironmentVariable' Value = 'TestValue' Ensure = 'Present' Path = $true Target = @('Process', 'Machine') } }
} EnvironmentVariable_Path -OutputPath:"C:\EnvironmentVariable_Path"
Configuration EnvironmentVariable_Path
{ param () Import-DscResource -ModuleName 'PSDscResources' Node localhost { Environment CreatePathEnvironmentVariable { Name = 'TestPathEnvironmentVariable' Value = 'TestValue' Ensure = 'Present' Path = $true Target = @('Process', 'Machine') } }
} EnvironmentVariable_Path -OutputPath:"C:\EnvironmentVariable_Path"
status | not learned | measured difficulty | 37% [default] | last interval [days] | |||
---|---|---|---|---|---|---|---|
repetition number in this series | 0 | memorised on | scheduled repetition | ||||
scheduled repetition interval | last repetition or drill |