Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion daisy_workflows/image_build/windows/post_install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ function Generate-NativeImage {
}

function Enable-WinRM {
if ($pn -like '*Enterprise') {
if ($pn -like '*Enterprise' -Or $pn -like '*Pro') {
Write-Host 'Windows Client detected, enabling WinRM (including on Public networks).'
& winrm quickconfig -quiet -force
}
Expand Down