Skip to content

Commit

Permalink
Update KB4564442 detection
Browse files Browse the repository at this point in the history
  • Loading branch information
pvs043 committed Apr 6, 2024
1 parent c6813b2 commit b5d1670
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Deploy/Deploy_MDT_Server.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Configuration DeployMDTServerContract
Ensure = "Present"
SourcePath = "$($Node.SourcePath)\KB4564442\x86\microsoft.bdd.utility.dll"
DestinationPath = "%ProgramFiles%\Microsoft Deployment Toolkit\Templates\Distribution\Tools\x86\microsoft.bdd.utility.dll"
Checksum = "B2D4EF7C4AECB40932058A84DBDBF1BE94F8CC73FA08D4340EF57621A02C9594"
Checksum = "SHA-256"
Force = $true
DependsOn = "[Package]MDT"
}
Expand All @@ -96,7 +96,7 @@ Configuration DeployMDTServerContract
Ensure = "Present"
SourcePath = "$($Node.SourcePath)\KB4564442\x64\microsoft.bdd.utility.dll"
DestinationPath = "%ProgramFiles%\Microsoft Deployment Toolkit\Templates\Distribution\Tools\x64\microsoft.bdd.utility.dll"
Checksum = "06490CE4E094FC6A7D5B5170CECDE176CB87DD06FA615ED7481A4081FC3E1DC0"
Checksum = "SHA-256"
Force = $true
DependsOn = "[Package]MDT"
}
Expand Down
4 changes: 2 additions & 2 deletions src/Deploy/Download_MDT_Prereqs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Configuration DownloadMDTPrereqs
Ensure = "Present"
SourcePath = "$($Node.SourcePath)\KB4564442\x86\microsoft.bdd.utility.dll"
DestinationPath = "%ProgramFiles%\Microsoft Deployment Toolkit\Templates\Distribution\Tools\x86\microsoft.bdd.utility.dll"
Checksum = "B2D4EF7C4AECB40932058A84DBDBF1BE94F8CC73FA08D4340EF57621A02C9594"
Checksum = "SHA-256"
Force = $true
DependsOn = "[Package]MDT"
}
Expand All @@ -65,7 +65,7 @@ Configuration DownloadMDTPrereqs
Ensure = "Present"
SourcePath = "$($Node.SourcePath)\KB4564442\x64\microsoft.bdd.utility.dll"
DestinationPath = "%ProgramFiles%\Microsoft Deployment Toolkit\Templates\Distribution\Tools\x64\microsoft.bdd.utility.dll"
Checksum = "06490CE4E094FC6A7D5B5170CECDE176CB87DD06FA615ED7481A4081FC3E1DC0"
Checksum = "SHA-256"
Force = $true
DependsOn = "[Package]MDT"
}
Expand Down

0 comments on commit b5d1670

Please sign in to comment.