Update-LabIsoImage
SYNOPSIS
Update an ISO
SYNTAX
Update-LabIsoImage -SourceIsoImagePath <String> -TargetIsoImagePath <String> -UpdateFolderPath <String>
-SourceImageIndex <Int32> [-SkipSuperseededCleanup] [<CommonParameters>]
DESCRIPTION
Updates a lab iso image by adding installable hotfixes from a location to the ISO and saving it
EXAMPLES
Example 1
PS C:\> {{ Add example code here }}
{{ Add example description here }}
PARAMETERS
-SourceIsoImagePath
The source ISO
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-TargetIsoImagePath
The target ISO
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-UpdateFolderPath
The folder containing the updates
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-SourceImageIndex
The image index of the edition to update
Type: Int32
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-SkipSuperseededCleanup
Skip superseeded updates cleanup
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.