We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93ec966 commit ad1e1edCopy full SHA for ad1e1ed
README.md
@@ -28,7 +28,7 @@ Sync-WindowsImage -Image '.\myImage.vhdx' -SystemWsusServer
28
```ps1
29
$updates = Find-WsusUpdate -ProductTitle 'WsusProduct' -UpdateServer (Get-WsusServer -Name 'mywsus' -PortNumber 8530)
30
31
-Get-WsusUpdateSelfContainedFile -Path '.\download-path'
+Get-WsusUpdateSelfContainedFile -WsusUpdate $updates -Path '.\download-path'
32
```
33
34

0 commit comments