Set-CMDriverBootImage
SYNOPSIS
Dodaje sterownik do obrazu rozruchowego lub usuwa sterownik z obrazu rozruchowego.
SYNTAX
SetDriverBootImagesById_Id (ustawienie domyślne)
Set-CMDriverBootImage -BootImageId <String> -DriverId <Int32> [-PassThru]
-SetDriveBootImageAction <SetDriveBootImageActionType> [-DisableWildcardHandling] [-ForceWildcardHandling]
[-WhatIf] [-Confirm] [<CommonParameters>]
SetDriverBootImagesById_Object
Set-CMDriverBootImage -BootImage <IResultObject> -DriverId <Int32> [-PassThru]
-SetDriveBootImageAction <SetDriveBootImageActionType> [-DisableWildcardHandling] [-ForceWildcardHandling]
[-WhatIf] [-Confirm] [<CommonParameters>]
SetDriverBootImagesByName_Object
Set-CMDriverBootImage -BootImage <IResultObject> -DriverName <String> [-PassThru]
-SetDriveBootImageAction <SetDriveBootImageActionType> [-DisableWildcardHandling] [-ForceWildcardHandling]
[-WhatIf] [-Confirm] [<CommonParameters>]
SetDriverBootImagesByObject_Object
Set-CMDriverBootImage -BootImage <IResultObject> -Driver <IResultObject> [-PassThru]
-SetDriveBootImageAction <SetDriveBootImageActionType> [-DisableWildcardHandling] [-ForceWildcardHandling]
[-WhatIf] [-Confirm] [<CommonParameters>]
SetDriverBootImagesByName_Id
Set-CMDriverBootImage -BootImageId <String> -DriverName <String> [-PassThru]
-SetDriveBootImageAction <SetDriveBootImageActionType> [-DisableWildcardHandling] [-ForceWildcardHandling]
[-WhatIf] [-Confirm] [<CommonParameters>]
SetDriverBootImagesByObject_Id
Set-CMDriverBootImage -BootImageId <String> -Driver <IResultObject> [-PassThru]
-SetDriveBootImageAction <SetDriveBootImageActionType> [-DisableWildcardHandling] [-ForceWildcardHandling]
[-WhatIf] [-Confirm] [<CommonParameters>]
SetDriverBootImagesById_Name
Set-CMDriverBootImage -BootImageName <String> -DriverId <Int32> [-PassThru]
-SetDriveBootImageAction <SetDriveBootImageActionType> [-DisableWildcardHandling] [-ForceWildcardHandling]
[-WhatIf] [-Confirm] [<CommonParameters>]
SetDriverBootImagesByName_Name
Set-CMDriverBootImage -BootImageName <String> -DriverName <String> [-PassThru]
-SetDriveBootImageAction <SetDriveBootImageActionType> [-DisableWildcardHandling] [-ForceWildcardHandling]
[-WhatIf] [-Confirm] [<CommonParameters>]
SetDriverBootImagesByObject_Name
Set-CMDriverBootImage -BootImageName <String> -Driver <IResultObject> [-PassThru]
-SetDriveBootImageAction <SetDriveBootImageActionType> [-DisableWildcardHandling] [-ForceWildcardHandling]
[-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
Polecenie cmdlet Set-CMDriverBootImage dodaje sterownik do obrazu rozruchowego lub usuwa sterownik z obrazu rozruchowego. Możesz dodać Windows urządzeń zaimportowanych do katalogu sterowników Menedżer konfiguracji do jednego lub większej liczby obrazów rozruchowych. Do obrazów rozruchowych należy dodać tylko sterowniki urządzeń pamięci masowej i sterowniki urządzeń kart sieciowych, ponieważ inne typy sterowników nie są potrzebne i zwiększą rozmiar obrazu rozruchowego.
Uwaga
Uruchom Menedżer konfiguracji cmdlet z Menedżer konfiguracji lokacji, na przykład PS XYZ:\>
. Aby uzyskać więcej informacji, zobacz wprowadzenie.
EXAMPLES
Przykład 1: Dodawanie sterownika do obrazu rozruchowego
PS XYZ:\> Set-CMDriverBootImage -SetDriveBootImageAction AddDriverToBootImage -DriverName "Adaptec Embedded SCSI HostRAID Controller" -BootImageName "Boot image (x64)"
To polecenie dodaje sterownik o nazwie Adaptec Embedded SCSI HostRAID Controller do obrazu rozruchowego o nazwie obraz rozruchowy (x64).
Przykład 2: Usuwanie sterownika z obrazu rozruchowego
PS XYZ:\> Set-CMDriverBootImage -SetDriveBootImageAction RemoveDriverFromBootImage -DriverName "Adaptec SCSI HostRAID Management Processor Device" -BootImageName "Boot image (x64)"
To polecenie usuwa sterownik o nazwie Adaptec SCSI HostRAID Management Processor Device z obrazu rozruchowego o nazwie obraz rozruchowy (x64).
PARAMETERS
-BootImage
Określa obiekt CMBootImage. Aby uzyskać obiekt CMBootImage, użyj polecenia cmdlet Get-CMBootImage.
Type: IResultObject
Parameter Sets: SetDriverBootImagesById_Object, SetDriverBootImagesByName_Object, SetDriverBootImagesByObject_Object
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-BootImageId
Określa identyfikator obrazu rozruchowego.
Type: String
Parameter Sets: SetDriverBootImagesById_Id, SetDriverBootImagesByName_Id, SetDriverBootImagesByObject_Id
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-BootImageName
Określa nazwę obrazu rozruchowego.
Type: String
Parameter Sets: SetDriverBootImagesById_Name, SetDriverBootImagesByName_Name, SetDriverBootImagesByObject_Name
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Confirm
Monituje o potwierdzenie przed uruchomieniem polecenia cmdlet.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
-DisableWildcardHandling
Ten parametr traktuje symbole wieloznaczne jako wartości literału znaków. Nie można połączyć go z forceWildcardHandling.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Driver
Określa obiekt sterownika. Aby uzyskać obiekt CMDriver, użyj polecenia cmdlet Get-CMDriver.
Type: IResultObject
Parameter Sets: SetDriverBootImagesByObject_Object, SetDriverBootImagesByObject_Id, SetDriverBootImagesByObject_Name
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
-DriverId
Określa identyfikator sterownika.
Type: Int32
Parameter Sets: SetDriverBootImagesById_Id, SetDriverBootImagesById_Object, SetDriverBootImagesById_Name
Aliases: Id, CIId, CI_ID
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-DriverName (Nazwa sterownika)
Określa nazwę sterownika.
Type: String
Parameter Sets: SetDriverBootImagesByName_Object, SetDriverBootImagesByName_Id, SetDriverBootImagesByName_Name
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ForceWildcardHandling
Ten parametr przetwarza symbole wieloznaczne i może prowadzić do nieoczekiwanego zachowania (nie jest zalecane). Nie można połączyć go z disableWildcardHandling.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-PassThru
Dodaj ten parametr, aby zwrócić obiekt reprezentujący element, z którym pracujesz. Domyślnie to polecenie cmdlet może nie generować żadnych danych wyjściowych.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-SetDriveBootImageAction
Określa akcję obrazu rozruchowego. Dopuszczalne wartości dla tego parametru to:
- AddDriverToBootImage
- RemoveDriverFromBootImage
Type: SetDriveBootImageActionType
Parameter Sets: (All)
Aliases:
Accepted values: AddDriverToBootImage, RemoveDriverFromBootImage
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-WhatIf
Pokazuje, co się stanie po uruchomieniu polecenia cmdlet. Polecenie cmdlet nie jest uruchamiane.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
Typowe parametry
To polecenie cmdlet obsługuje typowe parametry: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction i -WarningVariable. Aby uzyskać więcej informacji, zobacz about_CommonParameters.