This commit is contained in:
Michael Greene 2018-02-23 06:58:49 -06:00
Родитель 08376d6b9f
Коммит 60605742dd
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -90,7 +90,7 @@ configuration WindowsDNSServerConfig
WindowsFeature DNS
{
Ensure = 'Enable'
Ensure = 'Present'
Name = 'DNS'
IncludeAllSubFeature = $true
}