The SMS_TaskSequence_OfflineEnableBitLockerAction Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a task sequence action that pre-provisions BitLocker for the operating system drive.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_TaskSequence_OfflineEnableBitLockerAction : SMS_TaskSequence_Action { Object Condition; Boolean ContinueOnError; String Description; UInt32 DestinationDisk; String DestinationLogicalDrive; UInt32 DestinationPartition; String DestinationVariable; Boolean Enabled; String Name; Boolean SkipWhenTPMInvalid; String SupportedEnvironment; UInt32 Timeout; }; |
Methods
The SMS_TaskSequence_OfflineEnableBitLockerAction class does not define any methods.
Properties
- Condition
- Data type: ObjectAccess type: Read/Write Qualifiers: noneSee SMS_TaskSequence_Action Server WMI Class.
- ContinueOnError
- Data type: BooleanAccess type: Read/Write Qualifiers: noneSee SMS_TaskSequence_Action Server WMI Class.
- Description
- Data type: StringAccess type: Read/Write Qualifiers: [allowedlen]See SMS_TaskSequence_Action Server WMI Class.
- DestinationDisk
- Data type: UInt32Access type: Read/Write Qualifiers: [commandlinearg(1), valuerange(“0-99”)]Index of the disk for which to pre-provision BitLocker. The index can have a value of 1 through 99.
- DestinationLogicalDrive
- Data type: StringAccess type: Read/Write Qualifiers: [commandlinearg(3), valuemap {"C:","D:","E:","F:","G:","H:","I:","J:","K:","L:","M:","N:","O:","P:","Q:","R:","S:","T:","U:","V:","W:","X:","Y:","Z:"}]Logical drive letter of the volume to which to provision BitLocker. Possible values are A-Z.
- DestinationPartition
- Data type: UInt32Access type: Read/Write Qualifiers: [commandlinearg(2), requiredifnotnull(“DesinationDisk”), valuerange(“1-99”)]Index of the partition on the target disk specified by DestinationDisk to which to pre-provision BitLocker. The index can have a value of 1 through 99.
- DestinationVariable
- Data type: StringAccess type: Read/Write Qualifiers: [commandlinearg]Task sequence variable containing the logical drive letter of the volume to which to pre-provision BitLocker.
- Enabled
- Data type: BooleanAccess type: Read/Write Qualifiers: noneSee SMS_TaskSequence_Action Server WMI Class.
- Name
- Data type: StringAccess type: Read/Write Qualifiers: [allowedlen(“1-100”)]See SMS_TaskSequence_Action Server WMI Class.
- SkipWhenTPMInvalid
- Data type: BooleanAccess type: Read/Write Qualifiers: [commandlinearg(5), not_null]true to skip this step for computers that do not have a TPM or when TPM is not enabled.
- SupportedEnvironment
- Data type: StringAccess type: Read/Write Qualifiers: [not_null, valuemap]See SMS_TaskSequence_Action Server WMI Class. The default value of this property for this task sequence action is WinPE.
- Timeout
- Data type: UInt32Access type: Read/Write Qualifiers: noneSee SMS_TaskSequence_Action Server WMI Class.
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.