We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a346358 commit bdf00a9Copy full SHA for bdf00a9
1 file changed
Agent/Lib/InstallAgent-Core.psm1
@@ -2475,7 +2475,7 @@ function SelectInstallers {
2475
ForEach-Object {
2476
$CurrentSourceName = $_
2477
$CurrentSource = $Install.Sources.$_
2478
- if (($CurrentSourceName -eq "Network") -and ($Install.NETLOGONAccess -eq $false)) {
+ if (($CurrentSourceName -eq "Network" -or $CurrentSourceName -eq "Sysvol") -and ($Install.NETLOGONAccess -eq $false)) {
2479
$CurrentSource.Available = $false
2480
$CurrentSource.AgentFound = $false
2481
$CurrentSource.AgentValid = $false
0 commit comments