June 2017
Beginner to intermediate
742 pages
18h 29m
English
Now we have JEA module installed, and the next step is to prepare the environment to use JEA. This can be done using a script that comes with JEA module. It is located at C:\Program Files\WindowsPowerShell\ Modules\xJea\0.2.16.6\Examples\SetupJEA.ps1.
This script will do the following:
Configuration SetupJea { Import-DscResource -module xjea Node localhost { xJeaEndPoint CleanAll { Name = 'CleanALL' CleanAll = $true } LocalConfigurationManager { RefreshFrequencyMins = 30 ConfigurationMode = "ApplyAndAutoCorrect" ...