August 2019
Intermediate to advanced
786 pages
20h 22m
English
Now that we have the JEA module installed, the next step is to prepare the environment to use JEA. This can be done using a script that comes with the 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 = ...